- 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
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
how can i increase footer menu bar height, i am using newspaper default, header style 1.
So I just tried a couple settings in AdRotator and found a work around. For some reason this conflict only occurs if AdRotator loads the javascripts in the footer. If I uncheck the option and have AdRotator load the javascripts in the header, the post displays as expected.
Hello,
thank you. I think it’s maybe because of a plugin I use…
Can I asked someting else? How can I display sub-sub categories under the header? It’s like
Categorie
– Sub-Categorie
— Sub-Sub-Categorie
When I click on Sub-Categorie all Sub-Categories are displayed under the main categories (header menue). But how can I display the sub-sub-categories there too?
Thank you and have a nice weekend
Is there a way to add a subheader menu under the Header Menu (main)?
Thanks in advance.
Hello,
I would suggest some additions for the next versions of Newspaper.
1-Make the panel has the option to open the Post in the category of the page where the Post was registered;
2-Make the Category header can be included a prominent image instead of only a colored background;
3-As already works with Likes try to include the function to import the funpages the number of views of particular Post (people reached).
Thank you!
Hello alicestudio,
You can try to do that using a bit of CSS code. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-1 .td-header-sp-recs {
width: 272px;
}
.td-header-style-1 .td-header-sp-logo {
width: 728px;
}
The result you should see here -> http://screencast.com/t/Whj9EAyB5
Thank you for the message!
Hi,
You cannot get “exactly that result” as the header style is different. If you want to have exactly style 3, then why not use style 3 directly? Please provide more details to what you intend to do as I cannot understand exactly what you mean. I made style 1 as close as possible to what you described.
Thank you!
hi,
thank you for your prompt reply.
I understand what you mean, so I could try something simpler.
In header style 1, how can I make the logo appear 728x90px (on the left) and the header-ad 272x90px (on the right)?
in other words I would like to shift the size properties from header-ad to logo
let me know
thank you
Hello mystudent,
You can do that if you are using a bit of CSS code. Please try the code below and add it in Theme panel Custom CSS area.
The code is ->
.td-header-style-1 {
width: 1068px;
margin-left: auto;
margin-right: auto;
}
The result you should see here -> http://screencast.com/t/JywNJhutona
Hope this helps!
Thank you for the message!
Yes. Follow my instructions above and you will have the header style 1 similar to style 3.
Thank you!
Hello alicestudio,
Unfortunately, our theme does not have such an option for achieving as you want but you can do that only with the code. Please notice that is not a simple task and is require some knowledge for PHP/HTML/CSS. If you want to change this, you have to alter the files corresponding to the template used by you. For example, if you are using the header style 1 on your side and you want to change it, you have to do some additional customizations in header-style-1.php core file, like this -> http://screencast.com/t/2LrkPUdrx Here you can add some div’s with classes as you want to display in frontend and then you should control it with some CSS code. Please notice that is not a simple task and require custom work. If you are not aware the steps in this regard and if you want to display more levels in our theme, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hi,
The top section of the header is meant for the logo and the header advertisment like so: http://demo.tagdiv.com/newspaper/
Make sure you have these set-up in the theme panel: http://screencast.com/t/XzZGsQJf and the ad if you want to use a header ad: http://screencast.com/t/R0TLWuPP1clR
Different header styles have different layouts for logo and header ad: https://forum.tagdiv.com/header-ad/
I hope this helps.
Thank you!
Hi,
This is the default behavior of header style 8. It will grab the featured image and set it as a background.Header style 8 is an exception from this rule. You will have to use another post type in order for it to receive the background from the category, or alternatively, add the background as a featured image.
Thank you!
Hi,
You do not need to do anything about it because the error you see in webmastres will not affect your website at all. It simply does not recognize a part of our code that we use to get the header. Either you add the function instead of the get_header(); or not, the result will just be seen in the webmasters tools. It’s not something that affects your site in any way. The error can simply be ignored.
If you want however to see it gone from webmasters then you need to replace the get_header() from every file it is specified: http://screencast.com/t/XQUnvQvviIU (31 places to be exact)
I hope this helps.
Thank you!
Hello sid,
This is the method that works for all our users that have hadthis problem with Chinese fonts and therefore, should work and for you. Please try to implement this into your .htacces and see how it works for you. Also, please notice that we only can guide you to the right direction and cannot do or implement that for you, sorry! You have to try to do it yourself, otherwise, if you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Hope this helps!
Thank you for the message!
Hello,
You can make all of the post header text to justify using css:
.td-post-title{
text-align:justify!important;
}
But this will not work properly for the author name and date and other parts that have separate containers. It’s not how it works unfortunately. There are separate containers to some of the elements and even if you apply the justified property to the text, it will still have nowhere to go due to the container as you can see here on the author name. That is a separate container on itself: http://screencast.com/t/wEUBXww38E5
Thank you!
Hello,
I’m not sure I understand properly.
You can add the css code from ‘answer 1)’ in the theme panel->custom css box: http://screencast.com/t/d4829UlYoFe
As for the menu, you can set the colors, but the hover effect is different on the 2 header styles. You can use a css trick to make them similar:
.td-header-style-1 .sf-menu > li > a:after{
height: 48px!important;
z-index:-1!important;
}
You can also add this code in the custom css box below the other code.
Then you only need to make it boxed. This can be done by adding any type of background color or image. White counts too: http://screencast.com/t/CV2KxS1VMw
result: http://screencast.com/t/nzOj0Alyr65
Thanks.
Hello,
The text logo and tagline work as expected. Please clear your cache and reset cdn files if you use it after you make modifications to the logo: http://screencast.com/t/tXIAptR9IB
Please also make sure you only use the header styles specified here: http://screencast.com/t/ajm6GsNVjG
If you still cannot get it to work, please disable all plugins except visual composer and clear cache as there might be a conflicting plugin.
Thank you!
Hi
To achieve that are required many customizations in head style in order to be displayed fine. The header was designed to display on tablet the same elements as on desktop, but on different sizes. To insert the mobile menu you need to change this implementation for the header style used.
This is a complex task which require many customization and loots of tests. Unfortunately time does not allow us to provide custom services at the moment. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.
Thanks!
I’m trying to add a 728×90 JS ad tag to the header slot (non-AdSense) and it’s not working. The same tag works fine in other slots (In-article, Below Article, etc) but doesn’t work in the header slot. Is this a known problem? Any ideas on how I can resolve it?
Hi Bogdan
So the fix with issue one is
Replace in index.php line 6 code:
get_header();
with this exact code?
if (function_exists('get_header')) {
get_header();
}else{
/* Redirect browser */
header("Location: https://mydomain.com ");
/* Make sure that code below does not get executed when we redirect. */
exit;
};
This is the only file that needs to be replaced, is that right?
I sure hope this doesn’t put me out of business. I’ll be honest my business is down 75% since switching to your template. =(
hi,
could be possible to build a custom header style to reflect this example?
big logo between two small squared ads, long banner below
thank you
Using this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
# END WordPress
I was working in my development site. not the production site.
We can not edit TEXT LOGO and TEXT LOGO TAGLINE in 6.6.5, they are default text and in grey, that can not be changed, no matter what style of header we use.
Thanks.