Search Results for 'mobile'

Results from the Forum
bitottantotto
Participant
#0

Also if I set the “Category filter” it works only on the desktop version, from mobile is not applied any filter.

Niresh
Participant
#0

When will we can expect a new update because 7.3 have lot of mobile theme bugs + will your mobile themes support AMP ?

simchris
tagDiv Member

Keep in mind also that many other themes load up to 20 files which also add up to a lot of css … However, when i tuned the crap out of v2 i did take out bbpress, woocommerce, translation support, and moved to mobile default font stack… Which wordpress is moving to also. Hoping tagdiv will consider adopting the new wp default font stack also as google fonts do load bunch of extra page size.

Trade off. But im used to bootstrap 2 ?

gurjyot
Participant
#0

It happens sometime but my website shows in mobile view (mobile Newspaper Theme) even when we are accessing it on a Desktop. It might be due to W3 Total Cache plugin, but that plugin is necessary for fast loading of website. Can you tell me a way by which I can use the plugin but this mobile view problem can be solved?

darkstarmarina
Participant
#0

After the latest update my menu only works on the desktop. When you shrink the window on deskstop it shows you how it should work. Ie The mobile logo in the center that takes you back to the homepage and the menu grid logo on the left side that opens out to menu items.

Not sure if you can see this screen shot.
I have tried everything on my settings, nothing changes the problem
Is this a glitch?

Thanks, Marina

Bogdan B.
tagDiv Staff

Hi,

Sorry about that, the code was incorrect. The mobile theme uses a different css class. Use this code instead:

@media(max-width:767px){
.td-mobile-footer-wrap{
display:none!important;
}}

Thanks.

Andrei L.
tagDiv Member

Hi

The theme use the same file to generate the footer on mobile and desktop. If the problem is still there try to deactivate all plugins excerpt Visual Composer and Jetpack, clear all caches then test again.

Thanks!

hermesaajr
Participant
#0

I do not understand what the error or if some configuration plus times nothing thema opens as if it had mobile browsing when I’m on the pc and when I’m on the phone opens like desktop

view zipbr.com

lethow
tagDiv Member

Hello Bogdan!

Please note that on desktop there is an option to hide footer so we are using that in theme panel…

I tried code provide by you at both places in desktop custom code and as well as mobile theme custom code but no help….footer is still there…

Volnus
tagDiv Member

Odd you can try something like this then.

<center>
<style type=”text/css”>
.adslot_1 { width: 300px; height: 250px; }

@media
(min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }

@media
(min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }
</style>
<ins class=”adsbygoogle adslot_1″
style=”display:inline-block;”
data-ad-client=”ca-pub-xxxxx”
data-ad-slot=”xxxx”></ins>
<script data-cfasync=”true” async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</center>

Replace the x’s with the ad-slot and your pub ID. You can also set the size to anything u want like on mobile if u want a 320×100 you can set that

pacoesni
Participant
#0

Hi guys, I’m having problems with the Send by email function from Jetpack. Diging on the Jetpack forums HERE, I found that the problems is related with the “wp_footer();” call. So I changed it on the Desktop version and actually works. My problem is with the mobile version, I couldn’t found where to modified the mobile version. Would you like to help me?

salocharly
Participant
#0

hi guys, I got a mail from google today…

Google has detected that your site has many pages that may benefit from being served as AMP pages. Accelerated Mobile Pages (AMP) are HTML pages that are optimized to load fast on mobile devices. Learn more about AMP benefits in the resources below. Valid AMP pages on your site will be eligible to be shown in search results and receive special badging in search results.

https://www.ampproject.org/docs/get_started/create/basic_markup.html

did you implemented or re you planing to implement this? it seems like a killer feature if google is asking for it.. if not any ideas on how to implement this?

Thanks in advance for the best theme ever!!

Salo

sonukharb
Participant
#0

sir my website http://www.jagbharat.com is not working on opera mini mobile browser , i h installed newspaper theme !

and my friends website also have newspaper theme , http://www.insistpost.com , and its also not working on opera mini browser !

sir please check your self ! solve this problem !

sorry for bad english !

joelpeterson
Participant
#0

Can anyone tell me if there is a setting I can change that will overlay the text of the Image credit source onto the image instead of below…like this..

http://screencast.com/t/C0sDLrHDzgz

I’m trying to push up our content a bit especially for mobile and that little extra space it does does make a difference.

Thanks if anyone knows 🙂

Joel

mikefb12
Participant
#0

Hello,

I updated and tried the Mobile theme which is awesome. Only real problem I am having right now is my adsense is full page width.

I copied and pasted the exact same code I use on the regular theme, which has always been responsive.

Can you help please?

thegreatesttradition.com if you want to take a look

Andrei L.
tagDiv Member

Hi

On mobile devices the site loads really slow, here can be seen the result from google page-speed toll: http://screencast.com/t/CzzRX1JO This affect user experience and some times the browser will stop page’s load it takes to mush time until the server responds. Try to optimize the site following our documentation. also try to deactivate all plugin except Visual Composer, clear all caches then test again.

Thanks!

Bogdan B.
tagDiv Staff

Hello,

The top area is destined for the mobile editor if you use the mobile theme
As for the latest articles, unfortunately this element was built to stay at the bottom and there is no setting to move it to the top. You can however use blocks to show the latest content. You can place blocks at the top of the content and change the page template to another that does not use the latest articles section: http://screencast.com/t/nQKql32sK

Thank you!

DigitNews
tagDiv Member

Hi Andrei, thanks for the swift response! 🙂

The website is loading perfectly from Facebook (their browser) from my Huawei P8 phone, but it’s not loading (it starts to load and then closes) on Facebook.

Some of my readers complained that they can’t access the site as it closes — something I also experiences with another mobile phone.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there was a flawed update released that broke the mobile theme. We are sorry for the inconvenience. The correct theme version was re-uploaded so please update your theme again. The version of the theme is still 7.3 but the fix for the mobile theme is implemented.
The author will need a bit of a css fix 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; }

Thank you and sorry for the inconvenience.

miejan
Participant
#0

After it originally was working, now the mobile theme is not:
– displaying my author bylines
– recognizing that I have the featured image turned off
– displaying 265 x 198 images even though that is turned on in block settings

Anything I can do to fix
http://www.edgemagazine.net

Alin [tagDiv]
tagDiv Staff

Hi,

You can read more about the mobile theme plugin here – https://forum.tagdiv.com/the-mobile-theme/ It comes with its own templates and it was not designed to work with Visual Composer so there are no blocks that could be used on mobile theme. Please note that it is an optional plugin and if you’d like the same content that you have on desktop, you can disable it.
If you load Swedish language from theme translation system, all the theme’s strings will be translated also on mobile devices, even if you use or not the Mobile Theme plugin – https://forum.tagdiv.com/loading-translations/ Or you can translate Latest Articles manually – https://forum.tagdiv.com/customize-a-translation/http://screencast.com/t/tkQytPCWlR3K I have checked this on my side an did not found any issues – http://screencast.com/t/VmsrmdXPLxy

I suggest to use the recommended size for mobile logo – http://screencast.com/t/amS1BHog4
However if you want to use it like it is know I will provide a css code to increase its size – http://screencast.com/t/l6Nj75et

@media(max-width: 767px) {
div.td-main-menu-logo img {
max-width: 186px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use mobile theme plugins, you can hide it using custom css in Theme Panel > Mobile Theme > Custom Code – http://screencast.com/t/aaB2VgeCZRhttp://screencast.com/t/isSndOvc

.td-footer-wrap .td-footer-logo{
display: none;
}

Hope this helps!

Bogdan B.
tagDiv Staff

1) Google analytics is a special case and will be grabbed from the desktop spot. You can simply place the code in the snalytics spot and the theme will grab it on both desktop and mobile.

2)If you require separate files added to the header and footer, then you have to add them manually in the header.php and footer.php. The mobile theme has separate files of course: http://screencast.com/t/Hm3rWFbG9T

Thanks

Ladiesabroad
Participant
#0

When I activate the Mobile Theme plugin I get the three last posts in a grid on top of the page, I also get lots of posts listed under the section Latest Articles. Meaning that the three last articles will be displayed two times; in the grid and under Latest Articles. Where do I change the look of the Mobile Theme? Are there different blocks to choose from also for that plugin? I have searched for where to find this, but have not succeeded yet. I also would like to have Latest Articles translated to Swedish. I have set the tranlation section to Swedish.

Also I have a problem with the size of mu logo shown on my iPhone, it is really small. Regardless if I have the Mobile Theme activated or not. I have tried to upload the recommended size logos under Header -> Logo for Mobile, but it is stills tiny. I have changed all logos uploaded to about 800 px, without any difference.

http://www.ladiesabroad.se/ Right now I have the plugin deavtivated, but you can see the small logo on iPhone (or not!).

Thanks.

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot recreate this on my side. If I load a language from translation system or I translate it manually it is applied also on mobile theme.
Please try to translate it manually and see if it works. If you still have issues please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look. Also paste a link to this topic.

Thanks!

Viewing 25 results - 35,601 through 35,625 (of 41,416 total)