Search Results for 'header'

Results from the Forum
mjehangir
Participant
#0

Hi,
I am trying to select the header style 6 but when I do, the logo becomes bigger and height of the main menu also gets bigger like this screenshot http://prntscr.com/imv5pa
however, the logo size and main menu height should remain like this screenshot http://prntscr.com/imv64p but it only happens when I select style 5.

How I can keep the logo size and menu height smaller as in style 5 but the menu items move to extreme right as in style 6

acdmin
tagDiv Member

So, is there any way to place and ad in categories like this?

http://prntscr.com/imdu3l

Can I create a page with the header style 3 of a particular category otherwise?
Thanks

  • This reply was modified 8 years by acdmin.
jsupple05
tagDiv Member

Thanks. I’ve tried changing the default block header style but doesn’t affect the related posts header, but no big deal.

So there’s no easy way to set a default placeholder image for posts with no featured image? I can see an image from /wp-content/themes/Newspaper/images/no-thumb/thumbnail.png on mobile but it just appears white on desktop. Could I edit that image?

And one final question, how could I reduce the height of the space above and below the header logo on header style 9? I found the link below for header style 7, can this be adapted?
https://forum.tagdiv.com/topic/newspaper-header-area-height/

Fonts - topic
#0

I have been trying to change font size and make it bold in 2 areas and cannot find the setting adjustment anywhere.
1. Footer – i have selected the style 13 showing only social icons
2. Header- i have selected style 10 with a text logo

Another fun little problem that just developed. The header main menu is non existant when the page loads. however when you scroll down and back up immediately its there?

hildi
Participant
#0

Hi,
I have the same problem for a couple of weeks (since your update to 8.7) : I installed the last version of the theme through FTP on my website (before, I desactivated ALL plugins). (I followed these steps : https://forum.tagdiv.com/install-via-ftp/) I activate it, type my register number in, and clic on the install button in order to install the TagDic Composer plugin… and IT FAILS :

“Cette extension ne dispose pas d’un en-tête valide. (no valid header)

Téléchargement du paquet d’installation depuis https://…mysite…/wp-content/themes/Newspaper/includes/plugins/td-composer.zip?uid=5a99aa9185cc4…
Le téléchargement a échoué. Not Found

Ihave been waiting for 3 weeks and hoped that the update of the 27th Februar would have fix the bug (I read a lot of messages on the forum about people encountering problems with TagDiv Composer since these 3 weeks). Now I can not wait any more (my client does not understand) and I need help URGENTLY.

Thanks

john1964
tagDiv Member

I found a solution. The erroneous <p> tag was the only one on the page. So I added this custom code to the page itself, and now the top header is flush.
p {
margin-top:-21px;
}

Catalin
tagDiv Staff

Hello visionauto,

You should check the logo section with your inspector browser and try to add your own code for this. -> https://www.screencast.com/t/wfbkaTOZG Notice that we do not recommend to do this because you can easily break the theme layout. You can check our header styles list because there we have a lot of models.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

The official forum language is English for other users to read. Please use English or alternatively, contact us via email at contact@tagdiv.com
The topic you posted provides the solution already.
You simply replace this code: https://www.screencast.com/t/yPfMTzIuK with this one:

if (function_exists('get_header')) {
get_header();
}else{
header("Location: https://www.mysite.com ");
exit;
};

Thank you!

Incrosnatu
tagDiv Member

Am vorbit cu cei de la host, si mi-au spus ca este o problema de la tema.

Fatal error: Call to undefined function get_header() in /home/gbhabewi/public_html/wp-content/themes/Newspaper/index.php on line 6

Asta e eroarea care mi-au spus ca imi cauzeaza aceasta problema in Google Search Console, stiu ca am mai avut aceeasi problema acum 1 an dar nu mai stiu cum i-am dat de cap.
Am gasit un link aici dar nu stiu mai exact unde ar trebui sa adaug acel cod. Se poate sa ma ajutati?
https://forum.tagdiv.com/topic/fetching-with-google/

Bogdan B.
tagDiv Staff

Hello,

You can make the header background transparent by changing the color in the theme colors section and dragging the transparency slider: https://www.screencast.com/t/fUXsHVimo

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the space between the menu and the body is not a stand alone space. It is either space coming from the header or the body of the site. You cannot change it particularly. You can only change either the entire header or the entire body

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please follow this topic to remove the More from author
https://forum.tagdiv.com/topic/related-articles-remove-or-hide-more-from-author-newspaper-theme/

For the bars, please change the default block header style from here: https://www.screencast.com/t/bK59j3DNx

Thank you!

Zoran
Participant
#0

Hi,

I have reinstalled Newsmag theme (downloaded the latest version currently available at Themeforest). I tried to install required plugin tagDiv Composer, but I got following message:

The plugin does not have a valid header.
Downloading install package from http://www.travelsito.com/wp-content/themes/Newsmag/includes/plugins/td-composer.zip…
Download failed. cURL error 28: Connection timed out after 10000 milliseconds

finanspara
tagDiv Member

What should I do for a clear header background

Simion C.
tagDiv Staff

How did you stretch the header menu exactly, it should be boxed when a background is used. It could be stretched only with this setting which it appears you are not using
https://www.screencast.com/t/BaIGsWtzA
I could give you a code to make the affix menu full width
https://www.screencast.com/t/BD4aH3hCYm

.td-boxed-layout .td-header-menu-wrap.td-affix {
width: 100%;
}

irfan.id
tagDiv Member

Hi.. thanks for tutorial, Now I have column for menu. But, Is it possible to create header for columns? example: https://prnt.sc/ilqv5i

Thanks,

jsupple05
tagDiv Member

Ok thanks.

Is it possible to hide the “More from author” option on related posts? It’s confusing on my website all posts are uploaded by one user despite the fact they are written by different authors.

The General Theme Colours option for Theme Accent Colour seems to set the background on the related posts bar. It has to be a colour otherwise text with hyperlinks appear blank on a white background. But I don’t understand why I have a bar (see this post http://www.solidarity.asn.au/unions/sydneys-rail-strike-banned-time-fight-right-strike/)
as opposed to the header style shown here https://forum.tagdiv.com/related-articles/

Finally can I set a default image as the placeholder image where posts have no featured image? Otherwise all my related articles and category pages are going to have the gap. I can’t have a featured image on every single post as I have thousands of posts.

Catalin
tagDiv Staff

Hello visionauto,

If you want to change the logo size, we do not recommend to use such custom Code because the website can be easily broken, sorry! We recommend to chose another header style because we have a big list and maybe, there you will find the desired style.

Thanks for your understanding!

visionauto
Participant
#0

I’m using the Style 7 header and I need to be able to change the height of the color bar and the size of the logo. Can you help me?

http://www.visionauto.com.ar

fm001
Participant
#0

How can I change the main header hero image for Raw & Wild?

VADAVO
Participant
#0

Hi,

We have a bug in Tagdiv Composer plugin, when we modify some block in “style” section appears this:

MODULE MX5 FONTS
mx5f_title_font_header – font_header
mx5f_title_font_title – font_title
mx5f_title_font_reset – font_reset
mx5f_title_font_family – dropdown-responsive
mx5f_title_font_size – textfield-responsive
mx5f_title_font_line_height – textfield-responsive
mx5f_title_font_style – dropdown-responsive
mx5f_title_font_weight – dropdown-responsive
mx5f_title_font_transform – dropdown-responsive
mx5f_title_font_spacing – textfield-responsive
mx5f_title_ – clearfix
mx5f_cat_font_title – font_title
mx5f_cat_font_reset – fo
….
..

WP version: 4.9.4
Theme version 8.7.2
PHP Version 5.6.33

Thanks for your support.

Simion C.
tagDiv Staff

Hi,

Indeed both the tagDiv composer and WPBakery page builder are provided in the theme package. You can use the one you want. The theme panel will the same regardless of composer activated. So the category settings are the same as well.

A thing to note is the tagDiv composer is the main page builder at the moment. It will be further integrated with the theme, so there could be extra options added in the theme that will work only when it is active.

For example at the moment the multi-purpose plugin which ads extra elements to the tagDiv composer, also ads extra header styles, top bar and sub-footer styles. Those are not available when the plugin is not installed.

You will have to make a decision and choose the page builder you want to use.

Thanks

soriaan1
Participant
#0

Is there an option in the Theme panel for Newspaper Theme to customize to social buttons both in the Top Bar as well as the header in the mobile menu? I searched the forums as well as looked all the menus in the Theme panel but couldn’t figure out where to make the changes. Any help would be appreciated!

Simion C.
tagDiv Staff

I have inspected the website, there is no problem with the header menu affix from what I can see at the moment
https://www.screencast.com/t/6HdcqAu30
Please correct me if I misunderstand something.

Simion C.
tagDiv Staff

@AndroidKosmos You add as many script codes as you want, they will be outputted in the header file, between the head tags.

Viewing 25 results - 18,526 through 18,550 (of 29,850 total)