- 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
Hello dr_vibe,
1)Please notice that our theme has a large list of header styles which can be chosen from Theme panel, like this -> https://www.screencast.com/t/uu2ku7aWYs We have some header styles which uses the logo in full width. For more information about our Header Styles, you should consult our useful guide here -> https://forum.tagdiv.com/newsmag-header-styles/
2)If you are using the using the header styles which uses the logo in full width, you should use a larger size for your site logo for better results. The size for your banner ad is 728*90 px as you can see in our documentation.
3)If you want to have the latest version of Visual Composer, tested with our theme, yo should download the latest theme packet from Theme Forest because the Visual Composer come bundled with the theme core packet and you must not buy any license for this plugin. For more information about how you can update your Visual Composer, please consult our useful guide here -> https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Hope this helps!
Thanks for your understanding!
Hi,
The search function is integrated in the header menu – https://www.screencast.com/t/if5jskv5IQp2 so the easier way would be to hide is with css if you want to remove it – https://www.screencast.com/t/2WrbMFsbcRv. This is the code used
#td-top-search {
display: none;
}
Thanks
I’m just trying to get into the theme newspaper.
For this I wanted to use the logo in the Default Demo for the header style 9 – 11. The used logo file is 544×65 px. However, the preview shows only a logo size of 300×35
Where do I have to change the settings?
@Vikram,
Same issue here… Do you have a custom CSS configured?
I had the following:
@media (min-width: 1181px) {
.td-boxed-layout #td-outer-wrap {
width: 1100px;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
width: 1100px;
}
}
The left alignment issue was resolved by deleting the above code from my custom CSS.
@Support Team:
What is the proper code for this custom in V7.8?
Thanks.
How would I got about making my Category Header look exactly like my Main Menu Bar? As it is now the Category Header is just a small rectangular box that doesn’t go the full width of the block. I’d like it to be full width, with the same color and underline stripe that my Menu Bar has.
Thank You!
I am building website in Arabic( Right to Left Language), is there any specific code to align main and sub menus, headers, categories titles, and all settings from right to left?
Thanks
Hello I am using newspaper 7
I was wondering how can I put a background image on the header. I want to reproduce this: https://flfamily.org/
I thought it will be straight forward, but I am having difficulties doing so
Thanks
Question 6: is it possible to change the Main header in this way: https://www.garyvaynerchuk.com/
I want Home to be highlighted in a color when you visit my site, then when you hoover on other Sections, it should color up
Cheers
Hi,
This should not happen at any time, not to mention when you change the header style. The theme is tested and the demo functionality works properly. In your case something went wrong, be it a plugin conflict, or maybe custom code entered in theme panel, or added to the theme files.
Please try to make a fresh theme install – https://forum.tagdiv.com/install-via-ftp/ and install only the plugins bundled with the theme.
These are the theme requirements – https://forum.tagdiv.com/requirements-for-newspaper/ – https://forum.tagdiv.com/system-status-parameters-guide/
Thank you for understanding!
Hello and thank you for a wonderful product.
I am already using the Theme panel’s option to insert javascript ad code for headers and between content.
However, I will be moving to a plugin, which only generates shortcodes for ads (https://www.oomphinc.com/notes/2016/04/wordpress-dfp-plugin/ ). Is there anyway to modify the theme’s panel so as to parse the shortcodes? If I place one right now, it displays it as plain text.
Thank you in advance!
Hi,
I do not understand why would you want to make these modifications. If you want to do something like this you can find the header templates for example, here – https://www.screencast.com/t/xACUOwtWU but you should make a backup before you make any changes to the theme files, in case something goes wrong.
Thanks
I tried your ways but it doesnt work.
Then I changed the header style from the theme panel to default and the images came back.
The issue is when we apply the header style 5 which I have seen that you have used in the black design.
But I need the same style 5 type of header style so please suggest way out here.
The bug is in the coding of style 5.
Hi,
Those are simple menu items for the top header menu – https://www.screencast.com/t/gCW0d8Sb and the footer menu – https://www.screencast.com/t/YFtdcKZ8f and they can be changed from there.
Thanks
Hello,
If you want to add that particular gallery across your whole site, you can simply add it in the header as it;s easier to implement. You will need to use a do_shortcode function in the header file like so:
<?php echo do_shortcode ('your gallery shortcode here'); ?>
Add your gallery shortcode to the code and then place it in the header file:
https://www.screencast.com/t/pKHNC3GWR
It will need a bit of css for a center positioning though.
Thank you!
Hello,
Sorry but our theme does not have a secondary menu such as the one you mention. We only provide 3 menus, a top header menu, the main menu and the footer menu. Our theme does not have a fourth one. Sorry. I can probably be done using a plugin though but I cannot make any recommendations.
Thank you!
Hello,
Is there any way to remove all code what we don’t use in our web site. For ex. we use header style 1, how to remove header style 2, style 3 etj.
Thank you
Hi,
The header logo in header style 8 is displayed like this – https://www.screencast.com/t/BSjCYbyfKX5K as you can see the image is not centered. If you would like it to display different please choose other header style from the available ones. Or center it with css in this current header style, like this – https://www.screencast.com/t/9FAin8XGwJ
Thanks
Hello,
You can get the size of any container with 2 clicks using the browser inspector. Here is an example:
https://www.screencast.com/t/np8xt4OGPQC
I just right clicked on the header and hit the inspect button.
This guide can be very useful: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hi,
I’m wondering if the theme is based on Less. I’d like to build a custom css only with the component I use. The main css file is about 1mb size, when I use only a small part of it. For example, I don’t need all the headers style and I use only a few block.
Is there a way to compile only the elements that I need?
Hi,
Where is the header and footer translation done?
http://www.directupload.net/file/d/4670/s9ky5bhn_jpg.htm
http://www.directupload.net/file/d/4670/beivc3en_jpg.htm
Thanks.
Hi,
I have inspected your site but all I don’t see any odd behavior with the header logo, it seems to be loading normally. If you are still having problems try disabling all your plugins except Visual composer, check any caching set and clear it or disable it as a test, then see if there still is an issue.
Thanks
Hi there,
I updated to version 7.8 today and everything went smoothly. We use a child theme so the customizations were intact, except one thing. The header and footer are fully stretched as per the new feature in this version, but the main content, i.e. on the homepage and the single post pages, is aligned left.
I tried all options under templates > force full width. Only the header and footer are affected but the main content remains same.
Is there a way to avoid stretching all 3 of these elements i.e. header, main content, and footer? I’d be fine if you could give me a solution to the content being aligned left. How can center-align it? Or maybe stretch it out?
URL: https://www.technorms.com
Also as you may observe the arrows on the menu and the search Icon and the social icons in the footer appear as boxes, what may be causing this and how to resolve it?
Let me know, please.
Hello,
Our theme does not have this option unfortunately. You can try to use an ad plugin that can provide the functionality you are looking for, or customize the theme files if you have the proper coding knowledge. The header ad is found here: https://www.screencast.com/t/zYHtzCMM
Thank you!
Hello,
The top header ad works just fine: https://www.screencast.com/t/uwKwOlLz
The ad under your menu does not come from the theme. It has a class of google-auto-placed which is not a theme class. It most likely comes from a plugins. Please check your plugins to see which one places the second ad.
Thank you!
Hey there,
thank you for the prompt response! It works but the code seems to be affecting the header and other elements as well which is under “image that are placed in the website” (Mainly refering to header image below main menu at pages). Is there a way to define only the 8 images in the page itself so it will not affect the other images?
Website Url: https://leapdsc.com/leapdsc/client/astar/techdepot/about/
Img: https://1drv.ms/i/s!Ai3uwVtbSehutf0dvuW7p7MXni4iig