Search Results for 'header'

Results from the Forum
Vlad S
tagDiv Staff

Hello !

In order to change the header follow our documentation here: https://forum.tagdiv.com/header-manager/

Thank you !

Twolle
tagDiv Member

Thanks, Vlad.

Have a tried to recreate the header of News Week on https://servicenews.dk having the date to the left and the menu to the right, however I think the new header is loading a lot slower now. Can this be true?

Thanks 🙂

dscom
Participant
#0

Hi there,

Is there an option to have a header/header background fixed width same as the body?

Calin
tagDiv Staff

Hi,

Please note that this is a custom work, and the ?amp is coming from general amp not our theme, also there is not only one file where is set the ?amp, there are more -> https://i.imgur.com/fCHaFxX.png, also we do not recommend to make these changes because this can provide problems and the changes will be lost when you’ll make a theme or plugin update.
wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php -> https://i.imgur.com/SfTM7Uw.png -> https://i.imgur.com/VOJkBaA.png
wp-content/plugins/td-cloud-library/includes/tdb_functions.php -> https://i.imgur.com/OMs0L3v.png
wp-content/plugins/td-composer/mobile/header-amp.php -> https://i.imgur.com/LroaHsA.png
wp-content/plugins/td-composer/mobile/functions.php -> https://i.imgur.com/ctI7mxw.png

This is all I can do to help you!
Thank you for your understanding!

Calin
tagDiv Staff

Hi,

That size for logo is a standard to be nice display in all header styles, but you are using a header style that accept a free size, you can set all the size you want and the header will adapt, therefore you can set the logo with what dimension you want.

Thank you!

tronghanh20
tagDiv Member

By the way, how to make the top bar and the header boxed please? I want to have a boxed layout for the whole website but I can only adjust the body, cannot find where to adjust the top bar and header as well as footer please!

Sk Ikbal
tagDiv Member

how to change header
https://www.amikolkata.in/wp-content/uploads/2020/04/xxx.png

coz this templare header not mobile responsive

chicky365
Participant
#0

Hi
The word ‘Advertisement’ in my header should be centre aligned but is now off to the right hand side on all tested browsers. How can I centre it above the header advert please?
my site is https://www.kentnews.online

Calin
tagDiv Staff

Hi,

Indeed the font style is not apply, what you can do is to use a custom css like this one
.comment .comment-content, .comment .comment-content p {
font-family: "Open Sans";
}

If you are using the mobile theme plugin with amp, then you can set it here -> https://i.imgur.com/GBLhxs0.png

In amp version is set a placeholder for Search…, this can be change only in theme files wp-content/plugins/td-composer/mobile/header-amp.php -> https://i.imgur.com/Vv97OdL.png

Thank you!

NewOrleansMom
tagDiv Member

https://neworleansmom.com/

The header logo is uploaded in the size specified in the theme back-end.

Calin
tagDiv Staff
MENU - reply

Hi,

Unfortunately there is no option to display the top bar on mobile version using a standard post style, you need to use a cloud header from tagDiv cloud Library to achieve this -> https://i.imgur.com/HeTHiA8.png

Thank you!

Vlad S
tagDiv Staff

Hello !

Yes. You cand edit the pages / templates using the website manager: https://www.screencast.com/t/EDtzVrD5nL4 Create multiple headers / footers and you can set them on different templates.

Thank you !

Calin
tagDiv Staff

Hi,

If you are referring to live search, the php file is on this path -> wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_search.php if you are referring to normal search the file path is this one wp-content/plugins/td-cloud-library/shortcodes/search/tdb_search_form.php

Hope this will help you!
Thank you!

gpantalone
Participant
#0

Hi, since this morning as long as I load my website it shows this error on the header

Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading in … \wp-content\plugins\td-cloud-library\shortcodes\header\tdb_header_logo.php on line 792

No chance has been made on the theme, neither on php or any other server setting. The only modification was writing some articles, nothing else. What can I do to fix it?

Thanks

Calin
tagDiv Staff

Hi,

Please provide me the links to your website to can check the logo.
Also you can try with a different logo or if you are using a PRO demo (cloud header) you can use svg -> https://imgur.com/8pKFp1y

Thank you!

Jumich
tagDiv Member

Thanks. But how to achieve the same look to my page without standard pack? When I was building my website, I choose one of predefined templates which is not available in cloud templates. I understood that classic block should be replaced by flex blocks, but they look totally diferent. I switched for moment my site to work without standard pack and it is not only about shortcodes, my header and footer were colapsed on every single url on my site

  • This reply was modified 6 years by Jumich.
Anonymous
Inactive
#0

Hello,

I might be missing something simple. Following the tutorial from the documentation here, the sample ad doesn’t show. I also add the same sample code to the rest of the items in Theme Panel – Ads. They also do not show. Can you please assist?

Thank you!

edit:

It turned out someone has manually added the sample code in editor instead of using the Theme Panel – Ads

Vlad S
tagDiv Staff

Hello !

Unfortunately this option is not possible. You will have to recreate a header using tagDiv Composer for this: https://forum.tagdiv.com/header-manager/

Thank you !

Sk Ikbal
Participant
#0

https://www.amikolkata.in/wp-content/uploads/2020/04/xxx.png

using this header style so what to do
&
how to change font hober color

id- -https://www.amikolkata.in/wp-admin
pass- – Max@#@4607

so please help me

Calin
tagDiv Staff

Hi,

Sorry for the late answer, we have some days off for holidays -> https://i.imgur.com/i7CdfFq.png also replying in your topic will only delay the answer, because we respond from oldest to newest.

1) If you want to remove only the title, you can use this custom css
.td-pb-article-list .block-title{
display: none;
}

The code need to be set in theme panel> mobile theme> custom code> css

2) Please try this custom css
.single .td-category, .single .td-post-comments, .single .td-post-views {
display: none;
}

3) Most of this kind of errors are from untested plugins. Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again

4) Indeed for desktop the code can be set in theme panel -> https://i.imgur.com/63MJ1Uz.png but if you are using mobile theme plugin, then the code that is set in body and head are not longer take from theme panel and the code need to be set in theme files in wp-content/plugins/td-composer/mobile/header.php (head code) and wp-content/plugins/td-composer/mobile/footer.php ( code before </body>)

Google Adsense AUTO ADS code can be set here -> https://i.imgur.com/gpTmibn.png

Thank you!

Vlad S
tagDiv Staff

Hello !

You can use this css code in order to adjust that: .td-header-desktop-wrap .td-pb-row:after {
content: none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

OmerKarasu
Participant
#0

Hi, is that possible to show footer and header in homepage but hide in different pages. Or changing header for different pages, categories.

Calin
tagDiv Staff
MENU - reply

Hi,

I do not quiet understand, you want to have the mobile menu like this -> instead of this -> https://i.imgur.com/AdGKurW.png, if yes, then you need to use a cloud header from tagDiv Cloud Library, edit it with tagDiv Composer, use the right click to remove the hamburger menu from mobile and add a new menu like this one -> https://i.imgur.com/Al1BVMV.png -> https://i.imgur.com/TEXRH9T.png -> https://i.imgur.com/TiZBnzp.png

If this is not what you mean, please provide some more details.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please select the No footer / header options from the website manager here: https://www.screencast.com/t/EDtzVrD5nL4

Thank you !

lamechky
Participant
#0

Hi!
after importing gossip demo the “single related posts” feature is not working.
The whole block is not displayed even the block header is not visible.

Any hints or suggestions?
Thanks!

Viewing 25 results - 11,126 through 11,150 (of 29,850 total)