Hi,
I’m having some issues with the Mobile Theme Plugin, it doesn’t work. I’ve installed the latest version of your plugin (1.0) and then i set the settings but none of them works. To make matters worse even the images does not works.
That’s what i’ve tried to do: disable the cache, use regenerate thumbnails and re-instal the mobile theme plugin.
Here are the screenshot from mobile and PC:
1. Mobile Theme Settings: https://i.gyazo.com/72415eb7f00d37be20690d2304bc952f.png
2. Mobile Images: https://i.gyazo.com/ce85469ec05ea835db391e913fc4ce4f.jpg
3. Mobile Images-2: https://i.gyazo.com/4b716be9efdf9e860b7cf3837db699db.jpg
4. Mobile Menu: https://i.gyazo.com/a0cd792e2c33aa0892ceb6046d163de4.jpg
Website: http://gamesquare.it
I also want to make a question: is it possible to edit the category of slides shown (top grid 3) in the mobile theme? Because the filter for featured posts doesn’t work… I’m disabling the mobile theme plugin to prevent users reports.
P.S: There’s also a minor issue with the social counter’s widget, the header color doesn’t work.
– Screenshot: https://i.gyazo.com/3c1190c4da968d574aa6b9acf4de6682.png
– Settings: https://i.gyazo.com/7e8a76eae005e974324c38425ce0ab93.png
Hello Kley,
I have checked your website and I saw that you have a problem with your mobile theme in that your featured images are not displayed. Please try to re-download the latest version of the theme which is still 7., but the fix was implemented after 7.3 was released. Please download the theme again, delete your current theme and install the freshly downloaded one. The version is the same but the fix will be present.
As an alternative here is the fix needed:
Add this code in the mobile theme’s function.php:
td_global::$td_options = get_option(TD_THEME_OPTIONS_NAME); //read the theme settings once
It should look like so: http://screencast.com/t/ke18K42lG
If you want to change the Big Grid from your front page in mobile theme, please notice that you will have to alter the code from the td_block_big_grid_mob_1.php core file and change the post limit, like this -> http://screencast.com/t/tm8M9M6nBrhG
Hope this helps!
Thanks.
Oh thank you, now the mobile theme works! Unfortunately, there are still some issues:
– The three slides in mobile theme doesn’t show the featured articles (??)
– The logo in mobile theme is very big and is adherent with the icons of menu and search (https://i.gyazo.com/109590c01af9b935fb2729105dd2eb92.jpg)
– The social counter is still black instead of light blue (https://i.gyazo.com/3c1190c4da968d574aa6b9acf4de6682.png)
P.S:
– The post’s author is hidden (https://i.gyazo.com/02da00224502aae85935d9df8fa19cb3.jpg)
– The script of review’s plugin doesn’t work and show 0 instead of the true vote (https://i.gyazo.com/4b953801e0a9885344984178da0c9918.jpg)
I’ve noticed a new issue: sometimes the mobile theme isn’t loaded but it’s shown the normal responsive theme. I think that this is caused by the cache (I’m using WP Super Cache and I followed your guide to set it), because with the cache disabled it seems to work.
Hello Kley,
The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Sorry for the inconvenience but please notice that we will consider fixing all of them as soon as possible in future updates.
Thanks for your message!