Code

Discussion on WP Post Modules for NewsPaper and Magazine Layouts

Discussion on WP Post Modules for NewsPaper and Magazine Layouts

Cart 387 sales

SaurabhSharma supports this item

Supported

191 comments found.

Hello Friend, a suggestion, because you do not make demos installs (type templates) that one can use, that only assign the post or the categories that one needs.

Hello,

Kindly send me your site URL at xconsau[at]gmail[dot]com. I will check the issue.

Regards

If I want to upload a short code of an advertising banner but I also want to give clik to load more post load below the code of the banner so that the pattern is not lost.

Hello,

In that case you can use offset parameter on the post module. See the following pattern:

- post module 1 with xx posts -
- advertisement banner code -
- post module 1 with yy posts and xx as offset, with ajax loadmore enabled -

The post module block after ad block should have offset equal to the number of posts used in previous module. It should also have ajax loadmore enabled.

Regards

Hi, thanks alot it has been a nice feature to add inline share buttons on post lists,

But after I activated the wppm plugin I noticed a bug or conflict with Yoast Seo Plugin, When the Wppm plugin is activated it doesn’t show edited facebook preview (through Yoas Seo Facebook Social preview edit tool) as edited here https://prnt.sc/j9m7e7, (I tried to scrape the link many times through facebook debug tool but no change) It shows default post title and meta tags of default share buttons as here https://prnt.sc/j9m8oj, But after disactivating the WPPM plugin and Scraping the link through facebook debug tool, it shows as edited, https://prnt.sc/j9m9bg

Is it possible to fix it?

Best Regards

Hello,

The title, excerpt and image shown in Facebook share preview is a result of Open Graph meta tags inserted in the document head node. The WPPM plugin adds these OG tags separately. At the same time, Yoast Plugin also add these OG tags. So if the OG tags added by WPPM appear later in head node, they are taken on priority, and you see different results. A solution is to disable WPPM plugin’s OG tags. For that, add the following code inside your theme or child theme’s functions.php file:

function wppm_disable_og_tags() {
    return false;
}
add_filter( 'wppm_enable_social_tags', 'wppm_disable_og_tags' );

This will disable OG tags generated by the WPPM plugin. Then you will see results as modified by Yoast Plugin.

Regards

Thanks a lot for the fix.

Another feature suggestion;

It would be nice to have an option to insert ads among post lists items ( in grid lists) As far as I see although the adsense auto ads are active it doesn’t insert any ads among post list items. I think it must be done manually.

Best regards

Hello,

Ads can be inserted between post list items with the help of offset. For example, show 3 posts in one module, then insert an ad manually, and then again show 3 posts by using offset of 3. By doing so you will show 6 posts and an ad between them.

Regards

hi, is it possible to make the share buttons on the post lists more visible as in the example or in other ways? thanks https://prntscr.com/j82jwy

Hello cpndgn,

Yes it is possible. I will add this as a feature in next update. You will be then able to choose between “Popup” or “Inline” buttons style.

Regards

Thanks, it’ll be a nice feature.

can there be any further paid customizations to the plugin, we want it to show news in some other design.

Hello Varun,

Kindly email me your requirements at xconsau[at]gmail[dot]com. I will let you know if these can be done. :)

Regards

Hi, i am using WP Post Modules and i would like to know if is possible add background color at Title Heading in Tiles as in Category Links Background. Thanks.

The llink is http://www.klauswanklaus.com/SC/ and the color of background about title tile is black or white. Thank You.

Hello,

Kindly add these CSS rules inside WordPress admin’s Appearance > Customize > Additional CSS:

.wppm-tile li .entry-title a {
    background: rgba(255,255,255,.5);
    color: #000 !important;
}

.wppm-tile li .entry-title a:hover {
    color: #000 !important;
}

Then publish these changes and check the site by clearing all caches. It will show semi transparent white background and dark text for post titles in tile display style.

Regards

Ty. It’s Great!

Hello, I want to enter the product authorization code into the WP system in the site https://www.tellto.cz/ Unfortunately, he wants me to log in to https://support.wpbakery.com/login where I do not know access. I tried logging in at https://codecanyon.net but it does not work. How do I activate my license? Thank you. Lucy info168@seznam.cz

Hello Lucy,

That authorization code is asked by the WP Bakery Page builder plugin. That may be required if you want official support from their site. The plugin works even if you do not register on their support site.

You can find licence code of WP Bakery Page Builder inside your codecanyon account’s downloads section, if you want to enter it on the support site of WP Bakery.

Regards

Hi! Here I am experiencing same issue that weerapol said in previous post. I updated the plugin to v1.9.9 and it is crashing when WPML is active (this not happen in previous version of Post Module):

“Warning: Missing argument 3 for SitePress::terms_clauses(), called in (...) sitepress.class.php on line 2412”

Hello dpmeneghetti,

My apologies for the inconvenience caused. I have already prepared an update, but I want to confirm it’s working before submitting it officially. Can you please email me at xconsau[at]gmail[dot]com to get the archive.

Regards

Hi, SaurabhSharma. Version 1.9.10 fixed this issue. Thanks!

You’re welcome.

Regards

Hi i use plugin with WPML Plugin Can’t find Category Post in Second Language Ex. i setting Thailand is default Language i create category post on Thai Language but when i create Category on English Language Plugin can’t find Category to Choose Post Query

This picture in Page https://www.dropbox.com/s/8li2u2p68ulgqi9/Pages.png?dl=0 This Picture in Category https://www.dropbox.com/s/6qvn1peyhd5lcqm/Cagegory.png?dl=0

Thank You

Hello weerapol,

Thank you for purchasing the plugin. I have submitted and update which is compatible with WPML. It will be available for download in a while. After updating the plugin, let me know if you continue to face the issue. I will check it further.

Regards

Hello weerapol,

My apologies for the inconvenience caused. Please send me a mail at xconsau[at]gmail[dot]com. I will send you an updated archive to check at your end before I submit next update.

Regards

Hello, I have Visual Composer and I would like to set the WP Post Modules module like this page: http://labs.saurabh-sharma.net/plugins/wppm/ How to do? To read you, thank you.

Hello,

Thank you for purchasing the plugin. You can create a magazine style page using pre built templates of this plugin. Kindly check this documentation page for details on using a pre built template.

Regards

I have a question for you. If my template has to assign color to the category, the plugin does not have any way in which the title of the category comes out with a colored background?

is compatible with the “Multinews – Multi-purpose WordPress News, Magazine” template?

Hello,

By category title, do you mean category title of Archives? If so, that is a theme function. The plugin will not interfere in styling of that title. If you mean category links color which appear in post snippets, that can be changed from the WP Post Module Element. If these are not the ones you are mentioning, please feel free to send me a screen shot. I will suggest appropriate solution. :)

The plugin has not been tested with the theme you’ve mentioned.

Regards

Hello,

I can’t find where to set the Magazine style, as in the Demo…

Thanks

Hello orenlebbo,

Thank you for purchasing the plugin. In order to create a Magazine style page, you can use any pre built template from the available templates. You can find all templates by clicking on the “Add Template” button of Visual Composer page editor. ( See http://prntscr.com/iml1y6 )

A list of available templates will appear in the modal window. (See http://prntscr.com/iml23p ) . Click on [+] icon of any page like Demo 01, Demo 02, etc. The layout will be inserted in editor. You can then edit each row and elements as required. Please also check the help manual available inside your main download archive for details on this procedure.

For categories, kindly check again by saving the changes and then clearing all caches of a caching plugin (if using any). Or you can send me your site URL and login details at xconsau[at]gmail[dot]com. I will check it.

Regards

Hi,

Unfortunately is doesn’t look nothing like the example, and also breaks the site. I will try to build my own template.

But another issue is that when I choose to display list of posts and trying to set it to show only posts from certain category, it doesn’t work. Keep showing posts from all categories.. What am I doing wrong?

Thanks :)

Hello orenlebbo,

Can you send me your site URL and a guest login at xconsau[at]gmail[dot]com please. I will check the functionality. Make sure the guest account has “Contributor” role or post creation capability.

Regards

Hi there,

I love your plugin, it’s so cool and convenient when I know what to do.

Is there an easy way to import the settings you use for your demos. I’ve spent hours trying to get the settings to match your demos but I’m struggling and wasting time I could be doing other things with. I specifically like the Demo 8 look for the main featured area and other parts for cards for the other areas. Is there a guide or anything at all to help?

I got this a while ago and didn’t end up using it, now I need this to work more than ever. Please and thank you.

Hello DailyOffices,

Thank you for purchasing the plugin, and providing positive feedback.

All the demos are included in plugin as pre built templates. You can load any demo template using Visual Composer’s “Template” button in page editor. I have included instructions for this procedure inside your main download’s documentation/index.html file. (That is a help manual for this plugin). If you have downloaded only install-able plugin zip file, kindly download complete archive which also contains the help manual. You will be able to insert demos instantly then.

Regards

Thank you very much!

Hello, I have a problem with your pluging. I have set Post Text Length on 300 words and you can see the result here: https://www.inversiondepensamiento.es/blogggggg

As you can see it doesn’t work well, what is wrong, is htere any maximum amount of words to show on the list?

Hello balipa,

Thank you for purchasing the plugin. The default word boundary for WordPress excerpt is 55 words, so it will not work for 100 words. If you want more word length, choose “Content (with allowed tags)” from the “Post text source” in the WPPM Element Settings > Content. If you choose excerpt, it will have a limited length.

Regards

Hi, is there a way for me to use this plugin on other post types? Not just posts and pages, but like portfolio posts, faqs, media, members, and other custom post types?

I’m not finding a way to add portfolio posts in the feed and I would really love to have that as part of the feed.

Hello again,

Yes it can be resolved in plugin too by removing the Custom Post Type action, and then re adding it with desired priority. If you can forward my email address xconsau[at]gmail[dot]com to the theme developer, we will work it out. Please send them an email about the issue and also mention that I am willing to fix this in plugin.

Regards

Your willingness and time is GREATLY appreciated. I’m not very happy with the last time I talked with my theme developers though. I think they hired on bad support that doesn’t read through a problem nor even glance at clear photo examples. So I would hate to waste your time. But I may come back to this in the future. Thank you again for your time and willingness!! <3

Hello,

If you can send me the theme copy in zip format at xconsau[at]gmail[dot]com, I will locate the code in it and suggest appropriate fix. :)

Regards

Hi I am using the Portfolio grid with slider enabled. I have set it to autoplay on loop. When you hover over the grid the slider stops (which seems right) but when you take the mouse off hover the slider does not restart – thanks

Hello Web_Comms_Team,

I just reproduced the same configuration at my end, and it seems to work fine. I selected “Yes” for “Loop animation” and “Auto play”. The slides pause on hover and resumes back when hovered out.

Can you send me a link of the page with this slider added? I will check and find out if there is any other issue. If the page is private, you can email me the details at xconsau[at]gmail[dot]com.

Regards

Hi is there any way to have the title over the image (like the tile layout) in a carousel?

Hello renee01,

Yes it is possible by using the Portfolio display style in slider. See the first carousel in this demo page.

Regards

Hi i’m wondering if it is possible to create a hover effect so that before you hover the title of the post shows. When you hover, the excerpt (on a semi-transparent background) slides in

Thanks

Hello Web_Comms_Team,

Thank you for purchasing the plugin. Currently there is an option for portfolio and tile templates in which you can hide post title and excerpt initially, and reveal them on hover. The option is inside “Display” tab > Show Overlay > Always.

In your requirement, you can add the following CSS rules inside your current theme’s style.css file, or inside WordPress admin’s Appearnce > Customize > Additional CSS:

.wppm-portfolio .post-text,
.wppm-portfolio .row-3 {
    transition: .3s;
    opacity: 1;
    display: none;
}

.wppm-portfolio .hentry:hover .post-text,
.wppm-portfolio .hentry:hover .row-3 {
    opacity: 1;
    display: block;
}

Then save these changes and check the site by clearing browser caches. It will hide excerpt at first, and will reveal it on Hover. The limitation with this approach is that there will not be any animation. The excerpt will appear directly.

Regards

Demo not work

Hello damaceno,

Thank you for browsing the plugin. You can access demo URL here.

Regards

Hello. I want to add class “sticky” to wp post module? because I want to style the stick post when display on my page. But i can’t seem the sticky class in the output query. Do you have any suggestion?

Thank you

Hello weerapol,

Thank you for purchasing the plugin. Quoting from the WordPress page:

Note: The “sticky” class is only added for sticky posts on the first page of the home page (is_home() is true and is_paged() is false).

So the class is not added automatically in custom loops and templates. I will release an update in which this class is added if the post is detected as sticky. The update will be available at my earliest.

Regards

Nice looking plugin guys!

Thank you, AJ. Glad to have your comment. :)

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey