Search Results for 'header'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no way to disable it from the theme panel. You can however hide it with css:
@media (max-width:767px){
.td-header-menu-wrap-full{
display:none!important
}}

Hope this helps.
Thank you!

francescokma
Participant
#0

I’ve istalled the child theme for newsmag but seems that the parent theme css are not loaded.
http://blog.noisport.it/wp-secret-content/uploads/2016/04/errore_child_theme.jpg
can you help me?

Additionally I can’t install Required Plugins from the panel. I have to install them manually.
Wordpress say to me that the plugin have a not valid header

Catalin
tagDiv Staff

Hello heisenberg234,

If you want to insert the ad under the main menu bar, you have to use the do_shortcode method. Please follow the below tutorial ->>

This is the right order to display the ad using do_shortcode function:
I will use custom ad 1 as example:
– paste the ad code in theme panel > ads. custom ad 1: http://screencast.com/t/I4fGyfFoyc
– get the ad spot’s shortcode. To get the shortcode add an ad box into a blank page then switch in back-end editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
– paste the code which renders the shortcode in the file corresponding with the header style used.
For example, if you’re using header style 1 the file which must be edited is header-style-1.php http://screencast.com/t/itasx4W4Thttp://screencast.com/t/5vAMrfFwW

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

Thanks!

Catalin
tagDiv Staff

Hello ranterize,

Unfortunately, our theme does not have such an option for header style 8. Please check the Theme panel, logo section here -> http://screencast.com/t/ckPbGfthsOv and you will see what kind of header style support the text logo.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello willysawa,

I cannot provide you an accurate response because I do not know over on what kind of header style you are referring to in this case (‘I discovered the hover on the menu is not fully covered’). Unfortunately, our theme does not have such an option to achieve the main menu similar to your example, sorry! Please notice that the theme has a lot of the header styles, like this -> https://forum.tagdiv.com/header-styles/ which you can use them in your project. Also, please notice that if you want to change the functionalities of these or if you want to create others, is needed additional customizations that involve custom work.
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Atithya
tagDiv Member

I am trying this for newspaper theme and getting this error:

Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/content/n3pnexwpnas02_data02/30/3153330/html/wp-content/themes/Newspaper/parts/header/ads.php on line 7

This is how my final ads.php looks like..

<div class=”td-header-rec-wrap”>
<?php

// show the header ad spot
if (in_category(‘Automotive’)){
echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_4"]‘);
else {
locate_template(‘parts/header/ads.php’, true);
}
?>
</div>

What am i doing wrong.?

Andrei L.
tagDiv Member

Hi

This is the right order to display the ad using do_shortcode function:
I will use custom ad 1 as example:
– paste the ad code in theme panel > ads. custom ad 1: http://screencast.com/t/I4fGyfFoyc
– get the ad-spot’s shortcode. To get the shortcode add an ad box into a blank page then switch in back-end editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
– paste the code which render the shortcode in the file corresponding with the header style used. For example if you’re using header style 1 the file which must be edited is header-style-1.php http://screencast.com/t/itasx4W4Thttp://screencast.com/t/5vAMrfFwW

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

Thanks!

  • This reply was modified 10 years by Andrei L..
yannick30187
Participant
#0

Hey guys,

I would like to have a full size slider on the start exactly like: http://de.tinypic.com/r/2ec40ut/9
And additionally I don’t know why I have a gap between my slider and my header: http://de.tinypic.com/r/vgu8b4/9

I tried a lot but I couldn’t find a solution like on the first URL. I want exactly that look.

Can you help me?

Best,
Yannick

boundary2
Participant
#0

Hi all,

I need to change the font (specifically the text transformation) in my category template. Right now I’m using Category Style 1, and my category pages look like this — http://dev.boundary2.org/category/b2o-an-online-journal/

My problem is I need the header of the page (the part that says “B2O: AN ONLINE JOURNAL” in bold caps) to not be capitalized. I want it to transform it to lowercase to be consistent with the rest of my site.

I asked for help earlier (original post is at https://forum.tagdiv.com/topic/change-font-in-category-template/#post-100336) and one of your support reps gave me some code to add to the Custom Code section of the theme panel. I did add the code (see screenshot), but the category headers are still appearing in all caps — see http://dev.boundary2.org/category/b2o-an-online-journal/

Screenshot: http://imgur.com/oIWOdDV

Thanks!

simchris
tagDiv Member

Google got really picky about the render blocking stuff on mobile, so by default it *is* about 20 points lower. That is “normal” unless you do some major hacking to WP.

Once you view my thread and do all you can, the last steps would be a bit complex for average user, which requires

a) unhooking loading Google fonts from the theme, and capturing the CSS from Google and putting that in your style.css file; or for fastest speed replace Google fonts with “web safe” font stack (requires unhooking Google fonts in theme main includes/function file AND search/replace main style.css to optimize fonts used by choosing web-safe font stacks)

b) un-enqueuing the style.css and loading in footer.php; then using criticalCSS generator to put above the fold CSS “inline” in the header.php file.

c) using wp-booster to move all JS to footer

What is “possible” ?

Well, the project I’m working on right now I have

Mobile = 98/100
Desktop = 99/100
UX = 100/100

This is without a caching plugin, using mod_pagespeed, with https, and with photo and user photo (loaded locally, not off gravatar.com)

Andrei L.
tagDiv Member

Hi

The code it’s tested and works fine on my side.
Make sure that you added the file corresponding with the header style used and also check if the shortcode added in do_shortcode function is the one for the ad-spot where you inserted the ad-code in theme panel. Also check our documentation regarding banner ad’s usage: https://forum.tagdiv.com/newsmag-using-other-ads/

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry about that, I’ve noticed now that you’re using header style 10 which calls a different file fort logo. Replace the code from logo-text.php with this one: http://pastebin.com/4ciVkZymhttp://screencast.com/t/O7N9PmUUy5Lc

Let me know how it goes.
Thanks!

cleverliving
tagDiv Member

well im at a loss as to why nothing is changing. yes i understand it will only show on post which is exactly what i want.

this is the logo im using.

http://chadwickstudios.com.au/wp-content/uploads/2016/03/1500×317-bw-header.jpg

i followed you instructions but maybe im missing something.

Beldar
tagDiv Member

Fine, but now the picture looks on phones, formerly with the other code did not look … Is there option that is not seen on phones?

I have this code in phone CSS:
.td-main-sidebar{
display: none !important
}

.td-default-sharing {
display: none !important
}

.td-post-sharing {
display: none !important
}

.post header h1 {
font-size: 24px !important;
line-height: 25px!important
}

.author-box-wrap {
display: none !important
}

.td_block_related_posts {
display: none !important
}

.td-post-source-tags {
display: none !important
}

.td-header-sp-logo { display:none }
.td-banner-wrap-full { display:none }
.td-header-style-10 .td-main-menu-logo { display: block!important; }

Catalin
tagDiv Staff

Hello thanik30,

Please try the following code ->>

.td-header-style-6 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-6 .black-menu .sf-menu > li > a:hover, .td-header-style-6 .black-menu .sf-menu > .sfHover > a {
background-color: #ffcd33;
}

The result -> http://screencast.com/t/XWJjWG30pTnB

Thank you for the message!

thanik30
tagDiv Member

Thank you very much for the code; however, the colour in menu in the header doesn’t change.

Please help.

Kassidi
Participant
#0

Dear all,

First of all, I would like to thank you for the great theme that you offer.

Then,

I have a problem regarding header tags in Page. If fact, the page is set to H1 and post titles are shown as H3, that means that we miss H2 tag and this penalize my website in SEO.

Could you please help me to set up post titles to H2 instead of H3.

I am beginner and have just a little experience with wordpress.

Thank you in advance.

Catalin
tagDiv Staff

Hello thanik30,

1),2),3) If you want to change the style as you wish, you have to use a bit of CSS code to do that. Please try the following code and place it in Theme panel->Custom CSS area.

The code is ->

.td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
background-color: #ffcd33;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-left: 3px solid #ffcd33 !important;
}
.td-scroll-up-visible {
background-color: #ffcd33;
}
.td-header-style-5 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-5 .black-menu .sf-menu > li > a:hover, .td-header-style-5 .black-menu .sf-menu > .sfHover > a {
background-color: #ffcd33;
}

The result you should see here -> http://screencast.com/t/EwEQtxcMf

Thank you for the message!

aliou89
tagDiv Member

i try but is not display. i went theme panel > ads and i add this html code <iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/NM0bZdZod2E&#8221; frameborder=”0″ allowfullscreen></iframe> to custom 1 than i went to header style- 1 than i add the < ?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘); ?> here the url of the site http://www.guineehitmusique.com is not display the add i try google add too but not dispaly

Beldar
Participant
#0

Hello,

I configured the background in link mode and I have put this code to show image on top:
.td-header-top-menu {
margin-top:450px;
}

But the link only run in the sides, not in the top of the background. Any solution to fix this and put a link in the entire image? This is the web: http://www.lacasadeel.net

Thanks!

thanik30
Participant
#0

I want to change the theme colour from blue to yellow (#ffcd33) in the following sections:

1. video playlist tab (youtube)
2. shooting arrow (when you scroll down to the bottom of the page, it will appear and when you click it, it will scroll up the page)
3. menu in the header (when you move the mouse cursor, it will the change the colour to blue)

Thank you very much.

Alex
tagDiv Member

Salut,

  1. Nu cred că m-am exprimat corect. Nu doresc să elimin acele widget-uri, ci doresc să le fac să apară unul lângă celălalt sau măcar să le dau aceeași dimensiune, deoarece cel Google este mult prea mare
  2. Am introdus codul acela și acum arată OK bannerul respectiv. Totuși, nu mai pot fi accesate butoanele stânga/dreapta din partea dreaptă a lui. De asemenea, precizez că am următorul cod în css http://www.screencast.com/t/4qKcSbVOF1U , iar în Temă>Parts>Header>Style 2 am <div class="td-container test">
    <?php echo do_shortcode('[td_block_trending_now header_color="#dd3333" category_id="22" limit="5"]');?>
    </div>
    , container-ul „test” fiind adăugat la indicațiile unuia dintre colegii tăi, deoarece, fără el, tickerul nu era afișat corect. Se mai pot face optimizări?
  3. Dacă e foarte complica, nu mă interesează deoarece nu este ceva într-atât de important. Știu că în trecut primisem un cod cu loop de la unul dintre colegi și îmi afișa reclama după x articole, însă odată cu Newspaper 6 acesta nu doar că nu a mai funcționat, ba chiar a provocat și unele probleme. Eventual, dacă mai primiți soliciătri și din partea altora, treceți pe lista de funcții noi pentru că n-ar fi rău să existe opțiunea de a adăuga reclame în categorii/etichete din setările temei
  4. Am urmat pașii, însă nu mai îmi apare conținutul pe acest stil > apare totul până la breadcrumb. Menționez că am făcut modificările așa cum ai precizat, atât în loop 1, cât și în td_module_single_base.php, unde am copiat codul de pe pastebin. Luați vă rog în calcul, pe viitor, îmbunătățirea stilului 1 (să nu mai afișeze atât reclama article top, cât și cea dedicată stilului, să afișeze reclama dedicată stilului deasupra conținutului, iar imaginea în stânga sau viceversa).
  5. Mulțumesc!

mystudent
tagDiv Member

Thank you very much.
AND a last query to you.
Can we apply OUTER WRAP Border to Newspaper dafault theme demo (no box view)…i mean only to main content body,EXCLUDE Header and Footer area.

Bogdan B.
tagDiv Staff

Hi,
From the code I provided, in this part:
.td-header-style-1 .td-header-sp-logo{
height:45px!important;
margin: 0px 28px 0px 28px!important;
The very last number in pixels (28px right before !important on the second line of code). Decrease this number and your logo will move to the left.
Thanks.

Catalin
tagDiv Staff

Hello aragorn,

1)This is the default order and the theme doesn’t have an option to change it. You can do this in the code or try to use a plugin like Category Order and Taxonomy Terms Order as I saw that many users use it, please check this topic as reference – https://forum.tagdiv.com/topic/how-can-i-hide-all-from-megamenu-list/#post-71876
2)If you want to change the logo, you have to check the Header->Logo&Favicon section from your Theme panel, like this -> http://screencast.com/t/InwzMuNJdd and for more information about our logo, please check the documentation here -> https://forum.tagdiv.com/logo-favicon/
3)If you want to change the Ad banners, please check the Ads section from your Theme panel, like this -> https://forum.tagdiv.com/header-ad/
4)If you want to change the text from your Footer section, also please check your Theme panel, like this -> http://screencast.com/t/VfjEK4QD8wt
5)If you want to change the structure for your top header menu and footer menu, you can do that from panel, Appearance->Menus, like this -> http://screencast.com/t/Xh2bS9SbkMS

Hope this helps!

Thank you for the message!

Viewing 25 results - 24,576 through 24,600 (of 29,850 total)