191 comments found.
(site: https://nxnoticias.com ) I have some headers like “LO ÚLTIMO” on my site, the CSS is this:
.titulares { display: flex; align-items: center; margin: 12px 0; padding: 0; background: transparent !important; border: none; border-radius: 0; }
/* texto /
color: #003366 !important;
font-weight: 900; / el máximo disponible /
font-stretch: expanded; / hace las letras un poco más anchas /
font-size: 20px;
line-height: 1.3;
letter-spacing: 0.5px;
.titulares::before { content: ””; flex: 0 0 9px; height: 1.3em; background: #C4262D; margin-right: 8px; border-radius: 2px; color: #ff0000 !important;
}
.titulares a { color: inherit !important; text-decoration: none; font-weight: inherit; }
/ Ajuste para pantallas pequeñas */ @media (max-width: 768px) { .titulares { }
align-items: center;
justify-content: center;
}
I’d like the “category tags” (blue) in this plugin to look something like “LO ÚLTIMO.” How can I achieve this?
Hello,
Your website is blocked for my region (India). Kindly send me or allow access at xconsau[at]gmail[dot]com. I will send necessary CSS.
Regards
Allowed!
Hello,
Kindly add the following CSS inside your theme’s style.css file or inside WordPress admin’s Appearance > Customize > Additional CSS:
.wppm .post-cats > li > a {
display: flex;
align-items: center;
margin: 12px 0;
padding: 0;
background: none !important;
border: none;
border-radius: 0;
/* texto */
color: #003366 !important;
font-weight: 900;
font-stretch: expanded;
font-size: 16px;
line-height: 1.3;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 0;
}
.wppm .post-cats > li > a:hover {
background: none !important;
border: none;
color: #003366 !important;
text-decoration: none;
}
.wppm .post-cats > li > a::before {
content: "";
flex: 0 0 9px;
height: 1.3em;
background: #C4262D;
margin-right: 8px;
border-radius: 2px;
color: #ff0000 !important;
}
Important: Make sure to remove all inline styles set inside the post module settings. Otherwise that will override the above CSS.
Regards
test site: https://nuevo.nxnoticias.com
Please read my last line in the comment.
Important: Make sure to remove all inline styles set inside the post module settings. Otherwise that will override the above CSS.
If that doesn’t work, kindly send me your site URL and login at xconsau[at]gmail[dot]com.
Regards
sent an email called “login wordpress NX”. THANKS THANKS THANKS
Hi again.
Look, I have this website
https://nxnoticias.comThe article headers appear in black, and the government labels and that appear gray.
They used to appear like this.
https://prueba.nxnoticias.comWhy is that?
Hello,
In the latter one, the headings and category labels are styled using the WP Post Module settings. Kindly edit the module settings in WP Bakery Page Builder and set the colors inside the “Colors” tab. See https://prnt.sc/BvkkTw49feeN
You will need to set heading color to #003366. SImilarly, set the category links background color to #003366 and set the text color to #fff (white).
Regards
I know how to do it. It looked that way because I put it that way.
Look
https://prnt.sc/KBk59oi5S5Q_They changed it to black today, they did it themselves, I haven’t changed anything from the design.
Nevermind, is a RANK MATH bug, WTF
One question – How can I change the vertical alignment of titles in list format style? I see the option for horizontal allignment but can’t figure out how to vertical alignment next to images other than to use padding (which won’t be great for responsive). Otherwise I’m loving these modules!
Hello,
Kindly send me the URL of the page on which the module is used. Based on the list style, I will suggest a CSS style for it.
Regards
Please can I email you the link? I’d prefer not to share here.
Yes, you can email at xconsau[at]gmail[dot]com.
For the record, I got a very fast reply and perfect fix. Thanks again Saurabh!
You’re welcome.
Hello,
Thank you for purchasing the plugin. The single post styles are dependent on your current active theme. Those are not controlled by the plugin. On live demo, the single post styles are handled by the Qalam theme. You can find the theme link here: https://themeforest.net/item/qalam-newspaper-and-magazine-wordpress-theme/24021107
If you want to have the exact same look of single posts, you will need to purchase and install that theme. The WP Post Modules plugin comes free with that theme.
Regards
Hey. I have purchased the bakery version by mistake. I needed the elementor version. Can you send me the elementor version else i need to spned the amount again for the correct purchase.
Thanks in advance
Hello,
Thank you for purchasing the plugin. Kindly submit a refund request for the WP Bakery version of the plugin. I will approve it. After that you can purchase the Elementor version.
Regards
Hi, I install the plugin, but I cannot find the WPPM Tabs plugin, can you help?
Hello,
Thank you for purchasing the plugin. The WPPM Tabs is included in the same plugin. You can find the widget inside WP Bakery’s “Add Element” library. Please see this screenshot: https://prnt.sc/3OPDTYZxc_hg
If you type “WPPM” in the search bar, the widget will appear.
Kind regards
Hello, have a nice day 
Is there any way to upscale the smaller NATIVE images?
Thank you so much in advance <3
Sorry, i logged in my agency account xD
https://prnt.sc/lc2_PiGW4UNeHello,
Yes, it is possible. Inside the “Display” tab you shall see the settings for image sizes as width, height, hard crop, quality, etc. Make sure to provide a width, height and enable the Hard Crop mode. The image will be cropped and up-scaled to the specified dimensions.
Regards
Hello, have a nice day 
Is there any way to upscale the smaller NATIVE images?
Thank you so much in advance <3
https://prnt.sc/lc2_PiGW4UNeHi again :3
I basically need 2 things.
1) how to hide a module or not show anything if the label is empty?
2) how to exclude a label? (this is much more important to me)
Thank you so much!!!!
a label or category/categories
Hello,
Please find my answers below:
1. If a category is empty, it will not even show in the categories list inside the module. But just in case it was not empty before and you selected the category in WP Post Module, and later on the posts were deleted/moved from that category, then the module will show nothing. So make sure the category is fully empty or doesn’t have any sticky posts.
2. If a post is in multiple category, it can not be excluded if one of the categories is selected. However, you can exclude categories by selecting all categories and not selecting the ones you wish to exclude.
Another manual method of excluding a category is to add the query parameter inside the WP Post Module shortcode. For that, switch to the classic editor text mode and add the query=”xx” parameter as shown below:
[vc_row][vc_column][wppm post_type="post" post_status="publish" query="cat=-5,-7" taxonomy="category" terms="" ad_list="%5B%7B%7D%5D"][/vc_column][/vc_row]
The query="cat=-5,-7" will exclude categories with category ID 5 and 7 respectively.
Regards
One last question, sorry to be abusive but I have a strange need:
If I have several modules on a page, how can I “hide” or “not call” posts that have already been called previously by another query?
Hello,
You can do so in two ways:
1. Say if you have shown first 5 posts from category A in first module. Then you can show the next 5 posts from the same category in another module using the OFFSET parameter. Use offset value as 5. This will skip first 5 posts from the results.
2. You can also hide posts selectively using the Posts Not In field. Inside this you need to provide the numeric post IDs separated by comma. E.g. 122,321,435 . The results will exclude posts from these IDs.
Regards
I think I didn’t explain myself clearly.
I have 2 sections.
Module 1) shows the “Trending” tag, which may include some posts from the “Politics” category
Module 2) shows the “Politics” category
How can I make it so that posts that were already shown in 1 are not repeated in 2?
Thank you very much
In that case you need to perform point #2. i.e. manually add the post IDs to be excluded. You will need to know first which posts are being shown in Trending section. There is no other direct way as each module uses a separate WP Query loop. If it were a single loop as on category pages, we can exclude the posts as desired.
Regards
Hi <3
How to “underline” title links when hover?
Thanks in advance!
nevermind, i did it :3 thanks!!!!
You’re welcome. 
The website encountered an error using the WP post modules plugin. What is the help email? Please help me resolve it as soon as possible. Thank you very much!
Hello,
Thank you for purchasing the plugin. You can email me at xconsau[at]gmail[dot]com, along with your site URL and error screenshot. I will take a look.
Kind regards
The email was sent yesterday, please reply as soon as possible. Thank you
Hello,
I had been waiting for the email. It went into the spam. Not sure if due to the hotmail provider. I am checking it and will revert to you. Thanks from prompting otherwise it would have gone overlooked.
Hi!!! 
Is there any way I can make the image take up 100% of the screen on mobile devices?
https://prnt.sc/UfhqreP0fvoF I want it to look like this: https://prnt.sc/UfhqreP0fvoFJust THAT section, the others don’t matter, but the first one does.
Thank you very much in advance
Hello,
Yes, we can make image span 100% of the screen. Kindly send me your site URL and admin login at xconsau[at]gmail[dot]com. We can either set negative margin on the image on either sides, or we can add custom CSS to make it expand 100%. I will try to implement any of these.
Kind regards
Sent! ( ba-k[at]lakteo[dot]com )
It’s important to me, I’ve been frustrated with this for days 
Thanks so much for all the help <3
Thanks for all the help, without you I wouldn’t have been able to finish my project.
You’re welcome. I’m glad I was able to help.
Regards
Why is there always a space? How can I solve it?
https://prnt.sc/Ior_tfTIcS85 https://prnt.sc/nORamFLCtfoA https://prnt.sc/rQsnZuMs8FmvHello,
That extra padding is due to the Salient theme’s built in styles which are overriding the plugin styles. In order to fix this, kindly navigate to the WordPress admin’s Appearance > Customize > Additional CSS. Next, paste the following CSS inside it:
.wppm .post-content {
padding-left: unset;
}
Then click on “Save and Publish” button at the top. The issue shall be fixed.
Regards
I can’t believe it, I’m about to propose to you hahaha
THANK YOU
You’re welcome. Also, thanks very much for taking time and writing the review. Feel free to ask if you come across any further issues.
Kind regards
Hi! i’m using salient theme and i can’t find the “templates” for wp post modules 
(salient uses wpbakery, of course hehehe) Please help
how to add templates
Hello,
Thank you for purchasing the plugin. Make sure you are using the original WPBakery Page Builder. The templates shall show as in the following image: https://prnt.sc/WSCQNnQ4YNwo
Please let me know whether you are using the actual/original WPBakery Page Builder or the modified version of it which comes with the theme. In the latter case, the templates might not show.
Kind regards
The included version 
Thanks for letting know. In that case, you will need to contact the Author of the Salient Theme and ask them if the native functionality of WPBakery Page Builder is being supported. As you are aware, this plugin is made for native WPBakery Page Builder, and not guaranteed for any modified or bundled version of WPBakery.
Let me know what response you get from the theme Author. You can further communicate me on xconsau[at]gmail[dot]com. We will try to find a solution.
Regards
Hi. I have version 1.8.0 installed and just bought 3.4.0. Are there any tips for the upgrade?. Thanks.
Hello,
Thank you for purchasing the plugin. You can auto update the plugin using Envato Market plugin. Or you can manually update to the latest version by deleting the old one, and re-uploading the latest one downloaded from your CodeCanyon account.
Regards
Hi,
I installed WP Post Modules on my WordPress site from the plugin section. Afterwards, I received an error like this (WP Post Modules plugin requires Visual Composer plugin to work correctly. Kindly install and activate WPBakery Visual Composer plugin.)
WPGlobus for WPBakery Visual Composer (I installed and activated it, but there was no change)
I couldn’t find the source of the problem, I would be glad if you could help me.
Hello,
Thank you fior purchasing the plugin. You will need the WPBakery page builder plugin. Formerly it was called the Visual Composer, and the backend notice still contains this name which might have caused the confusion. Please let me know if you find any further issues.
Kind regards
Hi Mister, i buy https://codecanyon.net/item/wp-post-modules-for-newspaper-and-magazine-layouts/20142309 but i make mistake i wan to buy Elementor version but i buy wrong Version.. can you send me please Elementor Version? Greeting
Hello,
Thank you for purchasing the plugin. Kindly submit a refund request for this plugin. I will approve it. Then you can purchase the Elementor version.
Kind regards
Hi, I tried installing the plugin “WP Post Modules for NewsPaper and Magazine Layouts” on my wordpress website. Installing works. However, after pressing “Activate” I am getting the following error:
“Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected ‘)’ in /public_html/wp-content/plugins/wp-post-modules/wp-post-modules.php on line 274”
Can you help me activate the plugin? I already tried to remove the ’ on line 274, but that does not solve it. Thanks in advance.
Hello,
Thank you for purchasing the plugin. I just re-checked by installing and activating the plugin at my end. I was able to activate it without any issue. Can you please try again by installing the fresh copy (non-edited) one. If that doesn’t work, kindly send me your site URL and login at xconsau[at]gmail[dot]com. I will install the plugin.
Regards
Hi!
I have problems with Module, stop to work in the page. It started happening with the last update of the WP system, I’ve uninstalled all the plugins and the Post Module is the only one that is giving problems, it won’t let the page load.
This is the link page : https://mcmh.eu/news/.
The homepage have the modulo too, and i need to delete to make load the page.
But in other pages that it was installed, but that I did not need to edit the page continues to work, such as https://mcmh.eu/networking-tools/short-termscientific-missions/
I need to understand if this is just happening, I urgently need it to work. All the best Catarina
Hello Catarina,
Following up your email. Is the issue resolved now?
Regards
Hello, i want this modules for Gutenberg, please provide the version for wordpress gutenberg
Hello,
Thank you for your interest in the plugin. The Gutenberg version is under development and will be released soon. 
Kind regards
Ok, waiting, how long will it take
It may take a month or more.
Seems a bit late, but just in case you are still looking for the Gutenberg version, it is available now. Kindly check https://codecanyon.net/item/wp-post-modules-for-newspaper-and-magazine-layouts-gutenberg-block/45151415