191 comments found.
Hi, I have just installed the plugin which I believe is great. However , I am having problems selecting the source. I am getting all the taxonomies for posts and products. But for posts no terms are shown at all.
I have added the following to my child theme add_action( ‘init’, ‘your_post_type_init_function’, 1 );
But nothing happened.
Could you help please?
Many thanks,
Andy
Hello Andy,
Thank you for purchasing the plugin.
Are the terms shown for normal posts? The code which you have added is for Custom Post Types. You can try the following:
1. If using any caching plugin, purge all caches and modules.
2. Try deactivating other plugins except this one and the known ones like WooCommerce. If the terms are shown, activate each plugin one by one until you find the one causing the issue.
3. If using any Custom Post Type, kindly send me your site URL and login details at xconsau[at]gmail[dot]com. I will check the code in child theme and other files.
Regards
Hello good day
I purchased this plugin, and I love its functionalities however I have few problems.
I wanted to use this for multiple pages, however I wanted the articles to be displayed from certain categories. Now the I only see include or exclude by putting post ID, or page ID.
Hello ebranoor,
Thank you for purchasing the plugin.
You can show posts from selected categories by choosing terms from the term selection box. See http://prntscr.com/kn8lpz
Kindly let me know if you have already tried this and still not getting it to work.
Regards
how to add page counter and blog sidebar with photo and post title Just like your demo.
your demo : https://www.noomalee.com/wp-content/uploads/2018/08/0123456-1024x432.jpg my site : https://www.noomalee.com/articles/
Thank You.
Hello cabsuk,
Thank you for purchasing the plugin. The post views counter will show up if you install and activate Post Views Counter Plugin. The WP Post Module has built in support for showing views count of this plugin.
In order to show posts with similar style in sidebar, navigate to WordPress admin’s Appearance > Widgets. Next, inside your theme’s sidebar, add a “Custom HTML” widget and paste the following shortcode in it:
[wppm num="4" terms="art-culture" template="list" list_split="33-66" gutter_grid="16" imgwidth="120" imgheight="80" imgquality="90" hsize="14" hide_cats="true" hide_author="true" hide_excerpt="true" hide_reviews="true" enable_schema="true" publisher_logo="197"]
Change terms=”art-culture” to the actual category terms from which you wish to show posts. You can generate such shortcode by using a WP Post Module element in any page and then enabling the “Get Shortcode” button. See http://prntscr.com/kiu0jm Regards
Hi, in the Tiles Default configuration is it possible to decide the position of the posts? For example: I would like a precise post to go in the big picture.
Hello,
Yes that is possible in several ways using the “Order By” parameter inside the “Query” tab of plugin module.
Method 1: Change the publish date of that post to latest one so that the post appears first.
Method 2: Change the menu order of that post using Simple Page Order plugin. Then choose the Order By parameter as “Menu Order” inside WP Post Module Settings. The benefit is that the post will be shown at first place in only those modules where you choose orderby as “menu order”. Rest other modules will show posts in normal order.
In first method, all modules will start showing that post in first place, so I recommend method 2.
Regards
Hi, i have a question? Is possible send a image about your template that i use in my web site to explain if it is possible to do a certain thing? Thank You.
Hello wanklaus,
Yes it is possible to create and send screen shot of the post modules used on you website. (I am not sure if you are asking how to do this, or is it allowed to send screen shots).
Regards
I have an SEO problem with your plugins
Hello jucapuna,
The error shows missing properties for author and datepublished. Kindly confirm if you have disabled the date and author name for the posts. Or send me the URL of any such page. I will check the markup.
Regards
okay
Hello, SaurabhSharma, I have been using your plugin without any problems till yesterday, when I activated Polylang plugin and suddenly the posts stopped rendering on the page where they were supposed to be arranged with the help of WP Post Modules. Any ideas why and how can I fix it?
Hello ktraev,
Can you send me the URL of page on which WP Post Module is being used. The issue can be due to either CSS conflict or category IDs conflict. Kindly email me the URL at xconsau[at]gmail[dot]com. I will check it.
Regards
Was going to purchase as it was on sale. today its now. will it be on sale again?
Hello MissionA,
Thank you for browsing the plugin. Yes it was a limited period sale and lasted for few days. Next sale will be after a month (not before that). The product must be sold at least one month in original price to declare a discounted price. If sale/offers are applied frequently, the discounted price is considered as the original price.
Regards
No problem, purchased
That’s great.
Thank you for the purchase.
Regards
quick problem. can’t seem to get Categories or terms to show as they are blank. Without giving backend access to you, how can i fix this. (wordpress updated, Php 7.2)
screen shot https://prnt.sc/k0jsms
Sorry also, How can i move the post-cats above the post image in a certain grid module. copy php to child theme and edit? example https://prnt.sc/k0ldf5
Hello MissionA,
The category terms not showing is a rare issue. Though I may need admin access to check this, you can try the following at your end:
1. Deactivate plugins except the known and trusted ones. May be one of them is the way terms can be fetched. The plugin uses native WordPress function get_terms() to show the terms. So I can think of a possible conflict with other plugin.
2. If using caching plugins, purge all caches and modules.
3. Kindly confirm if the number of terms is too large on your site. Like, hundreds of them. This may cause memory exhaust issue.
For changing the display style, there are two methods — Either use php filter, or copy the files in theme folder. The copy method will involve copying the following file:
/wp-content/plugins/wp-post-modules/wppm-templates/grid.php
and uploading to your theme folder as:
/wp-content/themes/your-theme/wppm-templates/grid.php
Then edit the file as required.
The simpler way is to add this filter in your theme’s functions.php file:
function wppm_reorder_grid_elements() {
return '<article%12$s%13$s id="post-%1$s" class="%2$s%3$s">%5$s%4$s<div class="post-content"><%11$s%14$s class="entry-title%15$s%16$s"><a href="%6$s" title="%17$s">%7$s</a></%11$s>%8$s%9$s%10$s</div></article>';
}
add_filter( 'wppm_grid_s1_output', 'wppm_reorder_grid_elements' );
This will exactly show the result as you want.
Regards
That code worked thanks! (Ps . its nice that you help your customer via these comments as it will help future customers find the fix they need)
As for the missing terms.. I notice my themes modules are missing custom filter items aswell so this might be a bigger issue and not related to your plugin. I’m going to get help with them first.
Thanks again for the fast replies!
Thank you for the feedback. I’m glad it worked at your end. For the terms, please let me know if you get any update from the theme author. I will help in resolving the issue.
Regards
“WP Post Modules plugin requires Visual Composer plugin to work correctly. Kindly install and activate WPBakery Visual Composer plugin.” is the message shown on top of our WP-Dashboard.
installed is:
Visual Composer Website Builder Version 2.6.1 PREMIUM (activated) WP Post ModulesVersion 2.0.0
WordPress 4.8.6
Why isn´t it working?
Hello humphreys,
Thank you for purchasing the plugin. It is mentioned in the item details section that the plugin requires WP Bakery Page Builder (Not Visual Composer Website Builder). Both these are different. You will need the Page Builder for this addon to work.
Regards
i buy your product but not understand how i install it. please give me support
Hello waqarbd,
Thank you for purchasing the plugin. Please download the “All files” archive from your CodeCanyon account’s downloads section. It contains documentation/index.html file for step by step instructions on plugin installation and usage.
Regards
I am really interested in this add on, however, I was wondering—is there a way to add the read time for the article, as well?
Hello Brian,
Thank you for browsing the plugin.
The read time feature is not available currently. It can be added as a new feature using custom fields in post. I can not promise if that feature will arrive shortly, but I have noted it down as a new feature request. I have sent you more details in reply to your email.
Regards
Pre sale question, there are an option to set grid div with Equal Height?
Hello iotivedo,
Thank you for browsing the plugin. The equal height div option is not present. Currently you have option to set image height, title and excerpt length. Using these three you can almost set equal heights for each block. I will further take it as a feature request and will try to add in next update.
Regards
When using the plugin it creates the tiles but no images are shown. It seems like the URL to the image is wrong while the attribute “data-src” links to the correct image.
I use the default settings of the plugin without changing anything.
Hello csimlinger,
Thank you for purchasing the plugin. The data-src attributeis not added by the plugin to images. It might be getting added by a third party plugin. The known one is image module of JetPack. If using the image resizing plugin or image module of JetPack, kindly deactivate it and check again. If the problem persists, kindly send me your site URL and login details at xconsau[at]gmail[dot]com. I will check the issue.
Regards
I just sent you the details. Thanks so far!
Hi dear Saurabh!
I hope this writing is finding you well!
I have a question and I hope you can give me your help as you always kindly did. Recently, I found this module layout in a famous theme called NewsPaper (the business template) and want to implement it on my site
This is the link in the theme called NewsPaper: https://demo.tagdiv.com/newspaper_business/
Basically the titles in blue are categories and the headlines are titles separated by slash. I like this module because it helps to give a summary and sets the headlines first-thing-first at the top of a landing page for example.
Is it possible to realize this with WP Post Module? any help from your side would be highly appreciated
I sent you an email with screenshot as I don’t know here how to upload a screenshot
Thank you Saurabh
Best regards,
Hello Seeb,
I just replied to your email. 
Regards
Standalone version ?!? Composers is very hungry about server resources..
Hello Viktor341,
Thank you for browsing the plugin. It can be used standalone using shortcodes (with some limitation on ajax tabs). Just that, using shortcodes manually is a bit time consuming process. The standalone UI is not available for this plugin yet.
If you like faster performance of King Composer, I have a KC version of this plugin too.
Regards
Hello Is there options for title text length? it is important for me if I want to get same size of all blocks
Thanks.
Hello,
Thank you for browsing the plugin. I am adding this feature in next update. It will be available in couple of days.
Regards
Hi, a pre-sales question:
For demo 1 visual composer (wpbakery to be exact), can the plugin able to allow 1st post (the biggest post in the slider) to be a video instead of featured image?
Thanks.
Hello,
Thank you for browsing the plugin. Yes, it can show video for first post (or any post as you require). The post should have “Video” post format enabled. i.e. the theme should have registered “Video” post format so that you can choose it while editing the post. In that case, the plugin will detect first video embedded in post content and will show in place of post thumbnail.
You can also choose to show the thumbnail as image instead of embedded iframe video. In that case, a video icon will be shown on image.
Regards
Hi there!
How do I hide the author details + comment submission section at the bottom of a default post? I can’t seem to find the selection for this.
Thanks, Conor
Hello Conor,
Please post message from the purchase account so that I can provide support. Sorry for the inconvenience.
Regards
Hi there, I have already purchased the plugin using this account.
Hello,
Your purchase can not be verified from this account. If you have any other account you remember, please log n from that account. OR send me the purchase code at xconsau[at]gmail[dot]com.
Regards
I’d really like to buy this but I’d like to see a feature which makes sure duplicate content is not displayed on the same page…
Hello dtective,
Thank you for browsing the plugin. The plugin supports offset, post__in and post__not_in parameters of WordPress loop query. Using these you can skip, include or exclude posts from each module as required. This will make sure no post is repeated on same page.
Besides this, the plugin also has feature for hiding current post from post module if you are in single post.
Regards
Thinking of buying this. I was wondering if you can set it to crop the image at the top center and if so how would I do that?
Hello RedCarpetTalk,
Thank you for browsing the plugin. Unfortunately, the crop position selection feature is not available yet. I am working on this feature, and may add it if I am able to make it work. But it is not available in current version.
Regards