Hi,
I think that you have a plugin conflict there. Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hello,
The issue is that you have moved the menu in the content section. Please move the menu in the header section.
-> https://i.imgur.com/381J9qm.jpg
-> https://i.imgur.com/wVGxYeg.jpg
-> https://i.imgur.com/0O3iGEg.jpg
Thank you!
Hello,
I’m glad that you have figured it out.
Have a great day!
Hello,
The button is there because if you use cloud templates for the header and footer, you can edit them with tagdiv Composer on the front end. I think you use standard templates, which we no longer recommend because they are from the tagdiv standard pack, and this plugin is deprecated.
Thank you!
Hello,
Please let me know a post that contains quotes. Here are displayed well -> https://i.imgur.com/1QiI82A.png
Thank you!
Hello,
Yes, you need to copy the shortcode provided by Mailpoet and add the code in the column text element in the text area.
A shortcode can be inserted also by using the element called “Column text” or “Text with title”. “Column text” and “text with title” elements have a button called “edit content” and if you click on that button, the WP Editor will open, and you can add some text/code/shortcode there. Close the WP Editor from X, save the changes from Composer and view the page to see the changes.
Thank you!
Hello,
Please can try to use this code .td-woo-review h3 {
margin-top: -10px;
}
The code should be set in the theme panel > custom code> advance css > phone section if you want only for mobile to apply.
Thank you!
Hi,
Do you use Safari? If yes, then you need to use another browser.
Thank you!
Hello,
The font is Big Shoulders Inline Text on the logo.
Thank you!
Hello,
Please try to select here to multi and check after -> https://i.imgur.com/ewoPpnP.png
Thank you!
Hi,
Have you checked for a plugin conflict? I think that a plugin causes the issue.
Thank you!
Hello,
Does the code contain only text?
Can you provide it?
Thank you!
Hello,
For mobile, you can create mobile templates/pages, and you can use the WP Rocket plugin for page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Thank you!
Hello,
1. This can be done with custom work.
2. Unfortunately, you can not hide only the time.
Thank you!
Hello,
Please provide some screenshots and the link to your website.
Thank you!
Hello,
Please make sure that all theme requirements were set as in our guide https://forum.tagdiv.com/requirements-for-newspaper/ you can try to double the wp memory limit, and please make sure you do not have a plugin conflict.
Here is an article about how to fix this problem:
There has been a critical error on your website. Also, please check the permalinks and re-save them -> https://i.imgur.com/MQPtVzl.png
Hope it will help you!
Thank you!
Hello,
This website uses a default theme,so please activate the theme to be able to provide a code CSS for reduce the space. https://i.imgur.com/AK7rPav.jpeg
Thank you!
Hello,
I can provide a code to have a different background color for author comments -> https://pastebin.com/q8WcuXpR add this code in this section https://i.imgur.com/aR3mh6e.png
and this code in theme panel custom code -> custom CSS
.comment.my-class {
background-color: #F3F4F6;
border-left: 4px solid #FF5722;
padding: 10px;
font-weight: bold;
font-style: italic;
}
To hide the date also, you can use this code in custom code-> custom CSS
a.comment-link time {
display: none;
}
Thank you!
Hello,
Please check if the group of the field that you have created are assigned to that custom post type- > https://i.imgur.com/KVA2Dbs.png
Thank you!
Hello,
Do you have the Jetpack plugin? Please check this guide https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
Hello,
Please let me know what cache you use.
Thank you!
Hello,
Those are only the design, not the custom post type, taxonomies, and fields. You need to create your own custom post type, taxonomies and custom fields and assign them on the blocks and the custom fields.
Thank you!
Hello,
Please provide the link to your website.
Also, you can use those plugins
-> https://wordpress.org/plugins/user-spam-remover/
-> https://wordpress.org/plugins/user-verification/
Thank you!
Hello,
You can use the custom filed element and create your own module using the module builder, flex block, and flex loop builder to show the modules.
-> https://forum.tagdiv.com/custom-fields-support/
-> https://forum.tagdiv.com/modules-builder-newspaper-theme/
Thank you!
Hello,
Please let me know what filter you use for category templates.
For each category, on the flex block there is a special filter for the current category, which dynamically displays the posts from that category within each category.
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category) https://forum.tagdiv.com/posts-loop/
If there is an offset set, please check the block with “No posts” and delete it. Leave it empty with no space or value: https://app.screencast.com/Gh9jDf6t0XtLS
You can find the documentation here: https://forum.tagdiv.com/offset-feature/
Thank you!