Search Results for 'header'

Results from the Forum
herondino
Participant
#0

Hi,

My website (http://vaniobossle.com/) has an animated gif in header ad. On mobile, it works normally.
However, on the desktop, it performs the animation only once and stops, not restarting the looping.

Can you help me with this?

Thanks in advance.

cannabro
tagDiv Member

I used the method in stackexchange.com, added this code to the top of the .htaccess file.

<FilesMatch “\.(ttf|otf|eot|woff|woff2)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “http://cdn.whybiotech.com&#8221;
</IfModule>
</FilesMatch>

Icons are still broken. What else could be the problem?

Simion C.
tagDiv Staff

Hi,

You could copy the login widget from the top header menu, in the main header menu exactly as shown in the screenshots below
https://www.screencast.com/t/snQd6luPnDS
https://www.screencast.com/t/4YFD1nKhhucW
The result would be like this – https://www.screencast.com/t/iGV2C8NuoP8n
Then maybe set the same class as the main menu is using
https://www.screencast.com/t/uQbE4uOwTtjs
The result is like this
https://www.screencast.com/t/yNmDxBmIB
I have not tested this properly, but if you would like to implement something like this you can try it and see if it is working for you.

Thanks

Lee
tagDiv Member

Post Settings > Default Post Template (Sitewide) > Style2

It is the post header that I would like to decrease. Hope that makes slightly better sense.

Simion C.
tagDiv Staff

Hi,

It is quite complicated it seems to do this with css. It seems that you or the plugin have managed to include the custom menu inside the existing menu. Please try the code provided below and enter it in the Theme panel->Advanced Css in the phone section
https://www.screencast.com/t/2Z5DwoLqdzB6
The result should be like this – https://www.screencast.com/t/tcsjTkK3hPi

.td-header-wrap .td-header-main-menu {
padding-left:0;
padding-right:0;
background-color: white!important;
}
.td-header-style-10 #td-header-menu {
margin-top: -54px;
}
.mega-menu-toggle {
height: 54px!important;
padding-top:9px;
}

Thanks

Lee
Participant
#0

I am also using the post template style2 and want to decrease the font size of the header. I have looked at the source code and it looks like it is ‘h1’ that needs changing but not sure whether this can be done via theme fonts or the css code.

writerguy
Participant
#0

We are using the Newspaper theme set with the Politics template. We’ve modified the header to suit our needs.
However, in the section labeled Latest Articles, we’d like to do a change, but can’t figure how.
Some of our posts do not have images to go with them. So we select Style 5 for the post (no image). But on the home page, we get the demo ghost image between the headline and the body copy.
Is there a way to have no ghost image appear for those posts without an image?

Thanks.

rickyricc
Participant
#0

So it seems after the last few updates the background on woocommerce pages is displaying a big white box across and cutting off the background from the header and footer. See pics below for how it should be and how its displaying now. A fix for this would be much appreciated.

Before: http://prntscr.com/f9c04u – Background is boxed throughout.

After: http://prntscr.com/f9bzu2 – Background is cut off

Thanks

edlie
Participant
#0

Hi, i wonder why when the menu become 2 row (2 level), the menu order not centered, it’s become left..
You can check it here
http://52.221.247.63/

And one more question, how to make the grid responsive (the bottom one not showing any scroll but stack on the bottom)

Thank you

sefender
Participant
#0

Hello,

I have a problem with the ads, they do not appear at all in header, sidebar and inline block.

Here is my code for each :
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Skycraper 300×600 –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:300px;height:600px”
data-ad-client=”ca-pub-XXXXXXXXXXXXXXXX”
data-ad-slot=”XXXXXXXXXX”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Billboard 970×250 –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:970px;height:250px”
data-ad-client=”ca-pub-XXXXXXXXXXXXXXXX”
data-ad-slot=”XXXXXXXXXX”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Rectangle large 336×280 –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:336px;height:280px”
data-ad-client=”ca-pub-XXXXXXXXXXXXXXXX”
data-ad-slot=”XXXXXXXXXX”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

In the header (billboard), it’s just showing a blank 970*250 rectangle. The others ads are showing nothing.

Thanks.

Simion C.
tagDiv Staff

Hi,

If you want to increase the font size for the text that is entered by the user in the search field, you could do it with a code like this
https://www.screencast.com/t/yoZPeTd1EdC
You just need to enter the code in Theme panel->Custom Css

#td-header-search {
font-size: 18px;
}

Thanks

Cactus24
Participant
#0

Hi, i have a problem whit the new update 7.8.1, please help me to solved it. I don’t know what this move position.

image

https://cactus24.com.ve

Simion C.
tagDiv Staff

Hi,

Please provide more details about what and how exactly you would like to modify, so I may give you a more accurate answer. If you want to make the header more compact for example, you could use a code like this, or make additional modifications to it
https://www.screencast.com/t/qatQRwPL

.td-header-style-1 .td-header-sp-logo {
margin: 0 28px 0 28px;
}
.td-header-style-1 .td-header-sp-recs {
margin: 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The text font on the search button can be customized in the theme panel
https://www.screencast.com/t/DuYbGonZNW78
https://www.screencast.com/t/rX14QcvYx
If you wanted something else, I could maybe provide you with a Css code in this case.
Unfortunately at the moment I don’t think there is a plan to allow modifications to the header elements, through the editor. You can only customize the width, font, color etc. with the options in the theme panel.
Maybe additional header styles will be added in future updates, but I could not say when this will happen.
If you want to try, you can make your own customization using the browser inspector to identify the elements used and their classes, in order to create custom code that you can use in the theme panel. Here is a guide if you want to try it
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

This is happening because you are not using the default theme menu, you have a different menu present. Now both header menus are displaying
https://www.screencast.com/t/6RFwyoCcn72
If you could tell me what exactly you want to do I will try to provide you a solution.

Thanks

sortofrobot
Participant
#0

We need to display the original Adsense code in our pages, untouched in any way.

That is:

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- sm.ro|top-right - responsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-XXXXXXXXXXXXXX"
data-ad-slot="XXXXXXXXXXXXXX"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

instead of

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><div class="td-g-rec td-g-rec-id-header ">
<script type="text/javascript">
var td_screen_width = window.innerWidth;

if ( td_screen_width >= 1140 ) {
/* large monitors */
document.write('<span class="td-adspot-title">Sponsored links</span><ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-XXXXXXXXXXXXXX" data-ad-slot="XXXXXXXXXXXXXX"></ins>');
(adsbygoogle = window.adsbygoogle || []).push({});
}
</script>
</div>

The easiest way is to alter td_block_ad_box.php:

case 'google':
//render the magic google ads :)

// $buffy .= $this->render_google_ads($ad_array[$spot_id], $atts);
$buffy .= $this->render_ads($ad_array[$spot_id], $atts);
break;

Can this be done from Theme Panel…?

sieg20
tagDiv Member

Thank you very much that fixed the problem. One more slight thing is what classes do i need to target to change the height of the 3 containers in the header? I would like to make it more compact/closer to each other. Thanks again

orlando
tagDiv Member

Hi,

I need your help where these 3 links within themagnetmagazine and the js_composer plugin:

I have to try to redeem asynchrony these header links.

I only need to point out the files to be modified,

1
<link rel=’stylesheet’ id=’google-fonts-style-css’ href=’https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%7CRoboto+Condensed%3A300%2C300italic%2C400%2C400italic%2C700%2C700italic&ver=3.4&#8242; type=’text/css’ media=’all’ />
2
<link rel=’stylesheet’ id=’js_composer_front-css’ href=’https://cdn.site.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css&#8217; type=’text/css’ media=’all’ />
3
<link rel=’stylesheet’ id=’td-theme-css’ href=’https://cdn.site.com/wp-content/themes/Newsmag/style.css&#8217; type=’text/css’ media=’all’ />

Thanks for help.

Lee
Participant
#0

I was wondering if there is a way to change the search box and I want to make the font a little bigger. I am happy with the header style and I am currently using ‘Style 7’ but I would rather have a search box in the header rather than have one appear underneath. There doesn’t seem to much of an option to style the search. I thought I might find some options in the Theme Panel under Theme Fonts. Hope you can help.

Also are divtag working on an option to customise the header and footer with the visual editor? I feel that this would be useful being able to customise the header and footer like the pages and posts. I would like to have this option rather than having just the choice of the 12 styles.

Regards

wsikes
tagDiv Member

That worked.

How do I change the header block on the home page recent posts? It’s the main body of the home page

GideonLupine
tagDiv Member

I think you misunderstood my post.

I am NOT USING the plug-in.

I have stopped using the “Google Tag Manager for WordPress Plugin.”

Instead of using a plug-in, I want to install the Google Tag Manager manually. It operates similar to Google Analytics.

https://developers.google.com/tag-manager/quickstart

It is SECOND most installed feature of Google’s Analytic Tool Suite. Being so popular and widely used, I was hoping there would already be a set and proven method to install with your theme.

For many, not using Google Tag Manager is not an option. It must be installed.

I was asking for the best method of modifying the CHILD THEME to added the needed Google Tag Manager Code Snippets.

It has these two requirements:
1. Paste some GTM code as high in the <head> of the page as possible.
2. Additionally, paste addtional GTM code immediately after the opening <body> tag

With that said, you are saying I should copy header.php to the child theme, and modify it there? Is that correct? Is that the best method? Is there another approach?

joeeyireland
Participant
#0

hey Guys i have rotating header banners for my website and ive just activated newspaper. i was wondering how i could make my plugin work for the header banner instead of using the theme panel section? I can add a single GIF with HTML but i cannot do a slideshow like my plugin allows.

Please help me as this is a big part of my website.

Catalin
tagDiv Staff

Hello wsikes,

I guess that you want to change the block header for your widgets area, right? So, if you want to do this, you should change the Widgets area and select from here -> https://www.screencast.com/t/HQB9JDwmW what kind of Block Header you like.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

If you want to change the general block headers color, you can do it from here:
https://www.screencast.com/t/5puaaaxs6Hq7
the related articles block is affected by it: https://www.screencast.com/t/crQLpM2GTmh

Thank you!

pstgibson
Participant
#0

Deaar support,
How can I setup a custom logout redirection in top-menu (Newspaper->Parts->Header->top-menu).

Thanks.

Viewing 25 results - 20,951 through 20,975 (of 29,850 total)