- 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
Hi,
If you use the mobile theme then the code will not work. Please use this one instead:
.td-a-rec-id-header_mob{
margin-top:0!important;
}
@media(max-width:767px){
.td-a-rec{
margin: 0 auto 0; !importamt;
}}
Add the code in the standard custom css box, not the advanced one.
Thanks.
Hi,
We’re using the default post style eg. http://goo.gl/EKMSur
What is the right image size or aspect ratio so that the header image does’t end up being so tall that it occupies the entire vertical space above the fold…since we’d like to show some of the content too.
Regards,
Gaurav
Hi, I chose Hybrid Menu on right with logo as my header style and the top bar seem to stop working. When you move the mouse over the black bar you can see that the menu items exist but they seem to be hidden in the black bar. The site in reference is – http://smashingideas.com.au/
I’ll appreciate if you can advise a solution so that I can have extra links and the weather info on the black bar.
Thanks.
Prabs.
Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files. Then change the header style to another one and see if it applies.
If this still won’t work, please download the new update (added today) and install the theme again with this occasion. If the header still won;t work, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect the issue.
Also include a link to this topic so we can identify you!
Thanks.
Hi TagDiv,
I have a question about this showcasw theme: http://indietravel.net/
How can I make the same header? The same image on the entire page? Where can I find the settings?
And I want the same footer and menu. How can I make this?
Kind Regards,
TB
Hi,
For the front-page, you can use visual composer and a 3 column layout like so: http://screencast.com/t/bXfOAB3ALB
The logo is a big image so a header style that uses the full logo is the best choice (9, 10 or 11)
The stretched grid does not seem to position properly for the site as the content is stretched. You can use revolution slider to create a full width slider below the menu like in this demo: http://demo.tagdiv.com/newspaper_blog_travel/ (the slider is already included in the theme archive under demo sliders) or you can use one of the big grids: http://demo.tagdiv.com/newspaper/big-grid-9/
The rest are simply a selection of block elements on the homepage.
I hope this helps.
Thank you!
Hello alpsbox,
Please notice that you will have to alter the code from the modules which are used in your Blocks on the homepage. For example, if you are using the Block 3, please notice that this is using the module 1 and you will have to alter the code in td_module_1.php, like this -> http://screencast.com/t/ZQJTCB1zS For more information about blocks and modules used in the theme, please check here -> http://screencast.com/t/t872TIWrCtR
If you want to change the color for your post title on the homepage, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.home h3 > a {
color:blue;
}
The result -> http://screencast.com/t/1GXUrd4M
For your second request, please try the code below.
The code is ->
header .td-post-views{
float:left;
}
header .td-post-comments {
float: left;
margin-right:20px!important
}
The result -> http://screencast.com/t/MCNlaCxnoH7
Thanks.
Hello guys need some help. I used the DATA Highligter withing google search console.
Almost everything is working except i can not highlight the header images as seems a layers to be over it.
Here´s a screenshot: http://www.screencast.com/t/nyV8gOaAz
Thank you very much. Sylvester
Hello Andrei,
Thanks a lot for the response. I implemented most of what you said and it worked perfectly, except for the header above my logo. My site is shanaplandebate.com, and for some reason when I go to Appearance->Editor I can’t find the header-style-7 section to edit the code. Is there a reason why?
Quick follow up:
I’ve managed to edit the code above to show the category I want and customized it appropriately. However, when I duplicate the code to make a second “block,” I only get a header with no posts. Is it written in such a way that it can’t be duplicated? Here is my modified code:
<div class="td-container td-pb-article-list td-main-content" role="main">
<?php if ( empty( $paged ) or $paged < 2 ) { ?>
<h4 class="block-title"><span>IndyCar</span></h4>
<?php }
// query used on Latest Articles section
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish',
'posts_per_page' => 5,
'paged' => $paged,
'category_name' => 'indycar'
);
query_posts($wp_query_args);
locate_template('loop.php', true);
wp_reset_query();
?>
</div>
<div class="td-container td-pb-article-list td-main-content" role="main">
<?php if ( empty( $paged ) or $paged < 2 ) { ?>
<h4 class="block-title"><span>Sports Car</span></h4>
<?php }
// query used on Latest Articles section
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish',
'posts_per_page' => 5,
'paged' => $paged,
'category_name' => 'sportscar'
);
query_posts($wp_query_args);
locate_template('loop.php', true);
wp_reset_query();
?>
</div>
Thank you.
Hi there I am running Newspaper Version 6.6.3. My Installatron automatically updated Visusal Composer, but it was not loading. The website was unaffected but I wanted to adjust the frontpage.
Today I needed to change the frontpage. So I downloaded the latest newspaper package so I could re-install the visual composer manually. When I went to plugins and disabled wp bakery visual composer the website displayed error 500. Now the entire website has crashed.
Any thoughts on how to fix this?
I have root access so httpd log:
[Mon May 23 15:12:29.873142 2016] [proxy_fcgi:error] [pid 3346:tid 140512614889216] [client 83.82.170.196:59885] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/pcinside/…’)\n#5 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’, referer: http://www.pcinside.info/wp-admin/post.php?post=31&action=edit
[Mon May 23 15:12:45.470177 2016] [proxy_fcgi:error] [pid 3346:tid 140512667338496] [client 83.82.170.196:59903] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/pcinside/…’)\n#5 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’, referer: http://www.pcinside.info/wp-admin/post.php?post=31&action=edit
[Mon May 23 15:12:47.208747 2016] [proxy_fcgi:error] [pid 6708:tid 140512604399360] [client 83.82.170.196:59905] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin.php(31): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/wp-admin/index.php(10): require_once(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:12:50.246849 2016] [proxy_fcgi:error] [pid 3346:tid 140512100886272] [client 83.82.170.196:59912] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:00.543908 2016] [proxy_fcgi:error] [pid 3346:tid 140512352642816] [client 83.82.170.196:59920] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:00.864341 2016] [proxy_fcgi:error] [pid 3346:tid 140512163825408] [client 83.82.170.196:59922] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-admin/admin-ajax.php(22): require_once(‘/home/pcinside/…’)\n#5 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’, referer: http://www.pcinside.info/wp-admin/post.php?post=31&action=edit
[Mon May 23 15:13:00.995235 2016] [proxy_fcgi:error] [pid 6708:tid 140512447051520] [client 83.82.170.196:59923] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:01.186471 2016] [proxy_fcgi:error] [pid 6708:tid 140512226764544] [client 83.82.170.196:59925] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:01.350611 2016] [proxy_fcgi:error] [pid 6708:tid 140512835868416] [client 83.82.170.196:59926] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
[Mon May 23 15:13:01.536382 2016] [proxy_fcgi:error] [pid 6708:tid 140512572929792] [client 83.82.170.196:59927] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function visual_composer() in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php:29\nStack trace:\n#0 /home/pcinside/domains/pcinside.info/public_html/wp-includes/plugin.php(525): myoverride(”)\n#1 /home/pcinside/domains/pcinside.info/public_html/wp-settings.php(393): do_action(‘init’)\n#2 /home/pcinside/domains/pcinside.info/public_html/wp-config.php(106): require_once(‘/home/pcinside/…’)\n#3 /home/pcinside/domains/pcinside.info/public_html/wp-load.php(37): require_once(‘/home/pcinside/…’)\n#4 /home/pcinside/domains/pcinside.info/public_html/wp-blog-header.php(13): require_once(‘/home/pcinside/…’)\n#5 /home/pcinside/domains/pcinside.info/public_html/index.php(17): require(‘/home/pcinside/…’)\n#6 {main}\n thrown in /home/pcinside/domains/pcinside.info/public_html/wp-content/themes/Newspaper-child/functions.php on line 29\n’
I already renamed the js_composer directory to .js_composer to effectively disable it. I also reverted to PHP 5.6 legacy mode instead of PHP 7.0. So far no joy.
Hello,
Please try the code below and place it in Theme panel->Custom CSS area. The code below is ->
.td-header-top-menu-full {
border-top: 2px solid green;
}
.td-header-menu-wrap {
border-bottom: 2px solid green;
}
The result -> http://screencast.com/t/pHOMA20JBaQ
Thanks.
Hi,
Did you try the links in the above replies? Your problem could be related to plugins: https://forum.tagdiv.com/topic/cannot-modify-header-information-2/
Let us know how it goes.
Thanks.
Hello saubhagya,
If you are referring to the main menu, please notice that this come from our theme, and if you want to use the same layout you will have to use the header-style 10, like this -> http://screencast.com/t/ptoHldMYQ Also, if you are referring to this -> http://screencast.com/t/ENCyoNDk please notice that this is custom made. As a hint, this is a table with some links which are added through HTML. Also, if you want to achieve the same results you will have to consult this -> http://www.w3schools.com/html/html_tables.asp and then you will have to add this snippet of the code in the core file according to header style used by you…in this case, header-style-10.php, like this -> http://screencast.com/t/DTf8u5I09mOo
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
I am having strange symbols appear instead of social Icons a little squares instead of in the header the of the site
I tired added Header add Access-Control-Allow-Origin “*” to the htacess file with no luck.
teleread.com
Hello
I have checked your website and I did not saw any problems with your header, like so –> http://screencast.com/t/tMnl9EbBPHp2 Please provide more details about your problem, provide some useful screenshots so I can understand it well about what kind of issue you are talking.
Thanks for your understanding!
Hi,
if you want to add code to the site’s head tag, you can add the code here: http://screencast.com/t/lW8X24hnBM
As for the footer, the file is above the header.php file.
Hope this helps.
Thanks.
Hello, instructed by email to add this in here.
http://www.breadandbutterfootball.com
In the homepage by the header there is a big white gap which I’d like to close up to make website look better. Could I get a CSS code to help with this and where to put it? Thanks
Hi
1.You can use theme’s custom ad-spots to display your ad above the logo. First you have to place your ad-code in one of the available custom ads. Then you have to edit the file corresponding with header style used and add this code like here: http://screencast.com/t/C9xwScefN
I’ve used custom ad 1 as example for header style 7.
2 Add do_shortcode function in page-pagebuilder-latest.php file: http://screencast.com/t/egUxLLUCs http://screencast.com/t/8lHVlabaDs
Also you will need this css in theme panel > custom code > custom css:
.td-container.td-pb-article-list .td-container-border {
border-bottom: 1px solid #e6e6e6;
}
3. Unfortunately the theme does not have an option to add infinite scroll on posts. To achieve that you’ll need some customizations in theme’s core files. This is a complex task and I can’t provide a solution for 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 to help you with implementation.
Try this css to hide the search cos:
.td-search-wrapper{
display: none;
}
Thanks!
It doesn’t look like it because the weather widget is controlled in the header section and isn’t available in the categories section. It would be a nice feature, though.
Hi there,
I am getting the following error every now and then after upgrading to latest version of Newspaper theme at 10KeyThings.com
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas10_data01/27/2779827/html/wp-content/object-cache.php:520) in /home/content/p3pnexwpnas10_data01/27/2779827/html/wp-includes/pluggable.php on line 1171
I need to Flush Cache to make it working. But this problem is so frequent. I am now just fed up. Please suggest some solution.
Best Regards,
Please advise how to make the space smaller under the header and above the first text. Thank you
Hey guys, so first and foremost, my website is shanaplandebate.com. I had several inquiries that I haven’t found anything on that I need lots of help with:
1) How to place an ad above my full header logo (a fully responsive ad)
2) How to place an ad after all my home page content (even after “latest articles”). Whenever I add it on Visual Composer, it always comes before the “Latest Articles” section. This ad also needs to come after the sidebar.
3. Once someone finishes reading one of my articles, I’d like to make it infinite load, so that it automatically enters into the next article, continuosly. Lastly, I would like to remove the search icon in my main menu (I don’t see any option in the Theme Panel.
Thanks and I love everything about your amazing theme!
When I update to Newspaper 7, my website displays weird header.