Search Results for 'mobile'

Results from the Forum
DoOove
tagDiv Member

Hi Lucian,

I will wait for next update, not a big problem for us now.

Thanks for your help!

Pjump
Participant
#0

Hi,
When I open the website in my smartphone, the td_demo_top menu (the one in the top of the page) doesn’t show, as well the ad next to the logo.
There’s any way I can show them in the mobile view?

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css:

@media (min-width: 420px ) and (max-width: 767px){
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 300px;
height: 48px;
}
}

@media (max-width: 420px) {
.header-search-wrap #search-button .td-sp-ico-search {
position: relative;
left: 0px !important;
}
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 200px;
height: 48px;
}
}

Should fix this like this: http://screencast.com/t/9cPrnFAQRU

Thanks

Steven
tagDiv Member

@Ecofame there is a lot of bad in removing every single white space from ur site,it’s bad for “User Experience” on tablets & phones,it’s hard on the user to tap on things if they very close together and that’s one of the things google pagespeed always warns people about don’t make things too close to each other because it’s not good for “User Experience” from mobile devices…

It’s good to remove some white space like what i done too my site,but ur asking to remove it all from the front page then when someone visit ur site from a phone and say they have big fingers it will be a nightmare for them to even browse ur site from there phone..just one of my tips i’m passing on too you…

Steven
tagDiv Member

The most important plugins you need to even get this close to getting those scores..as follow

1.tagDiv speed booster

2.Speedbooster Pack Plugin (Don’t use the feature Disable all above CSS options on mobile devices) all the other features can be use but it all depends on ur site.

3.WP Super Cache Plugin this work better with the theme and don’t cause any issues with the theme code.

4. Optimize Database Plugin http://wordpress.org/plugins/rvg-optimize-database/

5.EWWW Image Optimizer Plugin

6.CloudFlare Go to “performance settings tab” and make sure you choose every thing in there…

A.CDN & Full optimizations

B.Simplified

C.Rocket LoaderThis play a very big important role in ur google pagespeed test as well make sure it’ turn on..

D.Auto Minify (JS,CSS,HTML)

E.Minimum expire TTL Make sure it’s set to 5 days not more are less..

Steven
tagDiv Member

Because my post is about removing the “render-blocking CSS and JS files”from google pagespeed test…

I’ll like too show you my results that you can see all my tips in this post work and if you take them and use them in the right way, I sure think you will get the 95% score like me as well…here is some more screen shots of my results to let you know what will give you that 95% score for mobile and desktop..

hareshtilani
Participant
#0

Hi there,

I have migrated our WordPress website to live servers and the Newspaper theme looks great. Except for the fact that when viewed on Mobile, the logo doesn’t seem to resize. I’ve looked through almost every forum I could find via Google and tried a whole bunch of custom CSS code, but nothing seems to work.

The URL is: http://www.balukoo.com/.

Could you please let me know what else I can try to do?
Thanks.

Haresh

Lucian
tagDiv Staff

Hi,

I have tested your site using chromes mobile emulators for iPhone 3/4/5 and found no problem with your site: http://screencast.com/t/loyxqZkwIA
Also tested it on iPhone 4 and 5 and also on iPad devices and also found no issue.
It could be a temporarily server issue or something like that or like Christopher the issue could come from mobile data service providers.
I found though some issues with the video icon on your site: http://screencast.com/t/1DuPRD4Jkk2m
You could try to hide it on mobile screens using this custom css: http://screencast.com/t/8VKcoJrpq1DF

@media (max-width: 767px){
.td_mod8 .thumb-wrap .video-play-icon-big {
display: none !important;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

That is another issue that we are aware about, please send an e-mail at contact@tagdiv.com and we will send you a fix for it or you could wait until the end of next week when we will release an updated in which we will fix this.

Thanks

Lucian
tagDiv Staff

Hi,

The menu loaded on mobile screens it’s different in appearance and functionality from the one used for the tablets and desktop screens so the mega menu dose not work on mobiles. In order to have an category with it’s subcategories you will have to add them like this: http://screencast.com/t/y9FnwtA0g which will be displayed like this in the mobile menu: http://screencast.com/t/lh5kwtedaaUP
A workaround would be to add the category twice in the menu from appearance > menus, once to display the subcategories as a mega menu and once to to add the subcategories as sub-items then use custom css to hide one on desktop/tablets and the other on mobiles.
Sorry about the inconvenience.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Replied via e-mail!
Thanks for the message!

Steven
tagDiv Member

My hard work has pay off my google score is very nice…

Mobile score 94%

Desktop Score 95%

simchris
tagDiv Member

Also just a comment, but this method of click/tap to expand search is quickly becoming a standard on the web and specifically mobile devices.

You will see this on the YouTube site on mobile, TIME magazine on desktop and mobile, New York Times on desktop and mobile, NBCnews.com, hundreds more as they do revamp for mobile, often based on Bootstrap or similar grid/masonry layouts, etc.

I only mention this as a “trend” and the reason why Radu and co did it this way. It wasn’t a unique design choice, but the way things are going as folks move more to a “mobile first” layout (sigh).

Ecofame
tagDiv Member

Hi TheMediumUTM;

Thank you again.
Now it looks good and I like it. As you can see there is little problem that is margin from the left and the space between the header and block slide.
When I checked how the site apears on mobile the margin left problem seem clear.

This is what i did. I put all the css codes together, changed px values, copied all of them and pasted in theme panels costom css area.

.span1, .span3, .span4, .span6, .span8, .span9, .span11, .span12 { margin-left: 20px !important; }
.block-title { margin-bottom: 10px; padding-bottom: 10px; }
.td_mod_wrap .meta-info {display: none !important;}
.td_block_wrap { margin-bottom: 0px; padding-bottom: 10px; }
.td_mod_wrap { margin-bottom: 10px; }
.td_mod1, .td_mod2, .td_mod3, .td_mod4, .td_mod5, .td_mod6, .td_mod7, .td_mod8, .td_mod9 { margin-bottom:
10px!important; }
.td_mod_wrap .thumb-wrap { margin-bottom: 10px; }
.wpb_row { margin-bottom: 10px; }
.td_mod3 { min-height: 65px; }

Regards
Ecofame

JMBusiness
tagDiv Member

SOLVED!
..just disabling the Minify cache was enough.

Thank you very much for your quick support.

simchris
tagDiv Member

Yes, it’s useful to read the documentation which outlines bow to use W3cache with this theme, if you didn’t already review the thin how-to info:
https://forum.tagdiv.com/w3-total-cache-configuration/

TheMediumUTM
tagDiv Member

It definitely does work; a large number of us use it 🙂

The most common reason I’ve heard for the result you’re describing is that you have minifying CSS and/or JS turned on in W3 Total Cache. Not all themes play well with minifying.

TheMediumUTM
tagDiv Member

@mehedi agreed that it’s not ideal, but I thought since on mobile and tablets the footer gets vertically stacked, is there much whitespace to worry about from the empty columns? If so you could maybe use nth-child to hide those columns altogether:

@media (max-width: 1018px) {
  .td-footer-wrap .wpb_row > div:nth-child(1), .td-footer-wrap .wpb_row > div:nth-child(2) {
    display: none !important;
  }
}

Does that work for you or still too much whitespace?

DoOove
tagDiv Member

Hi Lucian,

actually on my phone (S4/Android), main page is showing like this:
http://www.screencast.com/t/XioAI6hgpa

When i click on home menu i get Search
and there’s no global menu showing.

Thanks for your help

maxishere
Participant
#0

Hello,

Is it possible to use a different menu for the mobile menu, rather than sharing the same one that the desktop is showing?

I know it’s possible to define a different menu in ‘mobile-menu.php’, however when the desktop is using Mega Menu, changing the defined menu this file stops the Mega Menu from working.

Many thanks.

Max

mrsky28
Participant
#0

Hello,

How come sprites are not aligned when I’m on mobile version of the site? It looks someting like this: http://i.imgur.com/Tjkyfsf.png

I tried reinstalling the theme but no avail. Any advice?

JMBusiness
Participant
#0

Hello,

After activating the W3 Total Cache plugin,
the mobile version of the site stopped working properly.

The menu button did nothing (just redirected to mywebsite.com/# instead of opening the mobile menu on the left. And the search button also did not work and simply redirected to mywebsite.com/# instead of opening the text field for search.

I have the latest 4.2.2 Newspaper.
Please try to fix this.

W3 Total Cache is the highest rated and most complete WordPress performance plugin. All themes must work with it. If Newspaper doesn’t not work with it, I would have to let it go and start using a different theme.

Thanks,
Jan

Lucian
tagDiv Staff

Hi,

It would be easier to hide the sub footer on desktop, you can use custom css to hide it only on desktop:

@media (min-width: 1200px) {
.td-sub-footer-wrap {
display: none;
}
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

We know about this issue, you will have to send an e-mail at contact@tagdiv.com and we will send a fix for it or you can wait until next theme update, we have already fixed it and will be available with the next theme version.
Sorry for the inconvenience.

Thanks for the message!

mehedi
tagDiv Member

Thanks but I know that already
But it shows a blank white space if I use “display: none”?

Viewing 25 results - 40,401 through 40,425 (of 41,416 total)