Search Results for 'mobile'

Results from the Forum
Radu A
tagDiv Member

hi,
marius forgot to put the !important kwyword in the css rules.
put this code :

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

here: http://screencast.com/t/pGdM4vDgP

result: http://screencast.com/t/IVTKQfij

as the width of the site gets smaller the menu will start to be ugly.
like marius said this task require custom work. if you are not a developer please hire one for this task.

Thanks for you message.
Radu A.

kameyo
tagDiv Member

Hi Marius,

Thanks for the tip, I’m afraid it doesn’t works. We just launched the site on the final URL, you can check the top menu issue at http://www.ciclosfera.com

Steven
tagDiv Member

@Thor,Thanks

HTML5 Boilerplate added things to ur .htaccess to make ur site and mobile devices fast and works great..

I’ve bought a plugin that called “WP Social SEO Pro” that have the opition to used HTML5 Boilerplate there is no coding etc to used it just turn it on and let it do it’s job and all you do is enjoy the results..

The plugin that i bought that is super powerfull as well that have the HTML5 Boilerplate is here >>> http://wpsocial.com/product/wp-social-seo-booster-pro/

Marius
tagDiv Staff

Hi,
Is not possible at this moment, sorry about that, we working to find a solution.

Thanks for the message!

Radu A
tagDiv Member

hi,
right now there is no feature to disable sticky menu for mobile, thank you for your suggestion we will talk about this.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

You can make this via CSS.

To hide the logo on desktop use this CSS:

.header-logo-wrap a {
    display: none;
}

To show the logo on mobile use this one:

@media (max-width: 767px) {
.header-logo-wrap a img {
    display: block;
}
}
dan21
Participant
#0

Sticky Menu is a really cool feature, but in mobile browsers it does not always look properly (when browser navigation bar disappears while scrolling down, sticky menu remains in same place – http://i.imgur.com/RQVYqTd.jpg)

So it possible to turn off menu’s “stickiness” for mobiles and leave it for desktops only?

yoluca
tagDiv Member

Christopher Simmons here you can see it yourself >> http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fregatulunit.com%2F&tab=mobile

been testing all day :))

tired now …

i managed to get
73/Mobile 85/Desktop without tagDiv speed booster

69/Mobile 82/Desktop with tagDiv speed booster

all i need is to Eliminate render-blocking JavaScript and CSS in above-the-fold content which is in red in mobile and yellow in desktop 🙂

thanks

Steven
tagDiv Member

I’ve just removed all sliders from my site and my page went from 5mb to 2mb and my score went up to over 82% with all my test i done…sliders slow down your site really bad and for mobile phones is worst..sliders look good on sites but they really put a lot on your site and make it very slow also those social networks that showing counters those make ur site very slow as well…it take me weeks to get my score up and my site load down by removing things that just make my site too slow on mobile devices and slider was one that do that…

CloudFlare play a big role in my score as well because it really help ur site to be very fast,i show my images because i want people to see it’s not the theme that make ur site fast etc it’s all the other stuff you add too ur site that make it very slow,and one more thing that can do a lot too ur site is the “HTML5 Boilerplate .htaccess Optimization” if you don’t used it start it will do wonders to ur site.

GTmetrix Test

SEO CHECK

HTML5 Boilerplate .htaccess Optimization

Start using this guys you will see big results..take my tips and you will get the same scores as what i show off my own site…

my site is @ http://jahliveradio.com take a test run and see for ur self…

  • This reply was modified 12 years by Steven.
yoluca
Participant
#0

need to know how to properly do :

#1 Eliminate render-blocking JavaScript and CSS in above-the-fold content
#2 Minify JavaScript
#3 Minify CSS

in order to improve page speed… 69/Mobile 82/Desktop

Im using W3 total cache with

#1 Page cache:enabled 
#2 Database Cache:enabled 
#3 Object Cache:enabled 
#4 Browser Cache:enabled

and tagDiv speed booster

Thank you

crazymoose
Participant
#0

Hi

I have a default image gallery on the following page:

http://www.glutenfreemag.co.uk/the-great-north-gluten-free-fair-2014-review/

However, it is not particularly pretty and doesn’t work great in full screen on either desktop or mobile.

Ideally I would like to produce something like the picture below:

Gallery Example

I would like to have the main featured image at the top of a post with thumbnails of other pictures below it. These pictures would be scrollable and if you click on them the picture would populate over the top of the featured image. If you click on the picture in the featured image box the gallery will load in full screen. In full screen mode you will be able to scroll through the images.

Is there a way to do this with Newspaper or any of the plugins that come along with it? If not have you seen a plugin that would integrate like this?

Many thanks in advance

Martin

crazymoose
Participant
#0

Hi

I would like sub-categories to show on my mobile nav but can’t work out how to do this when having mega-menus in place.

http://www.glutenfreemag.co.uk/

For instance, the parent category Eat shows but the sub-category Products does not. Do you know how I can fix this?

Many thanks in advance

Martin

Thor
tagDiv Member

##EDIT## Please notice that after double checking my website could not be viewed on mobile. at least not mine so I did have to unplug it. If someone with experience here have solution then please share.

Hi all,
My first comment. I´m not a PRO so please correct me if needed.
I have been trying so many things to speed my site up and first it was only 50+.
I did make it goes to 73 on desktop today but then after research I found this magic plugin ” far future expiration plugin”
Now my site show 67 mobile AND
100 / 100Suggestions Summary for desktop
Congratulations! No issues found.

Hmn.. I´m sure if that can be true but my site is fast on my desktop at least.

Sorry I don´t want to share my link here but just try it yourself ( the plugin )

  • This reply was modified 12 years by Thor.
bigdeal
tagDiv Member

THanks, what’s the code for that?

Marius
tagDiv Staff

Hi,
Can be done but require some custom work to make a nice solution with 2 menus, what you can do is to unhide the top menu for mobile. Add this CSS in theme panel -> Custom CSS

@media (max-width: 767px) {
   .td-header-menu-wrap {
       display: block;
   }
}

Thanks!

Marius
tagDiv Staff

Hi,
What you can do is to use a logo for header and hide it on desktop/tablets and will show it on phone only.

Thanks!

bigdeal
tagDiv Member

bump

kameyo
Participant
#0

Hi,

I’m using top and main menu and they work great on desktop, showing the information I want users to access at first sight. But when you see the page on mobile phones the top menu dissapears and some important links are unaccesible. Would it be possible to create a new menu to be used just on mobile version? It would include items from top and main menu mixed.

As always, thanks a lot for this great theme and support. Regards,

Pablo.

bigdeal
Participant
#0

Hi,

I dont display my logo in the header since i put it in the main menu. What would I do if i want it displayed in mobile phones view?

Also is it possible to assign a different menu for mobile? Since it is currently using the one for desktop, the logo appears in the sliding menu.

Website: http://www.goarchers.com

Regards,

Radu A
tagDiv Member

hi,

it is as you say it right now:
http://screencast.com/t/pQ25bANt
http://screencast.com/t/qsNiZcZwh

result : http://screencast.com/t/tDetrREHa3K

Thanks for you message.
Radu A.

Hamzah
tagDiv Member

Hi again, i like to create microsite with newspaper theme, is it possible to use same database with my current site. For example, if i create special category with different background, the post in that category also show the background, same as category background.
http://telsetnews.com/category/blog-2/samsung-blog-2/

thanks
Hamzah

HJKP60
tagDiv Member

Thanks Marius,

That has worked well.

Appreciated.

HJKP

Radu A
tagDiv Member

hi,
thank you for your suggestion.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
is not possible to have different modules for desktop view and mobile view, those modules comes from the server (from php), and on your devices are rearrange using css.

Thanks for you message.
Radu A.

yoluca
tagDiv Member

se poate sa ma ajutati putin cu butonul asta ” adauga subiect nou ”

in mobile view … un topic intra peste buton … (e cumva deasupra) ..

si search bar nu se vede tot … doar jumate … Search button deloc … in portrait view …

merci

Viewing 25 results - 40,801 through 40,825 (of 41,416 total)