191 comments found.
Hello,
I’m using wppm tabs and I want to change line color, tabs position, font, etc IS this possible?
Regards.
Hello yeswetap,
Thank you for purchasing the plugin. Yes, it is possible to change line color, tabs position, etc. Kindly send me the details at xconsau[at]gmail[dot]com along with the site/page URL on which the tabs are used. I will suggest appropriate method or CSS.
Regards
Hello Jean,
Thanks very much for the translation files. 
Regards
Hi
I have been facing a problem with icons on my site.
Part of the icons of the theme and the plugin themes don’t display on my site.
When I disable the plugin the icons appear again.
I have disable the plugin now for you to see
airlinepartnership.com (footer)
Best regards,
Hello Helke,
Kindly add the following CSS inside your WordPress admin’s Appearance > Customize > Additional CSS:
.footer-row i[class^=icon-] {
font: 14px/1 FontAwesome !important;
}
Save these changes and then check the site.
Regards
Thank you! The code you provided solved the footer icons but the problem with icons not showing is a site wide issue. Is there something else I can try to solve this for site wide issue? Best regards
Hello Helke,
I just checked the site again. Your current theme uses Fontawesome icon using icon-* classes. Kindly check with the theme author if the icons are working correctly. There is no conflict with the fontawesome of plugin.
Regards
Hi,I see your demo sites have google adsense displayed, can you guide how to place adsense on my wordpress site please? thanks how to control the adsense display area on my page? thanks
Thanks and regards
Hello jefferyzheng,
Thank you for purchasing the plugin. The live demo has static images displayed inside anchor link. You can place a static image or Google ad sense code in several ways, as listed below:
1. If you want to show Google ads in main page content, and between post modules; use “Raw HTML” or “Raw JS” elment of WPB. Inside that element, paste the Google ad sense code generated from your account on Google. If you wish to display ads in sidebar (if your theme supports it), then use “Custom HTML” Widget and paste the adsense code in it.
2. If you want to show simple image ad with link, use the “Single Image” element of WPB and browse the image from media library. You can link it to any target using the “On click action > Open custom link” setting of this element.
Regards
It is obvious that this Wp Post Module plugin is not compatible with onair2 theme which is the theme i’m working on, my question is, can you fix the bug for me if i purchase it? the version sent to me for testing is for a client. It refused to display featured image on the listings and it does not recognized wordpress pages and posts categories on the “Query” menu, see for yourself freshnewcot.com your quick response will be helpful, thanks.
Hello CronSort,
If you have a legal copy of the plugin, you need not purchase it again for getting support. The featured image will be shown if the image is set as featured image using WordPress’ native method. If it is set via meta boxes or custom fields, it will not show. I will need to check theme in order to confirm this.
Custom Post Types in Query tab will show if they are registered at higher priority than the one on which WPB is initiatlized. Some CPTs and taxonomies are registered at later priority due to which they are not shown in WPB backend UI. This is appicable if the categories you intend to show are from Custom Post Types.
Another known issue is that when some themes or plugins registers new taxonomies, they do not change the default category label. In that case, the newl registered taxonomy is treated as “Category” and overrides default Category of WordPress.
Regards
hello I am using the ListingPro theme and when I try to add my post and post categories it only shows the ListingPro custom listing post and categories, not my normal wordpress post and categories from
Hello Bruce1,
Thank you for purchasing the plugin. Such issue arises if a plugin or theme registers new taxonomy without a name (or in the same name as ‘category’). May be the ListingPro theme has registered a new taxonomy in the same name as ‘category’, or without a name. So it overwrites default taxonomy(category) name. Can you confirm this with the theme author so that I can suggest appropriate fix. You can send me the reply from theme author at xconsau[at]gmail[dot]com.
For reference, you need to ask theme developer if the ListingPro creates a custom taxonomy. If so, is the taxonomy name unique, blank, or same as ‘category’.
Regards
hello, here is the developers response Here are the four custom taxonomy: listing-category, location, list-tags and features
Hello Bruce1,
That is very little information provided by the developer. It doesn’t clarify whether the registration name is same as that of the category. I will need to check the theme code for this. If possible, kindly send me the theme archive in ZIP format at xconsau[at]gmail[dot]com. I will check and suggest appropriate fix.
Regards
thank you, just sent file over
hello, just checking to be sure you received the correct theme zip file I sent
Hello Bruce,
Yes I received correct files, and also sent you the reply on email. Please check.
Regards
Hi. How can i choose prebuild templates, I can’t find it in settings. Thx.
Hello Voovly,
Thank you for purchasing the plugin. You can access pre built templates when creating a new page in WPBakery page builder mode. Click on the “Add Templates” button. It will show you a list of all available page templates.
Regards
I have WpAdverts installed – There are Wordpress Categories and WpAdvert categories. However, the Post Module functions only show the WpAdvert Categories, unless I disable WpAdvert.. and then it shows the Wordpress Categories! I need BOTH category types showing up in the module.. What can I do?
Hello Estacey2013,
Thank you for purchasing the plugin. I just download WPAdverts plugin and checked it’s code. There is a missing ‘name’ argument in taxonomy registration of WPAdverts. Due to the missing name, it defaults to “Category” name and overwrites native category field. I did a quick test by adding the name in it, and then the WP Post Modules shows all categories correctly.
Kindly send me a mail at xconsau[at]gmail[dot]com. I will send you the details which you can forward to the WPAdverts staff to fix the compatibility issue.
Regards
Hello, I need to modify the output of the date in the post card list. I would like the day to be great and the month year be small, for this I need to insert an html code and thus modify the css. How do I do? Do you have a Hook or Filter? Wait.
Thanks, Norberto.
Hello Norberto,
The date is generated using get_the_date() native function of WordPress. The date format is taken as provided inside Settings > General > Date Format. The date format of WordPress filters out any HTML inserted in it, so it is not possible to modify individual texts of the date.
Regards
Thank you friend and congratulations for the project.
Hugs!
Hello! My website uses the The7 theme https://themeforest.net/item/the7-responsive-multipurpose-wordpress-theme/5556590. Your plugin is compatible?
Hello viviana19,
Thank you for browsing. Yes it is compatible with the 7 Theme, as long as you are using WP Bakery Page builder.
Regards
Is there any way to prevent duplicate content from the multiple WP Post Modules when order is set to random? I’d like to randomly show posts from the past 2 weeks on the home page and make sure to not have any duplicates appear. Is there any way to make this happen?
Hello tenace,
Thank you for purchasing the plugin. Duplicate posts can be prevented only when the order is known. That can be done by either using offset, or using “Posts not in” field.
When orderby is set to “Random”, we can not exclude posts by ID in “Posts not in” field. That is because we do not know which posts may show in result.
As an example, let say you exclude posts with ids 12, 142, 155, 176 in “Posts not in” field. If all these posts appeared in previous module, it is logical to exclude them. But if these posts didn’t appeared in previous module, they will get excluded in next module and will never appear. So this is logical only when order is not random.
Regards
I want to create a Most Popular Posts page on my blog that shows the 10 most viewed blog posts and I want to ensure your plugin will allow this. It seems to but want to make sure.
Hello otherorange,
Thank you for browsing the plugin. I am adding a new option for “Orderby” parameter in which posts can be sorted by “Post Views”. This feature will require Post Views Counter plugin to be installed. The update will be released in a day or two.
Regards
Thanks so much!
You’re welcome. The update has been released, and the feature is now available.
Regards
Hi. Is it just the full version of the purchased WP Bakery Page Builder? The purchase of Themes is built into non activated WPBakry. But I can’t add the WP Post Modules to this?
Hello glindorph,
Thank you for browsing the plugin. It is an addon for WP Bakery Page Builder. It will work with the purchased version of WPBakery as well as the bundled version which comes with themes. As long as the theme author has not altered/modified the original plugin, there shall not be any issue.
Regards
thenx information.
Is there a facility in the plugin a way to create a different mouseover effect depending on the category?
For example, if I choose ‘Masonry Grid: Go top’ but want to change the background colour of the content slide (the one that slide up with mouseover) to be different depending on the category, is it possible to do this with your plugin?
Thanks,
Tim R
Hello Tim,
Thank you for browsing the plugin. Currently this feature is not available in which content background can be customized per category. However, the plugin adds unique category class per post item which can be used to target content background via CSS. I can suggest that CSS if required.
Regards
Thats sounds good – thanks, As long as there is a way to change the items in the grid so that the viewer can see the category of the post before visiting the page I’m happy to edit the CSS.
The items in grid will be populated as per categories/terms provided in module settings. For example, see this Portfolio Layout in which each item has a category link above post title. Users will know about the category of post by these links.
Regards
Looks good. Thanks again.
Thank you for purchasing the plugin. Feel free to email me at xconsau[at]gmail[dot]com for any query or assistance.
Regards
Hello, is it possible to not touch order when using “posts__in=123,124,125” ? I want the order to be exactly the order of ids as in posts__in.
Hello,
Yes it is possible. You can use the following parameters inside the wppm shortcode:
[wppm posts__in="123,124,125" orderby="ID"]
See more Orderby Parameters for different use.
Regards
Hi, I bought your plugin today, but there is a lot of options that is not visible in a lot of the menus/settings. Do you have any idea how to fix this? See https://imgur.com/a/m96DDDM I also have a problem using tiles, they do not resize properly, see www.gjovikrideklubb.no. I looking forward to your prompt reply, as this is not what I paid for.. I’m using Uncode theme.
Hello Svarthaug,
Thank you for purchasing the plugin. In the picture which you sent, it seems like you are using a customized version of WPBakery Page builder. Kindly confirm if that is so. (May be the one bundled with your theme). The UI options are visible and works well with original/stock copy of WPBakery Page Builder.
For the images in tile, it looks like the GD image library or Imagick is not installed on your server. These php libraries are required for image resizing in php. This is just my first observation. There can be some other conflict too. Kindly send me your site URL and admin login details at xconsau[at]gmail[dot]com. I will check and let you know if there is any compatibility issue with your site’s current configuration.
Regards
Hi, Thanks for your prompt reply.
Image Magic Engine installed, but didn’t solve it. Uncode uses their own customization of WP Bakery, yes…
Login credentials sendt via email – looking forward to your reply!
Kind regards, Lars
hello, great plugin. Can you tell me more about the Authors section. can the have their social media links, bio etc and is there a page where you can display all the Authors Thanks
Hello Bruce,
Thank you for browsing the plugin. Currently, Author profiles section feature is not available in this plugin. You can use plugin like https://wordpress.org/plugins/author-profiles/ to list all authors with gravatar and name.
Regards
[Urgent] I have a problem with your plugin. when your module, using the grid style, in 3 different tabs, calling different categories the plugin stops working well and the site explodes. Do the test.
for example: in tab one, recent post – style grid. in tab two, technology – style grid. in tab three, animals – style grid.
I can not make several calls using the same grid style. Do the test.
Hello jucapuna,
Kindly send me your site URL, page name and login details at xconsau[at]gmail[dot]com, I will check the issue.
Regards
Hi, I would like to display the seond post from one category. Only the second. I can do it with your plugin?
Regards, Tamas
Hello Tamas,
Thank you for purchasing the plugin. Yes, it is possible to display second post and only that post too. For that, edit the module and navigate to the “Query” tab. Inside that, choose “Offset” as 1, and number of posts as 1. Then save module and update the page.
Regards
Thank You!
Hello! Great plugin. I have a very specific scenario:
I want to display my latest posts, but filtered by one category, like “movies”. This is easy.
However, inside this already filtered stream, I need to filter it again by other selected categories, with ajax tabs, like: All | News | Reviews | Videos.
So, when the user clicks on “News” tab, it would load all posts in categories “Movies” AND “News”. For Reviews, all posts in categories “Movies” AND “Reviews”. And so on.
And, when clicking at “All” (default), it would display all posts on “movies” only.
The problem here is this double filtering by categories. If your plugin could provide me this, you have a customer! 
Thanks in advance.
Hello Fausto_,
Thank you for browsing the plugin. The above described use case is possible to achieve using this plugin. Just that the already filtered stream “Movies” page will be a “Page” and not the category archive. To clarify, you would create a Home page (for example) with different sections with Movies, Games, etc.
You might be having a link to navigate to the “Movies” page/category. That page should be a “Page” and not category archive. On that page we can use this module to again show tabs with sub categories.
If your site has these categories available, I can install and create a test page (if required). For that you can email me your site details at xconsau[at]gmail[dot]com.
Regards