Search Results for 'header'

Results from the Forum
ZoziVora
Participant
#0

Noob question here.

But no matter what changes I made, it would only save the header whenever I clicked save, my work isn’t reflected in Previews either. I’ve tried using the template but it would fail to load every time. Help please?

owar77
Participant
#0

Hello, when I put a custom ad block in the sidebar in the TagDiv Composer, it moves down the main menu, above the highlighted content.

The custom code is from a Google Ad Manager account, I programmed it with a shortcode, I made one for the header and it works fine, but if I put it in the area that manages the TagDiv Composer it moves to the mentioned position.

The code generated by the shortcode is:
<div id = “div-gpt-ad-XXXXXXXXXXXXX-3” data-id = “Desktop_Home_300x250_1” class = “ad_300x250”>
<script type = ‘text / javascript’>
googletag.cmd.push (function () {
googletag.display (‘div-gpt-ad-XXXXXXXXXXX-3’);
});
</ script>

This code is exactly after <div class = “tdc-content-wrap”>

The class ad_300x250 is the following:
.ad_300x250 {color: #fff; width: 300px; display: block; margin: auto;}

The personalized code is in this position:
https://pasteboard.co/If2R9q7.png

And it appears in this, the leaderboard is in correct position:
https://pasteboard.co/If2Runo.png

I hope you can help me.
Thanks in advance.

juliarnur
Participant
#0

Please help me. I need to remove ads from few of my pages. I mean all ads from it. Im using header ads on my template. So every page and post will show the header ads. My problem is, few of my pages its not quite right to put ads on it. Its just bunch of useless list of words that i think have no value for adsense, that may breach some of adsense policy. Please help me.

TimeToGoogle
Participant
#0

Hey,
clicking the burgermenu on mobile theme causes a jump to the top of the page. How can i disable or fix this ?

Best regards

strandcreative
Participant
#0

I have my header and footer set to 1440px width but my single posts are still showing in a 1068px width container how do I change this without custom CSS? Is there an option in theme options?

bemibel
tagDiv Member

I tryed everything and it didn’t work. I noticed it only happens in the homepage, I don’t know why. In the other pages everything looks well.

Moreover, since the update I don’t see the “Header manager” orange button in TagDiv Composer and I can’t hide the footer. So if I want to make an empty page I just can’t do it, because you also removed the empty page template.

It’s true I updated the theme overwritting, but I deleted the theme, TagDiv plugins and uploaded the latest version downloaded from themeforest, and the problem still persists.

I’ve been so many years updating the theme overwritting (I didn’t know it’s not a good practice), and now I just noticed in FTP that I have a lot of folders and files, many of them empty and I think now the hosting is “dirty”.

I just don’t know what to do to solve the problems.

Simion C.
tagDiv Staff

The logo element has a width setting – https://www.screencast.com/t/JFp1OgvL maybe you could use that.

If that doesn’t help, some screenshots with the header would be helpful, so I can see what is happening.

Calin
tagDiv Staff

Hi,

If you are using a default header template the settings from them should change the header color -> https://www.screencast.com/t/DAeM1f5ViQ just make sure that after you changes those color in theme panel you clear all cache.

If you are sing a header template from tagDiv Cloud Library -> https://www.screencast.com/t/OPxUDip0XoUyou need to edit that template an change the header color using the header manager

Thank you!

rrystrom
Participant
#0

I have added Google analytics code in the theme panelboth under the regular analytics header and also mobile header.
After several days Google Analytics still do not record traffic. Source shows that the analytics code is indeed loading but every 24h Google analytics reminds me that no traffic is being registered

I have also added a 3rd party ad code but no ads are being displayed either. The code is also being displayed by checking the pagesource upon loading of the page..

https://ibb.co/t8JLb11
https://ibb.co/h2ZmR0D
https://ibb.co/FXwf805

aleister
Participant
#0

Hi,

website can’t pass AMP validation, says I have amp-auto-ads.

Solution?


</div>
</div>

</div><!-- close td-outer-wrap -->

<div data-theiastickysidebar-sidebarselector='"#secondary, #sidebar, .sidebar, #primary"' data-theiastickysidebar-options='{"containerSelector":"","additionalMarginTop":0,"additionalMarginBottom":0,"updateSidebarHeight":false,"minWidth":0,"sidebarBehavior":"modern","disableOnResponsiveLayouts":true}'></div>

<!--
Theme: Newsmag Mobile Theme by tagDiv 2019
Version: 4.8 (rara)
Deploy mode: deploy
Speed booster: v4.9.3

uid: 5cdd35aa4460f
-->

<!-- Header style compiled by theme -->

</body>
</html>
<!-- Page generated by LiteSpeed Cache 2.9.7.2 on 2019-05-16 13:04:26 -->

meoutngo
tagDiv Member

Hi Vlad,

Thank you for your reply. My problem is that the pages does not appear on mobile devices at all. So only the footer and the header appears but the page itself is not. I don’t want to changes on design I just want them to appear.

Can you please advise?

Best,

Bence

enessolh
Participant
#0

Hello,

I tried to change my header color from theme panel but it is not changing and I don’t know why? So How can I change it? Thank you

Teknovv.com

Laudess
tagDiv Member

Hi,
http://emzmupvb.preview.infomaniak.website/wp-content/uploads/2019/05/img_header.jpg

I made my header from the Blank header template. I have done that you said with css settings but for the row 1 (on my screenshot), the background color did not align with the rest of the row.
for the row menu (point 2 on my screenshot) i would like to reduce the height of this part. I don’t find the way…

Thx
Laurent

Vlad S
tagDiv Staff

Hello !

Sorry for missunderstanding your issue.

In order to have the radius you will have to make some custom modifications:

First we will need to set an extra class to our element: https://www.screencast.com/t/Zyp5OZdsQ I named it underheader ( you can name it however you want )

Then you will need to apply this code:
.underheader .td-element-style {
border-radius: 20px;
}

Into the custom css tab located in Theme panel – Custom Code -Custom CSS: https://www.screencast.com/t/0eXhvHQlreqy

You can edit the border radius and .Underheader to the name you selected but don’t forget to add the . before the word.

To allign the text in the element you will go into the CSS tab from the composer like here: https://www.screencast.com/t/NbG9YJizK7

Thank you !

Calin
tagDiv Staff

Hi,

I think that this problem can be fixed by changing a line of code in wp-content/plugins/td-composer/mobile/header-amp.php
Replace:
<html <?php language_attributes(); ?>>
-> https://www.screencast.com/t/Fj94HAommH
With:
<html <?php language_attributes(); ?> amp>
-> https://www.screencast.com/t/yIjgHPfpB

Thank you!

Simion C.
tagDiv Staff

The rows in the header can be stretched, just like any rows. You can stretch the row with these options – http://prntscr.com/np8xu2
So you can stretch just the row itself while the content width remains the same, or you can stretch the row and the content.

Vlad S
tagDiv Staff

Hello !

Please provide a link to your website and the name of the header your are using.

If you’re using a cloud template you can edit the colors using the tagDiv Composer by going to the CSS tab and edit the colors from there like here: https://www.screencast.com/t/sT1jiAK8ZN7m Keep in mind that on a header there can be more than 1 zone so make sure you edit every single one. See the difference between first picture an this: https://www.screencast.com/t/z0v5wwSxi93

Thank you !

Vlad S
tagDiv Staff

Hello !

Unfortunately this requires custom work and is not covered by the support policy: https://forum.tagdiv.com/support-policy-2/

Ussualy we do not offer custom work but this would be the exception we will do in order to fix your page. Please take note that in the future custom works requires a lot of skills and the best way would be to hire a freelancer to help you implement everything you want on your page. Here is a better example of how your code should look like in order to work:

<?php
if(pmpro_hasMembershipLevel(array(‘1′,’2’))){?>
<div class="td-header-rec-wrap">
<?php
$tds_header_ad_title = td_util::get_option('tds_header_title');
// show the header ad spot
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'header', 'spot_title' => $tds_header_ad_title)); ?>
</div>
<?php
}
?>

Please read the support policy and take note about the custom work.

Thank you !

snahmetkaya
Participant
#0

I could not change language the word that appears in the picture. I couldn’t find the file path. Can you help me, please?

Picture: https://www.screencast.com/t/Pwlai7iR5thf

Okey. I changed language. Thanks to Compressor 🙂

Laudess
tagDiv Member

Hi,

Thx for your answer, but i have made a new template header and the theme panel settings don’t work with my template. when I choose a background color, it does not apply to my new template.

Thx,
Laurent

Brain916
Participant
#0

Hello, on my website SneakerFiles.com I want to add one more link to the navigational bar which has Air Jordans, Nike, etc. The text goes down to the left and makes the navi bar look off. Here is an example:

https://ibb.co/2hCkQ2R

Is there a way to make it all on one line? Without using TagDiv Cloud?

I have a category that is called ‘Where to Buy’. I want to have them display by the release date for each shoe. Is there a way I can do this or a plugin?

Also I was wondering if there is a way for select blog posts not to display on the homepage?

Thank you.

RustyOcean
tagDiv Member

Dear Vlad,

It would be nice if you could help me again, please. I have with your instructions, which I found see screenshots, changed the code.

The code breaks my page and then there is parse error.

Many thanks. Rick

https://www.screencast.com/t/iN3BVwVzenP

My Code:

<div class=”td-header-rec-wrap”>
<?php
if(pmpro_hasMembershipLevel(array(‘1′,’2’))){

// show the header ad spot
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’, ‘spot_title’ => $tds_header_ad_title)); ?>
}
</div>

Parse error: syntax error, unexpected end of file in /wp-content/plugins/td-composer/legacy/Newspaper/parts/header/ads.php on line 8
The site is experiencing technical difficulties.

ananas
tagDiv Member

Thank you!
I’m trying to build my header as a cloud template right now. I’ve got a background picture for the header and I want it to be full width. Is it possible to make the header full width? I haven’t found the option yet.

Vlad S
tagDiv Staff

Hello !

When using a cloud header you will edit it using the tagDiv Composer and header manager. In that case you will have to go to Style Tab and change the Text color for Main Menu and the Text Color for Active & Hover option.

Thank you !

Simion C.
tagDiv Staff

Hi,

So you want just the menu to be hidden, but the rest of the top bar should be visible? you could build or import a cloud header template and remove/not use a menu element
https://cloud.tagdiv.com/#/load/Headers
Or you could use CSS to remove it, something like this should work

.td-header-wrap .td-header-menu-wrap {
display: none;
}

If it doesn’t work, please post a link to the website and I will modify it accordingly. Or specify what header style you use. Let me know.

Thanks

Viewing 25 results - 14,376 through 14,400 (of 29,850 total)