Search Results for 'mobile'

Results from the Forum
Manuel Fink
tagDiv Member

ok, my staging is now running on the same setting, and I got worse results than before.
It seems to me that the plugins and this config helps on desktop however mobile results good much worse. My problem with: 65% mobile visitors
Shared my results in the pagespeed thread.

Are you using mod_pagespeed or any serverside settings?

Manuel Fink
tagDiv Member

I finally got someone optimizing nginx settings for me.

However can anyone confirm @Stevens settings? My first try seems that it is not any better than using w3cache

Checking link http://staging.dailycat.de/hund-rettet-katzenbabys-670/ checked with http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fstaging.dailycat.de%2Fhund-rettet-katzenbabys-670%2F&tab=mobile

Old server vhosting (w3cache no nginx) (http://www.dailycat.de)
GPagespee 54 / 66 GtMatrix 83 / 68

New Server (same config as old) GPageSpeed 55 / 68 GtMatrix 86 / 70
New Server (@Stevens Konfiguration) GPageSpeed 48 / 71 GtMatrix 83 / 66

Mobile is the most important metric for me, since 65% of the visitors are mobile visitors!

Crabouille
tagDiv Member

Thanks for the update but that’s still not working 🙁

any other ideas?

Lucian
tagDiv Staff

Hi,

Please add this custom CSS in Theme Panel > Custom CSS:

@media (max-width: 767px){
.header-logo-wrap {
display: block !important;
}
}

Thanks

Crabouille
tagDiv Member

i’ve added the code but still no logo on mobile

Ljubisa B.
Participant
#0

Hello all, after updating to 3.9.2, I have Home page only White side, but individually all plugins deactivated without success, please help me. Ah yes, Home funktionirt only with Firefox, all other browsers show only White side. Google page speed test (http://developers.google.com/speed/pagespeed/insights/?url=www.football-eu.com&tab=mobile) reports this error: The URL which fetched, but nothing what rendered. Ensure did the URL points to On HTML pagethat loads successfully in a web browser. Thank you.

SRY for my English its from Google

simchris
tagDiv Member

@manual
best bet for my stuff, is go “backwards” from here as the stuff for htaccess file still good, for Apache/Linux. I’m only running nginx for some stuff on our server, we use Apache for compatibility with 20 years of content and some stuff not practical to reinvent at this time.

mod_pagespeed … I am running kind of a moderate number of things with defaults on server wide, then htaccess for local per site/folder controls/over-rides or “off.” With nginx I think you have to use a config file.

Anyway…. here’s my htaccess minus the 301 stuff:

<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters move_css_to_head
ModPagespeedEnableFilters combine_css
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>

# start WordPress
(removed; might be diff for other setups :-)
# END WordPress

AddType text/javascript .js

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers

<IfModule mod_headers.c>
    Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

Here’s my robots.txt file (again, your needs may vary)

User-agent: *
 Disallow: /cgi-bin
 Disallow: /cgi-bin/
 Disallow: /wp-admin
 Disallow: /wp-admin/
 Disallow: /wp-includes
 Disallow: /wp-includes/
 Disallow: /wp-content/plugins
 Disallow: /wp-content/cache
 Disallow: /wp-content/themes
 Disallow: /wp-content/upgrade
 Disallow: /wp-content/backup-*
 Disallow: /aff/
 Disallow: /search/*/*
 Disallow: /trackback
 Disallow: */trackback
 Disallow: /trackback/

We’re currently not running things off our Amazon CDN for the WP sites, in favor of using the horsepower of the dedicated server with high-speed switch, APC, mod_pagespeed, etc. Not finding it super beneficial to load those 1kb sprites off the CDN, frankly. (Brand new web server Dec. 2013). And for us tweaking is simpler when it’s all using one system, and letting mod_pagespeed fix some stuff.

I was manually minifying the style.css file and couple other things. Have not done that with latest version (just updated last weekend). Simple to do … some of my posts on here reference the websites like css minifier where you can copy/paste your code, make new file and over-write the theme css file to solve that issue (takes 5 minutes).

I had too many issues with the caching plugins so not using right now.

Take Google’s PageSpeed Insights with major grain of salt.

On one of my project sites (not running WP), we have the CSS loading from external file, minified, got pagespeed score of 87 and warning about only 47% of page loading above the fold (menu wasn’t showing up), and this could be seen missing from screen capture. So, we put all the code inline, speed went to 95 desktop, 85 mobile, but warning about above the fold now says only 1% was able to be loaded, but snapshot of screen shows everything above fold loaded properly.

Similarly on our WP install running Newspaper, here’s one of their wonderful “suggestions” ….

Reduce server response time
In our test, your server responded in 0.36 seconds. There are many factors that can slow down your server response time. Please read our recommendations to learn how you can monitor and measure where your server is spending the most time.

So, apparently 0.36 seconds is considered slow?

🙂

sazovsky
tagDiv Member

Now I modified the home page and page speed fallen: mobil 63/100, PC 83/100. (problem: JavaScript and CSS). http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ftestinfoglass.sazovsky.cz%2F&tab=mobile

Lucian
tagDiv Staff

Hi,

Unfortunately this is not possible, we have tried this but without success, sorry for the inconvenience.

Thanks for understanding

Lucian
tagDiv Staff

Hi,

I have checked your site and saw that you don’t have any menu, this is the reason way you don’t have any logo on your mobile. On mobile the logo drops down in the menu bar, so if you don’t have a menu bar you don’t have a logo.

To fix this add this custom CSS in Theme Panel > Custom CSS:

@media (max-width: 767px) {
.header-logo-wrap img {
display: block !important;
}
}

Thanks

mprieto
tagDiv Member

Hello Lucian, thank you for your help.

I didn’t find the code you mention in site.js and from the screen you sent me it seems to be the theme “Newses” and just so we’re clear I’m referring to the theme “Newspaper”.

What I did was eliminate the code below in site.js but is strange because with that, the drop-down list only works in a PC with the option of Android Chrome browser emulation, on Android devices it still doesn’t work and the mobile menu stopped working as well in the two cases.

if (td_is_iPad === false && td_is_touch_device === true && tds_mobile_swipe == ‘swipe’) {
//load fast click only on touch devices, except ipad
window.addEventListener(‘load’, function () {
FastClick.attach(document.body);
}, false);

}

Lucian
tagDiv Staff

Hi,

Send a link to your site to see the issue.

Thanks

Lucian
tagDiv Staff

Hi,

Thank you for your suggestion.

Have a nice day!

milankresoja
Participant
#0

Hello,

I would like to have mobile menu shown on tablet’s also. Where and how I can set this up?

Thanks,
Milan

Crabouille
Participant
#0

Hi i didnt realise until now, but my logo is not displaying on mobiles.
It is set on style 1 (logo + ad) menu with the menu hidden.

Please have a look http://www.factsar.com

Steven
tagDiv Member

check my site on ur mobile and tell me if you can click on the menu on my site @ jahliveradio.com

I’ve just check ur site on my anroid phone and the menu working fine…when i click on links they working also..

Steven
tagDiv Member

Hmmm,weird… but if it was a theme issue i’ll have the same issue as you and every one else that bought the theme..

uzairfreak
tagDiv Member

This problem not new. I am having same problem on demo site. Which is using no plugin.

Steven
tagDiv Member

Are you using cloudflare are any other plugin that optimize files..because this i a JS issue

uzairfreak
tagDiv Member

Also I have tried everything. Also tried disabling all plugins too.

Steven
tagDiv Member

I did not say you where using it,i say you are a plugin that is Async JS and CSS files…

i’ve check ur source code and i see ur files is loaded in asynchronous.

  • This reply was modified 12 years by Steven.
uzairfreak
tagDiv Member

I am not using that plugin.

Steven
tagDiv Member

It’s not the theme it’s the plugin u using to “Async JS and CSS” you have to exclude these files in the plugin for the menu to work…

jquery.min.js
external.min.js
site.min.js

uzairfreak
Participant
#0

I have a problem from a quite a time. At first I though it is temporary due to some plugin. But now I am confirmed it is a theme problem. Menu on the mobile view is not working. When users click one icon nothing slides out.

Site Url : http://www.thenerdmag.com

mprieto
Participant
#0

Hello there, great theme

I want to ask if someone has trouble working with select tag in forms in this theme, when I use a drop-down list, this works as it should in Desktop and iOS devices but in Chrome Android browser I can’t select the options, these never show. Here you can find an example http://www.gacelacardona.com/test-select/

It has something to do with some scripts in site.js because when I comment around line 160 to 175 the functions (//show the mobile menu only on phone screen and //load fast click only on touch devices, except ipad), the drop-down list works but the menu doesn’t.

Please any help will be appreciated.

Viewing 25 results - 40,676 through 40,700 (of 41,416 total)