Search Results for 'header'

Results from the Forum
Marius
tagDiv Staff

Hi,
In theme panel -> Header use Style 2, then edit this file like here: http://screencast.com/t/p9YFwjFuIu

and add this CSS in Custom CSS section:

.header-logo-wrap a.td-logo-wrap {
    left: 0px;
}
.header-logo-wrap {
    text-align: center;
}

Thanks!

Radu A
tagDiv Member

hi,
what type of ad are you using? google ad or something else.
if is google ad , should be responsive, probably a plugin conflict, try to disable all the plugins and try again.

if is not google ad then use :

<div class="td-visible-desktop">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg" /></a>
</div>

<div class="td-visible-tablet-l">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>

<div class="td-visible-tablet-tp">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>

<div class="td-visible-phone">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg" /></a>
</div>

here: http://screencast.com/t/IvNd9x1L

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Radu A.
stevenpreece
Participant
#0

Hi, I’ve just updated to the latest version (3.5) and now the theme panel has become unresponsive – I cannot navigate between the different options. Also images/thumbnails seem to have resized and part of the header ad is cut off from the bottom.

http://welfarenewsservice.com/

I also posted in in the comments section on themeforest, so apologies for asking here too.

creactivate
Participant
#0

Hi,

my header ad is not responsive on desktop. It will cover my logo if I make my browser window smaller. Is there something I’m missing in the settings?

simchris
Participant
#0

Hello all..
if you’re getting some bizarre things on your site from using YOAST SEO 1.5x, after upgrading from the stable 1.4.25 version, please be aware of the following major issues.

I am recommending you NOT upgrade to Yoast SEO 1.5x until they get a stable version!

——–
There have been a LARGE number of bugs with the Yoast SEO plugin released last week (1.5), and about three or four patches so far. Still buggy as hell with 1.5.2.3 (including option for Google News keywords not saving to dbase or showing in the SEO post panel). I rolled back my sites to the prior version (stable), 1.4.25 due to a lot of issues including a major memory spike on our server post 1.5 update. If you look at the changelog for 1.5 it’s pretty awful, and doesn’t bode well for their new development team, frankly.

-Chris

SERIOUSLY 
. (!)

— YOAST SEO 1.5 BUG FIXES (SO FAR) —

1.5.2.3

** Note: if you already upgraded to v1.5+, you will need to retrieve your Facebook Apps again and please also check your Google+ URL. We had some bugs with both being escaped too aggressively. Sorry about that. **

â—ŸBugfixes
â—ŸAdded missing settings menu pages to wp admin bar.
â—ŸReplaced old AdWords keyword tool link.
â—ŸFix wp admin bar keyword density check link
â—ŸTaxonomy sitemap will now also show if empty.
â—ŸPrevent infinite loop triggered by sitemap_close(), fixes #600 as reported and fixed by pbogdan.
â—ŸFixed a link count Page Analysis bug.
â—ŸFixed a keyword density problem in the Page Analysis
â—ŸFixed OpenGraph/GooglePlus/Twitter tags not showing in a select few themes, issue #750 as reported by Jovian and wwdboer – props Jrf.
â—ŸFixed Facebook Apps not being saved/ “Failed to retrieve your apps from Facebook” as reported by kevinlisota in issue #812 – props Jrf.
â—ŸFixed duplicate feedback messages on WPSEO -> Social pages as reported by steverep in issue #743 – props Jrf.
â—ŸFlush our force title rewrite buffer earlier in wp_footer so it can be used by other plugins in wp_footer. Props Gabriel PĂ©rez Salazar.
â—ŸStart the force rewrite buffer late (at 999) in template_redirect instead of get_header because of several themes not using get_header, issue #817 as reported by Jrf.
â—ŸFixed ‘Page %d of %d’ / %%page%% variable not being replaced when on pages, as reported by SGr33n in issue #801 – props Jrf.
â—ŸRestore robots meta box per post to its former glory, it now shows even when blog is not set to public.
â—ŸFixed individual page robots settings not being respected when using a page as blog as reported by wintersolutions in issue #813 – props Jrf.
â—ŸFixed: Too aggressive html escaping of the breadcrumbs.
â—ŸFixed: Last breadcrumb wasn’t always determined correctly resulting in crumbs not being linked when they should have been.
â—ŸFixed: Breadcrumbs were sometimes missing separators and default texts since v1.5.0.
â—ŸFixed: 404 date based breadcrumb and title creation could cause corruption of the $post object.
â—ŸFixed: Filtering posts based on SEO score via the dropdown at the top of a post/page overview page no longer worked. Fixed. As reported by gmuehl in issue #838 – props Jrf.

â—ŸEnhancements
â—ŸAdded filters for the change frequencies of different URLs added to the sitemap. Props to haroldkyle for the idea.
â—ŸAdded filter wpseo_sitemap_exclude_empty_terms to allow including empty terms in the XML sitemap.
â—ŸPrivate posts now default to noindex (even though they technically probably couldn’t be indexed anyway).
â—ŸShow a warning message underneath a post’s robots meta settings when site is set to noindex sitewide in WP core.
â—ŸUpdated licensing class to show a notice when requests to yoast.com are blocked because of WP_HTTP_BLOCK_EXTERNALS.

â—ŸOther
â—ŸRefactored the breadcrumb class – props Jrf.

1.5.2.2

â—ŸBugfixes
â—ŸFix for issue with Soliloquy image slider was not applied to minified js file.
â—ŸFixed some PHP ‘undefined index’ notices.
â—ŸFix banner images overlapping text in help tabs.
â—ŸFixed meta description tag not showing for taxonomy (category/tag/etc) pages as reported in issue #737 and #780 – props Jrf.
â—ŸPrevent a fatal error if wp_remote_get() fails while testing whether the title needs to be force rewritten as reported by homeispv – props Jrf.

â—ŸEnhancements
â—ŸAdded composer support – props codekipple and Rarst.

1.5.2.1

â—ŸBugfixes
â—ŸFix white screen/blog down issues caused by some (bloody stupid) webhosts actively disabling the filter extension – props Jrf.
â—ŸFix for some PHP notices, issue #747 as reported by benfreke – props Jrf.
â—ŸFixed: GooglePlus vanity urls were saved without the + as reported by ronimarin in issue #730 – props Jrf.
â—ŸFix WP Admin menu items no longer clickable when on WPSEO pages as reported in issue #733 and #738 – props Jrf.
â—ŸFix strict warning for W3TC, issue 721.
â—ŸFix RSS text strings on options page being double escaped, issue #731 as reported by namaserajesh – props Jrf.
â—ŸAvoid potential confusion over Facebook OpenGraph front page usage, issue #570 – props Jrf.
â—ŸPotentially fix issue 565 bbpress warning message. Thanks inetbiz for reporting and tobylewis for finding the likely cause.
â—ŸFilter ‘wpseo_pre_analysis_post_content’ output is now only loaded in DOM object if not empty. – props mgmartel.
â—Ÿ$post_content is now unset after loading in DOM object. – props mgmartel.
â—ŸFix Alexa ID string validation, as reported by kyasajin and Bubichka in issue 736 – props Jrf.
â—ŸFix issue with Soliloquy image query, as reported by osalcedo and mattisherwood in issue #733 – props Jrf.

â—ŸEnhancements
â—ŸTwitter metatag key is now filterable by ‘wpseo_twitter_metatag_key’.
â—ŸAdded a filter called “wpseo_replacements” in wpseo_replace_vars to allow customization of the replacements before they are applied – props martinernst.
â—ŸAdded useful links for page analysis – props bhubbard.

â—Ÿi18n Updates
â—ŸUpdated nl_NL, id_ID, it_IT, fr_FR and de_DE
â—ŸAdded ko
â—ŸUpdated .pot file.

1.5.2
â—ŸBugfix: â—ŸIf mbstring extension isn’t loaded, fatal error was thrown.

simchris
tagDiv Member

There have been a LARGE number of bugs with the Yoast SEO plugin released last week (1.5), and about three or four patches so far. Still buggy as hell with 1.5.2.3 (including option for Google News keywords not saving to dbase or showing in the SEO post panel). I rolled back my sites to the prior version (stable), 1.4.25 due to a lot of issues including a major memory spike on our server post 1.5 update. If you look at the changelog for 1.5 it’s pretty awful, and doesn’t bode well for their new development team, frankly.

SERIOUSLY …. (!)

— YOAST SEO 1.5 BUG FIXES (SO FAR) —

1.5.2.3

** Note: if you already upgraded to v1.5+, you will need to retrieve your Facebook Apps again and please also check your Google+ URL. We had some bugs with both being escaped too aggressively. Sorry about that. **

â—ŸBugfixes
â—ŸAdded missing settings menu pages to wp admin bar.
â—ŸReplaced old AdWords keyword tool link.
â—ŸFix wp admin bar keyword density check link
â—ŸTaxonomy sitemap will now also show if empty.
â—ŸPrevent infinite loop triggered by sitemap_close(), fixes #600 as reported and fixed by pbogdan.
â—ŸFixed a link count Page Analysis bug.
â—ŸFixed a keyword density problem in the Page Analysis
â—ŸFixed OpenGraph/GooglePlus/Twitter tags not showing in a select few themes, issue #750 as reported by Jovian and wwdboer – props Jrf.
â—ŸFixed Facebook Apps not being saved/ “Failed to retrieve your apps from Facebook” as reported by kevinlisota in issue #812 – props Jrf.
â—ŸFixed duplicate feedback messages on WPSEO -> Social pages as reported by steverep in issue #743 – props Jrf.
â—ŸFlush our force title rewrite buffer earlier in wp_footer so it can be used by other plugins in wp_footer. Props Gabriel PĂ©rez Salazar.
â—ŸStart the force rewrite buffer late (at 999) in template_redirect instead of get_header because of several themes not using get_header, issue #817 as reported by Jrf.
â—ŸFixed ‘Page %d of %d’ / %%page%% variable not being replaced when on pages, as reported by SGr33n in issue #801 – props Jrf.
â—ŸRestore robots meta box per post to its former glory, it now shows even when blog is not set to public.
â—ŸFixed individual page robots settings not being respected when using a page as blog as reported by wintersolutions in issue #813 – props Jrf.
â—ŸFixed: Too aggressive html escaping of the breadcrumbs.
â—ŸFixed: Last breadcrumb wasn’t always determined correctly resulting in crumbs not being linked when they should have been.
â—ŸFixed: Breadcrumbs were sometimes missing separators and default texts since v1.5.0.
â—ŸFixed: 404 date based breadcrumb and title creation could cause corruption of the $post object.
â—ŸFixed: Filtering posts based on SEO score via the dropdown at the top of a post/page overview page no longer worked. Fixed. As reported by gmuehl in issue #838 – props Jrf.

â—ŸEnhancements
â—ŸAdded filters for the change frequencies of different URLs added to the sitemap. Props to haroldkyle for the idea.
â—ŸAdded filter wpseo_sitemap_exclude_empty_terms to allow including empty terms in the XML sitemap.
â—ŸPrivate posts now default to noindex (even though they technically probably couldn’t be indexed anyway).
â—ŸShow a warning message underneath a post’s robots meta settings when site is set to noindex sitewide in WP core.
â—ŸUpdated licensing class to show a notice when requests to yoast.com are blocked because of WP_HTTP_BLOCK_EXTERNALS.

â—ŸOther
â—ŸRefactored the breadcrumb class – props Jrf.

1.5.2.2

â—ŸBugfixes
â—ŸFix for issue with Soliloquy image slider was not applied to minified js file.
â—ŸFixed some PHP ‘undefined index’ notices.
â—ŸFix banner images overlapping text in help tabs.
â—ŸFixed meta description tag not showing for taxonomy (category/tag/etc) pages as reported in issue #737 and #780 – props Jrf.
â—ŸPrevent a fatal error if wp_remote_get() fails while testing whether the title needs to be force rewritten as reported by homeispv – props Jrf.

â—ŸEnhancements
â—ŸAdded composer support – props codekipple and Rarst.

1.5.2.1

â—ŸBugfixes
â—ŸFix white screen/blog down issues caused by some (bloody stupid) webhosts actively disabling the filter extension – props Jrf.
â—ŸFix for some PHP notices, issue #747 as reported by benfreke – props Jrf.
â—ŸFixed: GooglePlus vanity urls were saved without the + as reported by ronimarin in issue #730 – props Jrf.
â—ŸFix WP Admin menu items no longer clickable when on WPSEO pages as reported in issue #733 and #738 – props Jrf.
â—ŸFix strict warning for W3TC, issue 721.
â—ŸFix RSS text strings on options page being double escaped, issue #731 as reported by namaserajesh – props Jrf.
â—ŸAvoid potential confusion over Facebook OpenGraph front page usage, issue #570 – props Jrf.
â—ŸPotentially fix issue 565 bbpress warning message. Thanks inetbiz for reporting and tobylewis for finding the likely cause.
â—ŸFilter ‘wpseo_pre_analysis_post_content’ output is now only loaded in DOM object if not empty. – props mgmartel.
â—Ÿ$post_content is now unset after loading in DOM object. – props mgmartel.
â—ŸFix Alexa ID string validation, as reported by kyasajin and Bubichka in issue 736 – props Jrf.
â—ŸFix issue with Soliloquy image query, as reported by osalcedo and mattisherwood in issue #733 – props Jrf.

â—ŸEnhancements
â—ŸTwitter metatag key is now filterable by ‘wpseo_twitter_metatag_key’.
â—ŸAdded a filter called “wpseo_replacements” in wpseo_replace_vars to allow customization of the replacements before they are applied – props martinernst.
â—ŸAdded useful links for page analysis – props bhubbard.

â—Ÿi18n Updates
â—ŸUpdated nl_NL, id_ID, it_IT, fr_FR and de_DE
â—ŸAdded ko
â—ŸUpdated .pot file.

1.5.2
â—ŸBugfix: â—ŸIf mbstring extension isn’t loaded, fatal error was thrown.

Agence Compos’it
tagDiv Member

I have found :
In the file parts/header-style-1.php :

            <div class="span8" id="td-header-widget">
            	<?php
					// Header Widget
					if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("td-header-widget") ) :
					endif;
				?>
            </div>
            <div class="span8">
                <?php
                    // show the header ad spot
                    echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
                ?>
            </div>
Agence Compos’it
tagDiv Member

I have add this code in functions.php

register_sidebar(array(
    'name'=>'Header Widget',
    'id' => 'td-header-widget',
    'before_widget' => '<div id="td-header-widget">',
    'after_widget' => '</div>',
    'before_title' => '<div class="block-title"><span>',
    'after_title' => '</span></div>'
));

And I add thic code in header.php

    default:
        // this is the default header configuration
        // (logo + ad) + menu
        locate_template('parts/header-style-1.php', true);
		if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("td-header-widget") ) :
		endif;
        locate_template('parts/menu-header.php', true);
		break;

it works, but is it like that I should do?

Agence Compos’it
Participant
#0

Hi!
How could I add a widget area in the template?
For exemple : I’d like to transform Header Ads in Widget area,
which file should I edit? What code do I need?
Thanks

gettinenglish
tagDiv Member

Hi,
With important works great!
Thank you !

stylexdp
tagDiv Member

No, I need TEXT logo in the center of the header.

Marius
tagDiv Staff

Try with important

.sf-menu a.sf-with-ul {
padding-right: 11px !important;
}

For me works fine. Give me your site URL to see the issue.

Marius
tagDiv Staff

Hi,
Everything should work fine, please make sure you have copied all files on updates. To be sure place replace all files again via FTP. Also could you give me a link to see the issue or a screenshot?

Thanks!

atflaten
tagDiv Member

I have the same question as gettinenglish: How can i remove the extra space?

icecodepro
tagDiv Member

You can do this without changing any code. First create the categories. Then load up the theme panel and under layout settings, click on category. Open the newly created category where it is CUSTOM SIDEBAR + POSITION set that to full width (the third icon from the left)

now in the post with that category, you don’t get a side bar. If you are doing article inline ads, article footers, header ads, then you need to turn that function off and manually add them to the posts, that gets the ads.

stylexdp
Participant
#0

Hello! Thank you for Newspaper!
How to make Full Width Text Logo (without ad) in the center of the header?
Thank you!

FrankG
Participant
#0

Hi,

Just upgraded from 3.2 to the latest version, all went fine except one problem – the main menu/header menu (NOT the ‘Top’ one). The text items in it are now vertically aligned to the top of the bar rather than in the middle in the previous versions. It’s doubly odd as the home/search icons ARE in the middle and aligned fine.

I’ve figured out a CSS workaround with some padding and realignment, but am not sure how well that will work on other browsers/systems. I was wondering what the cause of this was and is there a better way to fix it?

gettinenglish
tagDiv Member

Hi, i try your advise and that second option dosen’t work 🙁

My menu: http://www.screencast.com/t/nJTUIJkOsqQB

My CSS settings: http://www.screencast.com/t/vCB0eq6uZWO
So how can I remove extra space?

Thanks for reply.

Marius
tagDiv Staff

Uppss,
You can remove the space to, add this CSS

.sf-menu a.sf-with-ul {
padding-right: 11px;
}

Thanks!

Radu A
tagDiv Member

hi,

1 – disable all plugins, expressly the facebook one: http://screencast.com/t/ps4ReczDo

2 – take the code from an older version of the theme and replace in your version,
or wait for the nesxt theme update, we added again.

3 – there is a thread on the forum about this: https://forum.tagdiv.com/pagespeed/

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
The unique article apply on the entire page, this mean sidebar, footer, header anywhere where you have posts.

You can use offset feature if you want to achieve something similar.
Thanks!

Marius
tagDiv Staff

Hi,
Do you want to change the header AD size? You can do that from Theme panel -> Ads http://screencast.com/t/Vq4dtHdSWp

From there you can choose a different size for each device.
Thanks!

Radu A
tagDiv Member

hi,
have you try the above css solution:

.td_data_time {float: left}

please send us your site url so we can check it out.

Thanks for you message.
Radu A.

mbasche
tagDiv Member

@TeeTasse:

 .td-header-menu-wrap .td_data_time {
	display: inline-block;
	float: left;}
  • This reply was modified 12 years by mbasche.
atflaten
tagDiv Member

Great, but: It removes the sub-indicators, but not the extra space created between two items with sub-indicators… This fix thus makes the space between the menu items uneven…

Viewing 25 results - 29,326 through 29,350 (of 29,850 total)