- TutorialsDefault Block Settings Guide
Hi,
If you want to have a background color on menu instead of the bottom line please set this custom css in Newspaper>Theme panel>Custom code>Custom css-> https://www.screencast.com/t/KdvtRQHT5He
Also you can change the color!
.td-header-style-9 .sf-menu > li > a::after {
height: 100%;
z-index: -1;
background-color: #fe34e1;
}
Thank you!
Hi,
There is a transition of about 1 second before the background color will apply. That would be why it will take ma moment before the background applies. You could try a code to cancel the transition if you want to. This would be it
.td-header-desktop-wrap .td-element-style {
transition: none!important;
-webkit-transition: none!important;
}
Thanks
Hi,
This code should have to be added in the Ads section from here -> https://www.screencast.com/t/xD6IdaiqDeG or add it inside Ad Box, for example. For more information about the non-Adsense code, please check here -> https://forum.tagdiv.com/header-ads-adsense/ If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Hope this helps!
Thanks.
Hi,
Please check our documentation for header builder -> https://tagdiv.com/header-main-menu-newspaper-theme/
Please provide some more details about what you want to achieve and also please tell me the header that you want to have set, and I will try to help you to achieve what you want to achieve.
Thank you for your understanding!
Hi,
What exactly were you editing before this happened? Do you use a cloud header template for that page or a general cloud header template? What if you switch to a default header template temporarily, does the same happen?
Seems to refer to the header main menu element, if you placed this in the page or used it in a header template, check it is configured properly – http://prntscr.com/mw9us7 check what values are entered in the mega-menu tab. Let me know.
Thanks
Hi,
Using infinite load will load only the page/post content, so the header will be load only once, not for each page/post that are in loop.
Thank you for your understanding!
Hello,
Indeed when previewing the cloud templates, this code appears as the headers are encodes and viewing them will cause the composer to show the encoded code in the content of the page. Once you set the header on a page or across the entire header, the code is no longer visible. It is only seen when previewing a header template in particular as a template before it is assigned. Please ignore this for the moment as it will not affect the proper functionality of the theme. I have added this on our to do list and we will fix it in the next theme version. Sorry for the inconvenience.
Hi,
Please use this custom css and the advertisement title will appear -> https://www.screencast.com/t/zGBz8AyjrxK
.td-header-rec-wrap .td-adspot-title {
margin-bottom: 0;
top: 0;
}
Thank you!
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.
I would like to adjust the height of the white space on Cloud Header Template 6 so I can bring content up higher and more snug with the menu.
How can I do that?
Thanks
Hi, if I create a button in the header with the multi-purpose plugin, how can I have that link appear in the mobile menu? (I am not using the mobile theme)
Hi, I have got our mobile menu working just how I want it, thanks to the new header composer in 9.5/9.6. One thing I can’t do though, is to remove the social media icons that are at the top of the mobile menu when it drops down. I cannot see a setting in either the TDC header panel, or in the Theme panel….Can you help?
Only other issue btw, is the very slow appearance of the header in desktop or mobile. The Theme panel version is very fast – the TDC version takes a second or more to appear.
Hi,
I recently bought this theme, and somehow I managed to setup a few things. However, I was trying to fix my Mobile design (Header) as my LOGO wasn’t visible. So, I installed the tagDiv Mobile Theme and thereafter I couldn’t find any option to change my Mobile Design Header. Bottom line, my desktop site is showing Mobile Version.
I deactivated the plugin, and yet mobile version is being displayed!
I have already tried viewing my site in incognito mode, still, the problem persists! I’m ready to share my Purchase code/site, and login details.
Seeking a positive and prompt response from the team!
Regards
Vansh
Hi, I need a solid main menu hover color instead of the underline color for header style 9. My logo and tagline are large enough to replace the display ad. None of the styles offer this. When I use style one, my logo and tagline are too small. Even with the display ad turned off. What am I missing? Thank you.
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!
Hey, Guys any recommendation for how to make the website faster the main header and the menu load so slow the colours that I choose take seconds to load and give blue colours instead for headers please guys tell me what shall I do to solve this problem.
I think most issues are fixed forgot all request above here is what I’m struggling with
why the AD in header doesn’t appear (http://prntscr.com/mvpn2p) and it’s already added (http://prntscr.com/mvpncv)
-
This reply was modified 7 years by
fgates.
I am trying to organize a coherent architecture of headers. Auditing the web page of my client I have come across the surprise that in the INDEX (home) of the web page, I have problems with the h1.
1.- The H1 takes it from the logo
in the blog section, where the custom Headers creator was recently implemented.
Check this : http://prntscr.com/mvmi1e
I have noticed that I have up to 04 times the H1 Tag.
I attached the images.
Check here: http://prntscr.com/mvmif9
Are you using a child theme? If so, make sure you copy over the “header.php” file from the parent theme and replace the one in your child theme with it.
Salut am o problema am facut exact cum a-ti spus dvs :”Simion C. 8 martie 2019, ora 16:20
Bună,
Dacă utilizați anunțuri automate AMP, puteți introduce codul furnizat în panoul Theme-> temă mobil-> anunțuri AMP. Ca și acest https://www.screencast.com/t/vW818uue0 -> https://www.screencast.com/t/A89E9Z13z5 acestea ar trebui să apară după un timp. În cazul în care există o problemă, vă rugăm să ne anunțați. Creați un subiect nou în forumul tematic sau trimiteți-ne un e-mail la contact@tagdiv.com și menționați cât mai multe detalii despre acest lucru.
Mulțumesc!”
acest comentariu l-am gasit pe pagina pluginului dar tot nu functioneaza am adaugat acel cod dar tot nu apar reclamele plus ca daca intrati pe http://www.vdtonine.com pe versiunea mobil apare si o erroare sus in header pluginul amp are foarte multe errori cum le putem rezolva ???
Hi simion ,
Thank you so much for your reply
Actually I try hard to make this header :/
I found the business header is a little bit close but when I change the color it works but for this it can’t be changed to grey
http://prntscr.com/mviv3j
I have to agree … this new AMP setup is awful. I was excited to upgrade to 9.6 to make use of the new “header layout” feature, but once I realized that I had to rebuild my AMP pages all over again (and also be forced to use the mobile theme) I decided to downgrade back to the old version for the time being.
It’s a good thing I always back up my old theme before upgrading!
Hi,
My Adsense ad is not showing properly on the mobile version of the theme. I am using a custom ad 1 ad spot in my home page ad area. I have changed setting in ADVANCED USAGE in Theme ad setting panel. I have chosen 320*50 AdSense size for mobile and 728*90 for the desktop.
Also in header ad for mobile, I have chosen the same 320*50 for mobile. But ad is not detecting the size and it is showing sometimes small but sometimes very big square. In my view, if ad size is set not to exceed 320*50 then why sometimes it shows a very big square.
See this screenshot taken on mobile:-
https://prntscr.com/mvgfv9
https://prntscr.com/mvgfyv
https://prntscr.com/mvgg2y
https://prntscr.com/mvgg67
Also left margins of ad is not perfect on mobile.
See here- https://prntscr.com/mvghm5
And also tell me how to add adsence code to AMP page.
Here is what google is saying to do – https://prnt.sc/mvfdza
Thanks,
techiebraj
I am looking to have my menu exactly as it is but I want to remove the ad block and put my logo in the centre.
I have tried using some of the header settings with the logo in the middle but the black menu bar goes all the way along which i don’t like.
Thanks
Hello, I’d like the desktop header on my website to have the simple design of the mobile header. In other words, I’d like to not have any menu links showing on desktop and instead show the hamburger menu icon that opens up like it does on mobile. Is this possible?