- TutorialsDefault Block Settings Guide
Hi
I have tried to active the theme several times by deactivating all plugins, emptying cache but still when I download the ‘demo theme’ it comes up with just the header and blank pages and a link to purchase the theme. Please can you advise me on how to fix this issue.
Thank you
:)))
I want to replace the themes default search box with google custom search. I want to keep that search icon that is displayed in header.
To let you know in more detail, here is what I want:
> Someone clicks on search icon in header
> Search box appears
> He types in the query and clicks on search button
That”s where I want the google custom search to work instead of themes search feature.
Where should I place google custom search code in search.php.
Thanks!
I have been getting some server errors on my webmaster panel. I checked out the URLs that were failing and they all display just fine, but when i fetch the page as google i get an error 500. I checked the error log and the issue is coming from the theme.
I dont know much about this buffer and im not sure what to do to resolve it. Its affecting a large amount of pages so id like to be able to figure out what the cause is.
[Wed Jan 06 12:48:57.060567 2016] [:error] [pid 4076] [client 108.162.221.153:31066] PHP Fatal error: Uncaught exception ‘ErrorException’ with message ‘td_js_buffer::add_to_footer – the header JS was already rendered when you called td_js_buffer::add_to_footer() (ex: was called to late)’ in /var/www/mainsite/wp-content/themes/Newspaper/includes/wp_booster/td_js_buffer.php:48\nStack trace:\n#0 /var/www/mainsite/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php(716): td_js_buffer::add_to_footer(‘????????(functi…’)\n#1 [internal function]: td_bottom_code(”)\n#2 /var/www/mainsite/wp-includes/plugin.php(525): call_user_func_array(‘td_bottom_code’, Array)\n#3 /var/www/mainsite/wp-includes/general-template.php(2452): do_action(‘wp_footer’)\n#4 /var/www/mainsite/wp-content/themes/Newspaper/footer.php(50): wp_footer()\n#5 /var/www/mainsite/wp-includes/template.php(562): require_once(‘/var/www/nerdpr…’)\n#6 /var/www/mainsite/wp-includes/template.php(521): load_template(‘/var/www/nerdpr…’, true)\n#7 /var/www/mainsite/wp-includes/general-template.php(85): locate_template(Array, true)\n#8 /v in /var/www/mainsite/wp-content/themes/Newspaper/includes/wp_booster/td_js_buffer.php on line 48
Hello,
The menu color can be changed from the theme panel like so: http://screencast.com/t/jdtbq46pjxj
As for the dimensions, you can use this custom css:
.td-header-menu-wrap-full{
height:48px!important;
}
.td-travel .td-header-style-5 .td-main-menu-logo a{
line-height: 50px!important;
}
.td-header-style-5 .td-main-menu-logo img {
max-height: 55px!important;
}
.td-header-style-5 .sf-menu > li > a{
line-height:48px!important;
}
.header-search-wrap .td-icon-search{
line-height:38px!important;
}
I hope this helps.
Thank you!
Hello,
Unfortunately the theme has no option to change the menu position. This will require custom work and it will be no easy task as all of the menu css will have to be modified to adjust all the different menu-related elements: sub-menus, mega-menu…etc. The header styles control the menu position. At the moment the only menu positioning option is choosing different header styles: https://forum.tagdiv.com/header-styles/
Thank you!
For 2nd question, it works for my mobile screen.
Can you also provide me code on how to remove the white gap between the header and top grid style on mobile screen?
Thanks!
Hi
You can modify the header with using this css in theme panel > custom ceode > custom css: http://screencast.com/t/3x0zB56Fru9w
.td-header-wrap{
width: 1021px;
margin-right: auto;
margin-left: auto;
}
This css will make the header by an equal width with the footer.
To reduce the footer height try this css: http://screencast.com/t/FRaoUkSjC
.td-footer-container{
padding: 12px 0 5px 0;
}
.td-footer-info {
margin-bottom: 3px!important;
}
.footer-logo-wrap {
margin-bottom: 0px;
}
Thanks!
Hello, so i run this theme on Ngix, when i try to translate it haves 0 effect, it just dont translate nothing from English to any languege. There is Error pulled out of log. Help?
2016/01/04 21:49:44 [error] 21838#0: *2105 FastCGI sent in stderr: “PHP message: PHP Warning: Invalid argument supplied for foreach() in /var/www/clients/client127/web237/web/wp-content/themes/Newspaper/includes/wp_booster/aurora/tdx_options.php on line 116” while reading response header from upstream, client: 179.43.176.34, server: kana.pe, request: “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper
&v=6.4 HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9246”, host: “kana.pe”, referrer: “https://kana.pe/wp-admin/admin.php?page=td_theme_panel”
static function set_data_to_datasource($datasource, $options_array) {
if (!empty($options_array)) {
foreach ($options_array as $option_id => $option_value) {
self::update_option_in_cache($datasource, $option_id, $option_value);
}
}
self::flush_options();
it errors in the foreach line.
Hello John,
If you want to move to the left your logo, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this: http://screencast.com/t/erWaKfeLV5
.td-header-style-1 .td-header-sp-logo {
margin-left:-20px;
margin-right:50px;
}
The result you should see here: http://screencast.com/t/6V8yMQvWI
Hope this helps and let us know how it goes!
Thank you for the message!
Hello EDMSU,
I’ve checked your website and I saw that you are using header style_1. You have to insert a custom class and then you have to control with a bit of CSS to insert an image. Below, I gave you an example for header style 1. Please try to implement using the same code into your back end and achieve as you wish.
The code is:
.custom_image {
background-image:url('http://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg');
background-size: 1068px 300px;
background-repeat: no-repeat;
width:1068px;
height:300px;
position:relative;
margin-right:auto!important;
margin-left:auto!important;
}
The above code must to be added in Theme panel->Custom CSS area, like this: http://screencast.com/t/jB1SumPM
You can adjust the values until you achieve as you wish.
The result you should see here: http://screencast.com/t/j4VHuB3X9cQ
Hope this helps and let us know how it goes!
Hello RadioUahid,
If you want to add a button between top bar menu si header menu items, you have to add a custom class within header file like this: http://screencast.com/t/yN3BaFrp0 -> http://screencast.com/t/uISOtMvuMlL There is the place of your button. Now, you have control to this with CSS…and you need some customization to implement this.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
I use the header style 5 and i would like to make the header and the footer’s width equal, please tell me how i can either increase or reduce the Width for both header and footer.
See how my site looks with both Header and Footer: http://www.09ja.com
I would be glad if header can be of the same size like the footer as you can see on my site or the footer size like the header size, how to do both if possible.
and also i want to know how to decrease the the height of the footer, it’s too high.
Is there anyway to add the Top Menu to the Mobile Menu other then just adding the CSS from this post to unhide it? Is there no way to add it to the menu-mobile.php??
Could it somehow be added to this:
<div class="td-mobile-content">
<?php
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> '',
'fallback_cb' => 'td_wp_no_mobile_menu'
));
The Header Menu is there, could you just somehow add ‘td-demo-top-menu’ to that same “theme location”? I tried adding it next to ‘header-menu’ but that just broke the site. Adding the CSS the link above works, but it doesn’t look very good. I would rather not go that route if I didn’t have to.
Hi
I’ve use firebug to see the style sheet for the logo I am using (style sheet is /themes/Newspaper/style.css?ver=6.6.3)
The CSS code I see is:
.td-header-style-1 .td-header-sp-logo {
height: 90px;
margin: 28px 28px 9px;
position: relative;
width: 284px;
My logo size is (272 x 90px) .png
How can I get my logo to be on the very left (see design requirements):

I’ve tried playing around with the margins, but it’s not doing anything.
Please help.
Thanks
John
I have site – http://clubnews.su/ and i need that between the logo and menus to be seen background image. How to make the gap between the logo and the website menu?
Hello !
I could do the changes on php.ini but the problem is still on the website & on the header i got :
“; var td_ad_background_click_target=””; var td_ajax_url=”http://dooweet.org/fr/wp-admin/admin-ajax.php”; var td_get_template_directory_uri=”http://dooweet.org/fr/wp-content/themes/Newspaper”; var tds_snap_menu=””; var tds_header_style=””; var tds_mobile_swipe=””; var td_search_url=”http://dooweet.org/fr/search/”; var td_please_wait=”Please wait…”; var td_email_user_pass_incorrect=”User or password incorrect!”; var td_email_user_incorrect=”Email or username incorrect!”; var td_email_incorrect=”Email incorrect!”; var tds_more_articles_on_post_enable=””; var tds_more_articles_on_post_time_to_wait=””; var tds_more_articles_on_post_pages_distance_from_top=”0″; var tds_theme_color_site_wide=”#e51a1f”;
Do you have any idea how to solve it ? Thanks a lot for your help, and happy new year 🙂
Dear Tagdiv Team
We would like to widen the space between the menu-items and the header menu by about 50-80 px so that we can insert a button (our page: http://testumgebungneu.radiouahid.fm/). How can this be implemented without interfering with the add-box?
Best regards,
Radio Uahid Web Admin
Hi,
Please check header.php file, there you can find the body tag – http://screencast.com/t/dNIDiPVEG – http://screencast.com/t/uGcSXkGZ
Thanks!
Infact, in sidebar the shortcode works properly. It does’nt work in single post and header banner
Hi
1. try this css in theme panel > custom code > custom css:
.td_module_6, .td_module_7 {
border-bottom: 1px dotted grey;
margin-top: 10px;
}
.td_module_6 .td-module-thumb, .td_module_7 .td-module-thumb {
margin-bottom: 6px;
}
.td_module_6 .item-details, .td_module_7 .item-details{
margin-bottom: 10px;
}
2. Try this css: http://screencast.com/t/DsqKny9Mi
.td_module_5 {
border-bottom: 1px dotted #f1f1f1!important;
}
3. The indicated line appear on header style 7 so you can change the header style and the line won’t apear anymore.
4.Try this css:
.td_module_5 {
padding-bottom: 8px!important;
}
Hope this help.
Thanks!
Hi
You can define a new menu in td_menu.php file: http://screencast.com/t/crxUuOhFM Also you will need a script in header-menu.php which detect the mobile devices and load your custom menu: http://screencast.com/t/bIRVDKCmC Please note that this is a complex task which require many customizations and i can’t provide a solution now. My advice is to look for a professional developer to help you with this task if you can’t do it yourself.
Thanks!
when I checked my wordpress https website today i found some redirecting errors.
I never created those redirection on my side.
https://www.estambul.net/sitios-de-interes/mezquita-azul/
https://www.estambul.net/sitios-de-interes/santa-sofia/
these two posts redirected to
https://www.estambul.net/sitios-de-interes/museo-arqueologico-de-estambul/
and this
https://www.estambul.net/sitios-de-interes/museo-arqueologico-de-estambul/
redirected to
https://www.estambul.net/sitios-de-interes/santa-sofia/
all these creates an infinite loop.
My htacess is like this
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
<IfModule mod_headers.c>
Header always set Strict-Transport-Security 'max-age=31536000' env=HTTPS
</IfModule>
# END rlrssslReallySimpleSSL
# 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>
Please help. How i iwll solve this problem.
Which file creating this.
I have checked posts, htacess even mysql. butr i couldnt fine anything please help.
# END WordPress
6 months before I purchased the newspaper theme…then I install it and activate it with purchase code in the activation section…but due to some problem I have to entirely clean my site…and re-install the theme…now I cant find the activation tab……initially I thought activation is not needed this time…but after few days some backdoor code on the header file infected my site…kindly help me…is the activation is necessary this time or not…
Hello !
I have purchased my theme one year ago on ThemeForest and everything worked perfectly. Some days ago, i tried to put a Google Analytics code on “Background Clikable Ad” section and from this day, it totally fucked up my website.
You can see it on : http://dooweet.org
When i try to remove it from the Theme Panel, it loads “indefinitly” when i click on validate and it never updates the theme.
Can you please help me on this issue ? I think i should remove this line from the database but i don’t know where to find it…
I can give you access to the backoffice / database if needed !
Bests,
Chris
(I found how to change the header color bu the main menu)