Search Results for 'header'

Results from the Forum
gunner05
tagDiv Member

Nevermind. Doing the cors header made it work! just needed to Purge all cache!

gunner05
tagDiv Member

I tried this line in nginx…
location ~* \.(eot|ttf|woff|woff2)$ {
add_header Access-Control-Allow-Origin “*”;
}

didn’t work. I tried httaccess method, didn’t work either.

Then simply told my host to send CORS headers forfont files for my website. They confirmed it and I see that that it was done “Access-control-allow-origin: * ”

Still those perky icons not loading lol

When font awesome didn’t want to load, i simply loaded it from external CDN (maxcdn) and it worked again. If i can do the same with the other random font files, then would be good to go.

hugoac7
Participant
#0

Hello,

I am trying to user header style 2 top menus but it doesn’t seem to be working correctly. At first the logo appears below the menu. Once I scroll the logo appears correctly on the sticky menu.

I would like for my logo to always show on the menu like when I scroll down the page.

I followed these instructions but it did not work. The logo still appears below the menu.

Would appreciate some help.

Thanks,

nicolai
Participant
#0

When I thought I would cease to post on this forum… a new issue has emerged.

If I type on browser http://www.thehikers.ro all will be OK with my theme. But when I try to navigate to thehikers.ro (without www) the social icons are replaced with asian letters.

After some research on forum I found that I need to modify .htaccess alike:

IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
/IfModule>

# BEGIN WordPress
bla bla bla
# END WordPress

NO RESULT 🙁 Suggestions ?

Thanks in advance!

Bogdan B.
tagDiv Staff

Hi,

It can be done with a bit of css. It will cause the image to be cut off so another piece of code is required to adjust the image to the new height:
.td-post-template-6 .td-post-header{
height: 530px!important;
}
.td-post-template-6 .td-stretch-width{
transform: translate3d(-50%, -100px, 0px) scale(1.12, 1.12)!important;
}

In the translate3d part of the code you can see the -100 value. This controlls the vertical position of the image. you can adjust this to your preference.

I hope this helps.
Thank you!

Catalin
tagDiv Staff

Hello hedfox,

If you want do not have the twice image, please try to use another post template wich do not have featured image in content, like Header Style 5.

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you!

PierreBoullier
tagDiv Member

Hi Catalin.

Sorry to get back in touch with you. The code you provided is working perfectly fine on the header7.php to display a different header on each page on the desktop version. (else if)

Unfortunately on the mobile version, the header is the same everywhere… What can I do to apply the different headers to the mobile version too ?

Also, the header picture is really really small on the mobile version and I do not understand why. Is there any settings I could change or is it linked to the Header 7 style ?

Thanks a lot,

Pierre

Catalin
tagDiv Staff

Hello Adam Niewiadomski,

Yes. All the demos have the same core theme (Car, Travel, Blog Classic, etc) and are meant to exemplify users how to use our theme. Our theme is optimised for Seo but you have to use SEO Yoast plugin for this, has the responsiveness layout and also support all kind of Google Ads and Adsense, as you can see in our documentation here -> https://forum.tagdiv.com/header-ad/ For more information about our theme functionalities, please consult our documentation here -> https://forum.tagdiv.com/wordpress-information/

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Harrison,

I have checked the both websites and I have noticed that is used header style 10. This kind of template uses the full logo for displaying and there is no restriction for your logo size. For a better result, you should have a high dimension for your image logo. If you want to increase the size of this you have to do it using a bit of CSS. If you want to have the same dimension to your logo as in the other site, you have to use the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-logo {
width: 472px;
height: 86px;
}

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

If you want to have a good design for your logo, you should load an high logo image with these dimensions by default, without using CSS code to increase the size of them.

If you want to do some HTML changes for this template, you have to do them in heaser-style-10.php file, like this -> http://screencast.com/t/lio9I7aoFS

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

gauravkohli
Participant
#0

Hi,

Can you change the position of search bar in header section?

I want it ahead of Menu and all the items in Menu should appear in a single line

Thanks

nicolai
tagDiv Member

Another problem is on Header Style 12. Theme ignore selected hover value and use own color. A darker tone derived from background color. I think that users prefer to choice their color.

Andrei L.
tagDiv Member
Edits - reply

Hi

Try to deactivate all plugin except Visual Composer, clear all caches and test again. Also check in browser console while you’re saving the settings if there are any errors. Usually a 403 or 404 error appear in this situations.
Regarding the ad issue please make sure that you’re not using any ad-blocker software as I’ve checked your site with google chrome and the header ad it’s displayed fine: http://screencast.com/t/NVwwEtdkpDq

Thanks!

Catalin
tagDiv Staff

Hello Javier,

Please try the code below and add it in Theme panel->Custom CSS area.

.td-header-wrap .td-affix .sf-menu > li > a {
color:#bed600!important;
}

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

Thank you for the message!

isidoro81
Participant
Header ads - topic
#0

Hi,

how can I insert more than one ads on the header of my site?

I would like to have two or more ads in rotation.

Thank you

Andrei L.
tagDiv Member

Hi

The text logo works only on header style 10 and only if both logo and retina logo fields are empty: http://screencast.com/t/PVqA9a18mfbHhttp://screencast.com/t/HAohCo66PtD

Thanks!

Thor_Johnson
Participant
Edits - topic
#0

Hi

Any edits i do through the theme panel, only shows up on the website if i’m logged in, and the header does not include an ad when i open it in google chrome.

http://www.opinionbitch.com

Help

Javier
tagDiv Member

Now I know how to change the background color to white in sticky menu with this CSS

.td-header-menu-wrap.td-header-gradient.td-affix {
background-color: white;
}

But I need also to change the menu text color. Could someone help me with this?

Bogdan B.
tagDiv Staff

Hello Nicolai,

If you want your row to be transparent you will get the white box as there is a container underneath it with a white background (the main page wrap): http://screencast.com/t/ScR33wJO2Yx
In order for the background image of the page to be visible through the container, you will need to create a gap in the container.
This will require some css tricks to work. You can use this code:

.home .td-main-page-wrap{
position:relative;
top:530px!important;
}
.td-travel .td-travel-header{
height:0!important;
opacity: 0!important;
}

I think this is the result you are looking for: http://screencast.com/t/jvyjjHhbM
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The css must be done on every site in particular as not all the logos have the same dimensions and not all users have the same plugins which might overwrite some of the css. So if you require a css code for a modification, please point out your website and make sure you have the specific header style selected as it will need to be customized ‘on the spot’.
Thank you!

Andrei L.
tagDiv Member

Hi

Please consider that Speed Booster it’s an optional plugin meant to improve the site’s page-speed but its usage require good php knowledge. Following our guide you should be able to move successfully move the css/js resources from header to footer. You can look on the forum for more details regarding plugin’s functionality and possible solutions at some issues which may appear. Are many topics about page-speed and Speed Booster, one of them it’s this one: https://forum.tagdiv.com/topic/js-css/ which may help you.
If you still can’t manage to solve this or you don’t have experience on wp condign or basic html/css/js/php knowledge please consider hiring a freelancer to configure this for you because we recommended this just for advanced wp users. Sorry!

Thanks for the message!

Catalin
tagDiv Staff

Hello nicolai,

1)Am facut mai multe teste si intr-adevar este un mini bug cu header style-ul 8. Va rog sa folositi codul CSS de mai jos pentru a regla dimensiunea logo-ului pe bara sticky.

@media (min-width:768px){
.td-header-style-8 .td-affix .td-header-sp-logo img {
width:158px!important;
}
}

Rezultatul se poate vedea aici -> http://screencast.com/t/Sd6ZuX0kx

Am trecut aceasta problema pe lista noastra de revizuiri si vom tine cont de ea in viitoarele update-uri.

2)Pentru tipul de meniu din header style 12, culoarea care o veti seta in sectiunea ACTIV&HOVER din Theme panel se va aplica doar pentru efectul de Hover de pe link-urile din meniu si nu pe meniul in sine ->asa este conceput acest stil de meniu -> http://screencast.com/t/LEhK2wEJv2Wl
Daca doriti sa schimbati acel efect de pe meniul principal, trebuie sa folositi un pic de CSS pentru a schimba culoarea.

Codul este ->

.td-header-style-12 .sf-menu > .current-menu-item > a, .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a {
background-color: rgb(227, 27, 27) !important;
}

Rezultatul se poate vedea aici -> http://screencast.com/t/wyPXtnMz9ct

Multumesc pentru mesaj si o zi frumoasa in continuare!

Bogdan B.
tagDiv Staff

Hi,

There are 2 ways to go about this. The first one is an option in the theme panel: http://screencast.com/t/Tjfb9HB4y where the menu will ‘snap’ on the top of the screen on scroll up but on ly on mobile.
If you want the menu to be always sticky, you can use the code above but on header style 8 it needs an !important attribute to work:
@media(min-width:767px){
.td-affix{
display:none!important;
}
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

In order to shrink the logo container you will need to play with these 2 values until they fit your logo size:
.td-header-style-9 .td-logo-wrap-full {
min-height: 50px!important;
line-height: 70px!important;
}
.

Thank you!

omar ahmed
Participant
#0

i want insert popup code in site

this code put in header
i put code in header bedor </header>

but code not show in site

why ?

OllieConnolly
tagDiv Member

Hi, my URL – thereadoptional.com – I’m talking about the main menu at the top of the page. We have created sub categories off headers, but once we go over the 72 limit they disappear

Viewing 25 results - 25,176 through 25,200 (of 29,850 total)