Hi,
My domain is revive.nl
My website is loading slower.
On mobile it is slower then on desktop I think.
I found this post here:
https://tagdiv.com/how-to-increase-page-loading-speed/
But can you guys see what the problem is?
I installed the plugins:
Memberpress, yoast premium seo, newsletter
Or is it because of the images?
Hi,
If you are referring to page speed, the speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
Let me know the results!
Thank you!
Hi,
I did some of this post:
https://tagdiv.com/how-to-increase-page-loading-speed/
90% of our website visitors our mobile users.
Our mobile website gets a very bad score on google speed tester: https://imgur.com/1xiE9gz
Desktop better:https://imgur.com/zF5rXnL
Do you have some specific tips to get the website load faster on mobile?
I am considering buying plugins like WP Rocked and perfmatters.
There are also plugins that you can manage the plugins that they will not load on all pages of the websites.
The domain of our website is: revive.nl
Regards Sam
Hi,
You can use the mobile theme plugin, this will increase the mobile speed, but the layout will be different from desktop, also you need to display the responsive pages or make new ones using mobile editor, please check our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/
Also WP Rocked plugin is not tested with our theme, therefore we can not provide support for configuration.
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
For page speed and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you for your understanding!
I tested the mobile theme plugin but the images where not loading and it was hard to change anything.
How can I change the mobile theme templates?
From the info page:
”It comes with it’s own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout”
I could not find the options to disable author, date, post views, social icons etc.
Hi,
Please make sure that you have enabled the mobile theme thumbs -> https://i.imgur.com/xvwyMQx.png also make sure that you do not have a plugin conflict.
Also the mobile theme template can not be change, the only settings taht can be edited are in Theme panel> mobile theme -> https://i.imgur.com/qSbb44V.png
To disable author, date, post views, social icons etc you need to use the options from theme panel -> https://i.imgur.com/Xg2tQNQ.png -> https://i.imgur.com/ZI8Y56w.png
Thank you!
I am testing the mobile theme now. It is indeed faster then the normal theme -> https://imgur.com/vI1sWo8
I have some question about the mobile theme.
Is it possible to change the make a button instead of the search icon.
Like it is here -> https://imgur.com/WNQt0B2
Is it possible to change the color of the category button on the post and make the text button letters black and also change the category place from the latest articles grid.
Like this -> https://imgur.com/nBESLn5
I would also even better if can only show the PREMIUM category tag also for the desktop version. Like this -> https://imgur.com/dmVGYUA
Also with the mobile them sometimes featured pictures are not loading fast.
Like this -> https://imgur.com/i3ZWYWS and This-> https://imgur.com/vr4xKsi
I use a code from memberpress to block partial content on post.
It looks like with the mobile theme the code is not working and the content is not protected.
See here the problem -> https://imgur.com/jjju6gQ
You place the code here in the post -> https://imgur.com/XcY2OXK
Also it looks like the mobile theme is switching back to the normal theme sometimes.
If these problems can be fixed I am thinking to switch to the mobile theme.
I also tried to optimized the normal version for mobile. But google is still giving me bad scores for the normal theme. But people with mobile are also saying the normal website works fine on mobile.
I am testing the mobile theme on domain: revivemag.nl
The normal theme for mobile is running on revive.nl
Thanks for the help.
Sam
Hi,
All the settings that can be done for customize the mobile theme are in theme panel> mobile theme -> https://i.imgur.com/Yj23TlK.png
The search button can be replace only if you make changes in theme files.
You can set the category over image using a custom css like this one -> https://i.imgur.com/ETHPfMP.png
.td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
The code need to be set here -> https://i.imgur.com/HYfuOWP.png
To display only the tag for premium category use replace the above code with this one
a[href$="/premium/"].td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
.td-post-category {
display: none;
}
The problem with the featured image most probably or appear responsive version (without this option to be selected) is caused by some plugins, most probably cache plugins, we recommend to use WP Super Cache with the settings from our guide -> https://forum.tagdiv.com/the-mobile-theme/
Unfortunately the mobile theme plugin has not been tested with memberpress shortcodes, sorry!
Hope this will help you!
Is there a solution to let the shortcodes work in the mobile theme?
Hi,
I think that this condition is set in this file wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php -> https://i.imgur.com/b8hdkP0.png also I do not know an work around, maybe if you remove or add some conditions, you need a developer for this.
Thank you for your understanding!
Hi, How can I hide the author name on grid 1 on the Mobile theme.
Revive.nl. And if use the catergory tag it well not show correctly because I use custom css to make the thumbnail 220 px. heigh
Regards Sam
I am talking about the mobile theme plugin.
I use this custom css code now -> https://imgur.com/ro5oUQq
See revivemag.nl. -> https://imgur.com/aqYP7Nx
I want to hide the author name. And show the category tag correctly.
Like this -> https://imgur.com/yOXSmeW
We also want to change the search button in this -> https://imgur.com/WNQt0B2
Regards Sam
Hi,
If you want a better solution will be to align the author to the right, in this way if the category size is bigger will not come over the data and in this way is no longer need to remove the author -> https://i.imgur.com/wU4cQsU.png
.home .td_block_big_grid_mob_1 .td-post-category {
position: absolute;
left: 16px;
top: 65px;
rgba(221,153,51,0.46);
}
.home .td_block_big_grid_mob_1 .td-module-meta-info{
text-align: right;
}
The button can be set only if you make changes in theme files, unfortunately these can not be set in ca child theme because are part of mobile plugin and when you’ll make a them update these changes will be lost.
The file path for search icon on mobile is this -> wp-content/plugins/td-composer/mobile/parts/search.php
Thank you!
I don’t want to show the author’s name. And make the catergory tag bigger if possible. And if possible show the category tag above the title like this -> https://imgur.com/yOXSmeW
Hi,
So you want to adjust the mobile theme to be more like responsive version of theme.
For this please use the option for category tag from theme panel, this will place the category just above the post title -> https://i.imgur.com/0INSeKx.png -> https://i.imgur.com/no7cakd.png also the author can be remove from here -> https://i.imgur.com/SRxz5pT.png (this option appear only if tagDiv Standard pack is enable) -> https://i.imgur.com/7cS4wkG.png
Thank you!
Catergory tag is not above title I think because of this code: https://m.imgur.com/a/HTwVNim
Can we make the tag bigger also?
Hi,
Yes, there is a code that is overwrite the settings from theme panel, please remove this custom css
.td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
The everything should look good.
Thank you!
Yes. The mobile 2 grid is now fine like this -> https://imgur.com/1DO2B47
But the mobile 1 grid is now like this -> https://imgur.com/yzjzvtm
But I want it to be like this -> https://imgur.com/m1nj4WQ
I used this code for it:
Yes, there is a code that is overwrite the settings from theme panel, please remove this custom css
.td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
but then is Mobile grid 2 messed up -> https://imgur.com/jTIXnaB
You gave me a code to move the date to the right side but is it possible to move the category tag above the title.
Regards Sam
Hi,
Please try this custom css
.td-pb-article-list .td_module_mob_1 .td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
This should be what you need, the code will be apply only posts from latest articles.
Thank you!