Search Results for 'mobile'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

Please check this topic https://forum.tagdiv.com/topic/low-scores-on-mobile-theme-amp-and-desktop-pagespeed-and-gt-metrics-optimize/ and try this code ->
// Preload Newspaper fonts for responsive theme (main theme) function dns_prefetch_responsive()
{
echo '';
echo '';
}
add_action( 'wp_head', 'dns_prefetch_responsive', 0 );

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://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
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/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/

If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray

To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/

Thank you!

Anamaria
tagDiv Staff

Hi,

Please let me know what mobile version you use. You can provide the link to your website.

Thank you!

Anamaria
tagDiv Staff

Hello,

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 then 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.

Thank you!

Anamaria
tagDiv Staff

Hello,

So you want to hide the views only on mobile. I could give you a code for this


.td-post-views {
display: none;
}

Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.

Thank you!

Anamaria
tagDiv Staff

Hello,

The page loading speed can depend on many factors, and each website is unique from this point of view. Let me explain some of these factors and maybe they give you some starting points for optimizing your website. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your 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/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/

If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray

To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/

Thank you!

Anamaria
tagDiv Staff

Hello,

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 then 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.

Thank you!

Anamaria
tagDiv Staff

Hello,

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!

Anamaria
tagDiv Staff

Hello,

Please provide more details, with the link to your website and screenshots.
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 then 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.

Thank you!

Anamaria
tagDiv Staff

Hi,

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 Theme plugin, you can change the logo from Newspaper -> Theme panel -> Mobile theme -> Header.

Thank you!

newspatron
Participant
#0

Hi, I have recently uploaded a cloud header. I have changed the default name from newspaper to newspatron. however on the post page it still is newspaper. is there any where a setting that needs to be updated.
Also one of my previous query have been unanswered.

carpeher
Participant
#0

Hello,

I’ve done the desktop version of my new webpage. I consider I dont need the mobile version using the ‘tagDiv Mobile Theme’, so i have disabled that pluging.

However, when I access to my webpage using my smartphone, the menu hasseveral categories and a background picture which I have not selected before.

So, my question is, if I have disabled the plugins ‘tagDiv Mobile Theme’, how can I manage the menu which appear when I access to the webpage with a smart phone?

Thank you

xtrz
tagDiv Member

I have exactly the same problem with Google search console showing the error that my pages are not mobile friendly.
– Text too small to read
– Clickable elements too close together
– Content wider than screen

Please help 🙂

vezer
Participant
#0

Hello,
I finished developing my website for desktop and started creating the mobile friendly version with the mobile theme. It looks great, but how can I show my pages that were made in the tagdiv editor on my computer? When I open a paga there is no information on my phone it shows a little blank white space. Or If I have redo the pages manually then how?

bduhamel
tagDiv Member

I added a screen capture of the formatting issue on mobile:

https://app.screencast.com/9dZXiKLrG5PBe

For whatever reason, it is only happening on certain posts. Some of the posts are displaying properly. Also, I still can’t get the site logo to display at the top even though I have this set in the mobile editor.

DeanoAus
tagDiv Member

Same issue here. New site, hardly any plugins running. Mobile menu icons cannot be clicked.

bduhamel
tagDiv Member

I should also add that the mobile version is not working properly either. I am not getting the site logo thumbnail nor is the navigation menu working. Thumbnails are not loading on the mobile version either.

AMG Support
Participant
#0

Hi Team

I have a purchased licensee for tagdiv Newspaper theme. But I have problem with theme. On website sometime Home mobile template is loading on desktop. Someone check this issue why this happening.

Website URL: https://www.asiantrader.biz/

novodia
Participant
#0

I’m using the Town Talk Pro version, but in the mobile version it doesn’t appear, could you help me understand how to configure this? Thank you

damonsomu
tagDiv Member

Same issue happening in tagdiv composer for responsive layout header. Mobile menu & Search are not working(not even clickable). Waiting for the solution. No other plugins used except wpsupercache. Checked after clearing cache not working.

newspatron
Participant
#0

Hello TagDiv Team
I have successfully imported some of the cloud page templates, headers, mobile headers and footers from TAGDIV website. They are very useful and easy to use.

However, I have a question about how to create unique pages with different cloud templates. My goal is to have each page on my website look distinct and match the content.

For example, I want to use a different cloud template for the “About Us” page than the one I use for the “Home” page. Similarly, I want to have different category page templates for different topics, such as “Politics”, “Entertainment”, “Sports”, etc. Or even the post templates to look different depending upon the type that is the category type of posts..

Is there a way to do this with your cloud templates? How can I mix and match different elements from different templates to create my own custom pages?

I appreciate your help and guidance on this matter. I hope I have explained my situation clearly.

Sincerely,
Your name
Ameet

wowa1986
tagDiv Member

As seen in the screenshot, errors began appearing from the beginning of October. That is, Google introduced new standards and all sites using the Newspaper “tagDiv Mobile Theme” got banned. They all dropped out of Google’s news feed.

https://disk.yandex.ru/i/lxZz8wVHb9btnQ

gocciolo
tagDiv Member

Hi, my Social Networks section is on “disable” and I can still see social icons on mobile: example:https://prnt.sc/Qx_gDSBFu-cN and settings: https://prnt.sc/ctGOhzYboVYC

Where can I change the See Pricing button and Quick Access text?

Thanks!

syriawise
Participant
#0

Hello,

After updating the Newspaper theme to the last version, now I miss the Singel Post Share Element on the mobile version.
On the desktop version is showing.

Is there any possible fix for now?

Thank you in advance!

vezer
Participant
#0

Hello,
I finished developing my website for desktop and started creating the mobile friendly version with the mobile theme. It looks great, but how can I show my pages that were made in the tagdiv editor on my computer? When I open a paga there is no information on my phone it shows a little blank white space. Or If I have redo the pages manually then how?

Viewing 25 results - 4,526 through 4,550 (of 41,416 total)