- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Hi,
I know this might be something very basic, but I already have edited one of the cloud templates for my footer. I went to the ‘pages’ section and didn’t find where to enable it. I also went to the ‘theme panel’ and unlike the header it is not possible to choose which template to enable. I also went to the documentation and searched for a topic in the discussion panel, but didn’t find anything. I feel a little silly, but nonetheless equally frustrating
Thanks
I’ve been using Newspaper for over a year on my website and never had an issue upgrading. When I went from 9.5 (I think) to 9.6.1, the coloring of my main menu and footer disappeared. I have attempted the upgrade 3 different times and get the same result.
This is how it used to look. (Ignore the under construction banner):
Menu: http://prntscr.com/n39w6p
Footer: http://prntscr.com/n39vyv
Widgets: http://prntscr.com/n39wc3
This is how it looks now…
Menu: http://prntscr.com/n39wl4
Footer: http://prntscr.com/n39x3e
No widgets: http://prntscr.com/n39wwi
Another thing that is odd. The top featured post image used to have different dimensions. Now all of the posts on the homepage look the same. See the pretzels top post image:
Now: http://prntscr.com/n39yc0
Before: http://prntscr.com/n39z44
I am using header style 6 and footer style 14.
..The website is http://prntscr.com/n39x3e
There is some custom CSS but this has not changed in months and I have never had an issue with prior upgrades:
/* widget title color start */
.td-theme-wrap .block-title > span, .td-theme-wrap .block-title > span > a, .td-theme-wrap .widget_rss .block-title .rsswidget, .td-theme-wrap .block-title > a, .widgettitle, .widgettitle > a, .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td-related-title .td-cur-simple-item, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce .product .products h2:not(.woocommerce-loop-product__title), .td-theme-wrap .td_block_template_2 .td-block-title > *, .td-theme-wrap .td_block_template_3 .td-block-title > *, .td-theme-wrap .td_block_template_4 .td-block-title > *, .td-theme-wrap .td_block_template_5 .td-block-title > *, .td-theme-wrap .td_block_template_6 .td-block-title > *, .td-theme-wrap .td_block_template_6 .td-block-title::before, .td-theme-wrap .td_block_template_7 .td-block-title > *, .td-theme-wrap .td_block_template_8 .td-block-title > *, .td-theme-wrap .td_block_template_9 .td-block-title > *, .td-theme-wrap .td_block_template_10 .td-block-title > *, .td-theme-wrap .td_block_template_11 .td-block-title > *, .td-theme-wrap .td_block_template_12 .td-block-title > *, .td-theme-wrap .td_block_template_13 .td-block-title > span, .td-theme-wrap .td_block_template_13 .td-block-title > a, .td-theme-wrap .td_block_template_14 .td-block-title > *, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td-theme-wrap .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i, .td-theme-wrap .td_block_template_15 .td-block-title > *, .td-theme-wrap .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter, .td-theme-wrap .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i, .td-theme-wrap .td_block_template_16 .td-block-title > *, .td-theme-wrap .td_block_template_17 .td-block-title > * {
color: #4f1780!important;
}
/* widget title underline color start */
body .block-title {
border-color: #523F6D;
}
/*latest answer category */
.td-subcat-filter .td-subcat-list a{color:black!important;}
/* block navigation arrow color */
.td-next-prev-wrap a {color:black!important;}
.entry-crumbs a {
color: black;
}
.entry-crumbs {
color: black;
}
/* Keeps main menu logo from screwing up in tablet view */
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-6 .td-container {
width: 100%;
}
.sf-menu>li>a {
padding: 0 8px;
}}
/* Remove extra whitespace around footer */
.td-main-content-wrap{ padding-bottom:0; }
/*Remove extra purple space in purple footer */
.td-footer-template-14 .td-footer-bottom-full{ padding-top: 0; }
.td-footer-bottom-full .td-pb-row>.td-pb-span3 {
margin-bottom: 0px;
}
/* reduce padding under purple header main menu REMOVED 9/4/18
.home .td-main-page-wrap {
padding-top: 1px;
}
*/
/* Hide ABOUT US in the footer */
.td-footer-wrapper .block-title span{ display:none }
/* Spacing between sharing buttons and content */
.td-post-sharing-top {
margin-bottom: 5px;
}
/* Spacing between Facebook like button and social media sharing icons */
.td-post-sharing-classic + .td-post-sharing {
margin-top: 20px;
}
/* COMMENT Font */
#reply-title{font-family: Verdana;}
/* WP Discuz LEAVE A REPLY Font
#wc-comment-header{font-family: Verdana;} */
/* WPForms font color */
div.wpforms-container-full .wpforms-form .wpforms-title {
color: #007acc;
}
Hello! Is it possible to place an ad at the top of the page for every device?
I mean, I’d like to place the ad not only before header menu, but also before top menu.
Thanks!
Hello, we have bought the Theme “Newspaper” and used the template “Restro” to create our website oliveladencafe.ch.
We have also added our logo in the WordPress backend:
Dashboard -> Newspaper -> Theme Panel -> Header -> Logo & Favicon
However, when I open the website oliveladencafe.ch I can see the logo displayed for a short moment and then it is replaced with the theme name “Restro”. How can I remove the theme name “Restro” completely and show our logo instead?
Hi Catalin,
I dont think you are understanding my request. There is CSS already in PLace, which is hiding the original Theme Header Ad.
The Ad that is currently visible in that page was added via TD Composer.
I want not to just “Hide” the Top Banner Ad that is get injected by via Theme Panel, I want to “Completely Remove from specific pages”. I tried the code above and it didnt work. I emptied my cache and it would always show up, which is why i ended up applying css to hide it.
I am just wondering if you can help me troubleshoot the code written for header-style-6.php
<?php if (td_util::is_ad_spot_enabled('header')) { ?>
<div class="td-banner-wrap-full td-container-wrap <?php echo td_util::get_option('td_full_header'); ?>">
<div class="td-container-header td-header-row td-header-header">
<div class="td-header-sp-recs">
<?php if ( !is_page('1027') {locate_template('parts/header/ads.php', true);} ?>
</div>
</div>
</div>
Hi,
That header style can display the logo in full, but only if you choose the full size when setting it in the theme panel – http://prntscr.com/n36mam – http://prntscr.com/n36mhi
From what I can see now there is a thumbnail set there, not the full size
– http://prntscr.com/n36myq
Please try what I suggested, let us know if you have more questions.
Thanks
Envato Market plugin is the automatic update method that I am currently leaning towards using.
However, I just want to clear a few things up. From the three update methods here: https://forum.tagdiv.com/how-to-update-the-theme-2/, Method C, the Envato Market plugin update seems to be the only one in which I will not have to temporarily disable my site.
-Is this correct so far, update method C will not affect the the current running status of my site in any way it will just update the theme files (that is if everything goes right)? nothing on my site will be changed only the theme files will be updated right?
– Things like my custom CSS, transparent header settings, background image, and so on will not be reset?
All I would then need to do after the update is to update the plugin themselves?
Thanks,
I’ve add in the cloud header an image ad https://labussolanews.com/.
It works on all device but, on mobile, i had to create another ad box with a different ad size (why the header doesn’t load on mobile? I had to create a different header for the mobile. Does it work separately?).
the strange thing is that it seems that the ad image I inserted for desktop and tablet, is also loading on the mobile, despite having ticked the “hide on phone” option. I created a separate ad for the mobile that works perfectly but I don’t understand why the other is loaded anyway.
This is displayed on google PageSpeed ​​Insights which tells me that the .gif is slowing down the mobile view (but i’ve hide it on mobile).
then I always have the problem that google page speed gives me very low performance (about 22) on mobile, which is why I would at least want to remove this useless upload…and maybe some advice on how to optimize the page because I don’t seem to have over-loaded the site …
Don’t tell me to activate the mobile theme because at the moment it is useless, because it remove to much things…
Hi,
I tried making a search on your website, looks alright at the moment. Using the header search I have this result – http://prntscr.com/n34ibj
This is for the search in the results page – http://prntscr.com/n34ha1
The results look similar, maybe this is happening when the website has many visitors. However you could disable the header search in the theme panel and use a search form inside the page – http://prntscr.com/n34j20 or inside the header (with a cloud header template). Then test to see if that is faster.
Thanks
Hi,
Please check our default header template from here -> https://www.screencast.com/t/iecaQzMJ3B3R If you want to achieve the exact style from your image, you need to do it yourself through the CSS. The inspector browser tool might be helpful for this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hello,
I recently updated to Newspaper latest version and having problems with ad displays. I run an online journal/magazine. Even the earlier version 9.1 had the same issue. Let me outline the issue.
1. On my Home Page, just before the Featured Article/Slider, etc and below my masthead/Header, I have enabled the Header ad and placed the Google code properly. The thing is sometimes, the ads show up and sometimes they don’t
2. On the same Home Page, I have placed one ad in the middle of page. This NEVER displays.
3. On the same Home Page, I have placed one ad BEFORE the footer. This NEVER displays. I have used the “AdBox” element in the TD Composer.
4. On individual articles page, I have the following ads:
— Header Ad
— One ad BEFORE the article starts
— One inline ad (I used the code on the Inline Ad in the theme panel)
On individual articles page, the end-of-article ad displays always.
On the mobile version, ads seem to be working properly.
Please help so that ALL the ads that I have set up will display correctly.
Thanks so much!
Hello,
If you disable the composer but you have a multi-purpose header selected (tagdiv composer feature), you will get an error. The fix is to simply access the theme panel and change the header style.
Thank you!
I have installed the template Spa heaven and when I change the background image in the header it looks blurry. How can I correct the error?
Hi there, when i try to update the theme i get the following error:
Fatal error: Uncaught Error: Call to undefined method td_api_header_style::_helper_show_header() in …/wp-content/themes/Newspaper-child/header.php:37
UPDATE: fixed:
I noticed the header.php is totally different (the change on our side was loading some custom fonts in the header). After updating this file, all is well now.
Thanks! Ed’
Hi, Bonjour,
Now, my logo in the header is displayed. It’s ok!
But, he is very small.
However, I have other website with Newspaper (http://www.afriquemedia-webtv.org/) and the logo is displayed in large size. and the logo is of identical format.
So, I really do not understand what I must do to have the logo in large format.
Hi,
Those options are only show the sticky menu in tagDiv Composer to help you to edit the sticky menu -> https://www.screencast.com/t/v8o09Sea
If you are using a header from tagDiv Cloud Library and you want to change the sticky type -> https://www.screencast.com/t/dDpQyrh36 also if you want to remove it you can delete the row -> https://www.screencast.com/t/Km5pL3xj or you can hide that zone -> https://www.screencast.com/t/XAtkVq3q -> https://www.screencast.com/t/bTZdQE8Fgm
I think the better option will be to delete the that row from sticky menu.
If you are not using a header from Cloud please check those options -> https://www.screencast.com/t/7FwjpUHrdw
Thank you!
Hi @calin
I already try it, but the font is still not work in header template at my website. I already send email to contact@tagdiv.com.
Please fix my issue.
Thank you and best regards. 🙂
Hi,
This is the default Mega Menu function for header section, as you can see in our demo here -> https://www.screencast.com/t/eTfzHDJgx8i Please check here -> https://forum.tagdiv.com/mega-menu/ for more details about the mega menu. If you need more assistance in this case, please provide more details.
Thank you!
How I can achieve this style in my Top list blog post. Here is an example of what I am trying to say.
https://drive.google.com/open?id=16QO6hKq5ukz_eBtE3yI93HYSVaiSZr_R
OK I understand that I cannot mix two different elements. However, I would like to replicate this template (Pre Designed Templated – TagDiv Library – Sections \ Hero Header – Construction) but instead of using a video background, I would like to use an image from my media library. Please let me know if that makes sense and if so, how to set the background image?
Hi There,
I’m having a similar issue as the OP. I’m getting this error:
Warning: getimagesize(https://staging1.nonstopdestination.com/wp-content/uploads/2019/03/nsd_white.png): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/nonstopd/staging/1/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 639
I disabled all plugins except for Tagdiv composer and library, and I’m still getting this error.
I contacted my host to make sure all settings are correct as per Tagdiv’s requirements, and they are.
I always get the error when I add my logo to the header. When I remove the logo, the error is gone.
One issue I wasn’t able to solve is the max_input_vars. Three different support people from my host have changed the number from 1000 to 30000, and they all confirmed it has changed, but the system status is still showing 1000. My host has no idea why it’s showing the wrong number.
Any help would be greatly appreciated.
The ad that is visible on that specific page has been added via TD composer. The header ad was injected via Theme panel. While i can hide things with CSS, i would like to remove it completely from specific pages..but the code as used above still displays the Theme injected ad in the header of the page. Please help
Hi,
If you are using the header 10 -> https://www.screencast.com/t/lwyIEKT4
you can change the color text from here -> https://www.screencast.com/t/tDONrsmNW and the logo text size from here -> https://www.screencast.com/t/2Bexntox
Results -> https://www.screencast.com/t/WaowGP7UsOF
Thank you!
Hello, my issue happens when I set my Tag Div Menu as “not sticky”, it becomes sticky anyway. The real issue here is when I am in “Edit mode” I can’t edit my menu and it sets the title automatically to “Newspaper”.
Any comments are appreciated.
Hi,
Please make sure that your logo is big enough -> https://www.screencast.com/t/nOYgrlms -> https://www.screencast.com/t/SPCqEQCi -> https://www.screencast.com/t/HwJjOtco8
If you do not have a logo with that size, please use this custom css
-> https://www.screencast.com/t/Xe2HBiKkxsz7
.td-header-sp-logo .td-main-logo img {
margin-left: 0;
}
Set the code in Theme panel>Custom code>Custom css
Thank you!