Search Results for 'header'

Results from the Forum
Peperonikuchen
Participant
#0

Hi,

thanks for you cool Theme, its great!

But now i have a probleme with the theme on this site: http://www.ratgeber-haus-garten.com/

1. The header is not boxed and i dont know why that is happen

2. At the Mainpage – the thumbnails from the videos are not shown ?

I dont now why this happen know?

Please give me a way to fix it…

Best regards,

Jan

Leofitz
Participant
#0

Hello,
I have the latest upgrade of the Woocommerce plugin(2.6.14), the Newspaper theme(7.2c) and WP (4.7.2)on my site at; http://www.marketwisetrader.com

I’m having odd results on my Woocommerce Store page. I’ve created several shop/store page one, but each time the vertical spacing can’t be controlled with big vertical spacing between header and page title and top product post. The second VC row of Product Categories also has large ‘un-requested’ vertical spacing. Last, the products are all re-posted a second time below the bottom VC product row !?

Could you advise a fix?
Thanks,
Lon

asamirr
Participant
#0

Hello,

In the header Main Menu the text displays with shadow and not clear.
please check the following screenshot for our menu.

View post on imgur.com

Thanks to help us to solve it.

Regards,

prismss
tagDiv Member

Hi Catalin,

I have used this css the way you have given in the screen shot. But it is working for only Home page. Could you please let me know how can i apply this code for every page header.

Thanks
Prismss

Joophil
Participant
#0

Dear support,

I would like to be able to add in the Theme the possibility depending on the language detection from the browser to add the redirection to the multi site installation that I have made.

For example:

<?php

$languages = array(‘da’, ‘de’, ‘el’, ‘en’, ‘es’, ‘fr’, ‘is’, ‘it’, ‘nl’, ‘no’, ‘pt’, ‘fi’, ‘sv’);

if (isset($_POST[‘language’])) {
$lang = $_POST[‘language’];
} else {
$lang = substr($_SERVER[‘HTTP_ACCEPT_LANGUAGE’], 0, 2);
}

if (in_array($lang, $languages)) {
header(‘Location: ‘ . $lang);
} else {
header(‘Location: en’);
}

This without compromising theme. Thx a lot in advanced for any tips you may suggest.

Mochal
Participant
#0

Hello,
After upgrading to version 7.7, the header and fonts have changed. Before I used the header 7 and set menus and everything was displayed correctly, after updating, the menu is shown in two lines and it looks as if the logo had moved to the center. I had to use another header to display the web correctly.

As for the fonts, I used Open Sans Condensed, but it was not displayed … however the Open Sans version is shown. The same happens with other fonts configured in the rest of the page.

Do you know what it can be?

Regards

Ylli
tagDiv Member

Thanks i will try surely in next days.

An other question if i can. I have a problem with the top header menu on my site.

http://www.4industry.tv

When i display it on mobile the top header menu (the grey one up the site logo) is not displaied, how can i display it?

thank you.

srampia
tagDiv Member

Thanks a lot for your reply.
1. Unfortunately the first problem is not solved.
There is no option to change color for this widget block https://www.screencast.com/t/WTYogq16b
No custom code is used to change it.
At Theme Panel as widget header color is set to another color https://www.screencast.com/t/QrqCMFkXUj7
For other two footer widget header, the given color is displayed.
https://www.screencast.com/t/2WZRS30Annvp

2. With your help, the problem is solved. One more question related to that. Is it possible to insert external link to this text?

Thanking you for all your support

  • This reply was modified 9 years by srampia.
Simion C.
tagDiv Staff

Hi,

If i understand correctly you are trying to align the menu items in the header menu in a different way. Each of the menu items have a float property set on them – https://www.screencast.com/t/FsVhME7M so the menu items will align one after the other starting from the right in the space available in the container. You could try to set a margin on the first menu item so the menu will look more centered if that is what you want – https://www.screencast.com/t/B1KbtNqP4u or set a margin on all the menu items – https://www.screencast.com/t/xCDxl30fBin Here is a link to the browser inspector tutorial that you can use to identify the elements on the page and their classes – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ If this not what you are asking please correct me and I will try to provide a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Try changing the colors to your footer block widgets again maybe the settings were reset – https://www.screencast.com/t/1B8glqQtZ or if you used any custom code to change them and the changes do not work anymore use the !important tag to force the code to apply. Also check the Theme panel->Theme fonts to see what setings are set for the widgets header color – https://www.screencast.com/t/ld2nMFokx

2. From what I can see that plugins title you have set inherits the post content heading title font and color – https://www.screencast.com/t/gLj9pr7ny set here – https://www.screencast.com/t/z4iV8VGlzQhttps://www.screencast.com/t/6hwMXL63v

Thanks

zen
tagDiv Member

Hello Bogdan,

Thank you! It worked.
I’ve changed front-page header to header-style-10, and single post page’s header to header-style-5.
I also want to redesign header-style-5 a little bit, with a smaller logo and tidy menu.

Please have a look at this: https://i.imgur.com/bbb464l.png
That’s the result of what I’ve tried in custom CSS. It almost worked, not properly.
Can you please let me know how it can be done?

Best,
Zen

pedropapito
tagDiv Member

Today I realize that there have been no explanations for this method. I apologize. This code will not resize the banner, making it responsive, but will identify the screen size, and will return the appropriate banner for the screen size. For this you will need to create different banner size. For example: Header Ad, you need to send a 320×50 mobile banner, a 468×60 tablet and 728×90 desktop. Remembering that DFP is a pretty complex system, and you need to master it to know how to do this.

akukunis
Participant
#0

Hi there, in the theme options panel i changed the background color of header footer, links etc
However on refresh of the page it shows original demo styles then reverts to mystyle changes.

How can i make the original theme not load the those demo styles.

Let me know

Thanks!

ctomlin
tagDiv Member

Thanks @Simion C. for your ideas. I tried them all, and none of them worked to remove the extra code. PS – I also discovered that the “Search” widget was duplicating itself as well.

My work-around was to:

1. Use a Text widget to re-create the Pages widget. I hand-coded the HTML to get the Pages to work correctly in the first Footer.

2. I removed the Search widget which was also duplicating itself from my right side-bar. Not a great workaround and definitely not a good User Experience for my website visitors, but there’s already a search function in the header, so I figured “what the heck.”

PS – These widgets were working fine prior to the last NewsPaper update (Version 7.7). I had not added any new Plugins, nor had I changed the Child theme in any way. So something got changed to cause the widget to get reproduced in the code. Hope that helps.

Thanks,

Rahim
Participant
#0

Hi,

I use the default header style. But I want to know is there any chance to use this style while I have my menu center align not from the left or right ( rtl )?

Thank you.

VoZz
tagDiv Member

Hey Bogdan,

Thank you, that helped. One more question I hope you can help me with. I want the same set of share buttons above my pages as i have above the posts. I found this line of code in loop-single8.php that calls for them:

<?php echo $td_mod_single->get_social_sharing_top();?>

How do I integrate this into my page-pagebuilder-title.php? I already managed to add a Facebook share, but I would also like to call this whole set of share buttons. I tried several things, but my content just dissapears whatever I try, so I’m doing something wrong. What would be the right code to add?

Code now:

<?php while ( have_posts() ) : the_post(); ?>

<div class="td-main-content-wrap td-main-page-wrap">
<div class="td-container tdc-content-wrap">
<div class="td-page-header td-container">
<div class="td-crumb-container">
<?php echo td_page_generator::get_page_breadcrumbs(get_the_title()); ?>
</div>
<h1 class="entry-title td-page-title">
<span><?php the_title() ?></span>
</h1>
<?php echo do_shortcode('[vc_row][vc_column][vc_facebook][/vc_column][/vc_row]'); ?>
</div>
<?php the_content(); ?>
</div>
<?php
if($td_enable_or_disable_page_comments == 'show_comments') {
?>
<div class="td-container">
<div class="td-pb-row">
<div class="td-pb-span12">
<?php comments_template('', true); ?>
</div>
</div>
</div>
<?php
}
?>

Bogdan B.
tagDiv Staff

Hello,

You can use this code: http://pastebin.com/Hr7xTBJ8 like this: https://www.screencast.com/t/cJFqirmhaI8c it should do the trick in changing the header style just for the homepage.

Thank you!

deantep
Participant
#0

Hello, how to set up image for menu background, tryed custom css, but it didnt work.

.td-header-style-10 .td-header-menu-wrap {
background: url(“url of background image”);
}

pasqualino77
Participant
#0

Hi … i use newspaper for all my site.

Today i have update the theme and have a problem with ads.

I see the only header ad. Top article, inline bottom dont’ work

I use the same code for all my site.

I can’t use sidebar ads, custom ads and other.

In sidebar i hav put with “text” two ads .. but i don’t see.

Why

kenny30
tagDiv Member

Hi,
I have the same issue with not working Search option in the header menu.

http://www.zregionu24.pl/

however I have not the W3TC cache plugin installed.

Could you have a look into this please – I went trough all the php’s involved with the search option and all seems to be ok – even when comparing to relevand php codes from a live preview.
I have made no changes to any of the originally downoloaded files so theoretically option should work fine but it doesn’t

Simion C.
tagDiv Staff

Hi,

The only solution to this at the present time would be to use this custom css code that will reduce the padding left/right and the inner padding between the menu items, also the width of the search icon, enter it in Theme panel->Custom Css

.td-header-style-10 .td-header-main-menu {
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 1018px) and (min-width: 768px) {
.sf-menu > li > a {
padding: 0px 5px;
}
.header-search-wrap .td-icon-search {
width: 24px;
}}

This is the result with the code, at the lowest width before the mobile toggle appears – https://www.screencast.com/t/zdbidTmCW
However if you add more menu items in the header menu, this will probably not work anymore because there will be no way to display more items in that amount of space that is available.

Thanks

Hi,

Simion C.
tagDiv Staff

Hi,

At the moment I see you are using Header style 9 with a full logo on top, there are a total of 12 header styles to choose from, each with a different logo or menu position – https://forum.tagdiv.com/header-styles/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Our theme has multiple ad spots you can see in our theme documentation: https://forum.tagdiv.com/header-ads-adsense/ You can use any types of ads with our theme if you use this implementation method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Special ads will need extra implementation provided by the ad code provider. This can be a code you have to add in the theme ;head; section but this should be specified by the ad provider.

Thank you!

Catalin
tagDiv Staff

Hello srs,

Please follow this topic for a few possible solutions https://forum.tagdiv.com/topic/visual-composer-does-not-have-valid-header/
If you still cannot install it, though, install it manually via FTP. Oddly when WordPress installed via Server panel, there can be some odd permission stuff, and it sometimes can be a headache.
I have checked your website, and I saw the Analytics code at the left top of your site. Check the Google Analytics field and put in between script tag like this <script>your code</script>. Clear all your caches, purge CDN files and check the results.

Thanks.

zen
Participant
#0

Hello,

I set ‘full logo on top + center menu’ for header style in front-page.
But I want the different menu style / header style in single post page.
Like this: https://i.imgur.com/bWEPoG1.png

It is do-able in custom CSS, right?
Can you please help me?

Best,
Zen

Viewing 25 results - 21,776 through 21,800 (of 29,850 total)