- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
hi,
in my site not see logo and header ads
try to disable any plugin is new but nothing, in others pages see normally
can help me about this ?
Hi Calin,
I cant make it work. I defenately have the child theme activated since I hace modifications in function.php that work properly. So regarding the files I want to change
the following file
wp-content\plugins\td-composer\legacy\Newspaper\parts\header\td-login-modal.php
So I create my file under
wp-content\themes\Newspaper-child\parts\header\td-login-modal.php
Modifying the file in my child theme doesn;t have any affect. I can see my changes only when I modify the original file.
Do I need to copy the whole parts/ folder or just the files I want to modify?
What happens if I do modifications to the templates from the Theme Panel inside wp-admin?
Thanks
Thanks for your reply. We didn’t move all the files to the child theme. Using the guidance
https://forum.tagdiv.com/the-child-theme-support-tutorial/ we attempted to select specific files. Unfortunately we just don’t understand some of what’s in the tutorial. Here are some specific questions.
1. In the root child theme, the example shown in the tutorial shows files being placed in this directory. It’s not clear to us what should go in this directory. Can you please be more specific?
2.We made changes to the header and footer within theme panel. We think we understand which files these header and footer changes impact, but there doesn’t seem to be any mapping between theme functions and the files that they change so that we can ensure that we chose the right ones. Can you please provide a document that explains which theme options write which files?
3. When you saw the directory structure we created in the child theme, did that look correct? We tried to follow the example in the tutorial.
Thank you so much!
Hi,
Please try this custom css:
https://i.imgur.com/oSkOObR.jpg
.td-header-desktop-sticky-wrap .tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu {
margin-top: 25px;
}
and this it will be the code for both headers -> https://i.imgur.com/vTsptd6.png
.tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu {
margin-top: -5px;
}
.td-header-desktop-sticky-wrap .tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu {
margin-top: 25px;
}
Hope it will help you!
Thank you!
Hi,
Please try this custom css this it will be apply on all blocks that have the style 8 for header ->https://i.imgur.com/C1gZaFR.jpg
Replace the above code with this one :
.td_block_template_8:hover .td-block-title *, .td_block_template_8:hover
.td-block-title span {
color: red!important;
}
Thank you!
Hi,
Now you are using a page template Page Builder + Overlay Menu, also you are using a standard header style -> https://i.imgur.com/9q9YwBE.png if you want to change some colors for menu, you can do it from theme panel -> https://i.imgur.com/KYSLp4H.png -> https://i.imgur.com/M2qx2n1.png
Let me know the results!
Thank you!
Hi,
If my colleagues from email found the problem and fixed it, yes you can do a new header.
Thank you!
where exactly in htaccess whould I paste the code below
# 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 application/x-font-woff “access plus 604800 seconds”
ExpiresByType application/x-font-svg “access plus 604800 seconds”
ExpiresByType image/svg+xml “access plus 604800 seconds”
</ifModule>
# END Expire headers
Hi,
If you choose header style 7, 8 or 10 then you can set the size you want for the logo https://i.imgur.com/7SZvpfc.png -> https://i.imgur.com/qm5LYeR.png -> https://i.imgur.com/BWZ8IkK.jpg also if you are using other header style, please make sure that the logo is set in full size.
Header styles -> https://forum.tagdiv.com/header-styles/
Logo & Favicon in Newspaper Theme -> https://forum.tagdiv.com/logo-favicon/
Also you can use cloud headers from tagDiv Cloud Library, these can be edited using tagDiv Composer and adjust after your needs.
Thank you!
Hi,
Please note that you can use tagDiv Composer only on pages and cloud template, if you can not edit the header and footer, that’s mean that you are using standard header and footer and these can be edited only with the settings from theme panel -> https://i.imgur.com/ne5ENTJ.png but you can import cloud template and assign theme in theme panel:
-> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
-> https://tagdiv.com/how-to-create-a-footer-with-newspaper-theme/
Hope this will help you!
Thank you!
Hi,
Yes, the search will work like before and you ca edit it with tagDiv Composer in case if you want to change something to layout.
If you are using a cloud header and you want to apply as global for your website, then you can set it in theme panel -> https://i.imgur.com/rDZ5suf.png only if you want to have a different header on some post or pages, then you can edit the page(https://i.imgur.com/Dgwj1eO.png)/cloud template (https://i.imgur.com/7Q28RUY.png) with tagDiv Composer and assign the cloud header -> https://i.imgur.com/4wkedxv.png
Hope this will help you!
Thank you!
Hi,
Yes, this is a good approach, unfortunately our theme do not has a tracker for Header Live Search, this need to be implement manually or using some extra plugins.
Thank you!
Resetting the style didn’t work. Deactivating the plugins I realized that the one with the problem was tag Mobile Theme.
Ultimately, I recreated the entire header from scratch and the problem went away, so not sure what happened, but it’s now fixed.
Hi,
You need to set the css code for each post that you want to hide the post date, for example
.postid-1 header .td-post-date,
.postid-2 header .td-post-date,
.postid-3 header .td-post-date,
.postid-5 header .td-post-date{
display: none;
}
The above code it will remove the post date from post with id 1, 2,3 and 5, now you need to set your posts id, also you can set it for how many posts you want.
Hope this will help you!
Thank you!
Hi
I was changing the theme’s header image and I am now having trouble stretching it to the width of the page. I am not sure what I had done originally as I have even reloaded the same image and it is now a small centred image.
But even in the (Cloud Templates -> Tagdiv Composer) the image doesn’t show up correctly. Then I try on multiple mobile devices, Google Pixel 2 and some Samsung device, same thing. The image does not show up properly.
When you refresh the page, while you are in the mobile viewport, the whole header gets refreshed and the logo image is no longer selected.
Hi
I read your last answer “Please check the viewports from tagDiv Composer -> https://i.imgur.com/IkQJNC6.png and where is this problem, check the css tab and set the display to block -> https://i.imgur.com/ABJKKC5.jpg”
But problem is not about 4 viewports in tagdive composer. Problem is about mobile horizontal viewport or like that.
No I didn’t do anything wrong. What I did from beginning to end step by step (just watch): https://youtu.be/eggM-5pP7zI
After I import Dental Studio header, you see whenever I turn my mobile phone horizontally, 2nd text “Prodimarc” comes to 1st line. Just watch: https://youtu.be/O3A3q3OhSUc
How can I fix this problem?
Hi Calin,
Thanks for this, and it works… slightly!
Only one of the block header’s change – you can see this at: Wise Living Magazine
If you scroll down, you can see that ‘Featured Articles’ has adopted the hover state (yay!) but the remaining Header Block 8’s have not (Health, Money etc as you scroll down).
Any ideas? I’ve checked and these are all Block Header 8 elements…
Many thanks!
matt
Hi,
Here is a video how is working your website for me -> http://www.filedropper.com/jump_1 also there is a transition effect set on cloud menu that it will load it after the header is loaded.
Thank you!
Hi,
Using the mega menu will be display all the post from that category and subcategories from that parent category.
If you are using a cloud header from tagDiv Cloud Library, then you can edit it with tagDiv Composer and adjust a little the mega menu -> https://i.imgur.com/oD9Dx2m.jpg
Thank you!
I have created a “house ad” for a related website to display in the header and elsewhere. Did not want to deal with the Ad Sense facility and what to me seems more difficult controls and coding to learn. The tagDiv Composer using the ad box element seems much more understandable. Ad looks great when I am signed in as the admin. When I view the page as if a visitor who has not logged in, the ads are completely missing. What have I forgot to set please?
Thank you.
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
In Newspaper v10.3.3 was add a better support for WPML plugin ->https://i.imgur.com/vAjt3aG.png now you can set the header, footer, category and single template on each language in them panel, for this you need to use the translate for cloud templates -> https://i.imgur.com/Y99kgbB.png in this way on each language you’ll have only the templates made for that language, for example https://i.imgur.com/UJbzFFp.png -> https://i.imgur.com/TWZLxQZ.png -> https://i.imgur.com/CjsSkAC.png
You can duplicate a cloud template like this -> https://i.imgur.com/BLYyLc4.png after that you can edit it with tagDiv Composer.
The second method is the classic one using the strings translate, this is more harder -> you need to use the this option -> https://i.imgur.com/59kl17v.png in order to use the string translate, for example for the header -> https://prnt.sc/rumozl and in WPML String -> https://prnt.sc/rumqn5 then you need to set the id of the header you want to be set for that language -> https://i.imgur.com/ghCu54I.png -> https://i.imgur.com/UAgVTC6.png -> https://prnt.sc/rumrbd
Hope this will help you!
Thank you!
I’m trying to build pages but the tops of them are being hidden by the header menu:
This is the page as I’m building it: https://www.gardenseeker.com/wp-content/uploads/2020/06/category-page.jpg
And this is what it looks like live: https://www.gardenseeker.com/wp-content/uploads/2020/06/page.jpg
I’ve tried all kinds of options for the header, fixed, default etc and I can’t get it to work.
Can you help?
Can we try making new header again?