- TutorialsDefault Block Settings Guide
Hello,
I’ve recently switched to the TagDiv NewsPaper theme but I have this problem and I do not know what is causing it. I cannot select text in the main article or click on links. The sidebar works… and the header, menu and footer, but not the article… The address is http://spotlight.africa/ – any article would reproduce the problem… I’m currently looking at https://spotlight.africa/2020/06/23/white-privilege-isnt-a-badge-of-shame-its-a-statement-of-fact/.
If anyone can help me understand what is going on, I’d be grateful.
Hi,
1. You can do this by setting a different cloud header on the single post template from tagDiv Cloud Library, in this way you can set on that cloud template the menu you want, this can be edited using tagDiv Composer -> https://i.imgur.com/NFrZATI.png -> https://i.imgur.com/6PjYfE2.png -> https://i.imgur.com/E6OTifc.png
2. If you want to set these post on pages, you can do this using tagDiv Composer and flex blokes.
Thank you!
Hello,
you can check here: https://test.equipmentjournal.com/
the ad in the header still has the same issue. I have done what you’ve posted above. any other idea?
Thank you.
Hi Nagarig,
If you are using a cloud header, then you can adjust the search layout -> https://i.imgur.com/NWnrUK6.jpg, but still this should work if you are log in or logout.
The live search is using some ajax query is possible that you server to allow these to be executed only when you are login, also it can be a problem from some plugins, this is quite hard to say from where comes this problem, usually we need access to investigate the problem and we need to test it first only with theme plugins to see if in this way is working, if not we go father to check the settings from cPanel.
If you make a site for test or you provide access the current site via email we’ll log and check the problem.
Thank you for your understanding!
Additionally:
3) no code added in the header.php file added to the child folder seems to be renered on the webpage
Our Theme background and also Header background have disappeared. In Theme Panel I can see the uploads are still there, but they are not visible when viewing our site.
No updates have been done recently. everything was fine last night and this morning, we have only a white background overall!
Hi,
I just checked your website and now the header seems to be ok on entire website.
If there is still a problem, let us know!
Have a nice day!
Hi,
Using the mobile theme plugin, you’ll gain a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://i.imgur.com/9d0UWLT.png
Also you can show the responsive version on mobile theme -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
If you are using the responsive version and you use a cloud header, then you can edit it using tagDiv Composer -> https://i.imgur.com/4SWZhCN.png
Thank you!
Dear team,
1. In some of my posts, I need to have (vertically) a much smaller header/menu area.
Is there a way maybe to set different menu/header for posts while maintaining the same general menu/header for the rest of my website?
2. Also, how can I set some of my posts horizontally smaller (i.e. boxed vs. full wide)
Thanks.
fixed by adding these in htaccess
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>
Hello!
First of all, thank you guys for this awesome theme, great work!
I’ve been using the “Gadget” theme of the layout and trying to customize one of the page elements https://cl.ly/17c565693382. But the changes I want to implement are required to edit the HTML, CSS, and JS. Here is a quick example https://cl.ly/82066fb1eae5 but that is a small part of whole plan. So I wanted to display images of the posts, move slider buttons and change the way how sliding works (instead of loading all three posts I want to have it one by one with image magnifying).
Anyhow, there are two problems I’m stuck with:
1. I can’t find where the section layout is located (where exactly HTML files)
2. Once (hopefully, with your help) I found it, I’m not sure how to properly customize and insert it into my page.
I’ve been thrilled how nice and easy it was to get the header footer parts imported from the cloud library and easy to customize the way I want. And then I was killed by not being able to do the same with other sections of the page. Maybe I did something wrong but the only option I saw is to “create a page with the section”, but I didn’t want to create a new page I need to get that component to be able to customize it.
Please let me know!
Thank you.
I am trying to change the logo “UK London News” but I can’t find any way to do it. Having spend a whole 10 hours just trying to change this I can’t afford to waste any more time; please advise!!!!!!
I have changed the text in cloud templates for the footer and header.
I have updated site identity in wordpress.
I have uploaded all logo sizes and configuration in Newspaper Header and Mobile Header.
I have cleared all server caches and even switched caching off completely.
I have cleared all browser caches.
On the desktop all is ok. But on mobile I either get the UK London News Logo or both UK London News and my own logo side by side. WHERE IS THIS TEXT/LOGO COMING FROM?
Any idea why I’m sometimes seeing this?
Warning: getimagesize(https://jazzjournal.co.uk/wp-content/uploads/2020/06/Swann-black-logo.jpg): failed to open stream: HTTP request failed! HTTP/1.1 503 Service Temporarily Unavailable in /homepages/24/d715855802/htdocs/jazzjournal/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 786
Is there a cure?
It is appearing at top of https://jazzjournal.co.uk/2020/06/17/obituary-keith-tippett/ in Firefox, not in Chrome or Safari. I have cleared Firefox cache and restarted it.
Thank you.
The original issue is stemmed from our current header, which is why I thought about using the cloud header to try and clean up the issues we have with the header in general… Our actual header problems can be seen here: https://www.equipmentjournal.com/
Issue we have:
1. when viewing in tablet, the header doesn’t collapse properly. the header ad stays in an awkward position. We would like to fix that.
2. When viewing in mobile, our brand logo is gone from the header, and all that appears is the header ad.
Thank you.
Hi,
You can set a gradient on header and footer only if you are using cloud templates from tagDiv Cloud Library, these can be edited using tagDiv Composer -> https://i.imgur.com/xX9LxJ3.jpg -> https://i.imgur.com/8VXGgoA.png
Hope this will help you!
Thank you!
Hi,
In order to remove the stycky from mobile you need to go in wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js and search for tdAffix.init(“td-header-wrap”) this need to be comment like this -> https://i.imgur.com/EK2EIXq.png the the sticky from mobile theme will be remove, but I do not think that the problem is from there.
Hope this will help you!
Thank you!
Hello, I just bought newspaper theme two days ago, and I love it!
There is only one problem. My website (exactlyfitness.com) works perfectly on desktop but on mobile, it doesn’t, the tagDiv Mobile Theme doesn’t work at all on mobile. For example, I have a sidebar and other things I added to Home (Accueil), I see them only on desktop, but not on mobile, Also I choose a specific share on social media buttons, they appear the style I want only in desktop. Same for video lazyloading and pause while another video is playing, they work only in desktop.
And When I deactivate Mobile theme plugin, everything works as it should be on mobile, but I lose the customisation I made on mobile like header and colors…
Hello,
Please click on the link above where there is a picture showing the issue. The ad “header” that says “Donate on Paypal” (and the one that says “Support our Sponsors”) is offset from the left (indented) several pixels more than the one that says “Stay Connected.” In other words, the left edges of these black banners do not align.
SR
Hi,
That modules are from mega menu -> https://forum.tagdiv.com/mega-menu/ unfortunately for the moment there are not some many settings for this element, if you are using a cloud header from tagDiv Cloud Library, then you can edit the layout using tagDiv Composer.
The mobile layout can be adjusted by setting the mobile viewport -> https://i.imgur.com/wtl2CxM.png and just edit the elements you want -> https://i.imgur.com/loB7F89.png (this will be display a little different because the mobile device are usually using a smaller resolution).
Thank you!
Hi,
So you want to have a header on homepage and a general one for the rest of your website, if is so then you can set the general header from theme panel -> https://i.imgur.com/4cM24pn.png and ho on your homepage and edit it with tagDiv Composer -> https://i.imgur.com/mKND4xq.jpg click on manager and choose the header you want or import a new one -> https://i.imgur.com/kks3A86.jpg you can do the same on all cloud template and the header will be apply for the posts/categories where you want to have a different header.
Thank you!
Hi,
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!
Hi ppbub,
Please provide me a link to your website to can inspect your header, in this way I will be able to provide a more specific advice.
Thank you for your understanding!
Hello.
The weight of the header menu is changing after I enter a random article single page.
Link: https://pulses-pro.lioncode.ro/
Why?
Hi pratiek,
I just checked our theme code and the way it is working, therefore if you want to have the search animation but not the ajax results you need to go in wp-content/plugins/td-composer/mobile/includes/td_ajax_mob.php and comment 2 lines of code (if you comment all code will no longer work on amp) -> https://i.imgur.com/8HxqPxO.png -> https://i.imgur.com/BZMH30M.png and for amp you need to go in wp-content/plugins/td-composer/mobile/header-amp.php and comment this part of code -> https://i.imgur.com/Tzg7xDI.png -> https://i.imgur.com/awTSu40.png
The results will be:
amp – https://i.imgur.com/fDfB00r.png
mobile – https://i.imgur.com/k40LGkD.png
Hope this will help you, also I made a note to our developers with the suggestions you’ve made to can keep the search animation and remove only the ajax search!
Let me know the results!
Thank you!
Hi BizzyB,
Usually using adsensce ads from Google is best to let the ad to get his own size, in this way this will be adjusted for all devices -> https://forum.tagdiv.com/newsmag-header-ads/
If there is still a problem, please provide me a link where I can inspect it.
Thank you!