- 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,
May I know what is the expected behavior of the sticky header, will it shrink to smaller height when a user DOES NOT scroll down?
I have tried many times using incognito mode, but every time when the website is loaded, the header immediately shrinks to a smaller height. Could you examine the strange behavior on our website again?
Thank you!
Hello !
We have inspected your website and the sticky header works great.
Please make sure to clear your cache.
Thank you !
Hello !
Depending on what you are looking to translate that can be done from theme panel – translations.
In order to remove the author from posts simply use this css code: header .td-module-meta-info .td-post-author-name {
display:none;
}
The code must be inserted in here: https://www.screencast.com/t/Qk1mdyD8k
Let us know the result !
Thank you !
Hi,
I see that on your homepage you have set ads in header sidebar an above footer -> https://i.imgur.com/f3vkjpF.jpg -> https://i.imgur.com/N7koKfG.png also inside the posts you have set the ads set in header footer and 2 ads in sidebar, the problem with the ads inside the content is this one -> https://i.imgur.com/podPccF.png
If you check the source of your html code, and search for adsbygoogle.js, you can find lots of them -> https://i.imgur.com/aIWvaq9.png
<script data-ad-client="ca-pub-9836362449699621" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
The code above should only be placed once in your html header. Using our theme you can set that code in theme panel -> https://i.imgur.com/sjBZJmE.png
What you can do is to use these types of ads with this structure -> https://i.imgur.com/Jhef7te.png this type of code can be set in our das places and will be render.
Hope this will help you!
Thank you!
Hello !
IF you don’t see it it means that you are using a cloud library header template and you will have to add you weather element using tagDiv Composer on your header template as you can see here: https://www.screencast.com/t/SD2QkFTn
Thank you !
Also, on refresh, the newly added element is not there in the header.
I have added a new element to the header, after saving it is not displaying on the site. See – https://www.screencast.com/t/bQA9IFvK
What should I do?
Thanks
Hi,
We started to use Sticky header.
Normally, when an user scroll to the top, the menu we expected to be this: https://imgur.com/a/vzMcXOw
However, in fact, it doesnot work as expected as it always be quite small like this: https://imgur.com/a/PHn5UBL
Our website: https://visionthai.net
Could you help me solve the problem? Thank you!
I am getting a big blank space on my website in the header area. And actual content is far below. Surprisingly, this is happening only in Firefox and for all the pages/posts.
FYI – I am not using any adblocker in firefox, also I have tried clearing cache already but doesn’t work.
Hi Jeremysiu, I think that you are referring to the header that you have on desktop -> https://i.imgur.com/FevdZeL.jpg no on mobile, you have a different header, but you can achieve what you need, this can be done using tagDiv Composer -> https://i.imgur.com/PvtMmss.jpg select the port view for mobile, then set the elements you need to set that banner -> https://i.imgur.com/5wuxPni.png you can set an image or a row with a background image like this -> https://i.imgur.com/VAK2i63.png -> https://i.imgur.com/fgp6gNi.png
Hope this will help you!
Let me know the results!
Hello. I followed the instructions shared by Vlad, but when I get to this part:
“You can set it from Theme Panel -> Header -> Top bar. Just add the location, the API key, select the units and turn on the Show Weather switch.”
I do not have a Top Bar option. The only thing listed under Header for me is Logo, Sign In, and Bookmarklet. I’m using the standard pro design.
On the edited posts templates for both desktop and mobile, I have placed ads codes but they are not showing ads. The only thing I see is “Advertisement”. However, the same code placed on the sidebar widget and top header work alright showing ads.
This is the code;
<script data-ad-client="ca-pub-9836362449699621" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Any direction?
Thank you.
Hello !
For the header it might have been an issue when installing. But it is good that is now fixed. You can edit your footer by accessing the website manager and scrolling to the bottom of your page ( it can be any page where that footer is set ): https://www.screencast.com/t/u9nHxfjshIVu
That is just a new option which allows you to create a cloud library template for your mobile viewport. You don’t have to use it if you do not want.
Thank you !
Hello !
Please provide a link to your website. Also if you are using a cloud library template for the header you can use adbox element as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=1s
Thank you !
Hello,
There were conflicts with another plugin, I fixed it myself. Now it’s fine.
BTW one more question:-
I can set a custom menu for sticky header on desktop but on mobile, there is no option to set a custom menu https://prnt.sc/v8k4gs The mobile sticky header is pulling the main header menu. Is there any option for a custom mobile sticky header menu?
Thank you so much for all your help 🙂
-
This reply was modified 5 years by
TechieBraj.
1. Got it! Fixed Header logo. Thnaks
2. Re Mobil page, once in the Page what do I do?
Hi,
Im currently using the romania news layout so I realized that in mobile version this layout doesnt show the slide or header background, is there a way to show it? as seen on the follow link?
OK, I found where to set the default header and footer templates – in the Theme Panel – but why did the Newspaper theme forget what the default setting was, and will it happen again?
I’ve gone to Cloud Templates. I can edit the Header Template – default PRO with TD Composer, but can’t edit the Footer Template – Default PRO with TD Composer.
Why is the TD Composer page and the admin bar telling me to create a mobile page? Mobile seems fine.
-
This reply was modified 5 years by
tomreeve.
OK, I’ve found my original purchase code and reactivated it, but going through the site, it appears that all the templates have forgotten which header to use.
How can I assign a header template to all the templates?
Yes, I am using the special code.
Hi,
Is look that the css is not strong enough, please try this one -> https://i.imgur.com/N0HpL4q.png
header .td-post-author-name a {
pointer-events: none;
}
This one should do the trick.
Let me know the results!
Okay, maybe you might be able to isolate this issue for me, so I use the TD Cloud Library and I have Standard Pack disabled. When I use the Post Settings and select a “Custom Blank – Single Template” from Cloud Library and I removed the header/footer to just rule out code from that, I get the improper rendering as displayed here: https://fortworthbusiness.com/opinion/richard-connor-your-first-vote-is-a-vote-you-should-always-remember/ which again looks fine on the mobile version.
Now, I used the settings above for a test article located here: https://fortworthbusiness.com/uncategorized/test-article/ and reproduce the same incorrect formating, if I change the Post Settings to “Default – Single Template” it renders properly.
I believe that is part you alluded to early with using the non-cloud library template, but how could I fix this in a cloud library template? I also for testing using the Blank Single Template Cloud with just the post content so something in the way processing that is content causing it not to render using a cloud template but works with the default single template? I know I had this same issue with MemberPress and their use of restrict content with excerpts. So my thinking is how plugins edit the Post Content is universal, but how Cloud Library renders is different than how it renders the “Default – Single Template” which I assume is a file template?
Not sure if this is in a JS call or PHP backend, my guess it is in the PHP somewhere for how the TD Cloud Library renders a final page.
Update:
I did what you’ve suggested but upon deleting tagDiv to reinstall it, it now cannnot update at all, showing the error:
“The plugin does not have a valid header.
Downloading installation package from https://islandsocialtrends.com/wp-content/themes/Newsmag/includes/plugins/td-composer.zip…
Download failed. Forbidden”
PLEASE FIX THIS IMMEDIATELY, OR SEND A COPY OF THE OLD PLUGIN FOR NOW.
This suggestion has completely obliterated the frontend!!
Help!!
Hi,
You an adjust this section -> https://i.imgur.com/sBrzYVd.png only if you are using a cloud header from tagDiv Cloud Library (you can use header style 1) -> https://i.imgur.com/AiK4wB4.png -> https://i.imgur.com/iXHw9F0.png, this can be edited using tagDiv Composer and you can set the Subcategories limit -> https://i.imgur.com/8FbhnFg.jpg
Hope this will help you!
Let me know the results!
Hi Calin,
Thank you for your support in this matter. Its much appreciated.
I have been testing on both safari and chrome browsers! … and tweaked the column numbers.. deleted the code on the mobile entry as it wasn’t working properly.
The mobile is the worse problem? …only the Business Directory page, across all devices is ridiculous slow?? and also now only reads down to ‘Garden Nurseries’ on mobile why?
Why is this the case? … any suggestions?
I have a redirection plugin active as you can see to go to the lite version… whilst work is ongoing to finish the main site… is this the problem?
I also duplicated the main home page called it ‘Stage’ and changed the url of the headers for testing purposes.
I changed one of the older posts template so we can test how it looks and works
https://www.ircatoday.com/75th-ve-day-celebrations-recaptured-by-cllr-dibben/
If you could take a look please .. and advise a solution as the business page is vital to the sites existence.
Kind Regards
Mark