- TutorialsDefault Block Settings Guide
Hello @Stefane!
You should modify the element’s settings in the sticky header too. Also, you can deactivate the stikcy header from the Website Manager and set the row as sticky, so you will have the same settings and elements there.
Thank you!
This is getting ridiculous now. We’ve been having this issue update after update and it’s never resolved.
When building a new page, we are getting this error on creating a mobile page.
For desktop, it works okay but we can’t create or edit mobile pages.
We tried:
– Giving your support access to our website and they disabled all plugins on the production website without asking
– Disabling the plugins on our own but the problem persists.
– Creating a new header and footer to ensure they are not the problem. (They are not)
– Changing PHP versions
– Using a Newspaper instead of our child theme.
– Disabling Cloudflare and caching plugins to avoid conflicts.
Nothing works. We are getting error after error after error.
On the mobile page editor, we keep getting Delete text injected on top of the page. I have no idea why and where that is injected.
I’ve found it in obscure, minimized files js_files_for_widgets.min.js and js_files_for_wrapper.min.js
what does it do? Is it possible that is the cause of the problem?
I repeat I’ve gone through your page TD Composer not working and nothing helped.
Hi,
You must convert the header and footer -> https://www.screencast.com/t/HrjOBNayd to be able to edit with tagdiv Composer. Please check this video https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
Hello,
@jtoney Please provide the link to your website.
@MusicAndGigs For mobile please edit with tagDiv Composer, select the viewport on phone, select the header logo and change it => https://i.imgur.com/cR7F0v4.png https://www.youtube.com/watch?v=HXQQygkCCJo -> https://forum.tagdiv.com/add-logo-newspaper/
For mobile menu, you need to edit the page to change the logo -> https://i.imgur.com/yoigVA1.png
Thank you!
Why every time it needs an update license get unregistered and everything is reset?
This is like the 4th time that I haven’t visited the site with the theme in a long while. When I login, I have to activate the license again and every is back to default. All my color, menu, header, blocks settings are reset to default, banner is gone, background, etc. Very annoying!
Yes, we use a mobile page. okobserver.org
—
Screenshot:
https://www.dropbox.com/scl/fi/id13mdmw5n6n23o8qpez0/2024-03-20-Screenshot-from-mobile.jpg?rlkey=6uycw3q59mj0v1ustuo2b3mvm&dl=0
—
The header background color is showing as black rather than blue like the tagdiv editor shows.
Hello
I have created a custom post type and created a specific header and footer for single posts, taxonomy term and archive templates for this cpt in tagdiv composer. Whilst I am able to change the footer and headers for all of these in Website Manager, when I view the archive page it is using the global header and footer. The category term and single post pages are okay and display the specific headers and footers I set up for them.
How do I override the global header and footer for archive templates?
Hi – I am using the single post bookmark element. I know I need to add the header bookmark element, but I am wondering how this works with cookies etc. How can a user tie bookmarked posts to their account so they are saved over multiple sessions?
Hello!
Edit the page with the tagdiv composer, and you can find the icons in the content zone and footer too. The icons are displayed from the SVG code, and the text can be found here: https://app.screencast.com/tSFAukmjoaFKy
The My Account and Cart at the top right are located in the header, and their names in the list of shortcodes are: Woo Menu Login and Woo Menu Cart. You can add them from the shortcodes list in any cloud header template, but you need to have the shop plugin active.
Thank you!
There’s a lots of request made to the SQL Database requested at the same time thus rate limiting issue is happening on the site.
WordPress database error MySQL server has gone away for query SELECT post_id, meta_value FROM 3cEugTXx_postmeta WHERE meta_key = ‘_wp_attached_file’ AND meta_value = ‘https://noticiasnrt.mystagingwebsite.com/wp-content/uploads/2022/01/BackS-300×169-1.png’ made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, cnfp_template_redirect, include(‘/plugins/colorlib-404-customizer/includes/colorlib-template.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), do_action(‘tdc_header’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, td_background->wp_head_hook_background_logic, attachment_url_to_postid
WordPress database error MySQL server has gone away for query SELECT post_id, meta_value FROM 3cEugTXx_postmeta WHERE meta_key = ‘_wp_attached_file’ AND meta_value = ‘https://noticiasnrt.mystagingwebsite.com/wp-content/uploads/2022/01/BackS-300×169-1.png’ made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/td-cloud-library/wp_templates/tdb_view_single.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), do_action(‘tdc_header’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, td_background->wp_head_hook_background_logic, attachment_url_to_postid
One thing we’ve identified is that the Newspaper theme is making some very lengthy and expensive database queries that slow down page loads and may be contributing to elevated SQL CPU usage.
For example, on the homepage the Newspaper theme runs the following code.
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/td-composer/legacy/Newspaper/page.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), do_action(‘tdc_header’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, td_background->wp_head_hook_background_logic, attachment_url_to_postid
Which also executes the following query.
SELECT post_id, meta_value FROM 3cEugTXx_postmeta WHERE meta_key = ‘_wp_attached_file’ AND meta_value = ‘https://noticiasnrt.com/wp-content/uploads/2022/01/BackS-300×169-1.png’
This is a very expensive and lengthy query, especially on a site of this size.
In some cases, it might take over 2 seconds for that code and query to complete because it is not optimized and likely doesn’t have database indexes that would help speed it up.
it seems that the problem originates from the td-composer plugin. Would it be alright if I deactivate it temporarily?
PHP Fatal error: Uncaught Error: Failed opening required ‘/srv/htdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_views.php’ (include_path=’/:.’) in /wordpress/core/6.4.3/wp-includes/template.php:790 Stack trace: #0 /srv/htdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/srv/htdocs/wp-…’, true) #1 /srv/htdocs/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(111): td_autoload_classes->loading_classes(‘td_page_views’) #2 /wordpress/core/6.4.3/wp-includes/template-loader.php(106): include(‘/srv/htdocs/wp-…’) #3 /wordpress/core/6.4.3/wp-blog-header.php(19): require_once(‘/wordpress/core…’) #4 /wordpress/core/6.4.3/index.php(17): require(‘/wordpress/core…’) #5 {main} thrown in /wordpress/core/6.4.3/wp-includes/template.php on line 790
https://demo.tagdiv.com/newspaper_shop_kids_store/
How do I edit the Header Logos across the top of this page?
Free Shipping, Free Returns, Reward Program…..I like the look of the logos (images) but I need to change the text on them.
Where can I find the My Account and Cart at the top right? Is this a section? Header?
Thanks
I cannot remember where I update the background banner on the header. Where do i do this again?
Hi,
After last newspaper update, we have lost the pagination yellow background colour (as it is in the L’histoire prebuilt website. It is now transparent.
https://ibb.co/bFZvGjn Our website
https://ibb.co/V2dFhJ3 How it was
We have tried to change settings in the header / template / theme panel / homepage and menu sections without succes 🙁
How can we get it back ?
Thank you very much in advance,
Hello,
Thanks a lot for your answer. I could update the theme. However, the “Header style” section is no more visible in the theme pane.
Before : https://ibb.co/M1nYqd4
Now : https://ibb.co/WyWDFfy
How to have it back ?
Regards,
Nicolas
Hi,
Usually, this happens when you set the page content in the header or footer sections.
-> https://i.imgur.com/381J9qm.jpg
-> https://i.imgur.com/wVGxYeg.jpg
-> https://i.imgur.com/0O3iGEg.jpg
So, please check if you have set the elements in the footer zone.
Thank you!
I also really want to get rid of tdloadingbox.js and tdinfiniteloader.js, its only a source for problems regarding caching plugins etc. especially tdloadingbox.js. I really cant find a way to deactivate the tdloadingbox.js like, this should be a checkbox in the composer for the header template.
okobserver.org Mobile menu not displaying correct color.
—
Screenshot of website on mobile phone: https://www.dropbox.com/scl/fi/id13mdmw5n6n23o8qpez0/2024-03-20-Screenshot-from-mobile.jpg?rlkey=6uycw3q59mj0v1ustuo2b3mvm&dl=0
Screenshot of tagdiv editor: https://www.dropbox.com/scl/fi/l6orq69izudth4nwzl90e/Screenshot-2024-03-20-12.49.00.png?rlkey=hzmju83irotxeopu5nxxdbkdz&dl=0
—
Header is supposed to be blue rather than black.
Can you please assist?
Thanks.
This was where I started and I used code on top image at https://forum.tagdiv.com/newsmag-using-other-ads/ ……
At first in preview it appeared but once I went to the live site is was gone ….. as it was in any subsequent preview.
I have header style 5, top bar layout style 1, all other top bar options OFF.
-
This reply was modified 2 years by
SidCowans33.
-
This reply was modified 2 years by
SidCowans33.
Hi,
You can do this using our guide from here – https://forum.tagdiv.com/newsmag-header-ads/ – https://i.imgur.com/SqpnNvl.png
Thank you!
What is the easiest way to add a sponsor’s banner to the top of my home page ? AdSense isn’t appropriate as this is not advertising for my gain but for a sponsor so just need to post a banner image with a URL link to their business. Should be simple but can’t find a way, not least because Style Div Composer has a single image background option but not a single image option !
Hello,
Does anyone know how to change the background image of the header and footer on the Newspaper Crypto PRO design? I can’t seem to find the option anywhere.
i followed your link and I found it is just to embed YouTube Video but I have my own short video and woul like to embed in background of the Header to run as an background intro, is this possible with this theme Week pro or there might be another header template to just replace video background.
Hello,
after the theme update we have another problem of our Site https://autogazette.de
The background colour of the menu/Icon headers of the articles are now black on the mobile site and no longer blue as on the desktop site, Exception is the Resort elektroautos (see Side Bar like “Anzeige”, “Transoformation” etc.)
On the Home-Page is ist correct in Blue:
https://autogazette.de/Homepage Header in Side bar in blue, this ist correct
When I try to make changes under Theme Colors, it does not work because Save Settings does not work (the save icon rotates and rotates without saving)
Furthermore: What are the names of the this items the are now black in the panel? So i can change it?
Thanks in advance, Frank
Hello,
You can remove the shadow from here https://i.imgur.com/6WvieSG.png
Please follow the video to see where you can find and build your sticky header on mobile and desktop too: https://www.screencast.com/t/l6v2Belt
You can use the global header.
Thank you!
Hi,
I checked and now the header looks like this -> https://i.imgur.com/XtLZpN3.jpg -> https://i.imgur.com/beC2Eqb.jpg
Thank you!