Search Results for 'header'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello Andy,

Your menu does highlight. Just the header menu you chose highlights with the blue bottom border. You can chose a different header style from the theme panel that uses a different highlight method: https://forum.tagdiv.com/header-styles/

If you want further highlighting you can use custom css to get it done:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color:red;
}

Add the code in the theme panel->custom css

result:
http://screencast.com/t/NDXha6Wb

Thank you!

Bogdan B.
tagDiv Staff

Hello,

What you can do is check this header style list to see which header style you prefer: https://forum.tagdiv.com/header-styles/https://forum.tagdiv.com/header-ad/
You can see the header ad positions as well. If any of these is not sufficient you can use a custom ad spot: https://forum.tagdiv.com/custom-ad-spots/

Thank you!

cbur2107
tagDiv Member

Easily the best theme I have ever used. The CSS was what I needed to center the menu with this same header template.

Thank you.

bvdavies1985
Participant
#0

Dear All,

I have just purchased the Newspaper 6 theme, but i have two immediate issues that i will need some help on, they are:

1. News Ticker – I want to have the scrolling texts in the news ticker to stop on mouse hover(when someone hover over the scrolling text i want it to stop), but right now is now happening, can someone kindly help me solve this problem?

2. Page Background – I want to create a page background on my website that will begin from the top of the page to 40% download( from the top of the page almost to the middle of the page – so that the header, menu and slider will sit over this page), can someone kindly help me to solve this problem?

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to add a condition in header.php like this – http://screencast.com/t/5zeZVfR23

<?php
    if(is_category() and isset($_GET['filter_by'])) {
        echo '<meta name="robots" content="noindex, nofollow" />';
    }?>

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested this plugin, so I cannot make many recommendation. If the plugin allows shortcodes you can paste it in the theme ad spots, as they can render the shortcodes – https://forum.tagdiv.com/header-ad/http://screencast.com/t/81iB7XKN
You will have to read the plugin’s documentation how to implement it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to block the header ad for a specific page you will have to add a condition to not appear there using the page id – http://screencast.com/t/3nYqSyKDPDd Just put there your page id – https://codex.wordpress.org/Function_Reference/is_page

if (!is_page('XX'))

Thanks!

actyf
tagDiv Member

Thank you for your answer,

I had already seen the sub-footer text setting, what I am looking for is a way to put a different hover color on the sub-footer text than on the rest of the text (ex: different hover color for sub-footer text and header/body text)

Is there a way I can do that ?

Thank you

Alin [tagDiv]
tagDiv Staff

Hi cbur2107,

The theme has a various of header styles and you can set “style 10” for example, it has center main menu – http://screencast.com/t/lNpYzGCz2e
If you want to use the default header style(1), you can center the menu via custom css in Theme Panel > Custom Css – http://screencast.com/t/ZCRyK2Dv

.td-header-style-1 .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}

Thanks!

lukkachuppi
Participant
#0

Hello,

I am looking to change the color of Category like as on the tagdiv demo, which changes according to the category used. For eg; as on http://demo.tagdiv.com/newspaper/td-post-springfest-one-fashion-show-at-the-university-of-michigan/ it looks like http://www.screencast.com/t/nfVgwbgC and as on http://demo.tagdiv.com/newspaper/td-post-htc-launches-another-selfie-phone-with-an-ultrapixel-camera-up-front/ it looks like http://www.screencast.com/t/pcvMjuPy .In both the links the color of category is changing, so can anyone help me.

simchris
tagDiv Member

Just as general note Google doesn’t “require” anyone to put the word “advertisement” before their ads, or they would be doing that themselves. We do add that on the sidebar ads on our site, but not the full width header ads since it’s self-evident it’s an ad.

However they do NOT allow text like “sponsors” or “sponsored by” or “click ad to support us” or stuff like that.

Andrei
the above examples you provided would be super cool to add to the theme docs for the ad modules since it comes up so often.

  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
otoparkcom
Participant
#0

Hello,

We put a new ad on the header:

<script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=14974408&PluID=0&w=728&h=90&ord=[timestamp]"></script>
<noscript>

</noscript>

There is no problem on desktop but a large gap appears below the banner on mobile site:

Banner

Is it because the code or the theme? How can we fix this?
There is no such problem with AdSense, by the way.

Thanks!

tajir
tagDiv Member

and how to put social icon like FB,Twitter,Instagram in Footer menu (td-demo-footer-menu) like in Top Header Menu (td-demo-top-menu) http://imgur.com/FCeMLew

frasercarly89
Participant
#0

Hello,

How do I get rid of the header ad for one of my pages? I have it set to no sidebar position. My website is http://www.livelovefruit.com

Best,
Carly

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t display the top bar on mobile devices but you can use this custom css in theme panel > custom css to display it: http://screencast.com/t/edqs9T92

@media (max-width: 767px) {
.td-header-top-menu {
display: block!important;
padding: 7px;
}

Note that you may need some additional css customization to the layout, as the top bar wasn’t designed to be displayed on mobile devices.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use the default header style(1) the header ad appears above the menu on mobile device. If you add more custom ads bellow the menu, they will show up bellow the menu also on mobile.
Regarding 10 ads in the sidebar, the sidebar was designed to be displayed after the post content on mobile device so the ads will appear after the content(more accurate bellow the comment area). On page depends how you create it, for example if you use 1 row and add blocks there like this – http://screencast.com/t/jQtOPTV2xW The Sidebar will appear on mobile after the last block element from 2/3 column(in my case block10).
You can create your page and check it, just resize the browser window to see how it looks on mobile.

Thanks!

Bogdan B.
tagDiv Staff

Hello sejpost,

You can modify the top menu using custom css. This code changes the minimum height the top menu is going to display, the padding is to align it vertically and font size is font size. (no explanation needed there). You can change these values to your preference, i set them just as an example of how it can be done:

.td-container.td-header-row.td-header-top-menu {
min-height:50px;
padding-top:10px;
font-size: 13px;
}

The result: http://screencast.com/t/XgxOIVMhWkR

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme ad system was designed to work with adsense code, but you cannot add 2 codes in the same spot if this is what you mean.
A solution to have another ad(code) on mobile device will be to paste your code in a custom ad and use do_shortcode function to place it bellow the menu. I don’t know what header style you use, but for example if you use the default template(style 1) you will have to edit header-style-1.php file something like this – http://screencast.com/t/lNgxrndDO If both codes are adsense you can control the them from Theme Panel(disable/enable on specific devices) – http://screencast.com/t/qpivlfocehttp://screencast.com/t/Zm5sI295oJ If one of them is not adsesne you can use those div containers – https://forum.tagdiv.com/header-ad/

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Result: http://screencast.com/t/wRTRcHElUNnhttp://screencast.com/t/c8gXY3uDqc

Thanks!

sejpost
Participant
#0

The top header menu is very small and not very tall. Is there a way bump up the size of those links and the size of the height of the top header menu?

Thanks.

sejpost
tagDiv Member

Thanks for feedback. One more followup.

If we have a header banner next to the logo, I can go to my mobile and see that one.

If I have two side by side banners UNDER the navigation (using the code above), where on mobile will those turn up?

If I put in 10 side banner ads, where will those show up on mobile?

Ideally, the 3 banners by the navigation show up at top of mobile…then content, then the 10 side banners followed by footer banner, etc.

Is that correct? Is there a mobile test site where I can see where all the banners on a single homepage or post page show up?

schindyguy
Participant
#0

I have both (1)320×100 adsense code and (2) responsive adsense code

How do you configure the theme options to display a 320×100 (not responsive) adsense ad on mobile devices as the first thing on the page (below the nav bar and above the title of the post) so it would be:

NAV BAR (hamburger nav / logo / search icon)
320×100 adsense ad
Title of Post
Share Buttons
Content

And then at the same time use a responsive adsense unit for the header on tablet/desktop versions of the site? Right now I have the responsive adsense unit in theme panel > ads > header and know I can disable it on mobile by switching off “Mobile”. Theme docs say I shouldnt use this, but perhaps it makes sense in this situation?

<div class=”td-visible-phone”>
<!– Your NON AdSense code here – this ad will show only on phones –>
</div>

Thanks!!

schindyguy
Participant
#0

In Newspaper 6.5, does it just display the header ad unit that is defined in the theme panel?

Or can you have it load the ad unit in the header (theme panel options) and then an additional ad below it from setting the post template to 12 or 13?

crypthis
Participant
#0

Hi team,

I’m stumped why my adsense is not showing in the header. I’ve followed the steps in the documentation but no positive results.

The site URL http://www.jomgaming.my/

Thanks

Riconci
Participant
#0

Hi there!

I would like to make my header-menu permanently fixed but I wasn’t able to accomplish that. I’m guessing it’s something that needs to be changed with the td-affix class, but I didn’t manage a way to make it work properly. I don’t want td-affix class to be added when scrolling, as that creates some unwanted jitter.

Thank you.

nicoms91
Participant
#0

Hi there!

I woul need to deindex all the pages generated by the categories filters:

http://screencast.com/t/gHiWwuSzf0

The pages to be deindexed are the ones which have ?filter_by=

I would need to insert <META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”> in the header section of each one of this pages.

Could you please help me?

Thanks in advance!

Viewing 25 results - 26,201 through 26,225 (of 29,850 total)