- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
The first 20 cover photos on my mobile site are scaled down about 20%. After the first 20 posts the photos go back to normal size. I am using Newspaper 7. Is this a common problem with a fix.
Hi!
I have installed theme and its working fine on desktop but on mobile images are not displaying, please help me resolve the issue.
http://lucentitsolutions.com/consultancy
Thanks
Hi!
I have installed theme and its working fine on desktop but on mobile images are not displaying, please help me resolve the issue.
Thanks
Hello, the mobile site is displaying an error as follows on all pages:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
wp booster error:
Missing parameter: ‘file’
What could be the problem?
Hi.
Can you please help me in fixing this issues.
https://developers.google.com/speed/pagespeed/insights/?url=gbhackers.com&tab=desktop
https://developers.google.com/speed/pagespeed/insights/?url=gbhackers.com&tab=mobile
Hello all,
Please keep in mind that our theme has fully tested with all of these mobile devices and seems to work as properly until now and we do not have any bad reports in this case, sorry! Please try to check the theme only with our tested browsers and not with the implicit browsers which come with your phone or tablet, like as Opera Mini or everything else. Here you will see our list of browsers tested -> http://screencast.com/t/B4iGeTUvE
Thanks for the message!
Hello,
There seems to be a difference in quality between desktop and mobile, yes. Please contact us via email at contact@tqagdiv.com and provide wp-admin so we can login and investigate this issue. Please also include a link to this topic so we can login and identify you.
Thank you!
Hello,
There seems to be a bug in the super cache plugin. Please use this topic for a quick fix until they update the plugin: https://forum.tagdiv.com/topic/mobile-theme-problems-3/#post-133756
Thank you!
Hello,
Unfortunately the plugin is not tested neither desktop nor mobile. Sorry. Here is the list of tested and recommended plugins to use with our theme: http://screencast.com/t/crUdKuqh
Thanks.
@Bogdan B.
Thank you for your reply. I appreciate it.
You’re not seeing any difference because you’re using desktop to view the site “as a mobile” device. This is not the case when you view the image in actual mobile phone itself. If you use desktop tool, it’s the same as resizing your bowser window smaller, and you don’t see any effect on images at all. Try viewing the page in actual mobile phone, and hopefully you’ll notice the difference.
Also, I’ve tried everything from disabling every plugin, and clearing the cache (browser’s, site’s and CDN). I do not use any image compression plugin. Regenerated thumbnails twice.
Thank you!
-
This reply was modified 9 years by
John.
Thanks!
I added that code into the custom HTML part and all the links seem to have that now.
However, that still didn’t seem to fix the issue.
Links on certain mobile browsers (like Twitter) that i have to open in new tabs still wont open (like here http://justfreshkicks.com/october-8th-release-links/)
Thanks for the help
I realized this is not exactly the problem. The problem is that the system shows sometimes the mobile plugin websites but sometimes the responsibe web of the theme, Im using wp super cache.
I have the mobile plugin active and two ads configured (inline and bottom post), but they are not shown. (nergiza.com). I have test with the cache plugin desactivated and it was not solved.
Hello libtetto,
If you want to change the font size for mobile for Block 7, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td_module_6 .entry-title {
font-size: 17px;
}
}
Thanks for the message!
Hello ruslangr,
There is talking about Whatsapp social network which is available only for Mobile mode. For more information about this Network, please consult here -> https://web.whatsapp.com/ If you want to have some ads in footer section, you should add the ad code in Footer Top, like this -> http://screencast.com/t/aidCUgio
Thanks for the message!
Hello,
one of my sites is no longer working properly with mobile devices, while it keeps loading correctly with PCs.
The site is:
I tested it with my mobile device using android and with an iphone and it does not work correctly. Instead of the normal page that shows the articles of the different categories it shows the Visual Composer code.
I know it worked correctly about 10 days ago and after I noticed the problem I updated the theme and also the visual composer plugin but the problem continue.
Please provide support for this problem.
Thanks and regards
Gian L.
Hello,
This is because you use the mobile theme. Did you add the top ad in the mobile theme ad spots as well? http://screencast.com/t/cK7by3Yp
Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
Sorry but here is a side by side comparison between the 2 images mobile and desktop:
http://screencast.com/t/gCLo2Uuuc1ym
It is the exact same image. I cannot see any blurriness between the 2.
If you truly see differences in quality between mobile and desktop, you will have to remove any optimization plugins that you may be using, reduce image compression, and regenerate thumbnails. Then test again.
You can also try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check images again. There could be a plugin affecting the image quality.
Let us know if you still have trouble with the images.
Thank you!
Hello chrismorda,
If you want to remove the footer section only for mobile mode, you should use a bit of CSS code for this. Try the code below and place it in Theme panel->Custom CSS area.
If is not what you mean, please provide more details.
The code is ->
.td-mobile-footer-wrap{
display:none;
}
Thanks for the message!
Hi,
Problem’s from mobile template, i desactivate it and now it’s ok.
But i hope you’ll make mobile template compatible with WPforo.
I posted an article, and checked my homepage, at first everything was fine, then all of a sudden the featured image disappeared. No idea why this happened, it looks fine on mobile, and the image is there when I click on the article.
My homepage is at thephotoconnection.net and the article is titled “How to get rid of Purple Fringing in Lightroom”
Hi,
As far as i see, your site has no validation errors.
As i try, the theme injected script remains on amp pages so it gives an validation error.
AMP -Automattic
Accelerated Mobile Pages
Yoast Glue
Which plugin and setting combination did u use?
For example the following script is on regular page and how can you managed to disregard the following script on your amp page?
<script>
(function(){
var html_jquery_obj = jQuery(‘html’);if (html_jquery_obj.length && (html_jquery_obj.is(‘.ie8’) || html_jquery_obj.is(‘.ie9’))) {
var path = ‘https://www.howtoisolve.com/wp-content/themes/Newspaper/style.css’;
jQuery.get(path, function(data) {
var str_split_separator = ‘#td_css_split_separator’;
var arr_splits = data.split(str_split_separator);
var arr_length = arr_splits.length;if (arr_length > 1) {
var dir_path = ‘https://www.howtoisolve.com/wp-content/themes/Newspaper’;
var splited_css = ”;for (var i = 0; i < arr_length; i++) {
if (i > 0) {
arr_splits[i] = str_split_separator + ‘ ‘ + arr_splits[i];
}
//jQuery(‘head’).append(‘<style>’ + arr_splits[i] + ‘</style>’);var formated_str = arr_splits[i].replace(/\surl\(\'(?!data\:)/gi, function regex_function(str) {
return ‘ url(\” + dir_path + ‘/’ + str.replace(/url\(\’/gi, ”).replace(/^\s+|\s+$/gm,”);
});splited_css += “<style>” + formated_str + “</style>”;
}var td_theme_css = jQuery(‘link#td-theme-css’);
if (td_theme_css.length) {
td_theme_css.after(splited_css);
}
}
});
}
})();</script>
SOLVED
is in /themes/Newspaper/parts/header
But, I have a question. Why i can see my header ads from the mobile? Is only the header, in Desktop work fine and the responsive don’t work.
Let’s see.
Hi, İ want to add gtranslate (not qtranslate) on top-menu and just as I would like, i think it’s ok, but I can not see in the mobile menu
How can I make it appear in the mobile menu
Regards,
Google is re-indexing sites based on SEO:
a) page speed for mobile
b) AMP support
c) https support
d) original content
those are all becoming ‘ranking factors’ for sites.
Also note the hit counter is just a page load counter (page has been ‘hit’ once). For actual readership data you should be using stats provided with your hosting account or google analytics.