- 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,
1. Unfortunately at the moment we don’t have an official documentation regarding theme’s regular child system and right now just files that are located in theme’s root can be overwritten using the child theme, this means posts template files(in this case just the default post template the single.php file as for the other ones we have some issues which we’re trying to fix as soon as possible), page templates, category/archive/author.. templates as well as the header and footer templates.
For modules and headers/block/modules and so on.. we’ve added the API based system about which you can find more detailed info here: https://forum.tagdiv.com/the-child-theme-method/
We also have this in our attention and plan to improve the child theme overwriting system in the near future. We hope to offer the possibility of overwriting most of theme’s files using the child theme and for that we have to find the best solution for it and the right implementation.
2. You can remove the default google fonts from the config file here: http://screencast.com/t/wmxKL4rF which can’t be edited using the child theme. Sorry!
Thanks for the message!
Hi,
Sorry for delay, we answer to the most oldest topics and because you’ve added a new replie we missed your post!
I’m not sure what you have changed in td_css_generator.php file, it creates a css code for your when you make some changes in Theme Panel.
If you want to remove that margin you can try to paste your css code in Custom Css from Theme Panel – http://screencast.com/t/Li0BywZuKEwQ please try this:
.td-header-style-1 .td-header-sp-recs {
margin-bottom: 0px !important;
}
Or provide your site url so we can take a look and provide an accurate solution.
Hope this helps!
Hi,
The Sign in/Register widget is available only for Top Menu, if you want to place it on the main menu you will need custom work and unfortunately we cannot provide any type of custom work at this time. You can find the Sign code in top-menu.php file and you can try to use this also in the header-menu.php for example, like search is used – http://screencast.com/t/je4xh2Sj6d you will need additional css customizations, I suggest to hire a freelancer if you don’t have basic php/html/css experience.
Thanks!
Time to add mine into the mix here. I just updated so I’m using Newspaper v6.1 and the child theme.
I opted to go for sleek design attributes and dug apart the default styles. Features include:
- Transparency on all container backgrounds
- Full size fixed background image representing my site’s primary subject (Dallas Cowboys NFL Team)
- Custom widget title blocks
- Custom link colors on post templates with darker headers
- Custom sharing buttons; removed default Pinterest button and replaced with a Reddit button
- Using Open Sans and Roboto in a few places like menus and widgets, and using Merriweather for content and some titles, but Oswald for all headings and most titles.
I’m pretty pleased with how it came out and, of course, thanks go to tagDiv for revamping the theme in such a way that this was so easy to do. Seriously loving the speed of the theme, even with ads and outside javascript like an audio player loaded.
Comments and feedback welcome.
How do i select a background color for the “grid” part of the page?
For example on the video example site http://demo.tagdiv.com/newspaper_video/ the grid area has a dark gray background. I can’t see how to recreate.
Hello I am using Newspaper v6.1 wordpress theme. There is problem in my header main navigation menu. My navigation menu is showing something like this: http://prntscr.com/7muz7f Its not showing the side posts with topics and pictures along with sub menus like the one showing in Demo Newspaper theme: http://prntscr.com/7muywf. Can you please tell me how can I fix it so that it should show the posts also along with submenus. Please help me out.
Hi thanks for the code.
But instead of using custom css, I changed the file header-style-6.php to use css for header style 1.
Since it is similar style with top menu, logo and ad.
It works better than custom css.
<div class="td-header-wrap td-header-style-1">
Hi
You can use custom css and change it just on homepage, like this: http://screencast.com/t/OirdzwkLn
Use the one below and change the color as you wish:
.home .td-header-border:before {
background-color: #EC4D89;
}
If you need it on other pages please let me know and provide more details.
Thanks.
Hi
You must change this file: header-style-6.php and add this line of code
header/top-widget.php', true); ?>
here: http://screencast.com/t/dcODceCWu6o After that add this custom css
.td-header-style-6 .td-top-menu-full .td-header-sp-top-menu{
width:70%;
}
.td-social-icon-wrap i{
color:white;
}
here http://screencast.com/t/iyHdJzrZn
The header will look like here: http://screencast.com/t/v98AuEEPiYW
Thanks!
Hi,
I think that you have this error because of your custom share button for “Email This”-http://screencast.com/t/mfoXRXFr7nt please search in Custom Css section change to this url – http://screencast.com/t/0l1gaMbNMDdP
https://tribyoot.org/Tribyoot/wp-content/themes/Newspaper/images/header/elements-menu.png
Thanks!
Hi,
Please provide your site url so I can inspect this, as I also tested this and it works. Also if you don’t have site background image/color set, you can add a full background to the header using this custom css – http://screencast.com/t/NCuac8xM7vg
.td-banner-wrap-full{
background-image: url('http://www.florian-radu.ro/images/headers/Header-graphic03.gif');
background-repeat: no-repeat;
background-size: cover;
}
Thanks!
I am trying to get rid of the margin here: http://i.imgur.com/chKbhwA.png?1
I have deleted it from the header style 1 (which got rid of the top and side margins) and ive deleted it from the td_css_generator.php file but its still giving me a bottom margin on 28. How do I delete it
Hi Everyone
First of all, thanks for the great template.
I have a question about the “sign in”.
I activeted Header Style 7 and disabled Top bar. I want to use Sign/Join menu on Header element.
Like that
http://tinypic.com/r/157khh5/8
May I use Sign menu on Header like that with a icon?
Note: “Giriş Yap” means Sign in.
Hi,
Unfortunately when is used a background the site is change automatically to boxed version and you will need custom work to have full menus and footer as there is a fixed width on outer-wrap container – http://screencast.com/t/vgVaWQfuuvT which includes beside the content also header and footer. So it is not an easy task to make them full as you will need to change also the width for content, sorry!
You can try this custom css using media queries, but you may need additional customizations:
@media (min-width: 1180px) {
.td-boxed-layout #td-outer-wrap{
width: 100% !important;
}
.td-main-content-wrap {
width: 1164px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
left: 0;
right: 0;
}
}
Hope this helps!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/sOukKlzyQx8
@media (max-width: 767px) {
.td-header-style-9 .td-main-menu-logo {
display: block !important;
}
.td-header-style-9 .td-logo-wrap-full {
display: none !important;
}
}
Thanks!
Hi,
Please deactivate all plugins except of Visual Composer, clear cache and purge your files if you use CDN and see if you still have this issue. The html structure is incomplete, you have only header on the post page – http://screencast.com/t/R1nRt0GJH6V
Thanks!
Hi,
About hide different ad slots from different post types, is possible via code, using a php condition. You need to read the post template style and make a condition like here(if you are on template style 3 the ad will be displayed: http://screencast.com/t/iZMLs0j2O
Code: http://pastebin.com/L7tXuJcf
—————————-
About IF the article inline ad does show up, that the article bottom is hidden? I’m not sure i understand your question.
—————————-
Can the inline ad only be enabled on certain post templates?
Similar to header ad code, with a php condition to hide the ad.
—————————-
About Social Counter: https://forum.tagdiv.com/how-to-set-social-counter/
—————————-
About child theme issue.. is solved in the latest theme version 6.1
Thanks for the message!
Hi,
1. Please provide a link so I can take a look – gap between content and author box.
2. Please increase margin bottom value for .td-post-header-holder or change this value for each post template that you use. Add a default value for .single .td-post-header-holder and then change it for each template where is not looking fine using uni .single_template_x .td-post-header-holder
Thanks!
Hi,
i use on desktop HEADER STYLE – 9 – full logo on top.
How can i hide the full logo on Mobile -( i want just the logo on the menu – one line – like the DEMO).
thanks.
Hello,
I hope all is well with the Tagdiv Team.
Recently when doing a Firebug check I ran across this element that is being delivered unsecured. My entire site is secured with ssl, so this is puzzling. I hope you can help me figure out how to secure this element. Here is the link to it.
This is the message in Java Console – Google
Mixed Content: The page at ‘https://tribyoot.org/19831/yummy-anti-cancer-curry-tumeric-food/’ was loaded over HTTPS, but requested an insecure image ‘http://tribyoot.org/Tribyoot/wp-content/themes/Newspaper/images/header/elements-menu.png’. This content should also be served over HTTPS.
I looked at this image and it’s just an indexed color image, 91×2500 with a small “>” symbol in the middle.
http://tribyoot.org/Tribyoot/wp-content/themes/Newspaper/images/header/elements-menu.png
I hope you can help me find out what this is and how it can either be secured, ignored or eliminated.
Thanks.
Philip
Here the code. Help me please!
[vc_row full_width="" parallax="" parallax_image=""][vc_column width="1/1"][td_block_trending_now navigation=”” style=”” category_id=”” category_ids=”” tag_slug=”” autors_id=”” installed_post_types=”” sort=”” limit=”5″ offset=””][td_block_big_grid_3 td_grid_style="td-grid-style-1" tag_slug="destaque"][/vc_column][/vc_row][vc_row full_width="" parallax="" parallax_image="" el_class="td-ss-row"][vc_column width="2/3"][td_block_1 custom_title="ENTRETENIMENTO" header_color="#e29c04" category_id="286" limit="5" td_filter_default_txt="Tudo"][td_block_2 custom_title="NOTÍCIAS" header_color="#4caf50" limit="6" td_filter_default_txt="Tudo" ajax_pagination="next_prev" category_ids="47,49,55,56"][td_block_1 custom_title="POLÍCIA" header_color="#a50000" category_id="54" limit="5" td_filter_default_txt="Tudo" ajax_pagination="next_prev"][td_block_15 custom_title=”ESPORTES” header_color=”#50992f” category_id=”53″ limit=”3″ td_filter_default_txt=”Tudo”][/vc_column][vc_column width="1/3"][td_block_15 custom_title=”BLOGS” category_id=”62″ limit=”4″ td_filter_default_txt=”Tudo”][td_block_social_counter custom_title="SIGA-NOS" facebook="clickcamboriu" twitter="clickcamboriu" youtube="canalclickcamboriu" open_in_new_window="y" instagram="clickcamboriu"][td_block_ad_box spot_id="sidebar" spot_title="- Publicidade -"][/vc_column][/vc_row][vc_row full_width="" parallax="" parallax_image=""][vc_column width="1/1"][td_block_big_grid_5 custom_title=”” td_grid_style=”td-grid-style-5″ category_id=”1030″][/vc_column][/vc_row][vc_row full_width="" parallax="" parallax_image=""][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-agenda"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-footer-2"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-footer-3"][/vc_column][/vc_row]
Hi,
I’m doing a simple one page website and have no need for the header + menu. How can I disable it completely?
Cheers
OK, thanks, I did not realise that the body tag was in the header file. 🙂
We created a custom header for our site… but it is pretty slow to load in. Therefore, the header looks incorrect for several seconds while the site loads. Is it possible to have the Custom CSS section loaded first and still take precedence?
Site – http://dev.30a.com
In reference to hiding ads by using CSS..that’s not working for us because unfortunatley, using a div to hide the header ad for instance — the ad still gives an impression in adsense but just the div gets hidden. How can we outright ensure the code itself doesn’t even display?