Search Results for 'mobile'

Results from the Forum
MRanki
tagDiv Member

I don’t use the patch files. I uploaded the whole new 2.0 theme folder..

el flojo
tagDiv Member

Found the reason!
The sprite files were not included in the patch folder. You have to grab them from the complete theme folder and update them seperately.

MRanki
tagDiv Member

I have the same problem.. And is also happening on the desktop version. I updated the sprite files but the issue still.

Marius
tagDiv Staff

Hello,
Please update that 2 sprite files. You have the old files. Update elements.png and elements@2x.png

Thanks for the message!

Suresh
tagDiv Member

Sorry, i found the patch folder. Thanks for that.

el flojo
Participant
#0

Hi there!

I’m using the Newspaper theme on http://denkfabrikblog.de and have to report some really annoying bug that appeared with version 2.0

The elements.png doesn’t show up in the menu on mobile devices as can be seen in the following screenshots:

iPad:
https://www.evernote.com/shard/s1/sh/36f7a6ea-a65e-4574-a101-288901f4792b/12dd84d9a07eae3044678045fa5d8bdb

iPhone:
https://www.evernote.com/shard/s1/sh/6148df4b-a684-4ec1-afb7-2a785fd64fd1/7e252deeca9469b935308f1e633ddc98

Galaxy S3:
https://www.evernote.com/shard/s1/sh/22cd0c69-d9d1-42b8-8f3d-a02ca95b412e/78a6c02d94ad21dea77ab0152c381ed7

It’s not that the file would be missing. It’s still there:
http://denkfabrikblog.de/wp-content/themes/Newspaper/images/sprite/elements.png
http://denkfabrikblog.de/wp-content/themes/Newspaper/images/sprite/elements@2x.png

And it should be displayed in the relevant mobile resolutions as can be seen here:
http://responsive.pixeltuner.de/?s=http%3A%2F%2Fdenkfabrikblog.de

So, what did I break during the update-process? Where should I look?
Or ist it a general problem?

I’d be glad to hear from you.

Thanks in advance!
Manuel

joventu
Participant
#0

Hi,

Is there a way to have the mobile responsive mode not activate on desktops only? So basically it can response to desktop resolutions only?

Suresh
tagDiv Member

Also where to find the update log for version 2.0? I mean the list of files that i need to replace.

Suresh
tagDiv Member

Tried but not working. Making changes in main style only. I think it will give troubles while updating theme.

Marius
tagDiv Staff

Hello,
The Child theme should work fine for CSS. Try with !important on CSS in some case and see if works.

Thanks for the message!

Marius
tagDiv Staff

Hello,
We will fix this (logo mobile + ads on mobile) next week.

Thanks for the message!

ogeeka
tagDiv Member

Hi, this is not fixed in 2.0, is it?

Suresh
tagDiv Member

Yes, i found it. i think main menu is not a fixed menu in mobile like desktop, So there wont be any problem with the 2 menus on top of the page. now i had used responsive menu plugin and made top menu as responsive and works great. 🙂

But i am having issues with the child theme style.css. styles i am adding there are not overriding the main styles. Can you tell me why it is happening.

Thanks for the support.

Marius
tagDiv Staff

Hello,

We hide it on mobile because there is no space for 2 menus. You can display it again from style.css search for .td-header-menu-wrap and change like here http://screencast.com/t/JnPrGv0P

Thanks for the message!

Suresh
Participant
#0

Hi,

I am using wordpress multiste. On top menu we will show links to all blogs in our multisite and in menubar we will show category for that particular blog. so i need to show top menu in mobile as well to navigate from other blog to another. How to do this.

Regards,
Suresh

simchris
tagDiv Member

Just for a point of reference on our test site under development, with 1.7.2, and no caching or tagdiv/optimizer plugin enabled. This is neither a complaint, nor solution, just an indicator of another look at “speed” on a “typical” review article page online, based in U.S.

Test article page
http://ga-ga.com/785/discwatcher-watching-films-at-home-spring-2013-a-good-day-to-die-hard/

Google Page Speed = 96 / YSlow 73* (desktop; not showing mobile results)
Page load time: 6.46s
Total page size: 2.19MB
Total number of requests: 106
*NOTE: huge number of “errors” due to GOOGLE ads/cookies/etc. with embedded YouTube video and two AdSense ads (top/right) and social media crap. Unrelated to theme.
PAGE HAS: 3 large images in article; two content blocks right side with 3 thumbnails each (6 images) and the 2 related content items below story. Total 11 images plus gravatar, and 2 logos.

14 images, 2 ads, youtube video; Google Page Speed “96” — not too shabby!

Main issues have to do with Google elements, and social media stuff. One javascript file could be compressed; YSlow hates the @style load of CSS via child theme (sigh). Images could be slightly more compressed (option to set compression level via functions file?).

For those looking at Google Page Speed vs “load time” or “payload” … ALWAYS test your “page speed” with AdSense stuff removed or you will always get upset with any WP site ranking/rating/testing. In our case, the above “96” with Google Page Speed is pretty amazing, frankly. 6 second load time, not so much (anything over 4 sec would be considered “bad” these days), but caching plugin and CDN may help with that immensely. Yslow pretty much “demands” a CDN for top speed ranking.

Our goal is 3 sec. max time for a page like that (avg 2.6 sec would be acceptable based on how some of our other sites work) and if/when I get to that, I’ll share our method of optimization, if anybody will want to know.

— PLUGINS:
* all jetpack OFF
* WP-Optimize (speed up your DB by optimizing it!)
* Akismet with site license
* Limit Login Attempts (a must!)
* Regenerate thumbnails
* WordPress SEO by Yoast
* bare minimum tagdiv provided plugins (e.g., animated GIF resize)

  • This reply was modified 12 years by simchris.
Marius
tagDiv Staff

Hello,
We have in Theme customizer the non responsive version setup, but is general for all devices not only for mobile http://screencast.com/t/kejR5UL4O4pF

Thanks for the message

jake
Participant
#0

Hey, is there a way to setup a link on mobile to drop the responsive css file, so users can choose if they want the responsive design or not?

Thanks
Jake

SaijoGeorge
tagDiv Member

On mobile devices the logo overaps with the ads

http://i.imgur.com/kF6uJ7E.png

that still exist with the new version 🙁

Marius
tagDiv Staff

Hello,
Please can you give me you liste url to see about what background do you ask. You can try with display:none from CSS to hide it on mobile using the style in this:

/* responsive phone */
@media (max-width: 767px) {
    
}

Thanks

simchris
tagDiv Member

+1
realistically with the new Page Speed push for mobile speed optimizations and such, and Google’s new asynchronous support for AdSense now working properly, typically the AdSense code should be async by default.

natuurlijkdurvendoen
tagDiv Member

Thanks,

Problem solved!

Javier
Participant
#0

Hello,

When the site is loaded in a mobile, the image background is also loaded but it is not showed. It consumes memory, bandwich and increase the loading time.

It would be nice if we can disable the background images for small screens.

Thank you and great work!

Marius
tagDiv Staff

Hello,
You have some mobile plugin installed. I’m almost sure that is from Jetpack -> Mobile Theme, please deactivate it. http://screencast.com/t/TA8z81yA93

Thanks for your message!

#0

Hi there,

I have just finished my blog and now a couple of my followers showed me that my mobile version does not load correctly.

I can only see code and my website will only appear after I pushed the button ‘view full website’ all the way down the first page.

Excuse me for my english, I am from Holland. I hope I have made clear what my problem is. I can show it by sending a photo. Who can help me?

Thanks!

Grtz, Michelle

Viewing 25 results - 41,326 through 41,350 (of 41,416 total)