Search Results for 'mobile theme'

Results from the Forum
alexcsandru
tagDiv Member

Unitil the plugin is fixed I deactivated tagDiv Mobile Theme (from plugin tab).

Thanks, and let me know when this is fixed.

Andrei L.
tagDiv Member

HI

the theme works fine on mobile and tablet devices, you can check this on our demos. Ia m not very sure what you’mean so please provide more details about you issue and also your site url so I can inspect it closer and get back to you with a more accurate answer.

Thanks!

alexcsandru
Participant
#0

With chrome inspect (device toolbar)

Uncaught ReferenceError: tds_more_articles_on_post_pages_distance_from_top is not defined

init @ tagdiv_theme.js?ver=7.3:1283
jQuery_ready @ tagdiv_theme.js?ver=7.3:1233
i @ jquery.js?ver=1.12.4:2
fireWith @ jquery.js?ver=1.12.4:2
ready @ jquery.js?ver=1.12.4:2
K @ jquery.js?ver=1.12.4:2

Problems in version 7.3 in mobile mode.

How to resolve that?

Lewis
Participant
#0

Hello,

1- Please help me to move mobile share button from ver 3.1 to ver 2.3.7

i cant upgrade the theme now and i really need new share buttons

———–

2- any chance to add telegram share button?

Thanks

#0

Hi,

Appreciate you’re having issues with version 7.3 on the mobile theme but I’m running v 7.2 and the mobile menu links don’t work? They don’t display the pages properly. The website is http://www.musicinstrumentnews.co.uk

Hope you can provide some insight to the problem?

Thanks

thelastpoet
Participant
#0

Hello, I had posted this on the update section but was closed. I have been having problems with the mobile theme plugin. When activated Google analytics stops counting mobile traffic, I have disabled the plugin and now Google analytics is working again.

Kindly note, this happened after updating the theme to the current version. I have not added new plugins to the site, just noticed the problem when I updated to the latest version of the theme.

I need to use the mobile theme since my Mobile banners are not visible with the plugin disabled. Kindly check the issue out or advice.

Thank you

Catalin
tagDiv Staff

Hello henrib,

Please keep in mind the offset setting is unavailable for mobile theme. This mobile plugin intends to display the Big Grid module to the top of the page (the post from here is sorted by default from the Featured Category) and at the bottom of your page, you will get the Latest Articles module which is set it by your latest…Do you have some additional customization through code which modifies this sorting? Or, all your posts are placed in this Featured category?
Please provide some information in this regard. Also, please provide your website URL so I can inspect it closer. Also, if you are using some untested plugins with the theme, please disable all of them and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Hope this helps!

Thanks for your understanding!

Anak Salam
Participant
#0

I am trying to customize woocommerce on mobile theme, but not works.
I want to edit woocommerce template with this customization https://drive.google.com/open?id=0BzvCLBh5_Hp4cUpXeDdoUHR6WGc and also i want to add this code to function.php

/*Filter ini untuk mengganti description ke spesifikasi*/
}

add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
function woo_rename_tabs( $tabs ) {

	$tabs['description']['title'] = __( 'Spesifikasi' );		// Rename the description tab

	return $tabs;

}

/*Filter ini untuk mengganti product description heading menjadi spesifikasi lengkap*/
add_filter('woocommerce_product_description_heading',
'isa_product_description_heading');

function isa_product_description_heading() {
return __('Spesifikasi Lengkap', 'woocommerce');
}

/*Filter ini untuk memonaktifkan fungsi cart*/
add_filter( 'woocommerce_is_purchasable', false );

/*action ini untuk menghapus short description pada single product page*/
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);

/*Filter ini untuk membenarkan reviews pada woocommerce karena bentrok dengan disqus comments*/
add_action('the_post', 'sb_remove_woocommerce_disqus');
remove_action('pre_comment_on_post', 'dsq_pre_comment_on_post');

function sb_remove_woocommerce_disqus() {
	global $post, $wp_query;
	
	if (get_post_type() == 'product') { 
		remove_filter('comments_template', 'dsq_comments_template');
	}
}

// Display 16 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 16;' ), 20 );
PatWire
Participant
#0

The theme should automatically make Adsense code responsive?

But adding responsive code to a 728 x90 custom ad block doesn’t make it responsive on mobile phone in portrait – this causes Google penalties because no part of an ad may obscured

Any ideas?

Pat

henrib
Participant
#0

Hi. When i activate the mobile theme plugin the frontpage shows a grid with 3 posts and a ‘latest posts’ section beneath that. The first 3 posts in the ‘latest’ section are the same as the 3 posts in the grid. I can not find where i can change the offset of the section. Can you help me out?

Catalin
tagDiv Staff

Hello creativepile,

Please notice that the Mobile Theme is too different than the general responsiveness mobile mode, are two different things. The mobile theme has been designed to display only the Big Grid in the top of your homepage, some text if it will be write in the mobile editor from Visual Composer and the Latest Articles modules which will be displayed at the bottom of your page. For more information about our mobile theme concept, please refer to the documentation here -> https://forum.tagdiv.com/the-mobile-theme/
If you want to change the structure of it, please notice that it is needed to make some additional customization through mobile theme plugin that involves custom work and we cannot provide this type of services at the moment, sorry!

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

By default the theme hides top menu on mobile devices. For mobile devices you can include Contact and About us in mobile menu: http://screencast.com/t/43dx9dWQ5D

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately mobile theme does not have options which allows you to change the fonts yet but probably in future we will add such options. For the moment to load different fonts for mobile you have to edit theme’s code. The css code for mobile theme is located here: http://screencast.com/t/XFivsX0A1 but to change the font for all elements you have to go trough all code and locate the lines which refers to font-family. This is a quite difficult task considering the code’s size. The easiest way to keep the desktop fonts on mobile is to deactivate mobile theme plugin.
Yes we’re aware about that issue and will be fixed in next theme’s update but meanwhile you ca use this css in theme panel > mobile theme > custom code to fix it.

.td-post-author-name div { display:inline; }

Thanks!

miriamurbanoweb
Participant
#0

Hi there!
I am trying to customize the mobile theme colors from my theme panel. I have enter custom colors but they are not showed on my website but I only can see default colors (black background for the logo and buttons and blue-red gradient for menu and search). How can I solve this???

Thank you very much in advance!

MESOTU
tagDiv Member

Hi Catalin,
Thanks for this. I have added this code and it appears to have resolved the desktop/laptop browser issue. But when I look at an article on my Android phone, it is still rendering broken and disjointed as before.

I added the code as follows:

.td-post-author-name div {
display:inline!important;
}

I am not using the mobile theme by choice. I just want my site to use the regular responsive feature.

Is there any additional CSS coding I could use to force it to fix it in android?

I have emptied the cache after the change and emptied the cache in all browsers, but still no luck on the android side of things.

Thank you very much for your help.

Kind regards

  • This reply was modified 10 years by MESOTU.
creativepile
tagDiv Member

Hi Catalin,
We got the site up with the codes that you suggested and noticed the mobile theme still shows the latest articles on the front page. is there a setting for this that I missed? I downloaded the Tagdiv mobile theme plugin and went through the settings but it still shows the latest articles on the front page or do I need to change the code in the index page for this issue?

Thanks again for all your help!

KatyBee
Participant
#0

Hello again! 🙂

I cannot see a way to customise the fonts or appearance of the mobile theme. I have read that this hasn’t been implemented yet. What CSS I would need to add to change the post title and post body fonts?

Most notably, I use a custom font called font2-webfont.woff as General Font for all post titles, which renders well on mobile but disappears when I use the mobile theme. I’d like to add this into the custom CSS so it uses it on the theme. What code do I need to add to do this?

Also, are you aware of the bug with the author and date disappearing at the top on the mobile theme? I’m using a Galaxy S6 Edge Plus with the Chrome browser.

Catalin
tagDiv Staff

Hello Swapnil,

I have notice that you are using the Mobile Theme and this type of plugin do not display the News Sticker. The mobile theme renders you a Big Grid module in the top of the page wii=ch is sorted by Featured Posts and then the Latest Articles modules in the bottom of the page. If you are unhappy with this mobile theme, you will simply disable the mobile plugin and the theme will be switched to the general responsiveness mobile version. For more information about this feature, please check here -> https://forum.tagdiv.com/the-mobile-theme/

I hope that you have understood this concept.

Thanks.

Catalin
tagDiv Staff

Hello,

Please try to download again the theme from the Theme Forest because we have fixed the issue regarding on Mobile theme but the version of it has not been changed…it is still 7.3 version.

Thanks for your message!

Catalin
tagDiv Staff

Hello nairolf2013,

If your page speed without using the mobile theme plugin is greater than with this plugin turned on, it seems that you have optimised your website and these settings will not be applied for the mobile plugin. Actually, if you have received results better than with mobile theme, you can disable the plugin.
For your second request, this behaviour appears when you have server cache or you are using the CDN system. Purge the files and clear your server cache and test it again.

Thanks for your understanding!

dardanmiftari
tagDiv Member

Hello,

I don’t have mobile theme activated on my site.
And when I try to open the site in incognito mode in mobile, it works just fine.

Can this be about the plugins I have installed:
WP Ultimate Recipe
Jetpack by WordPress.com
Disqus Comment System
Contact Form 7

Or is it another problem?

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have such an option. It can only be done with customization. You will require css knowledge to do it. You will have to edit quite a few lines of code in style.css as 767 pixels is the trigger for the mobile version. You will have to change every value that targets this viewport area in style.css and there are 728 matches on a quick search: http://screencast.com/t/fYppSMys9

Thank you!

Catalin
tagDiv Staff

Hello dardanmiftari,

I suspect your problem being from some conflicts between mobile theme and your untested plugins. Please try to disable all of them and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Clear all your caches and test it again.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,
Well if you have a black logo, you need to change the black header on mobile for it to be visible. You can change colors or the mobile menu in the theme panel: http://screencast.com/t/ZLl0leWrPgjM or if you use the mobile theme, under the mobile theme color settings.
Thank you!

Catalin
tagDiv Staff

Salut Alex,

Problema cu Mobile Theme a fost rezolvata. Tot ce trebuie sa faci este sa re-descarci inca odata pachetul de pe Theme Forest si sa il instalezi…versiunea este tot 7.3 pentru ca nu a fost modificata.
Din cate am observat, categoria ‘Noutati’ are background setat din Theme panel si de accea daca tu folosesti post style 8 care trebuie sa seteze featured image ca background si deja este setat un background pentru categoria din care face parte postul tau atunci va aparea aceasta situatie -> http://screencast.com/t/FpkSlxjebn
1)Incearca sa pui alta culoare pe hover deoarece este alb pe alb si din acest motiv nu se poate citi nimic.
2)Intr-adevar este o problema de la noi cu Social Counter. Am trecut problema pe lista noastra de remedieri si vom reveni cat mai repde posibil cu un fix pentru aceasta problema sau cu un update.

Multumesc pentru intelegere!

Viewing 25 results - 19,801 through 19,825 (of 22,177 total)