191 comments found.
It is almost impossible to edit a complex layout. First, every grid element says the same thing in the backend layout so you have to keep comparing to the rendered layout in preview, then what makes it completely impossible is that many times when you click to edit the grid element the settings (post type, category etc) are erased – completely blank!
Hello jimisme,
Thank you for purchasing the plugin.
I agree that all rows look almost same in backend, and it is difficult to differentiate. But the good thing is that Visual Composer supports front end editing too. So instead of using “Backend Editor”, use “Frontend editor” mode. See Screenshot
Regarding selection of posts and categories, the known situations when this may happen are:
1. When you duplicate a row with WP Post Modules in it, the categories in duplicated row will get unselected.
2. When you load a pre built template, it may happen that the categories may get deselected.
When you make changes to category selection, make sure to save/update the page so that the selection is saved. I will work on it if this can be prevented while duplicating rows.
Regards
Thank you for a calm and patient reply. I will try to edit in frontend editor. The problem with updating a page is that isn’t always practical when testing a layout if the page is already public.
Hello again,
For the page you can use “Private” visibility setting while you are editing the page. See screenshot. Once you have completed editing the page, enable public visibility again.
You can also use maintenance mode but that will just make entire site private. So using per page visibility is a good option.
Regards
I can’t select any category for filtering, I only get the tags list on terms. Also, the selection of post/page and category/tag disappears every time I edit the block. Thanks!
Hello oriol20,
Thank you for purchasing the plugin. Can you please send me your site URL and login details at xconsau[at]gmail[dot]com. I will check the issue.
Regards
Done!
Not received mail. Please check again.
You should have it since it’s marked as delivered, tried to send a mail to another address and worked properly.
Yes, got and replied.
Nice work! Good Luck)
Thanks mate.
very cool work !
i wish you big sales for the week 
Thank you 
Pre sales question, I know you have ajax navigation and tabs but do you have “Ajax search” ie: a search bar at the top then one types in etc
Hello Matthew,
Thank you for browsing the plugin. It doesn’t have the ajax search feature. But you can use a free plugin like Ajax Search Lite or Search WP Live. Please let me know if you have more pre sales questions. I would be glad to respond.
Regards
I’m interested in this plugin, but it’s a shame that it does not have the icon to share the post immediately, now with the augue of social networks I find it difficult. Is very nice but it lacks to be more practical and functional when it is time to share.
Hello jucapuna,
Thank you for browsing the plugin.
Regarding post sharing per snippet, I am not sure how that can be possible with multiple instances. There can be only one set of Open Graph tags (required by facebook) per page, and one set of twitter card meta tags per page. If sharing buttons are added for each snippet, it will not share correct data. Even if OG information is changed dynamically with JavaScript, Facebook will scrape the page only once, and not dynamically with each click.
Sharing buttons are practical, meaningful, and works correct on single posts only. Or with once instance per page. I may be wrong, but I have tried it before and it doesn’t work for multiple instances per page.
Regards
http://www.eluniversal.com.co/ Look this page in the post has a small icon to instantly share.
Hello again,
Thank you for sharing the link. I must agree now that it is possible, and that too with JavaScript. I will definitely add this feature in the plugin. I couldn’t get this working before, but this site is doing it fine. I will write a separate JS code for links and will add this feature. Thanks once again.
Regards
Your plugin looks very good and that’s why I’m interested, but I see that they have neglected that part of the social networks now the boom are the networks and many people who do not know says that the sites are down thanks to social networks. 
Already save your plugin in favorites. 
Thanks mate. I too agree, and it will be one good feature in plugin. I will try to release this update within next few days.
Update: The Social Sharing feature has been added in v1.1.0. Please check out Social Sharing page. The update is submitted and will be available in 2-3 days.
Regards
Ready, and buy the plugin. If I have any problem, you help me, right?
Thank you for the purchase. If you find any difficulty, you can email me directly at xconsau[at]gmail[dot]com, or feel free to post your query here. I would be glad to respond.
Regards
Hello, I have a client that has a very old page and I wanted to add some post and I remembered this plugin but I see that here I do not work the buttons of the social network.
Hello,
I just checked the site. The sharing seems to work fine. See http://prntscr.com/fn65q0
However, the sharing icon is changed. There is a CSS file via vc addons kit which is overriding the sharing icon. (This file and the WP Post Modules plugin uses same icomoon icon font family). To fix this, add the following CSS rules at the end of your themes style.css file, or inside Appearance > Customize > Additional CSS:
.share-trigger:before {
content: '\ea82';
}
Save these changes, and then check the site by clearing browser caches.
Regards
And where can you change the language?
Hello,
Language can be changed by using either translation plugins like qTranslateX, LocoTranslate, WPML, etc. Or you can simply use poEdit software for creating the translation file. In order to create PO translation file, please check the documentation file’s “Translating the plugin” section. The language POT files are located inside wp-post-modules/languages/ folder.
Regards
Sorry you updated? There is no sale listed.
Yes, the plugin is updated to v1.2.0. I just added the changelog in item details section. You can also find complete changelog inside the readme.txt file of plugin folder.
Regards
Hello, Hi friend, look there is no way you can customize the background color of “post-cats” for when you have a newspaper blog can put some visual styles? Where you can customize a little more.
Something more or less like that. http://prntscr.com/fsk2vt
Hello jucapuna,
Yes this is again a good feature suggestion. I will try to add this feature . Right now you can target any specific post module block using CSS and add custom color for the post cats links. The general CSS to add in your theme’s style.css file is:
.wppm .post-cats > li > a {
background-color: #f44336; /* Change this color */
}
The hover color will be automatically darkened, so you need to only provide background color.
To target this color to a particular module, you will need to add a parent selector. I can suggest that if you send me a URL of any such example page.
Regards
Did you like the idea?...
If you want I hope an update 
Yes it will definitely come. May be a color picker, or from a set of predefined color names.
Regards
hello, My friend, I have a concern? explain this to me?
Hello jucapuna,
Do you mean same plugins? It is the King Composer version of WP Post Modules plugin. Just like the Visual Composer addon, this one is King Composer add on. Do let me know if your query is something else than what I understood. 
Regards
ahhhhh mmmmmmmmmm oooooooh!.....
I did not know that composer.
I asked myself the difference and why you had two jajajajaja
No problem.
The thumbnail images were same, so it was obvious to think so.
Regards
Hello, my friend, I need a help, if I want to place a space between the articles as I can, in the case of glid?
I need it this way: http://prntscr.com/fwruyl
Hello,
Yes that gap is possible. Kindly send me the URL of your site or page containing those posts. I will suggest a CSS solution.
Regards
I’m still organizing, but the site is this. http://hosanapostol.org/site/
Hello,
Kindly add these CSS rules inside your theme’s style.css file, or inside Appearance > Customize > Additional CSS:
.wppm-grid.columns-3 > article,
.wppm-portfolio.columns-3 > article {
margin-right: 24px;
max-width: 30%;
}
.wppm-grid.columns-3 > article:nth-of-type(3n),
.wppm-portfolio.columns-3 > article:nth-of-type(3n) {
margin-right: 0;
}
Next, clear all browser caches of front end and check the site. It shall work. Regards
In responsive mode, my cell phone, all the appearance is damaged, is reduced. http://prntscr.com/fx7v3x
Hello,
Kindly add this media query inside your theme’s CSS:
@media only screen and (max-width: 768px) {
.wppm-grid.columns-3 > article,
.wppm-portfolio.columns-3 > article {
max-width: 100%;
}
}
This will force the columns to 100% on devices less than 768px viewport width.
Regards
And how could I roll a little to the right? I see that I do not remain very symmetric.
http://prntscr.com/fxgxxs
Can I have the page URL again please. It will be required to adjust column width and parent container margin.
Regards
Hello,
In previously mentioned CSS rules, changing the max-width to 31% may shift it a little bit to the right. But increasing it more will make the column fall on next line. However, this custom change is no longer required because I have submitted an update with a new template layout “card” added in it. So you only need to select “card” style layout for those posts. The update is in queue. If you want I can send you that via email.
This new update also contains color options, Google fonts and design options. You can email me at xconsau[at]gmail[dot]com.
Regards
I already wrote you by the profile. 
Hello friend, one question is there a way to place a button to read more post and that this load other post?
Hello jucapuna,
There is an option for showing “Read More” button which will be linked to the permanent post. I suppose you mean the ajax loadmore? That is not added yet. Right now we have ajax tabs and ajax navigation.
Regards
Put a URL on the grid to see how to see the 404 error page and see what I find.
Hello,
Thank you for reporting the issue. I have added the fix in uploaded update.
Regards
Hello friend, I have noticed that when it loads, sometimes it stays all this way, and it has not been in my pc, in several and the hospital staff comment on that inconvenience that may be happening?
Hello jucapuna,
That might happen if the content is not yet loaded, and the masonry initializes. I will change the masonry initialization on window load event. That will fix the issue.
Regards
ok 
Dear Author,
I get an error when I try to activate the plugin:
Parse error: syntax error, unexpected ‘[’ in /home/pgve187383/domains/reizenxl.be/public_html/wp-content/plugins/wp-post-modules/wp-post-modules.php on line 200
How can I solve this?
Kind regards,
Joey
Hello Joey,
Thank you for purchasing the plugin. It seems your server’s php version is older than 5.4. The square bracket notation for arrays [] is not supported below 5.4. Please send me a mail at xconsau[at]gmail[dot]com. I will send you the fix, and will also update here.
Regards
Good work… Good luck for your sale…
Team CloudBerriez
Thank you, Team CloudBerriez.
Regards
Before purchasing the plugin, I just want to see demo of before and after using the plugin
Hello jangirbrothers,
Thank you for browsing the plugin.
Before using this plugin, an archives page may look linear and plain like this one. It totally depends upon how your current theme supports display of post archives. Themes may have a more structured and grid organized design.
After using this plugin, you can achieve multiple style post blocks on same page like any of the example demos.
Feel free to ask if you have more questions. I would be glad to respond.
Regards
The both links are same that you shared.
Sorry mate. Please check this link: http://labs.saurabh-sharma.net/plugins/wppm/demo-05/ (Result after using plugin).
That is for the category page only or I can use it for the home page also?
You can use these modules in page, post, custom post types and all those page types for which Visual Composer is enabled. You can even use it in sidebar by directly pasting the shortcode output of this plugin. Provided, your theme has enabled shortcodes for widgets. For example. see the “Mini Gallery” and “Recent Posts” widget in sidebar of this post. Those are plain text widgets with plugin shortcode in it.
Regards
Awesome Work! Good Luck With Sale 
Thanks mate 
Hi, is it possible to show posts in double columns in mobile responsive view on homepage using any of these modules as in the pic? Thanks
http://i.imgur.com/4y95rx8.pngHello cpndgn,
Thank you for browsing the plugin. Yes it is possible to show posts in two columns. It requires using responsive option of Visual Composer columns to set the column width to half on mobiles too. I have created an example page which you can check on mobile: http://labs.saurabh-sharma.net/plugins/wppm/mobile-2-col-demo/
Or scan this code in mobile.
If you happen to purchase the plugin, please send me an email at xconsau[at]gmail[dot]com. I will send you this example page markup.
Regards
Thanks. I bought your plugin and it is really nice. I sent you an e-mail. could you please send me that page mark up with some explanation? thanks
Hello cpndgn,
Thank you for purchasing the plugin. I have sent you necessary details and steps on email.
Regards