Search Results for 'mobile theme'

Results from the Forum
zunigafelipe
Participant
#0

TagDiv Mobile Theme sometimes do not work properly

Since a few days ago my web is acting in a strange way, does not work correctly the Mobile Theme in all the post and in the main page.

I hope you can help me

thepopbreak
Participant
#0

I am using the latest version of Newspaper but my mobile theme isn’t updating new content. My desktop them is working just fine. Any ideas?

marzamemi
Participant
#0

Hi there,
in my website I’m using header Style 1.
The Logo & Favicon section of my theme panel suggests using a 272×90 px logo.
The recommended size for the logo in the documentation at https://forum.tagdiv.com/logo-favicon/ is 284×90 px.
So which is the optimal size for the logo in Style 1? 272×90 or 284×90?
I have the same question for mobile logo between 140×48 px (theme panel), and 132×42 px (documentation).
Thanks for help

kuolema
Participant
#0

Hi there
i’ve set a banner, a leaderboard 728×90, also on the mobile theme.
when showing the banner i got a lot of white space above and below the banner, as the attached image.
how can i delete that space?
thanks

image

Catalin
tagDiv Staff

Hello meinPeKaWe,

Unfortunately, our theme has not been designed to use Amazon Ads, but only the Google Adsense. In this case, we cannot make for sure if it will work or not with our theme, sorry! You should try it and check the results. Also, if you want to have some different ads on mobile mode compared to the desktop version, you should use the Mobile Theme plugin and add your ads for mobile mode, like this -> http://screencast.com/t/16XiD0M3UO For more information about mobile theme, please consult here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello lucentitsolutions,

I have checked your website on mobile mode and I saw that you are using the Mobile Theme plugin and the featured images are not showing as properly. Also, I notice that you are using some untested plugins which can interact with the theme core files and cause a lot of unknown issues. Try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. Purge all the CDN files if you are using the CDN system and check the results. If the problem is still there, please make a new clean install from scratch via FTP method because this is the surest and safe mode in this regard.

Hope this helps and let us know how it goes!

Thanks for the message!

Catalin
tagDiv Staff

Hello RichardU,

Please ensure that you have added a logo to your mobile mode and also, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme copy and rule out any conflicting plugins.

Hope this helps and let us know how it goes!

Thanks for the message!

Agiro
tagDiv Member

Hehe, but theme Newspaper http://demo.tagdiv.com/newspaper/ good work with Samsung Note 1 and Lenovo tablets and don’t have any bugs with mobile devices 🙂 trouble only with Newsmag 😉

lucentitsolutions
Participant
#0

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

lucentitsolutions
Participant
#0

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

Catalin
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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.

carlosgut
tagDiv Member

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.

carlosgut
Participant
#0

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.

Catalin
tagDiv Staff

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!

jollyroger
Participant
#0

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.

Bogdan B.
tagDiv Staff

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!

Catalin
tagDiv Staff

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!

kobzeci
tagDiv Member

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&#8217;;

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&#8217;;
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>

Cactus24
tagDiv Member

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.

http://cactus24.com.ve

ruslangr
Participant
#0

Hello, just activated on my site (slavicsac.com) mobile theme and there is one interesting icon appears on social media panel, looks like phone number sign:

On top of that, on the mobile version I’m getting old articles:

Also, I would like to know, if it’s possible to add Google AdSence into mobile footer.

Pls help me resolve that issue! Thanks!

Agiro
Blocked
#0

Hi. I buy theme and install demo without content, after test on google I recive what I have 0/100 for mobile and pc on my site dacha.today. Interesting – what wrong?

Catalin
tagDiv Staff

Hello rehanahmadjamal,

If you want to increase the size of excerpts only for mobile devices you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

@media (max-width:767px){
.td-excerpt, .td-module-excerpt {
font-size: 20px;
}

The result is here -> http://screencast.com/t/ykLhslpN

Thanks for the message!

Catalin
tagDiv Staff

Hello rehanahmadjamal,

Do you use the mobile theme or not? Please notice that it is needed to provide your website URL if you want a more accurate code.

Thanks for the message!

Viewing 25 results - 18,451 through 18,475 (of 22,177 total)