- 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
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Thank you, I will go ahead with W3 Super Cache Plugin, But how do i fix the header menu problem as mentioned in the attached screenshot of my earlier message?
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/pID1Ig5vEL
.td-header-wrap .td-a-rec-id-custom_ad_5 {
margin-bottom: 0px !important;
}
Thanks!
Buna,
Daca vrei sa adaugi content in pagina de forum, poti crea o noua pagina denumita Forums si sa folosesti shortcoduri – http://screencast.com/t/l3qDftKrgH De aceea am adaugat documentatia pluginului – https://codex.bbpress.org/ si forumul se poate accesa aici https://itutorial.ro/forums/
5. Incearca te rog aceasta solutie – https://forum.tagdiv.com/topic/newspaper-6-upgrade/#post-54686
6. Incearca totusi si fara plugin-uri, lasa doar Visual Composer activat, da clear la cache si incearca din nou. Daca tot ai aceasta problema trimite un mail la contact@tagdiv.com si da-ne acces sa ne uitam si noi de asemenea specifica problema si un link la acest topic.
7. Se poate cu ajutorul functiei do_shortcode sa-l afisezi de exemplu sub meniu si va aparea pe toate paginile/articolele iei shortcodul din pagina – http://screencast.com/t/PvC5klsnn si il adaugi in header style care il folosesti intr-un div – http://screencast.com/t/DjeiIu0n
<div class="td-container">
<?php echo do_shortcode('[td_block_trending_now limit="5"]');?>
</div>
Result: http://screencast.com/t/mnvGjWdA
1. Se pare ca lipseste documentatia pentru smart list(am trecut-o pe todo si o sa fie adaugata). Poti vedea documentatia de la Newsmag, se aplica in acelasi mod doar ca stilurile le poti gasi aici( http://screencast.com/t/ZhN4WjoX3 ) – https://forum.tagdiv.com/smart-list/ De asemenea acest topic poate ajuta – https://forum.tagdiv.com/topic/smart-lists/
2. Din pacate ai nevoie de modificari in tema pentru a obtine acest lucru. O cale mai usoara ar fi sa nu mai folosesti article top ad, ci un custom ad pe care sa-l afisezi dupa featured image pe template-ul care vrei – http://screencast.com/t/IXOzj4Cf0oc daca te referi la ad-ul special pentru stilul 1 acesta il poti muta asa – http://screencast.com/t/ATZMdDfux
3. Foloseste acest css in Theme Panel > Custom Css – http://screencast.com/t/lG6Gal6P9
.td-header-menu-wrap.td-affix {
background-color: white;
}
Mersi!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
The VC has nothing to do here, because it doesnt need to show up of course on pages that are build with VC.
I need somthing for the ELSE section, so no VC used. I succeeded now with regular WP onboard tools, adding in the else section my featured image. Might not be up to the programming level your framework is set in, but it works 🙂 Actually the longer I look into your theme, the more it feels that from good old WP not much is left … it looks like its complete own system. Hope I’ll find my way into it. Is there also a documentation for theme-tweakers like me, one that is not about the panel, but about how to adapt the theme beyond? What all these functions are for? About the API?
}
...
else {
//no page builder detected, we load a default page template with sidebar / no sidebar
?>
<div class="td-main-content-wrap">
<div class="td-container <?php echo $td_sidebar_position; ?>">
<?php
if ( ( is_singular() || is_home() ) && current_theme_supports( 'post-thumbnails' ) ) :
echo get_the_post_thumbnail( $post->ID, 'td_1068x0' ); ?>
" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" class="header-img" alt="" />
<?php endif;?>
...
Hi, in the header main menu is any way to take more advantage of the menu space? for avoid menu jump of line… I removed the search icon but the menu is not using this right space 🙁
Also if is possible, somebody knows how make the menu font smaller if someone resize the window?
Thanks for the help.

Hi,
I´m new to WordPress. Switched for my new News site from Joomla to WordPress cause I think this fits beeter my needs for this Project. And I decided to buy a professional Template for this Project. And found it within this genial Newspaper V6 Template. Concratulations for these really amazing Template and it´s inbuilt Functions.
So maybe a stupid rookie questions by myself and for you just a smile 😉
Maybe my questions are just WordPress related or/and Template related.
Here are my questions:
I disvocered that WordPress works differently in some situations.
The first thing is the Login (when in Backend sttings only registered User allowed to posting Comment). If a User wants to comment on he has to Login. But instead to be able to Login at the sites he stays he is redirected for Example to: http://www.altenburg-net.at/wp-login.php?redirect_to=http%3A%2F%2Fwww.altenburg-net.at%2Findex.php%2F2015%2F06%2F18%2Fmelbourne-calling-three-reasons-why-you-should-visit-it%2F
This Link is a redirection to wp-login.php
Is there a trick to open the Login Form in a modal Window like in the TOP Header of Newspaper?
Or to direct him to a Login/Register Page? – If Yes, how can this be done? Are there Plugin available for this? And if Yes, which one would do this job?
Or in some kinds if a User types a wrong Username and/or Password he is redirected to the wp-login.php Page too. So, asking for a solution for this too.
Maybe a Plugin by the Developers of this amazing Newspager Template could programmed to prevent the redirection to the wp-login.php Page 😉
As I told you I´m a absolut rookie with WordPress and English isn´t my native Language so please don´t beat me. I searched endless Forums and Search Page to find a Solution but without results.
And further Questions about security Plugins to prevent spamming and User Registration. Which Plugin are useful and works with Newspaper V6 without problems?
Thank´s for your replies
With best regards from Austria
Karl
If this CSS isn’t applied, where is the default set from within the themes panel? Do all widget headers get the assigned accent color by default?
Hi bgo,
try this, it works perfectly for my site.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #YOURCOLOR !important;
}
#td-top-mobile-toggle i {
color: #YOURCOLOR !important;
}
.header-search-wrap .td-icon-search {
color: #YOURCOLOR !important;
}
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/41tiCaW8jll7
.td-header-style-10 .td-logo-wrap-full {
min-height: 80px;
line-height: 80px;
}
Thanks!
Hi,
I was working on W3 Total Cache plugin and after I enabled the Minify settings the theme started behaving differently some of the post were deformed, refer URL”http://www.yourpitstop.com/jaguar-xe-review/”
the image of the problem is as follow: http://oi60.tinypic.com/262tyyw.jpg
so far I have tried deactivating the plugin and have emptied complete cache and reinstalled the theme.
What am I doing wrong please tell?
What are the correct settings of W3 Total Cache Plugin for Newspaper Theme?
Which is plugin more compatible W3 total cache or W3 Super Cache?
Hi,
I’m not sure what you mean, you can change to a different color. Please provide more details what did you change and also you site url so we can take a look. You can also Theme Panel > Custom Css and add this code instead of changing it in the stylesheet file:
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}
Thanks!
Hi
Sorry that didn’t work, please try this costom css, should work fine as you can see here: http://screencast.com/t/7HhH4Ih8Sx
.td-header-row.td-header-header{display:none}
My college wrote the wrong selector, wish you all the best!
Have a greth day!
Hello
I am getting below error when i activate plugin.
Please update your [tagDiv social counter] Plugin!
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas09_data02/50/2669850/html/wp-content/themes/Newspaper-New/includes/wp_booster/td_util.php:800) in /home/content/p3pnexwpnas09_data02/50/2669850/html/wp-content/plugins/google-sitemap-plugin/google-sitemap-plugin.php on line 49
Thanks
Hi, as I saw there was no widget to replicate the procedure of login like the one found on the top-bar menu, I created a plugin that adds a widget that replicates this procedure.
The plugin takes the code found in Newspaper->parts->header->top-menu.php and contains the code found from line 15 to 97.
I tested it and it works fine, with only exception that if the authors in the future change the login code, this plugin will be outdated. So until the authors create a widget that comes with the theme that implements login procedure, with this custom made plugin you will be able to have the out of the box login provided with the Newspaper 6 Theme.
After you install the plugin, you will see it with the name “Custom Newspaper 6 Login Widget”. Activate it and go to Appearance->Widgets and simply drag it to your sidebar.
Thanks.
Download the zip here
Hi,
@Carel and @neakriti I have added this on our list and we will try to find a solution for login widget to appear on mobile. We will see if it will be added somewhere else…
You can try this custom css to display only sign in widget in top menu – http://screencast.com/t/brzKHghs3
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
2. If you use SEO by Yoast and bbpress activate you can handle it – http://screencast.com/t/9u6h6LGbwrzI Also you have in Theme Panel bbpress template to add a custom sidebar and set position for it – http://screencast.com/t/lEsL9kkVK I was referred to the page template of bbpress – http://screencast.com/t/HJPkL1ztavSa we use now full plugin without any customizations.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello,
I want to change the height of the header in Style 7 and i can see there is style line in the code but i can’t find it where is that line <div class=”td-header-menu-wrap-full” style=”height: 85px;”> i want to change the height from 85px to 51px.
Thanks
Hi,
1.Please try this solution – https://forum.tagdiv.com/topic/the-problem-after-the-upgrade/#post-53951
2. I added this on our list and we will add an option in Theme Panel in a future update. Until then you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/ZNVuG2habq
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi Radu
1. We are sure that Ad header is empty
2. we have also added custom code to Custom CSS
unfortunately none of them make it Works
Regards
Jimmy
No wonder it’s all messed up. Thanks once again Alin!
If I want to use the Default Template, how do I put H1 tag to the header logo? This is because the site name appears at the front end of the page if I opt for Pagebuilder
-
This reply was modified 11 years by
modernmavens.
-
This reply was modified 11 years by
modernmavens.
Hello tagDiv Team,
some questions about the “Speed Booster Plugin”…
Of course speed of a site is a big thing. So it’s for me. But I must admit, that I am a bit confused on how to use it! The new version included into the new theme version seems to be incompatible with nearly every single plugin I use on my site.
Starting with a very popular add-on for visual composer, a faster version of disqus, a very helpful (and popular) security plugin, and so on … If I would disable these plugins, I can stop serving my site!
The thing is, that the system status tool tells me, that the “Speed Booster” is disabled, because these plugins are installed.
So what should I do now? I just can’t stop using visual tables on my site (for example), as they are a very important piece of our content. We are an informative magazine into parenting and family. So we need these visual extras …
But of course we also need a running and stable site! So what are our alternatives? Deleting the Speed Booster, and using a caching Plugin?
I really love the newspaper theme. But it is very annoying, that some parts seems to be so deeply hardcoded, that you cannot replace them with alternatives. For example the Speed Booster component, or the header menu. I have tried to use the uber-menu in the past. And I am quite sure, that the is still no chance to use it with version 6 of the theme …
Best regards
Torsten
Hi,
Theme ad system was designed to work with adsense code so the options from Theme Panel will work properly only for this kind of ads. For non-adsense code please check documentation – https://forum.tagdiv.com/header-ad/ you will have to use those divs or something similar.
Thanks!
Bună,
Mai adaug încă două întrebări:
- Cum adaug Smart Lists în articole?
- Cum pot face ca imaginea la Style 1 să fie afișată după reclama Article Top în articole?
- Cum fac ca header-ul (smart snap) să nu mai fie transparent?
Mulțumesc!
CUSTOM JAVASCRIPT:
<script type='text/javascript'>
var gptadslots=[];
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type='text/javascript'>
googletag.cmd.push(function() {
var mapping1 = googletag.sizeMapping().
addSize([1024,768], [728,90]).
addSize([980,690], [728,90]).
addSize([640,480], [468,60]).
addSize([0,0], [320,50]).
build();
var mapping2 = googletag.sizeMapping().
addSize([1024,768], [300,600]).
addSize([980,690], [300,600]).
addSize([640,480], [200,200]).
addSize([0,0], [300,250]).
build();
//TOP
gptadslots[1]= googletag.defineSlot('/XXXXXXX/XXXXXXX', [[320, 50], [468, 60], [728, 90]], 'div-gpt-ad-XXXXXXXXXXXXX-X').defineSizeMapping(mapping1).addService(googletag.pubads());
//SIDEBAR
gptadslots[2]= googletag.defineSlot('/YYYYYYY/YYYYYYY', [[300,250],[200,200],[300, 600]], 'div-gpt-ad-YYYYYYYYYYYYY-Y').defineSizeMapping(mapping2).addService(googletag.pubads());
googletag.pubads().enableAsyncRendering();
googletag.enableServices();
});
</script>
HEADER AD:
<!-- /XXXXXXX/XXXXXXX -->
<div id='div-gpt-ad-XXXXXXXXXXXXX-X'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-XXXXXXXXXXXXX-X'); });
</script>
</div>
SIDEBAR AD:
<!-- /YYYYYYY/YYYYYYY -->
<div id='div-gpt-ad-YYYYYYYYYYYYY-Y'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-YYYYYYYYYYYYY-Y'); });
</script>
</div>
Do not forget to set the sizes of ad blocks on Google DFP.
Hi.
How can i change the size of my header. My logo is not big and header is so high
elambulante.com
thanks
<ul class=”top-header-menu td_ul_login”><li class=”menu-item”>Connect / Register<span class=”td-sp-ico-login td_sp_login_ico_style”></span>
It shows the login info if inserted at some widget… But its not intelligent for disconnect, it has to be done with php…
It would be nice if you provided a login option for devices that don’t support top menu