- TutorialsDefault Block Settings Guide
Andrei L.
enter now in domain
view-source:http://www.dropscafe.com.br/
look error
<b>Fatal error</b>: Class ‘td_global’ not found in <b>/home/dropscaf/public_html/wp-content/themes/drops/header.php</b> on line <b>15</b><br />
Hello ngente,
I need your website URL so I can identify the page where you want to hide the header Ad. Also, please provide the certain page URL so I can provide a more accurate response.
Thanks.
I’ve implemented the new DIV for the wallpaper Ad as suggested from you , here above:
I’ve added this div:
<div class="left">
<?php echo do_shortcode ('[myCode]') ?>
</div>
This causes the wallpaper is rendered before the leaderboard ad.
Our advertiser is asking to make the leaderboard as the first call.
I think I managed this by moving the new piece of code on the bottom of the header file, after this lines.
do_action('td_wp_booster_after_header'); //used by unique articles
?>
Is it correct?
Help me, please.
I want disable the header ad only on page About Us.
I look forward to your answer.
Hi Bodgan,
thanks again for your help – very much appreciated.
Hmmm…actually, I´m not sure if that´s really the source of the flickering here. I just disabled speedbooster for testing, but the experience remains the same.
The only other plugin I would expect to have an influence on that behavior is WP Super Cache, but as this one is listed as fully supported by your theme…
Would you mind to have a look on the page yourself? Feel free to click the navigation and keep an eye on the logo, the header color and the font weight.
Looking forward to your input!
Hi
I’ve checked your site and noticed that you have some custom css which change logo’s layout a bit. Try this css in theme panel > custom code > custom css to correct the missalgnement on afix:
@media (min-width: 768px){
.td-header-wrap .td-affix .td-main-menu-logo a{
line-height: 70px!important;
}
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 70px !important;
}
}
.td-affix .sf-menu li{
margin-top: 10px;
}
Thanks!
Hi Catalin,
I found solution, adding this meta tag in header:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Thanks!
Hello,
When header style 5 is enabled with a sticky menu the logo shrinks and the horizontal menu text realigns from its middle position to the top as a user scrolls down. Please check: http://bit.ly/1wJQy7F
<!– copy and paste. Modify height and width if desired. –>
Thank you!
Hi, my first post, just getting started 🙂
I’ve set up a child theme with the help of the child theme support documentation. I’ve copied over the suggested templates and folder structure. I’ve used child themes before but setting them up always takes time.
At the end of the child theme support documentation it refers to some php files which can be copied over to the child theme. It gives a couple of examples but what are the others?
“The wordpress templates which are not loaded by theme API, like archives.php, header.php, etc, have child theme standard support.”
Please tell me, does it include the following?
- 404.php
- category.php
- footer.php
- header.php
- search.php
- sidebar.php
- style.woocommerce.css
Hi, I’ve implemented the skin ad as above.
The question now from the advertiser is: how to call the Leaderboard ad BEFORE the skin ad? Should I move the div for the skin outside the header.php?
Thanks
error persist
<b>Fatal error</b>: Class ‘td_global’ not found in <b>/home/domain/public_html/wp-content/themes/drops/header.php</b> on line <b>15</b><br />
Hello siktirella,
Okayyy, sorry for my bad understanding!
The code is ->
.td-module-meta-info {
display:none;
}
.td-post-header .td-module-meta-info {
display:block;
}
Thanks for the message!
Hi,
I am trying to add the code as specified here: https://youtu.be/Hxkvkr7aIGw?t=52s
but the instructions you’ve posted above aren’t clear enough for me to make the changes. I want to edit this page: http://www.tippingthesaddle.com/formguide/ This particular page is the ‘default template’.
does that mean that I have to edit both the page.php and all of the header-style-x.php files? and if so, where do I add the extra piece of code?
Please help,
Pete
I’ve already asked this question and found the answer here: https://forum.tagdiv.com/topic/custom-code-in-the-headerfooter-tags/
Sorry for opening a new thread!
Hi,
I need to install a piece of code into my header tags, but I don’t know where to make that change. Here’s what I want to do: https://youtu.be/Hxkvkr7aIGw?t=52s
Do I do it via the custom CSS field or do I login via filezilla?
Cheers,
Pete
i want to do opposite of this 🙂 display in post, don’t want to display in modules.
EDİT: done with these codes
.td-module-meta-info {
font-family: ‘Open Sans’, arial, sans-serif;
font-size: 9px;
margin-bottom: 2px;
line-height: 1;
min-height: 10px;
display:none;
}
.td-post-header .td-module-meta-info {
display:inherit;
}
-
This reply was modified 10 years by
siktirella. Reason: solved
Hello,
If you want to display the meta info only for your modules and to hide them for posts, please try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-header .td-module-meta-info {
display:none;
}
Thanks.
Whenever a user uses website with Newspaper theme on UC WEB BROWSER header and navigation breaks.
I have checked demo on the same browser. it also breaks.
Open your newspaper theme in UC browser (android) once it loads scroll down and scrolls up you can see there’s no logo, no navigation option and search option in header.
Hello crypthis,
Please ensure that problem does not come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. For more information about our ads, please try to consult our documentation here -> https://forum.tagdiv.com/header-ads-adsense/ -> check all the ad sections.
So, if your problem is still there and if you have ensured that you ad code is valid, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Please provide the link of this topic so we can identify you.
Thanks.
Hi,
The theme used h3 for it;s modules and blocks so if you want to change this behavior you can follow this topic to force the theme to use another heading tag instead of h3: https://forum.tagdiv.com/topic/how-to-change-header-tag-in-page/
This setting applies to all modules at once that means all blocks and modules are affected.
Thank you!
Hi,
I assume you got the css from our documentation. In newspaper 7 we changed the css a bit and the logo received a h1 tag for seo purposes so the css will not apply properly anymore. You will have toi use this code instead:
.td-header-sp-logo img {
width:130px!important;
}
We will update the documentation for this change.
Thank you!
Works great, thanks a lot for your support, Bogdan. (I don’t understand wp guts very well so I was looking for mobile header inside mobile plugin instead of newspaper theme)
Hello kambyz,
So, please notice that this type of feature is useful when you are not using the page builder plus page title template. Before this, you will have to add it manually on the page, using some text blocks with H1 text. This request was from several users and we have found this solution and have implemented in our theme. Please notice that the SEO Yost using the same method to display the H1 tag for official site, like this -> http://screencast.com/t/4wYyNEDgNJmf
If you want to get rid of this H1 logo, you will have to follow the steps -> http://screencast.com/t/HkuuAayUyX4U ->> this is an example to the header style 1. So, if you are using the header style 3, you will have to make this change in header-style-3.php.
Thanks for your understanding!
Hello blogwire,
Please keep in mind that these types of requests involve custom modifications and we cannot provide these types of services at the moment, sorry! As a hint, you can use a bit of CSS to increase the height of your main menu. Try the code below ->
.td-header-menu-wrap-full{
height:40px!important;
}
.td-header-style-5 .td-main-menu-logo a {
line-height: 40px!important;
}
.td-header-style-5 .td-main-menu-logo img {
max-height: 40px!important;
}
.td-header-style-5 #td-header-menu {
min-height: 40px!important;
}
.td-header-style-5 .sf-menu > li > a {
line-height: 40px!important;
}
.header-search-wrap .td-icon-search {
line-height: 30px!important;
}
The result you should see here -> http://screencast.com/t/lduISaiTIF
If you want to display the social icons, you will have to activate them from the Theme panel, like this -> http://screencast.com/t/LIygEEtq94ju
If you need to customize your theme and you are not aware of the all steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi,
The mobile theme has a different header.php so if you use the plugin you will have to add the code in the mobile header.php as well: http://screencast.com/t/GtiJYKb2XVB
I’ve tested this and it works as expected.
Thanks.