Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You can disable the Sign in/Join in the Header settings -> Top Bar like this – http://prntscr.com/dl8zpt

Thanks

lsgcreative
Participant
#0

Hi our website is down and showing the following errors:

Currently tried uninstalling and reinstalling theme and deactivating individual plugins. Please help.

Warning: Illegal string offset ‘td_cake_status_time’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘firstInstall’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_80x60’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_100x70’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_218x150’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_265x198’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_324x160’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_324x235’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_324x400’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_356x220’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_356x364’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_533x261’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_534x462’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_696x0’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_696x385’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_741x486’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_1068x580’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_1068x0’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘tds_thumb_td_0x420’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Illegal string offset ‘td_version’ in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php on line 48

Warning: Cannot modify header information – headers already sent by (output started at /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-content/themes/Newspaper/includes/wp_booster/td_options.php:48) in /home/content/n3pnexwpnas02_data01/93/3576193/html/wp-includes/pluggable.php on line 1179

Simion C.
tagDiv Staff

Hi,

Probably this is happening because of a plugin. Try to disable all plugins except Visual Composer and see if the problem persists. If not, enable them one at a time, to spot the one causing it. If none of this works add this code in the Theme Panel->Custom Css

.td-header-menu-wrap.td-header-gradient {
visibility: visible !important;
}

Thanks

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

Hello,

It does not work because you have the code in the else statement. I’m not sure if you want to only show the header ad on the new_category or everywhere but the one category. Make sure the category name is the same otherwise use the category ID instead. For example: http://screencast.com/t/bv9R7y5y
Mind the syntax though.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please add this css in the theme panel-> custom css box:

@media (max-width: 767px){
.td-header-style-9 .header-search-wrap .td-icon-search:before {
color: #fff!important;
}}

Thank you!

Catalin
tagDiv Staff

Hello devkabir,

Are you referring to this space? -> http://screencast.com/t/dbG8fiqaxO If you want to remove that space, you should use the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td-header-sp-ads {
margin-bottom:0;
}

The result is here -> http://screencast.com/t/s4mLd54vu

Thanks for the message!

Cactus24
tagDiv Member

SOLVED

is in /themes/Newspaper/parts/header

But, I have a question. Why i can see my header ads from the mobile? Is only the header, in Desktop work fine and the responsive don’t work.

Let’s see.

http://cactus24.com.ve

Cactus24
Participant
#0

What is the file .php or .css for edit this layout? Thank you.

adrapper
Participant
#0

Hi,

I hope to be producing a no ad supported site, but may wish to make use of Header AD area for… Promotional banners etc that I would self host. Is this possible?

Thanks

cloin1
tagDiv Member

I would recommend using the Theme Panel for footer and header settings.

nab
Participant
#0

Hello

I want to customize the heading of template category 6.

I want to set up a different background image for each category, but I want put the background image NOT in the background of BACKSTRETCH class :
<div class="backstretch">

</div>

BUT in the background of the DIV containing the title of the category :
<div class=”td-category-header td-image-gradient-style8″>

how can i do that please ?

Thank you

MahakPreet Singh
Participant
#0

On WordPress dashboard. I update header/footer successfully. But when I open the site, No changes are shown.

Cleared History/Cache. Please help

eddycom
tagDiv Member

Hi

Thanks,

Doesen’t work. the header Ads appaire every were

https://www.uploady.com/#!/download/BnDTguh6Dsm/8VMj7HcT_q4mC3Mf

Please, can you help me? I’m not expert for this

devkabir
tagDiv Member

This worked for the space, but it took away the menu with it. I only wanted to remove the space between menu and header.

Simion C.
tagDiv Staff

Hi,

There is a solution for this, just enter this code in the Theme panel->Custom Css

.td-header-style-8
.sf-menu a.sf-with-ul {
padding-right: 21px;
}
@media (max-width: 1140px) {
.sf-menu .fa {
display: none;
}
}

However, you should consider changing your Header style because if you plan on adding more menu elements in the future, this will not work.
Take note that when you set a background color or image, your website will automatically change to the boxed version and a Full header style will adapt to give you the best result.

Thanks

Catalin
tagDiv Staff

Hello nkodgh,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-g-rec-id-header{
text-align: center;
}

The result is here -> http://screencast.com/t/LEmcdgbcRR

Thanks for the message!

whereislarry
tagDiv Member

Never mind. I fiugred it out. I had made a change to the CSS and had to undo it. Now I have the black box back, and I fixed the header menu based on your information. Thank you again for help.

whereislarry
tagDiv Member

I was having the problem in “Live Preview.” I didn’t want to activate the Child Theme until I resolved the issue. Your information was very helpful though. I didn’t realize that all I had to do was check the box inside “menus” on the left side panel. That should have been obvious. This worked perfectly to get the footer menu, but since we had this chat, now I no longer have any black header menu at all. Checking the header boxes on the left-side panel doesn’t bring it back. Before it had a “customize” message. Now it’s gone. Any ideas? If not, it’s not a big deal.
Thank you.

r.schlutter
Participant
#0

Hello, I would like to change the width of the main menu in header style 8. This would mean that I can then put all menu points in one row (http://newsletter-ibmsvenlo.com)

can you help me out how to make it a bit wider? Can I somehow control the margins?

Thank you very much!

Richard

eddycom
tagDiv Member

Hi Bogdan,
Thanks for response. We solve the issue with Google News. The problem was “Varnish Cache” on Server. We disabled it and now work fine.

Can I ask you 2 question, please?

1) How can i do to show correct “Also Read” and “Other from author”? I tried with Custom CSS and color tab but nothing changes Please see: https://www.uploady.com/#!/download/p~yapqDQTir/8IkxuY2SOZJwcRAW https://www.uploady.com/#!/download/f2ZnYBf9~af/qvBQFtPPWgyGundm

2) I can change Ads (728×90) in header area to the right of the logo and set it for certain categories? Which files i can change please? (i.e) I want to show in home one Ads, but in certain categories other banner

Thanks

Simion C.
tagDiv Staff

Hi,

1. A. Open your homepage in the Edit Page section like this – http://prntscr.com/djak7x
B. Scroll down to the Visual Composer editor and select the row containing the Big grid block http://prntscr.com/dk2msh
C. In Row Settings -> General -> Row Stretch, select Stretch row. Then, just bellow check the Full height row box – http://prntscr.com/djan7m
D. Go to Design Options, next to the General tab and choose the color you want for your background – http://prntscr.com/djao7x
The result is like this http://prntscr.com/dk2nfm

2. Newspaper theme has a fixed width of 1068 pixels(content), that was the way it was designed.

3. When you set a background color or image, the theme automaticaly becomes boxed https://forum.tagdiv.com/background-introduction/. The only way is to remove your background and
choose a Full Header style – http://prntscr.com/dk317u
4. Add this code(edit the padding and font size as you like) in the Theme panel->Custom Css

.td-load-more-wrap a {
padding: 20px;
font-size: 20px;
}

Thanks

Ladiesabroad
Participant
#0

Hi
I have somehow lost the text “Follow us on Instagram” in Instagram Footer. Only the name of my account “@ladiesabroad” is now shown above the pictures.

When the page is loading, the Swedish text “Följ oss på Instagram” is visible for a brief second under the header slider, on the right side. How did the text end up under the slider?

http://www.ladiesabroad.se/

Thanks from Lena

Catalin
tagDiv Staff

Hello devkabir,

If you do not want to use the header ad, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

.td-header-container{
display:none;
}

The result is here -> http://screencast.com/t/JsztP4Ao4VaZ

Thanks for the message!

kfx
Participant
#0

Hi

My site is using Header Style 7 with the Smart Snap Sticky Menu. However on the smaller sized menu (when scrolling up) the logo is very blurred. Is there anyway to get a clear resolution on the logo?

Thanks

diablo7
Participant
#0

I have a page made with visual composer for PS vita, it appears as a subcategory in the header. But in the articles the tag has the url of the page of the category, it is possible to replace that url by which the page has.

Site: leveltoday.com

Some CSS code for this?

Viewing 25 results - 22,251 through 22,275 (of 29,850 total)