72 comments found.
I was wondering if I was doing something wrong becuase I want the images in Post Carousel Type 1 to appear with a cropped 1:1 ratio (squared images) but they are simply appearing with a 290px width and auto height scale without cropping.
Not sure if it’s supposed to do that because I do see in your code that you have this function…
add_image_size( 'megaposts_custom_size_default', 260, 260, true );
Should that not crop and scale the images to a 1:1 ration in the post carousel?
Please help. Here is the snippet of code I am using…
[adposts_carousel_type1 source="post" category="featured" num="" maincolor="#ffffff" opacity="" excerpt="75" date="false" date_format="F j, Y g:i a" comments="false" author="false" category_show="false" view="false" order="DESC" orderby="date" post_type="null" lazyload="true" item_show="3" paginationSpeed="" goToFirstSpeed="" autoplay="" navigation="false"]
Thanks
Superb support. Amomg the best on here.
Thanks Wisdomlikesilence.
Kind Regards
does this work inside visual composer? my site does sidebar layouts with visual composer and i need a two column sidebar area, will this plug in work inside visual composer?
Hi Hollysnails,
visual composer version is sheduled. Anyway you can use this plugin in vc with block text and you need to write here our shortcodes code in this block.
Kind Regards
In style.css there are some references to files images/ui-icons_xxxx. However those files do not exist in the zip file. Please advise.
Hi,
all file are included in zip package. This plugin not used a image for icon but used icon font.
If you don’t see the image (font image) probabily there is a css conflict problem.
Open ticket here https://adtheme.ticksy.com/ with url site for check this eventual problem.
Kind Regards
hey there, I’ve purchased your plugin, but it doesn’t work. I’m trying to display custom posts, I can select custom posts using ‘Add Mega Shortcodes’, but it doesn’t display any content. I’ve tried on default twentyfifteen theme with all other plugins disabled, still nothing. Any ideas?
thanks, Adam
Hi Adam,
very strange open ticket here https://adtheme.ticksy.com with url site and temporary login details.
Kind Regards
hey there, I’m using Visual Composer on my site, but I like the way your plugin displays custom posts. Can I have Visual Composer and your plugin running both at the same time without any conflicts?
thanks, Adam
Before Buying i want to Know that…
This Plugin can get and display POST with lot of options that i know… But Can we Use this to Display Some Pages ?? If we want to Pages can we ?? Is there Facility to show Page instead of Post…?
Sorry for Language issue my English is weak.
Hi,
what do you mean for “display some pages”? you want get content from page? because with this plugin is not possible, the plugin work with post.
Kind Regards
good day, the icons from the plugin do not show on my website !!!
http://www.amazingwebonline.com/icdi/can you help ? thank you.
Hi,
I just replied at your ticket.
Kind Regards
Hello. Just bought The WP Mega Post… How do we set the sizes of the thumbnail? Could see any settings to change or control the size of the thumbnails. Thanks!
I have to say Awesome! Good job! Next update please add pagination.
Best Regards.
Hi,
yes pagination is sheduled in next update.
Kind Regards
Hi,
Is it possible to add filter by tag, instead of just category?
Regards,
Rob
Hi,
no is not possible. For do it you need to change php code.
For more support please open ticket here http://adtheme.ticksy.com/
Kind Regards
Hi,
Where to find the .po files for translating. I know where to find .po files, but i cannot find the one this plugin is using 
Regards,
Rob
Hi Supertachtig,
file post is located in folder: “language”.
Kind Regards
Is it possible to show only the selected posts, With the post IDs ??
Hi yoghanand,
no is not possible, you can selected only category. But you can to edit php file for to change the shortcodes query for do it.
Kind Regards
Is there any other way i could show selected posts on the front page ?
Hi,
with our plugin unique solution is to change code php.
Anyway if possible we will add this feature in next update.
Kind Regards
Could you please tell me where and what to change in the PHP code ??
I bought this theme called gameon and the theme includes this plugin. http://www.mojo-themes.com/item/gameon-arcade-wordpress-theme/Does this plugin support sticky posts ??
what do you mean for sticky posts?
Kind Regards
google it.
we know what is sticky posts.
My question is what do you mean for sticky posts on our plugin.
In shortcodes you can select the category, so you mean an option for check sticky posts or automatically get it?
Kind Regards
Is pagination supported yet?
Hi,
the pagination is sheduled.
Asap we will add a pagination.
Kind Regards
It would really help. Thanks.
Any ETA on this? Thanks.
Hi allpow,
currently i don’t know when the new version we will release a new version, depended from queue todo list.
Kind Regards
I would think not having pagination is affecting your sales. Not having it makes this plugin almost useless over any long term.
yes is true,
infact the pagination is sheduled.
Kind Regards
And when can we expect pagination. You have not updated the plugin since July.
Hi,
currently we have many active projects and it is in queue todo list.
Kind Regards
look nice, pre-sale questions:
1. does it support WPML?
2. Can it use with visual composer?
thanks
Hi raymondcf
1) Yes is compatible with WPML.
2) Yes you can use with Visual Composer but you need to copy my shortcodes in block text in visual composer because this is not an addon of VC.
Best Regards
Hi
pre-sale question.
Does this plugin support other languages, namely French?
Thanks
Hi MaxxPlank,
yes this plugin support other language with .po/.mo
Best Regards
Looks good Does this plugin work properly with RTL themes? Posts ?
Hi TheAliZee,
currently we have not tested this plugin with RTL theme.
Best Regards
Hello, I wanted to know if I can add data from external source, I have different WP sites and I would like to know if I can use the ad-theme to feed from my other WP sites?
Hi Helpreps,
no is not possible to use this plugin with other WP sites. The source is only for WP where the plugin is installed.
Best Regards
I just purchased and noticed there is no pagination. Are there any plans to add this in an update? It would make sense given that most websites will eventually need this option. Wish I would have read that pagination wasn’t included! You might want to put that in bold or red on the product page, because most buyers will assume its included.
Hi tboogie,
the pagination is scheduled in the next update.
Best Regards
Is there a way to have the thumbnails in post display type 3 to hyperlink to the article?
Hi yes,
open functions.php
find this:
function admegaposts_thumbs() {
global $post;
if(has_post_thumbnail()){
$id_post = get_the_id();
$single_image = wp_get_attachment_image_src( get_post_thumbnail_id($id_post), 'admegaposts-type1' );
} else {
$single_image[0] = AD_MP_URL .'assets/img/no-img.png';
}
$return = '<img class="megaposts-thumbs" src="'.$single_image[0].'" alt="'.get_the_title().'" />';
return $return;
}
replace with this:
function admegaposts_thumbs() {
global $post;
$link = get_permalink();
if(has_post_thumbnail()){
$id_post = get_the_id();
$single_image = wp_get_attachment_image_src( get_post_thumbnail_id($id_post), 'admegaposts-type1' );
} else {
$single_image[0] = AD_MP_URL .'assets/img/no-img.png';
}
$return = '<a href="'.$link.'><img class=" megaposts-thumbs="" src="'.$single_image[0].'" alt="'.get_the_title().'"></a>';
return $return;
}
Best Regards
All this does is make the thumbs disappear. It does not fix the issue..