No search results were found in Documentation!
Hi,
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
If you created the mobile pages with tagDiv Composer, then when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
No, you do not need a plugin to redirect to the homepage; this will automatically change, but please make sure that you have a cache plugin with the support alos mobile versions.
Thank you!
Hi,
Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you are using a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hi,
Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you are using a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hello,
1. Most of the time this is because the mobile content takes to long to loading and the page is to big and it needs to be smaller, what can be done is to use the mobile theme plugin, but the mobile version will no longer be the same as the desktop, or you can use the mobile page template, this is usually a copy of desktop version and it is edited to have small images and compress content so you can have a smaller mobile page.
2. I checked the screenshot and related to this you are using the mobile theme plugin, when this is used the mobile layout is simplified and is no longer longer related to the desktop version.
If you want to have the desktop version on mobile then you’ll need to disable the mobile theme plugin.
Also, for page speed what I can recommend is to make sure you have the last theme version and you are using those options – https://i.imgur.com/kR0SKAV.png – https://i.imgur.com/NwJkkqL.png – https://i.imgur.com/L7nijex.png (using tagDiv Composer check the header zone and disable it from mobile and desktop this will help wit the pagespped), also please use a CDN and a good cache plugin.
Thank you!
Hi,
Please activate the tagdiv Newsletter plugin from Newspaper-> Plugins and clear the cache.
Thank you!
Hi,
With right-click -> inspect -> console -> select the error in the tab network -> preview, you can see the cause.
Please check this topic -> https://forum.tagdiv.com/topic/wp-editor-for-text-with-title-and-column-text-not-updating-content/ and try the suggestions. Also, please check the cache, clear/purge all cache.
Thank you!
Hi,
If the image is blurry, then please upload it full-size https://www.screencast.com/t/Oxue274e and clear the cache
Thank you!
Hi,
If the image is blurry, then please upload it full-size https://www.screencast.com/t/Oxue274e and clear the cache
Thank you!
Hello
I Cannot see images + Cannot upgrade from 12.3 to 12.6.3.
I have tried the following:
– replacing the core WordPress files with the defaults:
– switching the PHP version and adding the related PHP extensions to the php.ini file:
– increasing the PHP memory and max execution time limits:
– disabling the plugins and switching the theme:
– clearing the cache.
I noticed that the probable cause of the issue is some errors with the td-cloud-library plugin. We can see the following errors in the browser’s console on your page:
https://img.namecheap.com/vwnHjuASHxjVsPYUFW5Ygp.png
Here you can see that these errors are related to the td-cloud-library plugin: https://img.namecheap.com/tKtat1FUrBXKm3Wq8rqXHX.png
Thank you
Hello,
We have made a page that works well enough, Tendences.lv We use the WPRocket cache plugin, the loading speed is normal on desktop. We now want to adjust various things for the mobile version, as well to improve the appearance and speed of the mobile version.
Questions:
1. How to correctly install tagDiv Mobile Theme plugin so that the mobile version after instalation displays the page as it is displayed right now, so that existing users can use it. After the mobile version can be slowly changed in design.
2. Are plugins Official AMP for WP compatible with WP Rocket, and please tell me best way how to introduce it in our page.
Please send me a good example of a Newspaper page showcase using tagDiv Mobile Theme and Official AMP for WP, so I can have a look and test the speeds and how the designs have been changed for the Desktop and Mobile versions.
Thank you
Hello!
Please check the block’s settings and make sure you have no offset: https://forum.tagdiv.com/offset-feature/
Make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Thank you!
Hi,
Please clear the cache for a few times.
Thank you!
Hello,
I just tried to check the images and for me all of them have the problem. Most of the time when this is happening it is do to a cache or optimize plugin that is interfering with the images that should be displayed in popup. Please check this and let me know if the problem persist.
Thank you!
Hello Daniel,
I have checked with my Android phone, and it displayed all four. Please clear the cache of the browser.
Thank you!
Thanks Bettina, you are right. Yesterday I’ve updated a bunch of plugins, Total Cache among them. May be was just a matter of time.
Thanks again!
-
This reply was modified 2 years by
miguel_dimase.
I had similar problem with my website with this popular posts. I solved it in a way that I made custom shortcode for sorting based on total number of views (not in last 7 days or 48h). In shortcode you have the option to choose how old you want your posts to be. hat means that it wont show posts older than 7 days (or any other number of days defined in shortcode) even though if they are visited.
Here is my codes which works for me in my Newspaper child theme. Use it freely if it suits you and your website.
Code in functions.php file in child theme:
// Include the popular posts shortcode file
include_once get_stylesheet_directory() . '/sedamdana-popular-shortcode.php';
File in child theme whic I named “sedamdana-popular-shortcode.php”
(this forum is not allowing me to share code from my php file, so I uploaded it on link: https://file.io/PSWL4VdNb7xN)
The shortcode output is styled using CSS defined in the PHP code. You can further customize the styles by modifying the CSS within the bhcrow_posts_shortcode_styles function.
Once the PHP code is added, you can use the [bhcrow_posts] shortcode in your posts, pages, or widgets where you want to display the list of posts.
Example usage: [bhcrow_posts title=”Popular Posts” number=3 days=30 category=”technology” sort=”visits” show_date=false]
Customize the shortcode attributes as per your requirements. For example, you can change the number of posts displayed, the sorting criteria, or whether to show thumbnails or dates.
The shortcode [bhcrow_posts] can accept several attributes to customize its behavior. Here are the available attributes and their default values:
title (default: ‘Posts’): The title of the section.
number (default: 5): The number of posts to display.
days (default: 7): Number of days to consider for displaying posts.
category (default: none): The category of posts to display.
show_thumbnails (default: true): Whether to show post thumbnails.
show_date (default: true): Whether to show post dates.
show_visits (default: true): Whether to show visit counts.
show_category (default: true): Whether to show post categories.
show_title (default: true): Whether to show post titles.
sort (default: ‘visits’): Sorting criteria for posts (‘visits’ for popularity, ‘latest’ for latest posts).
title_limit (default: none): Character limit for post titles.
cache_duration (default: 60): Cache duration in minutes.
The final output is cached using set_transient to improve performance by avoiding repeated database queries.
After adding the shortcode to a post or page, view the page on your website to see the output. The posts should be displayed based on the attributes you’ve specified in the shortcode.
Remember to backup your files before making any changes, especially when editing theme files or using any PHP code.
I use it without any issues on my website Visoko.co.ba news portal
Here is the screenshot of it. I use it with minimum options on my homepage.
-
This reply was modified 2 years by
bhcrow.
All our flex blocks have cache enabled (from 1 to 10 minutes).
The option was 100% there before 2 days
Hello @roman!
Do you have the latest update of the theme and plugins?
Sometimes, the issue can be from a plugin conflict or a cache issue. That’s why we recommend first deactivating ALL plugins except tagDiv ones; if you are using a cache plugin, deactivate it, clear all cache (also from your browser), and see the results.
Thank you!
Hi.
Thanks for your reply.
Clearing the cache did not work.
Additionally, I viewed and cleaned it in two different browsers.
Recreated one of the categories. Meta information remains on the modules.
The switches in the theme panel do not work (theme panel>block settings>meta info on modules/blocks).
Help please.
Thank you!
Hi,
For Nginx cache please check this guide https://miteshshah.github.io/linux/nginx/how-to-setup-separate-nginx-fastcgi-cache-for-mobile-and-desktop-users/
Thank you!
Hello @Roman!
We recommend using cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer, which contains a lot of functions and features. Please check out our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
More documentation about the cloud templates is here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
If you use default templates, then the settings are in the theme panel; clear your cache and try again.
Thank you!
Hi!
Strange case
Till yesterday the option to clear blocks cache was at the end of system status of newspaper
exactly as described here:
https://forum.tagdiv.com/use-flex-blocks-cache-option/
Suddenly today , with no update sor something options disappeared.
Any ideas?
I was using SpeedyCache plugin and it was the source of this problem.
Deactivated plugin and it works, thanks.
Thanks! We were using Nginx Cache, but we’ll switch to WP Super Cache and try configuring it according to those settings.
Hello,
Did you disable the mobile theme for homepage?
Usually, this happens with cache plugins. If the cache plugin does not have mobile support then the mobile theme version can be delivered instead.
The solution would be to use the recommended WP Super Cache plugin instead and activate these settings (especially the mobile device support): https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also, please let me know what plugin for the cache you use now.
I hope this helps.
Thank you!