Search Results for 'header'

Results from the Forum
Calin
tagDiv Staff

Hi,

You want something like this?
https://www.screencast.com/t/O8bZMt3s
.header-search-wrap .td-drop-down-search{
position: absolute;
top: -110px;
opacity: 1;
visibility: visible;
}

Thank you.

Samir Nezic
Participant
#0

Hi

I have uploaded a logo, choosed header 10 and wrote a logo title.
But the title is not showing, how come?

soy8bit
Participant
#0

Hi, it is possible to hide the header ad only at home page? i’m using header style 2 – multipurpose.

I want the ad to be displayed only on posts

thanks!

guischarf
tagDiv Member

, you should edit the theme core files, where the header section is created.

Is there a guide for this?

Thanks

pfernando
tagDiv Member

Hi,
i find the way to change: “Theme Panel” -> “Theme Fonts” -> “Header” -> “Main Menu” and then editing the line height.

Catalin
tagDiv Staff

Hello guischarf,

Please notice that our page builder cannot be used to edit the Header Section, sorry! On the header section, cannot be added any modules/blocks at the moment, sorry! If you want to edit that section, you should edit the theme core files, where the header section is created.

Thanks for your understanding!

pfernando
Participant
#0

Hey there,

i can’t find any options to change the size of the main menu like in “fastnews” demo. Where is this option i have to change the size by custom css?
I’m using header style 1 (multipurpose).

Thank you very much
Regards

Calin
tagDiv Staff

Hi,

If this is what you like https://www.screencast.com/t/h4CYmscDfpu , all you have to do is to have the search in menu enable and paste the below custom css
.header-search-wrap{
position: absolute;
top: -100px;
}
.td-header-style-4 .header-search-wrap .td-icon-search {
color: black;
}

Thanks.

awtown
Participant
#0

I’m trying to learn the functions of TagDIV Composer. I have elements on the page and am trying to configure some text. I’m using the Text with Title element with a row.

How can the font size be increased?

After clicking Edit Content, I’ve put the text into the WP Editor (this is all within TagDIV Composer). I want to increase the font size (not header size fonts). Where is that done?

In the left side there are settings for default font, font weight, font style, etc. How is font size enlarged?

In the theme panel > Theme fonts > Pages > Page Content ??? That doesn’t work to enlarge the fonts size in TagDIV Composer.

This is really frustrating.

guischarf
tagDiv Member

Hello, Catalin. Thanks for your answer. I had read the documentation when I wrote, but have not found information about various topics which are very important. For example:

    How do I create new blocks using pre-existing modules
    How do I insert new blocks or modules in the header area. Header seems to be all presets just controlable through parameter twicking
    Is Tag Div and WPBakery the same thing? If not, why I do not see a TagDiv menu on WordPress back office, but do see a WPBakery one?

Thanks again for your response.

Guillermo

Simion C.
tagDiv Staff

Hi,

There are a few somewhat similar topics you could follow, it will require code modifications
https://forum.tagdiv.com/topic/separate-websitecategory-logo/
https://forum.tagdiv.com/topic/display-different-logo-on-specific-category/

Maybe something like this will be possible in the future by a setting. There are plans to modify the current functionality of the header styles, possibly the logo.

Thanks

Alin
tagDiv Member

Is there any way to disable the live search feature and just have a normal search in the header instead.

Thanks for letting me know what is using the ajax, I can adjust the website better then because we have millions of views so at times it brings our website down with all the ajax calls.

Bream34
tagDiv Member

Can I change code in category.php or header.php ?? Only Logo is what I want to change….

Matija
tagDiv Member

One more quesstion 🙂

How can I put the search widget in the header right of the header AD which is my logo above the menu?

Hope you understood me 🙂

Calin
tagDiv Staff

Hi,

Please replace the above css with this one:
.td-header-style-4 #td-header-menu ul.sf-menu > .td-menu-item > a {
word-break: break-word;
max-width: 142px;
min-height: 78px;
line-height: 20px;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;
/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;
/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}
.td-header-style-4 #td-header-menu .td-icon-menu-down {
display: none;
}
.td-header-style-4 #td-header-menu {
width: 1024px;
margin: 0px auto;
display: table;
}

Thanks.

mrpuyal
Participant
#0

hi,

http://mrpuyal.com/2018/11/2-0-official-trailer/amp/

this my webiste. menu list not showing in amp header. what can i do? help me!

Simion C.
tagDiv Staff

Hi,

That would be the main header menu. In the menu you can place any categories you want from the ones you have created, it can also display pages, posts, custom links etc.

There is a simple guide here – https://forum.tagdiv.com/main-menu/
For a more detailed guide you could read this one for example
https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/

You can create your own menus and set them, the theme has three menu spots. In the top bar, in the header (main menu) and in the footer.

Please let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

There are many elements from the theme that will use ajax. Like the live search function in the header, mega-menu with subcategories, block pagination, the ajax filter displayed in blocks.
So if there are many website visitors at the same time, that may happen (also maybe the server cannot handle that much traffic).

Reducing the number of blocks which use pagination and ajax filters, would reduce the usage of ajax for example
https://www.screencast.com/t/qL6k6qbS

Thanks

Calin
tagDiv Staff

Hi,

If you are using header style 4 please replace the above custom css with this one
.td-header-style-4 #td-header-menu ul.sf-menu > .td-menu-item > a {
word-break: break-word;
max-width: 142px;
min-height: 78px;
line-height: 20px;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;
/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;
/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}
.td-header-style-4 #td-header-menu .td-icon-menu-down {
display: none;
}
.td-header-style-4 #td-header-menu ul{
margin: 0px auto;
display: table;
}
.td-header-style-4 #td-header-menu img,
.td-header-style-4 .header-search-wrap .td-search-btns-wrap{
margin-top: 15px;
}

Hope this will help you.

Thanks.

Simion C.
tagDiv Staff

Hi,

That demo uses a multipurpose header style, I believe style 2 is used
https://www.screencast.com/t/tkE9N3LIVsWi

Using multi-purpose header styles there are options to set up to 2 buttons in the header. The settings for the buttons are in Theme panel->Multi-purpose
https://www.screencast.com/t/iCfIvim6
There you can change the text, link, etc.

Please let us know if you have more questions.
Thanks

Bream34
Participant
#0

Hi. I would like to do few blogs on one copy of WP (diffrent blog on every diffrent category) but i would like to seperete a designs of each blog espaciealy would like to put diffrent logos for some categories or pages. How to do it in easiest way ??

McDohl
tagDiv Member

Use advanced ads plugin, and place your ads in there, copy the shortcode and put in header and footer ads section in theme panel. After that you can control your ads on specific posts and category on advanced ads section

Hope this help dude

  • This reply was modified 7 years by McDohl.
  • This reply was modified 7 years by McDohl.
MortimerJazz
Participant
#0

I think this may be an issue with the ads module, but I’m getting the following error message in the header of my website:

/home3/wadtl20achdo/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 353

Can anyone help me out with how I go about fixing this?

Thanks very much in advance …

tapstone
Participant
#0

I need a way to disable header/footer ads for posts within a specific category, as those posts are promoted and can not contain ads. The ads are not part of the post content so I can’t use “add_filter” to remove them without hooks at the theme level, which I can not find.

The only solutions I found require modifying theme files, which means I can never update the theme for our sites (of which there are many) without manually making those changes every time we update, which is not an option.

Is there any way I can create a filter that will let me remove the header/footer ads for posts within a specific category?

Thanks in advance for any help!

funmtbiker
Participant
#0

I am an fairly new wordpress user. I do only a little coding, and mostly use WYSIWYG editing. But I cannot figure out how edit the categories at the top of the page on my Newspaper 9 woprdpress theme. Can anyone help me?

Link to photo here: https://photos.google.com/share/AF1QipMufPhjU7RZ_S8T_Etm8k9wXfZUminVXKrSTteJtbJt9rbFByls-m1lSfuP1muY1Q?key=bkczSldEOXk5SVZtU29wVXhlTDhKOHBqOVpmTnVB

Viewing 25 results - 16,551 through 16,575 (of 29,850 total)