- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Hi
Try this css in theme panel > custom code > custom css:
@media(max-width: 768px){
.header-search-wrap .td-icon-search{
color: black;
}
}
Thanks!
Hi,
Is it possible to change header styles?
I would like to use the solid style used on the Car Blogs demo but can’t see where to change this.
Thanks,
Kes
Hi again!
Actually, the single slide works well in general, it’s just the specific post id filter that has the issue.
If I remove a single bracket, the page hangs (it doesn’t render anything below header), as expected. Removing both brackets of the ‘if’ condition, doesn’t help either.
But if I change the condition in line 21, from:
if ($this->td_query->have_posts() and $this->td_query->found_posts > 1 ) { ... }
to
if ($this->td_query->have_posts() and $this->td_query->found_posts > 0 ) { ... }
then the condition (with just 1 post id) is met and my problem solved!
Thanks for pointing me to the right direction. Please consider correcting this bug on the next release, it’s such an easy fix after all, and it’ll be good usability-wise 🙂
Thanks i can use it as RTL, just some trick to change in the theme panel; turn some sidebar from right to left and its done; you can check my website http://www.albanate.com, i just need to make float to left for some elements; but its ok; it work just perfect. My only issue is with Mobile theme, it need some adjustment you can check my website to see if you can give me some assistance please; the theme can work as RTL easily without adding anything to css. For the header i switch to center logo and it work fine, please can you help me to make it work with the mobile theme; i am preparing a tutorial on how to build an RTL website with newspaper; i just need your help with Mobile.
Thanks a lot
Hello,
Please check this topic here -> https://forum.tagdiv.com/topic/visual-composer-does-not-have-valid-header/ and try to follow the steps from there.
Thanks!
Still having problems with mobile issues. The mobile plugin is activated. Works on home page (http://sulugarpolitico.com/colombia/). It shows it correctly on mobile devices. But it doesn´t work on pages (http://sulugarpolitico.com/colombia/gobierno/). Works on pc but on mobile only shows the headers and the footer.
Please advice.
Thanks.
Also…
as noted in couple of my optimization threads the only way to remove ‘render blocking’ resources for mobile is to actually move the style.css to footer, de-enqueue it from header, and then manually insert the critical CSS in the header.php file manually (use a critical css generator to do this task). This is how I do it.
That is the broad stroke, but something you can explore on your own time. 🙂
Hello,
1) The top padding can be removed like so:
.home .td-main-content-wrap{
padding-top:5px!important;
}
2) our theme does not have this option and there is no simple code I can provide for this. The search widget depends on the search icon. This is the way our theme was built. You can probably replace the sarch widget with a wp standard one like this topic suggests: https://forum.tagdiv.com/topic/replace-search-icon-with-search-bar-in-the-header/
Thank you!
Hi zenzino,
You will have to increase the max-height if you want that all your customizations to be applied. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-1 .td-header-sp-logo img {
max-height: 120px;
}
The result -> http://screencast.com/t/Thzu00YkJOo
Thanks.
Hi Bogdan,
I try to put the code in the CSS (with the theme panel) and the image take all the background, no just the box header… Do you have any solution?
Thank you!
Hello,
You can follow this topic to add an image to your category box only. The theme only provides the option to add it as a background but it can be added with css. https://forum.tagdiv.com/topic/change-header-image-for-each-category/
You will need to add your own category ID though.
Thank you!
Hello,
The top menu cannot be moved below the main menu by default. You can either choose a header style that has this option like header style 12 for example or you can try to alter the theme code for the header style that you use if you know your way around coding: http://screencast.com/t/rViYwglsCe
Thank you!
Hello johel,
If you want to insert this feature in your website, please notice that you have to edit the core file which corresponds to your header style used. For example, if you are using the Header Style 1 you will have to edit the code from the header-style-1.php, like this -> http://screencast.com/t/EBvSwZuPZm For more information about this element you can check here -> http://www.w3schools.com/html/html5_audio.asp
Hope this helps!
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom implementation at the moment, sorry!
Thanks.
Hello kaidensharma,
If you want to move to the left your logo, please notice that you have to use a bit of CSS code to do that. As an example, you can use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-3 .td-header-sp-logo {
margin-left:0;
}
This is a basic example which you can use it to adjust the position of your logo. Please notice that all of these modifications are custom and if you want to bring good results you should implement itself all of these. Also, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi Catalin,
i don’t use Speed Booster.
The Ad System i’m using is one of the most used, and i’ve used that plugin on many other themes without any problem. As you know, with newspaper, the shortcode inside a block text is running, but not inside the header (both shortcode or php). So, could you suppose that your theme may have a little problem?
Thank you
Maurizio
Hello,
The header styles are different on each demo and you cannot change this from the theme panel. Each demo has it’s unique header style. If you want to change the header style you will have to edit the theme code for the element or use custom css for it.
As for the iframe, our modules and blocks ere not designed to show iframes. Sorry. Our theme modules and blocks will only show the post featured images and the excerpt, not an iframe element. If you require this you will have to implement it custom. As for the firefox issue, It;s most likely caused by the table you are implementing at the top iof the content. Please try to remove the table and see if you still get the error
Thank you!
Hello lasvegascfp,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (min-width:767px){
#menu-item-5135, #menu-item-4798{
display:none;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
.td-header-sp-top-widget, .td_ul_login{
display:none!important;
}
The result you should see here -> http://screencast.com/t/PY0SCqg0nsBW
Thanks for your understanding!
HI
Theme’s login widget was intent to be displayed in header but you can disable it from theme panel > header: http://screencast.com/t/FiWpSb15
Let us know if you need further assistance on this.
Thanks!
Hello,
My site is shootwhatyoueat.com.
I wanted to make my logo bigger, left aligned with the leaderboard ad right aligned. In reading the forum I was able to do it on another site. I applied similar code on this site.
.td-header-style-1 .td-header-sp-logo {
width: 175px; height:120px!important; margin:0;
}
.td-header-style-1 .td-header-sp-logo img {
width:174px;
height:120px!important;
}
.td-header-style-1 .td-header-sp-recs{
width: 728px!important;
float: right!important;
}
The logo is supposed to be 174 x 120px but it is squashing down to 90px tall which is the default for Header 1. Is there a container I’m missing to get the header hight to 120px?
Any help would be greatly appreciated.
Thanks,
Don
Hi @sebastien-doi,
If you made changes into theme files (style.css, header.php, etc.), yes, you will lose them.
Best way: make a test into a local server
I’ve got a top header menu.
screenshot – http://screencast.com/t/Lw9PZYHV8J
Can’t find option to forward link to the new page 🙁 (target=”_blank”)
Could you advise where it is located ?
Hello
How i can made the header right to left ?
I try the setting to save it as Arabic but that not work , it keep show it form left to right ?
Thank you
Hi!
I need help to customize the categorie template 6 : I am trying to find how to add the background image inside the big header box. If someone have The Solution…???
Salut!
Catégorie template 6 : Je cherche à mettre une image dans la box uniquement et je n’y arrive pas… Apparement, on peut en changer la couleur ou mettre un background mais qui apparait sur la page entière… Alors si quelqu’un a la solution pour mettre une image uniquement dans la box… Merci d’avance!
You may want to read this : https://forum.tagdiv.com/topic/title-fonts-takes-time-to-load/ and this : https://forum.tagdiv.com/topic/how-to-change-style-6-header-color-from-black-to-other-color-from-core/ to resolve your issues.
Cheers!
Hello,
I come back to you because I have big problem. I search the solution on the forum, and I paste CSS Code on custom area .single .backstretch {
display:none;
} `
The code work well but I have another problem background from post (Style 6) is not stretched same for style 8. So. I paste code found on the forum : <code></code>.postid-149 .backstretch {
display:none;
}
.td-boxed-layout #td-outer-wrap {
width:100%;
}
`
and after
.td-post-header-holder{
background-image: url(‘http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg’);
background-repeat: no-repeat;
background-size: 1164px 570px;
}
}
My trouble was the same it was not streched sometimes, so I removed the all code custom. Now my trouble it’s I have perfect style 6 and 8 when I am connected on my admin account but for the visitor I do not have any images for the categories on style 6 or 8 and no images for post on style 6 or 8. How can I resolve my problem, I need to be ok with my website very fast 🙁
You can see my website here : https://www.legnousauvage.com/
Thanks to you.
-
This reply was modified 9 years by
Stangerson.
-
This reply was modified 9 years by
Stangerson.
-
This reply was modified 9 years by
Stangerson. Reason: try to speak english better + add informations