Search Results for 'header'

Results from the Forum
lungov
Participant
#0

I have been getting the following notices:

Notice: Trying to get property of non-object in /[path-to]/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 50

Notice: Undefined variable: tdc_header_template_id in /[path-to]/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 187

WP: 5.1
PHP: 7.1.26

Everything seems to be working fine to the visitors, but I still think it is worth having a look.

Happy to provide any more needed details.

EspalhaFatos
Participant
#0

I created a content in the ad zone and the same appears below the menu too. how to leave only at the top?
http://www.espalhafatos.com.br

Calin
tagDiv Staff

Hi,

In order to hide the search button on mobile please go in WP Dashboard Newspaper>Theme panel > Custom code> Custom css and paste this code there
#td-header-search-button-mob, .td-search-icon
{
display: none;
}

https://www.screencast.com/t/Am7S6pyXkFSy
See results: https://www.screencast.com/t/pgmUVx0VgDo4

Thank you.

Brain916
Participant
#0

Hello, I was wondering instead of a shadow for the header, how can I just have an underline?
website URL: https://www.sneakerfiles.com/test/

bellamum
Participant
#0

The new header composer function looks very useful in 9.5. However, I cannot see how to switch out the old header, which I set up with the Theme Panel, and replace it with a new header, created with TD Composer. I have imported a Cloud template (#38) via the TD Composer Header Manager, and set the Cloud Library Theme in the header section of the Theme panel to that template. The Theme Panel Header Options disappear when I do that, which looks encouraging, but when I go to TD composer, both headers are now there, instead of just the new Header theme #38. On viewing the page, only the new header is visible, but the sticky menu and search functions don’t work , presumably because of a clash between the two header functions.

How do I turn the old header off so it is not visible, and doesn’t conflict with the Header Composer built one? And how do I ensure that I can get it back in case the new function isn’t satisfactory?

mRelby
Participant
#0

Hello to all
I think I found a bug. I decided to experiment with new headers from the cloud library. And ran into a problem.

If you select a position fixed, for some reason, the indent under the menu is removed. Is this how it should be? I believe that this is not correct. How then to return empty space?

Normal with empty space:
https://b.radikal.ru/b42/1903/d0/db52201961c7.png

https://c.radikal.ru/c30/1903/65/6c5457e038ec.png

https://a.radikal.ru/a26/1903/dd/aa952dcc846b.png

After fix without empty space 😐
https://b.radikal.ru/b17/1903/3d/a58a7d3ccf48.png

Calin
tagDiv Staff

Hi,

Indeed there is a missing custom css -> https://www.screencast.com/t/65rxYhr8A8
I note this issue on our fix list.
Please add this custom css in Newspaper>Theme panel>Custom code>Custom css ; this should fix the problem.
.td-header-wrap .td-drop-down-search.td-drop-down-search-open {
background-color: rgba(18,18,18,.97);
border: 1px solid #222;
}

Thank you for your understanding!

Namith
Participant
#0

Hi,

I am looking for homepage template and header template exactly as coffee blog demo, where can i find these templates in cloud library or how to build these template using tag div composer

xposedigital
Participant
#0

Hello, I am using Fast News template. I tried to replace menus (About Fast News, Privacy Policy etc.) below the categories but I can’t after creating a menu and assigning it to the top header menu. Also, I want to change the color of the category name that appears on the news module from red to another color. Kindly advise. Expecting your feedback.

Chetan
Participant
#0

i want Disable Search from mobile
it disables from the desktop site but i do not find an option to to disable for mobile
hide-search

Ingrid
Participant
#0

Hello.

I updated theme yesterday to 9.5 and something happened to my blog.
I am getting this message:
Notice: Trying to get property of non-object in /home/fikrca/arbutusmc.com/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 50 Notice: Undefined variable: tdc_header_template_id in /home/fikrca/arbutusmc.com/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 187

Can you please help? I don’t have any idea what this message is about.
Link – https://www.arbutusmc.com/category/blog/
I used your Law Firm demo.

Thank you,
Ingrid

Andy
Participant
#0

I am having a problem getting the Header Ad element to display on phones, using Header Template 4.

It works fine on desktop, laptop and tablet … but not showing on phones at all.

What am I missing?

http://nwasportsday.com

Derek Little
Participant
#0

How can I change the text color of the Top Header Menu Text?

ySV
Participant
#0

Hello i have a problem with Accent hover color of read more button in block header 8. When i set option in tG composer.

Screenshot of problem:

For resolve problem i try to use this code, but it work only in custom code theme area and not in my style.css of child theme:
.td_module_17 .td-read-more a {
background-color: transparent !important;
}

Screenshot solved problem:

Can you help me to write a code that work on a theme child style.css ?

GiacomoLaw
tagDiv Member

I guess I’ll just leave it as showing none. Does it load the same image from the header, or another one (just wondering regarding site speed).

Thanks

rtofficial
Participant
#0

Hello Support Staff,

How to relocate/shift/move forward and backwards arrows from bottom of the block to its header (at the right side)?

Please see: https://prnt.sc/mrbm5g

Regards.

Calin
tagDiv Staff

Hi,

Did you check if you have some custom css in theme panel?
If you want you can use a custom css, set the code in Theme panel>custom code> custom css
-> https://www.screencast.com/t/FIe0A8T6YHIP
.tdm-header-menu-btns .tdm-menu-btn1 .tds-button .tds-button1 {
border-radius: 0;
}

Thank you.

Calin
tagDiv Staff

Hi,

1. In the global header template you can not adjust the logo, you only can chose the template style -> https://forum.tagdiv.com/header-styles/

2. I made a video for you how you can adjust the logo, hope this will help you better -> https://www.screencast.com/t/sGL7nEwWIRr

Thank you for your understanding!

GiacomoLaw
Participant
#0

I have a page and sidebar I would like to add Font Awesome sidebars to using the text editor.

Does Newspaper already have font awesome bundled, or do I need to manually add it to the header in order to use it?

Thanks

Calin
tagDiv Staff

Hi,

Unfortunately we did not tested any plugins for Cookie with our theme, so I can not say if that plugin will work properly or not, the only way to know that is to test yourself, if you want you can make this test on localhost.

Please note that you can not set the plugins in child theme.
If you want to use only the code -> https://www.screencast.com/t/JZTC1Rqaq this need to be set in header section so you ca set it in Analytics/js codes -> https://www.screencast.com/t/cuyohnsE7eWY

Thank you for your understanding!

Calin
tagDiv Staff

Hi tonka3d,

Unfortunately this will not work to all the plugins, this will work only on those that do not need to be load in header, for those will create some issues.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Please make sure that you are in header menu sticky zone -> https://www.screencast.com/t/xW8gOpCl3 not in header menu zone -> https://www.screencast.com/t/n5ENy0M9h

Thank you!

cgmyr
tagDiv Member

Hi Calin,

Thanks for your response. I had already taken all of those steps and I have been playing around with different combinations to no avail – the header button is always rounded.

Could you please advise on next troubleshooting steps?

Thank you so much,
Chris

shpanovalexey
tagDiv Member

Hi,

Unfortunately it doesn’t work.

1) Could you please explain how to adjust the header from global template https://yadi.sk/i/hB4-xtFWN0yJ0g Now it is not clickable from tagDiv Composer.

2) I’ve changed global template to blank menu and applied your recommendation. But error still here.
https://yadi.sk/i/WAIWPVkRGH5uZw

Calin
tagDiv Staff

Hi,

1. If you set the widgets in Appearance those widgets will appear in sidebar -> https://forum.tagdiv.com/sidebars-tutorial/

2. You can build a page with tagDiv Composer or import from tagDiv Cloud Library -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
If you want to use the widgets or to change the order, you’ll need to check in Appearance >Widgets -> https://www.screencast.com/t/57XFuuyV and drag and drop the widget in that order you want, for delete -> https://www.screencast.com/t/P16OE65j , those widgets appear in sidebar .
Also if you want to change the sidebars from homepage/page you’ll need to use the tagDiv Composer
-> https://www.screencast.com/t/AYmGWLtl5j

3. You need to edit the homepage with TagDiv Composer , click on “Today” and change the header title
Please check this similar topic -> https://forum.tagdiv.com/topic/most-viewed/

4.Please check the settings from the Theme panel>Header>Top bar -> https://www.screencast.com/t/EEZWuLcFRfkk -> https://www.screencast.com/t/uAQZnoiOu
You can check your documentation for Weather widget -> https://forum.tagdiv.com/weather-widget/

Thank you!

Viewing 25 results - 15,451 through 15,475 (of 29,850 total)