- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
As is had the SEO issue: Here is a small workaround (that works for me). I just added an if case, to check for the right page. Maybe it could help you too Dave. 🙂
1. get the id for your home page (in my example below 335)
2. copy the logo-h1.php in your child-theme folder (if you are using the Child Theme Feature): /Newspaper-child/parts/header/logo-h1.php
3. change the following code in logo-h1.php:
if (!empty($td_customLogoR)) { // if retina
if($td_use_h1_logo === true) {
if (is_page(335)) {
echo '<h1 class="td-logo">';
}
else {
echo '<div class="td-logo">';
}
};
?>
<a class="td-main-logo" href="<?php echo esc_url(home_url( '/' )); ?>">
<img class="td-retina-data" data-retina="<?php echo esc_attr($td_customLogoR) ?>" src="<?php echo $td_customLogo?>" alt="<?php echo $td_logo_alt ?>"<?php echo $td_logo_title ?>/>
<span class="td-visual-hidden"><?php bloginfo('name'); ?></span>
</a>
<?php
if($td_use_h1_logo === true) {
if (is_page(335)) {
echo '</h1>';
}
else {
echo '</div>';
}
};
} else { // not retina
if (!empty($td_customLogo)) {
if($td_use_h1_logo === true) {
if (is_page(335)) {
echo '<h1 class="td-logo">';
}
else {
echo '<div class="td-logo">';
}
};
?>
<a class="td-main-logo" href="<?php echo esc_url(home_url( '/' )); ?>">
<img src="<?php echo $td_customLogo?>" alt="<?php echo $td_logo_alt ?>"<?php echo $td_logo_title ?>/>
<span class="td-visual-hidden"><?php bloginfo('name'); ?></span>
</a>
<?php
if($td_use_h1_logo === true) {
if (is_page(335)) {
echo '</h1>';
}
else {
echo '</div>';
}
};
}
}
edit: I have some formatting errors here and don’t know how to do it better. You should format the code.
Hi! Every time I place a “Text with Title” Element with Tagdiv Composer and try to edit content I get the error message:
Failed to load content css: http://localhost/xxxx/wp-content/themes/Newspaper-child/editor-style.css
I copied the folder Newspaper-child from the theme as I always do; the editor-style.css file he’s looking for is only in Newspaper parent folder. Despite this, the Composer seems to work.
What could be the problem?
Thanks.
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
If you have any further questions please open a new topic on our official support forum at https://forum.tagdiv.com/forum/newspaper/
The comments section here is destined for presale questions.
Thank you!
Bogdan B
I disabled all sides of the plugins and cleaned the cache in the browser, but it did not help. What to do?
Hi,
Please deactivate all your plugins except the ones provided in the theme package, then clear any caching installed. Switch to the main theme if you are using a child theme. This will rule out any plugin interference, or modifications.
Lastly you could try a theme reinstall using this method
– https://forum.tagdiv.com/install-via-ftp/
Thanks
Hi,
Please try to reinstall the theme using this method
– https://forum.tagdiv.com/install-via-ftp/
Also deactivate all your plugins except the ones provided in the theme package, and clear any caching installed. Switch to the main theme if you are using a child theme.
Check as well the theme system status and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
In some cases when both Visual composer and the tagDiv composer are active, some issue can be present. If you are using Visual composer, try to deactivate the tagDiv editor and see if this has any effect. Please let us know if this solves the problem.
Also maybe you have custom code in the theme panel, or a child theme active. These could be the cause as well.
Thanks
OK, In this case it could simply be a plugin conflicting with it.
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
If you still have trouble with the page builder please contact us via our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
If you want to have rounded navigation numbers you can add this css to the theme panel-> custom css box:
.page-nav a,
.page-nav span,
.page-nav:first-child > div {
border-radius: 20px;
}
Thanks.
Hello,
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Also please don not use both page builders at the same time. If you use tagdiv composer, disable visual composer and vice-versa.
Thank you!
Hello,
We will be able to help with the blank template if you request it via email at contact@tagdiv.com
Unfortunately for the vertical menu you will have to hire a freelancer to help with the code as we cannot provide any simple solution for implementing it. There are many things to be changed and implemented before you can actually use it as a menu from the wordpress menus section. It will not work from the child theme so it will have to be made in the main theme. The api does not feature a menu element.
Thanks.
Hello,
Please increase your memory allocation by using this guide: https://forum.tagdiv.com/search/system+status/
Also please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Did you make any modification to the theme? Do you use a child theme?
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
If the issue is still there please create another page and only add the video playlist element to it.
Alternatively please create a testing sub-domain and see if the issue is present on the testing platform as well. We cannot recreate it as it seems to be specific to your install.
Thank you!
Hi,
in our site design we have a vertical left side menu http://joxi.ru/KAgPJoignblQrl
What would be our steps in order to modify Newspaper theme to implement this vertical menu?
Should we use a child theme, or modify existing theme through API? And if use API, which block will it be, custom header style?
As we understand we need to move template’s grid for this, how we can do this?
Our menu should be also fixed, so no scroll on it while move a page down.
Second question, how we can make a blank template, for landing page for example, so no theme’s header/ footer/ background is injected in this template? As now in simple blank template we have all the theme’s settings, and cannot make any blank page we need.
Thanks 🙂
My site is http://maboplus.com/ If you visit the site, as soon as you click anywhere, you will be served a popup ad and be redirected to some silly offer.which i did not apply for.
I don’t know how to get rid of them. please can someone help me
Have deleted the themes and install fresh newsmag themes, install the child themes, deactivate all the plugins and install one after another, still the same things,
if i install another themes my site work fine… i love newsmag have been using it for more than 2years now … please help me to get rid of these pop up ads
Hi Catalin,
I have installed the child theme then, now what about updates are they the same as before?
the url is: http://www.oteacher.com.br
Tks.
hello,
to call different instances of an ad supplier (startpage and rotation)
I have built two seperate header files, being (copied versions of the original) almost identical apart from the ad-call, of course.
while the standard header is still simply called “header.php”
I want my other header (with the startpage-call) to be used on the startpage only, so I called it “header-home.php”
Now – i put these two headers into the main folder of my childtheme – but that way only the normal header was used (also on the startpage)
So I imitated the folder structure in the newspaper folder, built a “parts”-folder and put a “header”-folder in there, where I placed my two header files header.php and header-home.php
Sadly to no avail: the “header-home.php” – file is not being used by the homepage. What am I doing wrong? How can I make this work?
Many thanks in advance
Hello,
The sub-footer shows up as expected in footer style 10 on our end.
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello Lilian,
Notice that using the Child Theme is optional and it is useful when you want to make some customizations which you will not lose to a possible update. You can use the Google Tag Managers according to their tutorial, here -> https://www.optimizesmart.com/beginners-guide-google-tag-manager-v2/ If you want that your top bar menu to be displayed on your mobile version, you should provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.
Hope this helps!
Thanks for the message!
Hello,
First of all I found the theme pretty awesome, congratulations on developing such a nice theme.
In order to add google tag managers codes in the header php do I need to do this on the child theme?
In case a child theme is necessary, can i use the plugin child theme configurator to clone the theme?
Also, the top menu won’t show on mobile version of the website, only on desktop version.
Thank you,
LĂlian.
Hi,
The Big Grids and some blocks do have that effect applied on the images. There are different styles that can be selected on a Big grid for example
– https://demo.tagdiv.com/newspaper/big-grid-1/
To remove that black tint from the Big Grid on your page and the module below it, you can try a code like this that will remove the effect
– https://www.screencast.com/t/UIChfg9w
The code must be entered in Theme panel->Custom Css
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before,
.td_module_mx8 .td-module-thumb a:last-child:after {
display:none;
}
Please let me know if this is what you wanted or you need something else. I have edited your previous reply and removed the login information.
Thanks
Nevermind. Had to update the childtheme !
Yes.
path must be child-theme/mobile/style.css
@Amit
Thank you very much. Just a little a question. If I want to include this in my child theme, I need to create a new folder with the (mobile) style.css inside?