Search Results for 'mobile'

Results from the Forum
Sayeed
tagDiv Member

Hi again! please refer to screenshot “Second Image” http://imgur.com/XW95jQ8&6W7XnbM#1

and how can i reduce the size of content font on mobile screen?

Thankss!

ronnayak
Participant
#0

Hi, My newspaper themed site http://www.trainingezine.com does not open on mobile.

Need help urgently.

Regards,
ronnie

Lulu2a
Participant
#0

I have a litte problem with mobile style 3 header. I have a little margin.
The others header styles are ok.

http://www.aquoitujoues.fr/wp-content/uploads/2015/04/style3_1.jpg
http://www.aquoitujoues.fr/wp-content/uploads/2015/04/style3_2.jpg

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css it will show the top menu, but will hide the date and social icons: http://screencast.com/t/SvZy24not1j

@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-sp-top-menu .td_data_time{
display: none !important;
}
.td-header-sp-top-widget{
display: none !important;
}
}

Unfortunately theme doesn’t have an option to add a different top menu on mobile since it already been hided by default on phone screen.

Hope this helps!

Natuurlijk Hosting
Participant
Top menu - topic
#0

Hello,

Is it possible to get the topmenu back on mobile advices (ipad/iphone) – the social icons are not nessecary, and the data neither… it is just about the top menu.

Even better would be that there was a possibility the I could add some menu items to the regular menu that would only be visible on mobile devices… 🙂 But I guess that’s a bridge too far? 🙂

THANKS AGAIN!

Sayeed
Participant
#0

Hi…

When I’m activating STICKY MENU in Smart Snap for Mobile it also activate for the site on Desktop/PCs.

I have reported this issue a month ago and nothing has been done yet!

I will appreciate if you could help me fix it. Currently I am using Always Snap option.

http://www.magscroll.com is the site.

Thanks!

Sayeed
Participant
#0

Hi…

I need to do make these change on my site.

1. On Home page is there anyway to make module 3 in boxed layout? as it is in upworthy.com???
Or even give a border or shadow so that I can show the post title and thumbnail in a box

2. How to reduce the post title size on mobile phones/responsive layout? Talking about single post page

3. How to reduce the spacing between social button and post title on phone/responsive layout http://imgur.com/B7e4Tvn

Thanks!

Lucian
tagDiv Staff

Hi,

After better testing this I’ve noticed that actually this happens when using less images. The gallery second slide hasn’t been designed to work on small screen widths, that is why it also has been hidden on mobiles, so if using few images on small screen widths the slide animations isn’t needed so to use the animation and prevent this you could use more images or use another approach on this and get someone to help you adjust it as you like.

Thanks

awesomenezz
Participant
#0

For some reason today (was working before) on mobile my site is no longer responsive. The homepage is..but the posts are not. What could be wrong? I deactivated all my plugins too and still nothing. site is TripleHQ.com

achieregat
Participant
#0

Hi friends, the text logo does not appear when the site is accessed on mobile.
Site: http://www.temasplugins.com

nedo
Participant
#0

Hi,
on my mobile site version, same image appear really too big.
In desktop version some image are icon dimension,
the same on the mobile are soo big..
look here: http://www.musicfutures.com/top-3-best-12-inch-subwoofers-money/
How can i manage the mobile image dimesion?
Thanks

Natuurlijk Hosting
tagDiv Member

Thanks, it kind a works, now the fonts are too big. Maybe an easier solution:

Is is possible to create a padding around the shop items op ipad and mobile view – because like I said, the image is now page filling on those devices. This way I have no colomns but it still looks nice.

Thank you!

simchris
tagDiv Member

Google has made the mobile test more “rigourous” as part of the push to ding sites for not being mobile friendly starting late April 2015; and they are sending cautionary emails to websites not mobile ready.

But it looks like they went a bit nuts on the mobile test …

Some of my “perfect” sites suddenly dropped also for things which technically don’t matter.

I have a hunch this will “adjust” — as they are “right now” using a “perfect” rendered page for the benchmark, which is unrealistic unless the page is completely built for “mobile first” with desktop as secondary.

Other words — minor grain of salt on that.

articlescholar
tagDiv Member

Hi Lucian,

I tried a few plugins and nothing worked:

https://wordpress.org/plugins/unlimited/
https://wordpress.org/plugins/infinite-scroll/

Those work on other themes. Also, to be clearer, here’s what I want to accomplish – specifically in SINGLE POSTS (it’s actually a popular feature due to popularity of mobile devices):

Lucian
tagDiv Staff

Hi,

You can use this custom css to fix that issue on smaller mobile screens: http://screencast.com/t/KOD1Y0b4

@media (max-width: 480px){
.post_td_gallery .td-doubleSlider-2 {
padding: 20px 0px 10px 0px;
height: auto !important;
}
.td-doubleSlider-2 {
display: block !important;
}
.td-doubleSlider-2.td_center_slide2 .td-button {
top: 0px;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Google modifies the test all the time and for some reasons the test on mobiles is more rigorous.
I suspect the css generated and added by theme to the page is the cause of this as it’s loading after the resources pointed in page speed test.
Not sure what could be done in this case you could try to also test this without plugins and check to see if you noticed any differences.

Thanks

Lucian
tagDiv Staff

Hi,

No this is against their policy. You can find more info here: https://support.google.com/adsense/answer/1346295?hl=en
If you set a custom ad size for your adsesne ads then the ads will not be resized automatically by the theme and the ad banner will load at the selected dimension on mobile also.

Thanks

howtoisolve
tagDiv Member

Thanks for positive reply, hope you will be success in big help

i didn’t update opera mini in android mobile, i talked about theme update.

current Opera version is: 7.6

if you want more about my problem from my side then know me.

Thanks

ilicmi
Participant
#0

Hi,

First of all, thank you for the detailed page speed optimization tutorial, every advice is golden.

At the first moment we achieved 94/100 on mobile and 95/100 on Google PageSpeed Insights tool
We are using all of your suggested code, and tagDiv Speed Booster plugin (which i edited as suggested and added missing render-bloking scripts)

And it worked great for a while.

Now, all of the sudden, mobile speed dropped to 68/100, but we didn’t change anything, it happened by itself. Main reason according to Google PageSpeed is appearance of render-blocking scripts again (only for mobile, which is curious.. desktop test is still 95/100, with no render-blocking scripts). I checked, and scripts reported as render-blocking on mobile ARE included in tagDiv Speed Booster and should not be render-blocking

Any ideas or tips on how we could fix this?

Our website is https://www.recepti-kuvar.rs/

Thanks in advance!

Alin [tagDiv]
tagDiv Staff

Hi,

On mobile that part of tagdiv gallery is hidden. You can try to use this custom css, but it may not be displayed properly as it was not designed to appear on mobile screens: http://screencast.com/t/3ybkcNr2To

.td-doubleSlider-2 {
display: block;
}

Thanks!

wellajane
Participant
#0

Hello!

I have just purchased Newspaper, such a brilliantly created theme. I have one question though, the thumbnails for the big slider and other visual composer module are not displaying on mobile. It is visible using a desktop computer though.

Another thing, how to add subcategories on a module so it appears just as what you have on your demo?

Ing Geek
tagDiv Member

Thanks saloCharly. In my site The adsense block shows on the footer. In your site keeps fixed bottom in the mobile screen?

salocharly
tagDiv Member

I did exactly what they indicated here. make sure to test with you mobile to see the ads. and clean chache.

good luck!

Natuurlijk Hosting
Participant
header ad - topic
#0

Hello,

On the header AD dashboard there is a possibility to show the big header adsense ad on mobile phones, but it says “Google adsense requiers that you do not use big header ads on mobiles!”

Is this not allowed by Google? Even though the big ad scales?

Thank you!

howtoisolve
tagDiv Member

Thanks for Reply,

Yes, Opera Mini

i understand, But before this time mean, Before Last update it’s working fine..You noticed that.

if possible please help up, because my’s websites have 50% of the visitors are mobile users. And we are able to Make some changes in coding site also. You can also suggest in this way to short out my ad problem.

Thanks and Hope you will care us,
Thanks again.

Viewing 25 results - 39,576 through 39,600 (of 41,416 total)