Search Results for 'header'

Results from the Forum
DG
Participant
#0

J’ai bien installé la version Newspaper 9.5 et je voudrais utiliser le nouveau Header Manager mais quand j’utilise Tagdiv composer je n’ai pas les boutons load template ni header manager. Je n’ai que add element de la version précédente.
quand je veux installer le plugin tagdiv cloud library, j’ai un un message d’erreur : Le dossier de destination existe déjà. /home/typovisisx/www/wp-content/plugins/td-cloud-library/
merci de votre aide

Monokromdesign
Participant
#0

Hi team

I get this error message on my homepage (staging copy) after updating from 9.2.2 to 9.5. The site is wefrb.dk. The staging copy (where the error can be seen) is staging1.wefrb.dk.

Can you help, please?

Best regards from Lars

Fatal error: Uncaught Error: Call to undefined method td_api_header_style::_helper_show_header() in /home/wefrb341/staging/1/wp-content/themes/Newspaper-child/header.php:43 Stack trace: #0 /home/wefrb341/staging/1/wp-includes/template.php(688): require_once() #1 /home/wefrb341/staging/1/wp-includes/template.php(647): load_template(‘/home/wefrb341/…’, true) #2 /home/wefrb341/staging/1/wp-includes/general-template.php(41): locate_template(Array, true) #3 /home/wefrb341/staging/1/wp-content/themes/Newspaper/page.php(7): get_header() #4 /home/wefrb341/staging/1/wp-includes/template-loader.php(74): include(‘/home/wefrb341/…’) #5 /home/wefrb341/staging/1/wp-blog-header.php(19): require_once(‘/home/wefrb341/…’) #6 /home/wefrb341/staging/1/index.php(17): require(‘/home/wefrb341/…’) #7 {main} thrown in /home/wefrb341/staging/1/wp-content/themes/Newspaper-child/header.php on line 43

Ubs
Participant
#0

hi
I just wanted to know is there any option that where I can change the block header category link with my selected
category.

themesic
tagDiv Member

I see.

But this way, I wont be able to use another header for other pages.
I want this mod only for my homepage.

Calin
tagDiv Staff

Hi,

Unfortunately in v9.5 the empty page template has been removed, now you can remove the header per page, using the header manager. An option will be added for the footer. If you require it, you can download it from here – http://cdn.tagdiv.com/wp-content/uploads/2019/02/page-empty.zip

Place it in the main theme folder, upload it by FTP for example
http://prntscr.com/mo17zp

Then select it for the pages you want. The footer will be removed and the header can be disabled
http://prntscr.com/mo17bw

Thank you!

Simion C.
tagDiv Staff

Hi,

I see the problem, seems to happen only on Safari for some reason. So you just placed the header menu element, did you make any CSS modifications to it or the modules? – http://prntscr.com/mo4bho like width, spacing, padding? Let me know.

Thanks

Calin
tagDiv Staff

Hi,

Maybe you are referring to default header when you say fixed header https://www.screencast.com/t/8rPzk2cP1v , you can edit only those headers that are in tagDiv Cloud Library -> https://www.screencast.com/t/hFwUsv8Kq , you’ll find those (default ) header template there too, import theme and edit them -> https://www.screencast.com/t/OOnJRkJE8vtL

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

I header of the plugin you mention, we made no testing with it unfortunately. The theme has a couple of sliders, like the slide element – https://demo.tagdiv.com/newspaper/ios-slider/
Or the Big grid slide – https://demo.tagdiv.com/newspaper/big-grid-slide/

The Revolution slider plugin is included in the theme package
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Documentation for it here – https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Other than these there would be no other sliders currently. Maybe you can try other slide plugins besides that one. Sorry for the inconvenience.

Thanks

imc67
tagDiv Member

Hi Simion,

this did the job, it works great …. however: HEADER MANAGER doesn’t work on Safari for MacOS, it’s not ‘orange’ and when pressing nothing happens. If I use Chrome for MacOS it does work.

Is this a known issue or am I doing something wrong?

Kind regards,

Marcel.

Simion C.
tagDiv Staff

Indeed, the empty page template has been removed, now you can remove the header per page, using the header manager. An option will be added for the footer. If you require it, you can download it from here – http://cdn.tagdiv.com/wp-content/uploads/2019/02/page-empty.zip

Place it in the main theme folder, upload it by FTP for example
http://prntscr.com/mo17zp

Then select it for the pages you want. The footer will be removed and the header can be disabled
http://prntscr.com/mo17bw

Editing the revolution slider blank template with the composer will cause problems. That would be useful if you wish to display only a slider provided by the plugin, by entering it’s shortcode in the page content, in the backend – http://prntscr.com/mo18vk

Sorry for the inconvenience.

Calin
tagDiv Staff

Hi,

In order to do that you ned to add a custom css like in Newspaper>theme panel> Custom code> Custom css
https://www.screencast.com/t/ovnToh6n6Dxo
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right,red, blue 25%, #8b0081 100%)!important;
}

Also you can change the color and the percent if you want.

Or you can edit the demo file and set there the header color gradient, you need to go in Newspaper>includes>demos>fast>demo_style.css
on line 15
https://www.screencast.com/t/IbKm1xAoc3h
https://www.screencast.com/t/GYqLtetMzTp

Thank you for the understanding.

Calin
tagDiv Staff

Hi,

Please make sure that your image/flex is set in header not content and this will appear -> https://www.screencast.com/t/DvbpsxKQob
-> https://www.screencast.com/t/ZmdAx65Q769h

Thank you!

StefvE
tagDiv Member

Hey, thanks for your reply. I can edit the basic header but I want to edit the fixed header. It’s different when I load the page but I can’t find it.

andresnor
Participant
#0

My megamenu in my custom header template is displaying correctly in all browsers except in Safari.. How to fix?

Sample image viewed in Safari: https://ibb.co/9wR3t0K

Link to header

Bogdan B.
tagDiv Staff

Hi, You can use this custom css to change the font size and line height for all posts on mobile devices:

@media(max-width:767px){
.td-post-header header .entry-title{
font-size:20px!important;
line-height:20px!important
}

Add the code in the theme panel under custom code -? custom css.

Thank you!

Pawan Kadu
tagDiv Member

Sending you the Demo Link:
I am sending you the screen shot where we need to change the header color gradient.
Also i am sharing you the screen shot, what we had change.

Pawan Kadu
Participant
#0

Hello Tagdiv Team,
We had installed Fast News Demo on our website. header color gradient we had changed but not reflecting, when we are hit website url in incognito mode. Its showing default colors gradient. Please let us know.

Thanks,
Pawan

Rafiki23
tagDiv Member

Hi,

I have the same problem too…
When I would like to edit page : Error at zones: 5(models) : 6(dom). The model does not match the content

In Child theme i don’t have any header.php. Only functions.php and one page.

And when i make new blank page : Error at zones: 5(models) : 6(dom). The model does not match the content

Simion C.
tagDiv Staff

Hi,

The socials that appear in the header and footer will be the ones for which you enter links in the theme panel – http://prntscr.com/mnno8e
If the fields are empty the socials will not appear.

Let me know if I misunderstand.
Thanks

Simion C.
tagDiv Staff

Hi,

If there are many menu items, they will fall to a second row. You could stretch the header menu in the theme panel – http://prntscr.com/mnnf0q
That would produce better results when using many menu items.

For the main menu there are color settings in the theme panel – http://prntscr.com/mnnfvq
Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Only cloud header templates can be edited, the predefined header templates cannot. You can create/import a header template and save it, then you can set it in general or in specific pages
http://prntscr.com/mnmyxhhttp://prntscr.com/mnmz7p

Simion C.
tagDiv Staff

Hi,

Seems something is adding another amp-ad extension in the AMP version. The theme will load it once when you set adsense ads.
But in your case it is loaded again by something – http://prntscr.com/mnkclv

If you use a plugin to implement the AMP ads, maybe this has a setting to not add this script in the AMP header. Having two of them will be an issue as the validator states, but the validation still passes – http://prntscr.com/mnkeur

Thanks

wilhard
tagDiv Member

Thank you. You wrote how to do it for a single post or page. But I want to change header font size in ALL posts for mobile phones. How do I do it with the composer? I do not use mobile theme plugin.

Thank you in advance.

Simion C.
tagDiv Staff

We could take a look at it, those seem like rows in the header zone, still there should be no problem in removing them. If you select one of the rows and press delete on the keyboard does it work? Or if you drag them to the right corner?

If nothing works send us an email at contact@tagdiv.com and provide admin login. Mention where we can see the problem.

nodontdothat
Participant
#0

Hi.

I tried playing around with the fonts in the theme panel, but managed to get myself into a right pickle. And now the menu on mobile is displaying the category headers as super tiny.

I reset all the fonts to default, but it hasn’t fixed the problem. The menu headers on the desktop site are now also too small (despite, again, resetting everything to default).

Would you be able to send me the actual default font settings used for the Say What demo?

The site is http://www.nodontdothat.com

Thanks a bunch.

Viewing 25 results - 15,601 through 15,625 (of 29,850 total)