- NewsmagPage templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagCustom Post Type Support
- NewsmagNewsmag documentation
- NewsmagHow to use the Visual Composer plugin
- NewsmagHeader styles
- NewsmagSmart sidebar
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagFeatured images
Only when previewing the cloud template. I have sent all the information I need to contact me via email. Can you help me solve this strange problem? I am curious if it concerns only me, on the test page is the same …
Hi,
Yes, you can design single posts templates like a page you can use a single post template from tagDiv Cloud Library
Thank you for your understanding!
Hi,
You can try to use some single post template from tagDiv Cloud Library , set for each language a template ( make a copy of one template and change only the text from comments, related … )
Hope this will help you!
Thanks.
Hi,
In order to achieve the page width of 900px, you’ll need to set on row in css the margin left and right auto and the width 900px like this -> https://www.screencast.com/t/UgCqh4uoGUVK also for post and category you’ll need to use the tagDiv Cloud Library and set in those template the row with margin auto and width 900px.
Thank you!
Hi,
How exactly did you create a single page? That code can be used in the default predefined post templates by editing the loop single files, so for example in a cloud post template which does not have PHP files it will not be possible the same way.
Maybe a a different implementation is possible, by a shortcode if possible. A shortcode could be entered in a column text. Maybe some Facebook comments plugin that have a shortcode implementation can be used together with a cloud post template. I haven’t tried such a a plugin unfortunately.
Thanks
I am wanting to implement the patreon plugin and it works EXCEPT with the featured image (video) and I am wanting to hide the video/featured image too. Which template would I chop away at in order to do this.
Here is the patreon spiel (knowing you dont provide support for third party stuff) Just wondering if you could tell me the proper template since there are so many:
Patreon WordPress – how to lock any part of your Website
How to lock any section, page, type of content, or template section through the code
Its possible to lock any section of the site, a widget, some content in widget, some piece of meta value shown in the header, footer, or even remote embedded content displayed somewhere by using custom code blocks and developer toggles.
First, it is necessary to turn on the direct unlock mechanism by setting the below global variable somewhere. This may be in your theme’s functions.php, and better yet, a custom small plugin added and toggled with just the below code:
<?php
/*
Plugin Name: Patreon Dev Plugin
Plugin URI:
Description: Plugin to hold any customizations, hooks, filters, settings for development
Version: 1.0.0
Author: Patreon <platform@patreon.com>
Author URI: https://patreon.com
*/
$GLOBALS['patreon_enable_direct_unlocks'] = true;
This global will allow the plugin to skip security checks that prevent sending users to Patreon without supplying post ids, so you can create and use the unlock interface anywhere without having to lock a post.
Afterwards, the below code can be used anywhere to lock/show content. The below code checks for patronage level, and if it is the amount you set in the function parameters, shows the content. This code can be put into header, or, for example in the theme element that shows webcomics in headers or widgets as meta values.
<?php
// Custom lock
// Get current user if it is not already present
if ( !$user ) {
$user = wp_get_current_user();
}
// Check how much patronage the user has
$user_patronage = Patreon_Wordpress::getUserPatronage();
// Check if user is a patron whose payment is declined
$declined = Patreon_Wordpress::checkDeclinedPatronage($user);
// Set where we want to have the user land at - this can be anything. The below code sets it to this exact page. This page may be a category page, search page, a custom page url with custom parameters - anything
$redir = home_url(add_query_arg($_GET,$wp->request));
// If the user has less patronage than, say, $7, or declined, and is not an admin-level user, lock the post.
if ( ( $user_patronage < 700
OR $declined )
AND !current_user_can( 'manage_options' )
) {
// Generate the unlock interface wherever it is
echo Patreon_Frontend::displayPatreonCampaignBanner(
7,
array( 'direct_unlock' => 7,
'redirect' => $redir
)
);
// the first param (7) and direct_unlock param set the unlock value for this interface. Both need to be provided and be the same
}
else {
?>
<!-- Here you put your patron-only content for the header. At this point the patron will see the unlocked content which will be displayed here. This may be anything - it can be a custom meta value taken from somewhere, an embedded post, an embedded content, even remote content - whatever works -->
<?php
}
?>
Patreon_Frontend::displayPatreonCampaignBanner is the function that generates the interface. The added arguments array allow it to be used outside post context.
After updating to the latest version 9.6 and running through all the AMP and mobile settings as outlined I do not see the same mobile theme on the dedicated home page. What I do see is a list of latest posts?
AMP does not validate on the AMP test page for https://coconutoilpost.com/
Infinite loading is also not working for the templates – 9.5 was working but very slow to load.
Rankings are already dropping. Hope this can be resolved fast.
I noticed the exact same issue today. Not sure what the answer is from the devs but here is what I did.
NewsPaper->Theme Panel->Template Settings->Page Template.
On Page Template – turn off disable comments on page button and it worked.
This is like a master on/off switch I guess.
Love the new header options, have used a template but the black color in the background that I set in the CSS tab is the last thing to load – since the logo is white letters you can’t see it while the page loads.
Any way to fix this? you can see here. http://www.brandinginasia.com
Thanks guys!
The error only comes when the mobile theme is disabled on AMP: https://prnt.sc/mvrm3e
To sort out this error for now, goto https://www.yourwebsite.com/wp-admin/admin.php?page=amp-options ,
You’ll possibly see that the TEMPLATE MODE is selected is “Paired”, that option’s creating the issue, so set it to classic, it’ll solve your issue. . .
Beside, wait for team to assist further 🙂
Hello,
I would like to add jobs board to our blog and trying to test different plugins for that. Apparently, all of them have the same beginning (open source code) and as a result, if you go to the job’s page you can see that its content is appearing in a footer as well. http://executives.com.ua/job/job/
I have this issue only when using a cloud template footer (footer as a page) and everything works fine with a default footer.
I understand that there is a conflict between a theme and plugin and I was trying to investigate it, but with no luck, unfortunately. So I would really appreciate any advise on how to solve my problem.
Thank you in advance!
I’m using the Construction Demo in Newspaper 9. I want a portfolio kind of page for showing completed projects.
I liked the page as homepage of wildlife demo. But I can’t find that template in the pre-made layouts in the Template section of WPbakery.
Kindly guide me how to make a portfolio page for my construction site.
Thanks
Example: https://www.vitalthrills.com/2019/03/08/zazie-beetz-and-betty-gabriel-enter-the-twilight-zone/
Is there a way to have the AdSense header ad load in between the Infinite Loading posts (or just at the top of the next page?). I haven’t removed the Header Ad AdSense code from the theme panel but it’s not showing.
That also counts for any non-AdSense ads such as Taboola (below our articles) and Insticator (on the right). Those are loading just fine on the Cloud Templates but are no longer appearing on the secondary Infinite Loading posts. I’m assuming it’s because the secondary pages are not loading the required codes for those ads in the header and footer. Are there php pages for the Infinite Loading that we can add these codes to?
I’m using custom sidebar with an image
An the sidebar is not visible
I’m testing your template on a website already running with a lot of content because I had to stop using my previous template. Right now I’m doing tests on a temporary link
http://revist10-cp139.wordpresstemporal.com/donativos/
I need your help
THANKS
C Davies
I tried removing the adsbygoogle.js line from that inline ad, but it’s still the same. You don’t think it’s a bug with that specific template (it’s actually Single Post Template 9, I was mistaken above).
I created yet another Cloud page with Single Post Template 4 and the inline ad on that one also works just fine, just like Single Post Template 1.
https://www.vitalthrills.com/2019/03/05/captain-marvel-review/
Hi,
1. No, a theme update will not remove the cloud templates you have imported or created. After a theme update, update the cloud library plugin and the templates will be same as before.
2. Why exactly do you believe you will lose everything regarding the homepage? That isn’t supposed to happen. Pages, posts, theme panel settings and others are saved in the website database. Only if something happens with the database there will be a problem.
To be safe it is recommended to make full backups regularly, either with plugins or manually or maybe the hosting has such an option available. There are plenty of tutorials online you can follow and make backups.
Thanks
Hi,
By default, the single post template style 10 should look like this -> https://demo.tagdiv.com/newspaper/louge-music-reasons-why-in-form-leicester-city-will-finish/ I have inspected your website and your video seems to be at the top of your post page, right? Where is the problem? -> https://www.screencast.com/t/rPrTsAesV
Hope this helps!
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Thanks, Simon, It is good if there’s an option available to edit or modify the homepage layout on the Mobile Theme & ability to add more inline ads in-between the paragraphs on single template TD-Cloud library. Please Add this in the suggestion for an upcoming update.
Hi,
That is how the official AMP plugin template looks. This plugin doesn’t have many customization settings, except some color settings in Appearance->AMP. More can only be done with code manually, for example
– https://fewerthanthree.com/tutorial/customizing-google-amp-for-wordpress-styling-your-amp-pages/
If you don’t want to use the mobile theme you can use the AMP plugin on it’s own and customize it. Or use a different AMP plugin that has more options.
When the mobile theme is active content in pages that you created with the composer for example, will be blank on mobile (except the homepage which has a predefined layout)
– https://forum.tagdiv.com/the-mobile-theme/
Each page will require two versions, one for desktop and one for mobile (the mobile editor must be used).
Let me know if you have more questions.
Thanks
About Us, Privacy Policy, Disclaimer, Terms And Conditions & Contact page now showing on mobile browser
You can check:
Privacy Policy
About Us
Disclaimer
Terms-and-conditions
contact-us
AMP Error Details
How to solve this?
This happens after install Official AMP Plugin & Mobile template.
Hi,
Please login with your credentials on themeforest.net and download the Newspaper 9.6 from there with all files and documentation ->https://www.screencast.com/t/wsXNVBNHLKy
Here you can see when was make the update an what news have :
-> https://www.screencast.com/t/fPpizvlAmLib -> https://themeforest.net/item/newspaper/5489609?s_rank=1
How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/
Before you make some updates please make sure that you make a full backup to your website.
After you make the update please check the theme plugins and activate tagDiv Composer if this plugin is not activated, also if you are using cloud templates activate tagDiv Cloud library too.
Also in order to see what news have the 9.6 version you can check the changelog from the bottom of page on themeforest -> https://www.screencast.com/t/lCsTLk72xkf -> https://themeforest.net/item/newspaper/5489609?s_rank=1
Thank you for your understanding!
Hi,
Please login with your credentials on themeforest.net and download the Newspaper 9.6 from there with all files and documentation; here you can see when was make the update an what news have :
-> https://www.screencast.com/t/fPpizvlAmLib -> https://themeforest.net/item/newspaper/5489609?s_rank=1
How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/
Before you make some updates please make sure that you make a full backup to your website.
After you make the update please check the theme plugins and activate tagDiv Composer if this plugin is not activated, also if you are using cloud templates activate tagDiv Cloud library too.
Also in order to see what news have the 9.6 version you can check the changelog from the bottom of page on themeforest -> https://www.screencast.com/t/lCsTLk72xkf -> https://themeforest.net/item/newspaper/5489609?s_rank=1
Thank you for your understanding!
Hello
After installing wordpress amp plugin with mobile theme, in native mode template, google is not able to differentiate amp and normal version as canonical tag is using default url. Google deindexed our amp pages and we are lossing visitors.
Please add canonical tags in both amp and normal version so thag google can index amp pages.
This is pure violation of seo optimization.
I have installed the AccessPress Anonymous Post Pro plugin to allow front-end submission forms. In the instructions for displaying the custom for it says the following:
Using Shortcode
For showing the anonymous post form in any page in the frontend, please use [ap-form id=”form_id”] shortcode in the page’s content editor or just use <?php echo do_shortcode[ap-form id=”form_id”] ?> inside your theme’s template file where you wish to show the anonymous post form for the frontend post submission.
Does the Newspaper9 theme support this plugin and if so, how and where do I add the shortcode without going into the theme code. Usig the TabDiv theme editor instead?
Hi,
When I started my website I used the ‘black version’ template to build the site. However, I now want to change the overall background colour of the site back to the standard white colour again. How would I do this?
Can anyone help?
My site for reference – https://rhinofitness.co.uk/