Search Results for 'mobile'

Results from the Forum
Andrei L.
tagDiv Member

Hi

It depends what layout generate that plugin for mobile devices. Most likely you’ll need some css customizations in order to fix the issues from mobile devices.
To solve this you’ll need some experience with css coding. If you’re not aware of the steps that must be taken in this regard my advice is to look for someone who can help you with implementation because we can’t offer customization services at the momenta.

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately if you use visual composer on posts (not recommended) this issue will be present on the mobile theme. The mobile theme does not use visual composer and that is why it will show the shortcode on posts. Pages got converted to mobile versions you have top create in the mobile editor but visual composer on posts is not recommended. You can use it but these will be the consequences. You can either stop using VC on posts or stop using the mobile theme as there is no workaround for it. Sorry. (here is where it;s mentioned about VC: https://forum.tagdiv.com/how-to-use-visual-composer/http://screencast.com/t/1sK8WVIO1ig)
Thank you!

Bogdan B.
tagDiv Staff

Hi,
It’s the same smartlist 1 for mobile: http://screencast.com/t/goY4dqkSN
It’s not the standard smartlist 1. It’s the mobile smartlist that is based on smartlist 1. It is a different smartlist created specially for mobile phones for better loading times. Every smartlist will be converted to this type with the mobile theme active.
Thank you!

Andrei L.
tagDiv Member

HI

I’ve checked your site and mobile logo is displayed fine on my side: http://screencast.com/t/fSL7CMtKTl0 If you still have this issue try to clear all caches including mobile device cache then test again. Also try to access the site with different browsers and check how it goes.

Thanks!

bousquetj
Participant
#0

Hello,

I have two problem on my website http://www.tourist.voyage when i navigate through Facebook App on Iphone 6s :
– the logo is replace by the last uploaded image in my gallery
– featured images of “related posts” are mixed up …

In order to show you the bug, here are different screenshots :

> When i navigate directly on http://www.tourist.voyage with safari or chrome on Iphone 6s, everything is ok :
http://www.tourist.voyage/mobile-bug-screens/VIA_NAVIGATOR_LOGO.PNG
http://www.tourist.voyage/mobile-bug-screens/VIA_NAVIGATOR_RELATED_ARTICLES.PNG

> When i navigate through Facebook App on http://www.tourist.voyage on iphone 6s, it’s not ok :
http://www.tourist.voyage/mobile-bug-screens/VIA_APP_FACEBOOK_LOGO.PNG (logo replace by last image uploaded)
http://www.tourist.voyage/mobile-bug-screens/VIA_APP_FACEBOOK_RELATED_ARTICLES.PNG (not the right featured image for some of the articles)

You can go to my facebook page and see more tourist.voyage posts through your mobile app to see.

https://www.facebook.com/tourist.voyage

Hope you can help me with this,

Take care

Julien

omarfilip
Participant
#0

On mobile devices tapping the search from the header produces a zoom effect, but no input field. I can replicate this on a desktop if I squeeze the browser width to less than 768px.

This happens even when all plugins are disabled, including Visual Composer.

Here’s what it looks like in a screenshot:
http://www.screencast.com/t/W2CzHY8Z

I have the latest version 7.2 and the latest VC that came with it.

coastaljax
Participant
#0

I’m having an issue now where my logo isn’t showing on the mobile version.

View post on imgur.com

Started at random, didn’t change anything, checked to make sure the image file itself is ok. Any advice?

simchris
tagDiv Member

Note the main reason most are no longer supporting the old version of Opera 12x is lack of support for modern TLS ciphers; basically SSL1,SSL2,SSL3,TLS1 are all insecure and are being deprecated over the entire web, and most have to stop using TLS1.1 at some point and *only* use TLS 1.2.

This means old version of Opera won’t work with *any* https site that is setup properly very shortly. Much like old versions of IE which can never be updated for new security settings.

You should be aware of this issue if you rely on Opera for your visitors, and may wish to setup a sniffer to popup notice to update their version of Opera, much like Firefox did once upon a time, and even Chrome.

Especially on mobile, since this is moving to https everywhere, including shared/free SSL certs with new versions of Plesk, Apache, Cloudflare, etc., etc.

Basically Opera 12 won’t work with anybody running modern https — and so should be abandoned as an insecure and obsolete browsing platform.

This is not 100% specific, and just general comment. You need to research the actual specifics on all of this, but you can also learn about this in the Opera forums.

Opera 27 and up is the solution for modern mobile and website support. Opera 12 should be deprecated asap.

(( I don’t work here; just been dealing with webdev for 22 years, and our sites are PCI-DSS certified and we have to deal with infosec crap on daily basis. ))

Chris S.

  • This reply was modified 10 years by simchris.
kuaza
Participant
#0

hello, thanks for all work.. Good themes, good work..

What are your suggestions? And how to?

mobile

Thanks..

claus
tagDiv Member

Hi Andrei!
Thank you so much for the link and the answer!

At the end I choose Optimize Press to create some landing pages.

On desktop and Ipad I hadn’t trouble but on Mobile yes…I had.

Is there a way to see the landing page in the mobile version without troubles?

Thanks in advance

Claudio

netosk
tagDiv Member

YEs, I turned off the mobile theme because was not working correctly.

New link, take a look. Mobile theme is turned on and the smart list on mobile is not the SMART LIST1

http://exploreorlando.com.br/zzz1/2016/07/07/hello-world/

anuradha-goyal
tagDiv Member

Apologies for jumping in a ‘somewhat solved’ thread !

I was EXACTLY facing the same issue as the user above explained. And it was W3 Total Cache which was the actual culprit. Disabling that solved the issue instantly (not sure if he was using the same plugin).

I also understand that W3TC have some serious issues with this theme which eventually needs to be dealt with as many of us prefer it over WP Supercache (W3TC for instance screwed the mobile theme and other features). I hope this will soon make into compatible plugin list.

Thank You !

FSborz
tagDiv Member

Hi,

I did what you said but It din´t work yet…

The header.php file was like that:

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.6&appId=1006446862796383″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

It´s a but different than the example you showed, the exemple you showed was a newsmag, my one is a newspaper.

The loop-single.php was like that:

<?php echo $td_mod_single->get_content();?>
<div class=”fb-comments” data-href=”<?php echo https://portalmaesefilhos.com.br/ ($td_mod_single->post->ID); ?>” data-width=”600″ data-numposts=”5″></div>

</div>

So, I just paste the in the files you showed, but I went to my website and nothing changed!

I didn´t make any change in the single.php file, I saw you marked with a red box thos files, but I didn´t do anything in there.

Now I will put the orinal codes in header.php and loop-single.php and think what I can do to solve it.

Thanks again!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper has an fixed grid layout, responsive as it is fluid and styled for desktop/tables/mobile screens. The theme full width is 1068px(content) and it is not an easy task to change it because all the theme elements were designed for this width and you will need to redesign them.
However if you want to change the width for post pages you could try to use media queries for it – https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ an example for default post style – http://screencast.com/t/YGMzwr8qC4

Thanks!

Sandman
tagDiv Member

Hi, Andrei!

I do not argue that theme works fine in opera 38.0. I say that it does not work in Opera 12.14. And I can not force all users to update their browser if they do not wish to do that. Once again – I understand minor bugs in older versions of browsers. But this is not a minor bug, I want to repeat that site is totally unusable because mobile menu covers the screen and may not be closed.

Opera 12.14 is not the latest browser, but it is not that old, it came out in 2014. And many people use it, since it is the latest stable version of Opera before thay made total engine/design revision.

Should I understand your answer that all bugs (even serious ones) concerning not the latest versions of browser are not going to be considered and fixed?

Kind regadrs,
Dmitry Sandakov

  • This reply was modified 10 years by Sandman.
  • This reply was modified 10 years by Sandman.
Bogdan B.
tagDiv Staff

Hello,
If you use the mobile theme, the content from pages, footer and others will revert back to default as the mobile theme does not use visual composer, thus no blocks or widgets can be used. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Pierreto
tagDiv Member

Hi,
I have the same problem with menu, not from the new update but with the last aslo.

I have mobile nokia n8 with opera mini.

I try to see with your demo theme, but last time i tested, he don’t use mobile theme, then i tested with other website in showcase and they have the same menu problem.

I don’t make test with other mobile.

shivamyadav850580
Participant
#0

I have added some widget in footer. They are displaying on the desktop version but not on mobile version. On mobile version, Only about website(footer content) is showing. What should i do show footer widgets on mobile theme as well? Thanks!

Sandman
Participant
#0

Hi!

After istalling 7.1.1 i’ve got several reports that my site became totally unusable in opera 12.14. The problem is that mobile menu is automatically acivated on opening the site on computer and can not be closed. That means the content of the site can not be seen:

http://clip2net.com/s/3zXOLl1

I relly hope this can be quickly fixed, since this is not a minor design bug.

Kind regards,
Dmitry

Bogdan B.
tagDiv Staff

Hi,
The links you psted are pages. Pages need to be created for the mobiule theme in the obile editor found in the backend otherwise nothing will display. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Andrei L.
tagDiv Member

Hi

1. Please try this solution http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co it worked for most of our users. However if this does not work in your case try to contact your cdn provider and ask him if there is a particular step that must be followed in order to allow access to resources from http.

2. On the indicated pages you don’t have anything displayed on mobile because you’re using mobile theme. To have the content displayed on mobiles add it in mobile editor: http://screencast.com/t/UA31d1PX0y For more details about mobile theme please check this link: https://forum.tagdiv.com/the-mobile-theme/

3. Social Counter display the correct number from facebook now: http://screencast.com/t/xWOjToPB

Let us know if you need further assistance on this.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that you’re using mobile theme. Unfortunately for the moment mobile theme does not have any sort filters for latest article section. You can sort posts for mobile only if you deactivate mobile theme and the same content from desktop will be served on mobiles.

Thanks!

Andrei L.
tagDiv Member

Hi

On our demo we don’t use mobile theme and all page content is also displayed on mobile devices. I assume that you’re using mobile theme and in this case the site will have a different layout on mobile devices. Mobile theme won’t render shortcodes so if you want to display blocks on mobile devices just deactivate it. For more detail about mobile theme please check this link: https://forum.tagdiv.com/the-mobile-theme/

Hope this helps.
hanks!

Glitched
Participant
#0

Hello Team,

The jQuery on my site is no longer working anymore on Mobile. This has become a Constance reoccurrence and I’m not sure what the cause of the issue is.

I have disabled plugins and reactivated them and this still shows no difference.

Please let me know if I’m missing something here.

Site: http://www.glitched.co.uk

Thanks,

Bogdan B.
tagDiv Staff

Hi,
I have checked your site on mobile but images appear to display fine. I could not see any ‘fuzzyness’
Please check again and provide an example if you still see fuzzy images.
Thank you!

Viewing 25 results - 36,151 through 36,175 (of 41,416 total)