- TutorialsDefault Block Settings Guide
I have had this problem before, and for some reason it came back after updating to the latest version of the theme.
I´m trying to add an Ad Title from Theme Panel > Ads > Header ad. To display “Advertisement” over my header Adsense ad. I´m using Header Style 7.
However nothing happens. Have reset browser cache and tried with other computers, but the text is nowhere to be found. I know this used to be a bug a couple of versions ago, seems it hasn´t been completely fixed. Or am I missing something?
Site url: enkelteknik.se
Edit: All other ad spaces and placements works fine when it comes to displaying the ad title-text.
After some hickups, I am able to figure out how to increase the width using new Row stretch feature but I am facing an issue where the width is changing when I scroll the home page down to end (getting smaller on rows). Please see this link http://kanglaonline.com/, I am not quite sure how to fix this and I have checked this by disabling all the plugins but no luck so far, please advice.
Another problem I am facing is I couldn’t anywhere find to increase the width of post template and now it looks weird because the header is 1400px and post are much lesser, please advice how to match these two. I don’t mind increasing the post at 1400px if that is an option.
Hi,
I’m trying to get categories next to a header on my frontpage, but I can’t seem to figure it out.
I want to have it like this: Category tag on modules and blocks
I’m trying to create it with Block 21, and in the Theme Panel I’ve checked the Module 16 where it says “td_block_21”, but it’s not showing.
Check my site – it’s the last block where it says “Kategorier”.
Thanks in advance!
Hello,
Never mind about the header ad background color. It seems to working again. Looks like the issue resolved itself.
Thank you!
Hello,
In the past I used this css code to add a background-color to the header advertisement. Since today the color has disappeared. Any suggestions?
.td-banner-wrap-full.td-banner-bg.td-container-wrap {
background-color: #f2f2f2;
}
I also can’t seem to hide the footer advertisement on my homepage using either Custom Css (theme panel) or Live Css.
And does live css work for individual posts?
Thank you
Hello,
Another quick problem I ran into today. I wanted a full-width element on my home page, however when I set the row to “stretch” in the page builder, the logo in my sticky header moved to the right on top of my menu. Here is a link to the website. Thank you!
http://courthousemagazine.com/
Will
Header and footer of our site using Newspaper theme got disturbed by mistake by another admin. It seems that he has changed in theme settings unknowingly.
I have backup of website which has correct header/footer but that backup was taken when website was made LIVE and after that lots of posts have been added in the wordpress.
So can I copy some settings from backuped database and restore in LIVE database to fix my issue?
Please suggest some solution at the earliest.
Hi, is it possible to add shortcode on top of website above the header (Logo + Menu)?
If it is, please tell me how?
Hi.
I need to have Skyscraper ad positions on the left and the right.
I know that will have to do this with a little extra css and maybe a little modification of the header.
Can you provide a solution for this?
Thank you very much,
Patric
Please help me, in the google search console i always get this Message:
Fatal error: Uncaught Error: Call to undefined function get_header()
I don´t know what is wrong? My Site is https://fitary.de
Thank you
Hey,
yes Iam using header style 7. Thats the URL:https://smart-and-home-systeme.de/
Thx it worked !
I get to another problem changing the font color for title blocks and this header.
I can change the font type and everything, i did it like that :
.td-category-header .td-page-title {
font-family: ‘geekos’, sans-serif;
font-size:400%;
text-transform: lowercase;
}
but i can’t change the color if i try to (tried like this : color:black;)
It is the same for blocks title color, it changes on the preview but not on the website when i reload it. I can change background color and everything but not font. It remains white for both of them no matter what i do.
I don’t know if it’s in conflict with something but if it is i have no idea what since i didn’t change anything.
Thx !
Hello dita999,
I have inspected your website and it does not seem to be an Article Bottom Ad. I saw that you are using the Amazon Ad which can cause some problems. I do not know what exactly you have implemented these ads, sorry! Please check our documentation regarding on Ads from here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!
Hi,
There is some styling added by the demo you have installed, for the top bar. That is why they appear like that. I could give you a code to make the top bar display normally, in it’s initial position
– https://www.screencast.com/t/hyEuVhkDSo
Then you can set a background color if you wish, similar to the one you have on the header or different
– https://www.screencast.com/t/xg9jwIaY2
This is the code you must enter in Theme panel->Custom code->Custom CSS section
.td-craft-ideas .td-header-style-10 .td-header-top-menu-full {
position: initial;
}
Also you can stretch the top bar if needed
– https://www.screencast.com/t/dLQCtn4ckV
Please correct me if I misunderstand something.
Thanks
-
This reply was modified 8 years by
Simion C..
Hi,
Please check the multi-purpose settings in the header settings, set the main menu on default
– https://www.screencast.com/t/pXZypcQx
These styles are supposed to apply only when using a multi-purpose header style, but they seem to affect default header styles as well. We are aware of the issue and we will fix it in the next theme update, sorry for this inconvenience.
If you have a different problem please provide a link to your website so we can take a look.
Thank you!
Hello OueshOuesh,
As a hint, you should try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td_category_template_8 .td-category-header .td-container {
height: 260px;
}
The result is here -> https://www.screencast.com/t/342xJNwG1l3
Thanks for the message!
Hi,
Try this code – https://www.screencast.com/t/HYpfRhfW60M
.td-header-main-menu .td-menu-item:before {
position:relative;
top:25px;
right:10px;
}
.td-header-main-menu .td-menu-item {
margin-left: 10px;
}
.td-header-main-menu .sf-menu > li > a {
line-height: 38px;
}
Thanks
Hello,
The code you are using only applies to header style 7. Please use header style 7 for that code to work. Also you use the gadgets demo which also applies style to the header. Please provide a link to your site so we can inspect the code.
Thanks.
Hello WakeUpCallProject,
Unfortunately, please notice that the Live search function will work only when the Icon Search will be tapped. If you will add the search function to your Sidebar notice that you will bring only the normal search results because the Live search was custom made. Also, notice that sticky header is working fine for mobile devices as you can see here
-> https://www.screencast.com/t/tG7Ej2hfXmRR
Thanks for your understanding!
Try to replace this code:
.td-category-header .td-page-title{
text-transform:none;
}
All breadcrumbs will show as is.
You should rename the breadcrumbs in small letters (lowercase).
Hello,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
The result is here -> https://www.screencast.com/t/y4oiAKg8GU1
Thanks for your understanding!
Also, how can I leave the search icon on mobile view but not for desktop/tablet?
Obviously the main menu sticky header has no effect for mobile as the menu items are behind the menu icon.
Hi,
I wish to remove the search icon in my main menu and place the search function in the sidebar instead.
Reason being is that I wish to add another item to the main menu and when the sticky header function kicks in it is over 2 lines and looks messy so need to remove something to make the sticky menu fit on one line.
The issue I have however is that the search function in the main menu allows for live/suggested search posts/pages:
https://imgur.com/a/awByH
However when in the sidebar there seems to be no live search function:
https://imgur.com/a/TCpvT
How can I have the live search function in the search sidebar widget?
Thanks
Website:
https://smallcaps.com.au/artemis-resources-wa-government-approval-drilling-radio-hill/
I’ve removed the search widget from the sidebar for now.
Hello,
I’m not sure how this happened, but the menu options for my sticky header have no spaces between them. I was wondering how I could change this back so there are spaces between them. Thank you.
Will
I found something doing
.td-category-header {
height: 200px;
width: 200px;
}
in the custom css and it is working but it’s not what i want. It is just cutting the header. I want it to be reduced so i still have the menu at the bottom right and the title at the center.
I tried
.td-category-header {
height: 50%;
width: 50%;
}
i thought it would work but it’s not doing anything. I really need help thx.