- 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
Dear Team,
i would like to do leverage browser catching in GCC Guide and blog actually focusing guide and assist gulf expatriate and tourists
i just add below mentioned as mentioned in tutorial, but still google page speed check, gtmatrix showing to leverage browser catche
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
i install the WORLD NEWS demo on my site. How i change the WORLD NEWS in the header, into my own website name?
Hello hadharm,
Do you are referring to the header ads? If you want to remove it, you can do it from the Theme panel, like this -> http://screencast.com/t/mBjxlZX6Pxdt Please notice that if you want to display your ads only for posts at the top of the page, you will have to use the Article Top Ads, like this -> http://screencast.com/t/0ONWwXfBEnU
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello,
You can try to use this code:
.td-header-sp-recs{
float:right!important;
}
http://screencast.com/t/I8ofDg5xPnad
Thank you!
Hi,
The menu I saw on your site was called ‘mega-menu’ but it did not come from the theme…The top menu created a hamburger menu along side the one from our theme. That is not a default theme implementation and falls beyod what support can offer you.
Here is a code that will work on the theme top menu but not on custom menus:
@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;
float:none!important;;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
Thank you!
Hi
I’ve checked your site and now the header is displayed fine: http://screencast.com/t/1rr00Haj0B If you still have this issue try to clear all caches then test the site again.
Let us know if you need further assistance on this.
Thanks!
Hi,
Today I bought this theme, but after installing it, I get the blank page.
At wordpress panel I can’t see the panel of the template.
I checked the PHP debug and got the following error:
PHP Fatal error: Class ‘td_global’ not found in /home/la969rumbos/public_html/noticias/wp-content/themes/Newspaper/header.php on line 15
I hope that you can help us as soon as possible.
Regards.
Hi there!
We just uploaded the latest version on Newsmag on our page http://www.kongres-magazine.eu and site is completely out of order with strange header and other problems on first page. This is our anchor site and we need to fix this super urgently.
Many thanks in advance,
Gorazd Čad
Thank you Catalin for your message.
That’s right, one pic (same) for all of the pages! What you suggested is a nice idea but it’s not gonna work for our design. Option we used on single post (https://forum.tagdiv.com/topic/header-imageevery-categoryevery-post-different-image/ ) is perfect for what we need. That is a solution you recommended to us for our first website.
There is a huge visual difference.
Example with Visual Composer image :
http://picpaste.com/pics/4INUI72P.1476106305.jpg
Example we integrated in a singlepost.php following the instructions above (as in singlepost.php)
http://picpaste.com/pics/OQV5Iizr.1476106340.jpg
We want to apply the SAME on singlepage.php If you have a look at the post on the link provided above, you will se that pic isn’t inside a td-main-content-wrap div but above it.
This link below and solution is of key importance for what we are doing, only difference is that we want to do THE SAME for singlepage.php (single page).
https://forum.tagdiv.com/topic/header-imageevery-categoryevery-post-different-image/
Thank you for your effort
Hi,
The empty space on the header is destined for a header ad: http://screencast.com/t/gFzOcmhOgqgP
Thank you!
Hi, I was wondering if it would be much work to affix the header ad when viewing on the mobile to the bottom of the menu.
This would keep the ad unit on screen at all times and hopefully increase our click through rate and general ad exposure.
We currently use the “Always Stick” menu and would like to basically attach the ad unit to the bottom of this. Would that be possible at all?
Hi,
Please replace this line of code from header-styl05.php http://screencast.com/t/A9RD0oKIteM with this code:
<?php if(!is_front_page()){locate_template('parts/header/ads.php', true);} ?>
It should look like this: http://screencast.com/t/Izl83bxWOBm
Now your homepage will not show the ad.
Thank you!
Hi
You can also edit the header-style file for the header style that you use: http://screencast.com/t/J2BvFbLGjj
Thanks
Hello,
We bought another Newspaper theme for our second website and we need a little help with the header pic for the pages (pages, not posts.) On our first website with your help, we managed to set up our header pic on every post and on each category, with the help of this guide by Bogdan:
https://forum.tagdiv.com/topic/header-imageevery-categoryevery-post-different-image/
example: http://www.ayrton-senna.net/monaco-grand-prix-1989/
We applied this guide on our new website (everything is working properly), but we would like to add the header pic to the pages too, not only posts. We tried following the instructions above on the page file itself but it failed. Can you please change the instruction and hel us,so it applies on page .php files?
Thank you for your time and support.
HI Catalin,
Thanks for your help. I’ve selected Header Style 10 as per your suggestion.
However, I can only achieve this result:
http://www.screencast.com/t/NWomsJ8AFf4
Is it possible for me to have my logo displayed wider? Maybe around 80% of my browser’s width?
The original dimension of the logo image is 1133 x 375.
Thanks.
Juwaini
Hello juwaini,
Please keep in mind that our theme has a lot of header styles and some of them use the logo in full width, as an example -> Header Style 10. Please try to switch to another header style, clear all your caches and check the results. -> http://screencast.com/t/CdcGoqiWj6 For more information about our header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/
Thanks for your understanding!
Hello spyngr,
Please keep in mind that our theme has been designed to use only the Google Adsense code for Advertisement and another alternative, in this case, would be using other ads according to our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ -> https://forum.tagdiv.com/header-ads-adsense/ If you are using other system ads, please notice that our theme does not recognise it and that’s why you will encounter some issues, sorry! Also, the theme is not tested with Opera Mini browsers and some errors may occur using this.
Thanks for your understanding!
Hello,
Please provide a link to your site so I can provide the proper code. It depends on the header style that you use and there re many header styles that have a bottom ad spot like that.
Thank you!
Hello,
You will have to be more specific. What links are you referring to? Please provide a screenshot as the only bright yellow I see is the header and top menu which can be changed from the theme panel-> theme colors section.
The other links cannot be targeted individually as they are affected by the theme accent color.
Thank you!
Hi Alex
There is a great guide in the documentation on creating a child theme. Once you’ve done that copy the header.php file from the newspaper theme folder and put it in you child theme folder. Then you can edit to your hearts content :).
Hello;
I have not received any solution to my last question. I’ve made changes in my .htaccess as you comment and now you can well see https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.trebol-apuestas.com%2F&tab= desktop The problem is that there puglins as you can see in “Specify Cache” that have no specified time. These are:
-http: //sumome.com/api/load/ (not specified expiration time)
-http: //my.hellobar.com/9a38405d83b6e120ddd87505ec8bf511b98bb4bf.js
-https: //cdn.syndication.twimg.com/timeline/profile -callback = __ twttr.callbacks.tl_i0_profile_TrebolApuestas_old & dnt = false & domain = http://www.trebol-apuestas.com & lang = en & screen_name = TrebolApuestas & suppress_response_codes = true & t = 1640026 & with_replies = false
-http: //load.sumome.com/ (10 minutes)
http://platform.twitter.com/widgets.js
As I can specify cache for these html headers. I already use cloudflare if necessary for this action.
actually I wish that the whole area under the menu did not appear. I took a look in the code, and saw the class subcategory-header and category-siblings, but I’m not really sure of how to hide them
Hi
Can you help me to add custom code in the header insted of adsense ads, becose i need to put 9 small icons with different links on it?
So the logo is left and in the right position is the adsense ad, so i want to change this ads with 9 small icons.
I know, i need custom css to made it working.
Alex
How to remove the header section where the banner is just on the homepage? You can see the link below for an image.
See the below error which is coming in php_errorlog file
[08-Oct-2016 04:10:36 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE AND comment_parent IN (29268) ORDER BY comment_date_gmt ASC, comment_ID ‘ at line 1 for query SELECT ob3hhj0y_comments.comment_ID, ob3hhj0y_comments.comment_parent WHERE AND comment_parent IN (29268) ORDER BY comment_date_gmt ASC, comment_ID ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/mobile/single.php’), comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->fill_descendants
[08-Oct-2016 04:10:36 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE AND comment_parent IN (33456,33515) ORDER BY comment_date_gmt ASC, comme’ at line 1 for query SELECT ob3hhj0y_comments.comment_ID, ob3hhj0y_comments.comment_parent WHERE AND comment_parent IN (33456,33515) ORDER BY comment_date_gmt ASC, comment_ID ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/single_template_5.php’), comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->fill_descendants
The file is more than 1 Gb with these repeated errors…