Search Results for 'mobile'

Results from the Forum
kuduc_bmw
Participant
#0

Hi,

I cannot find any option to change the logo in the footer for the mobile version. I see that your theme supports it as your demo site shows http://demo.tagdiv.com/newspaper/. The result is that the footer (mobile version) uses the “black” logo from the header (desktop version)

The logo of your site (mobile)

My site

My site (header)

My website is http://awpress.com/

simchris
tagDiv Member

Note on my beta music site (changed the name end of 2015 from a long one to short one), using Newsmag theme, I currently have this:

===============
Total indexed
1,828

Accelerated Mobile Pages
Fix errors on your Accelerated Mobile Pages (AMP) in order to have them prominently served to mobile users. Learn more.
Status: 2/27/16
286 Indexed AMP pages 15 AMP pages with errors

============

On another site, the one of mine in the TagDiv showcase,

Total indexed
18,874

Accelerated Mobile Pages
Fix errors on your Accelerated Mobile Pages (AMP) in order to have them prominently served to mobile users. Learn more.
Status: 2/27/16
1,172 Indexed AMP pages 359 AMP pages with errors

============

So, some of the old content the pages just are messed up and not sure some stuff I want to fix. But am looking into it.

Point being it’s not entirely fault of plugin for any issues with the AMP validation.

Welcome to the circus! No more elephants, sorry!

simchris
tagDiv Member

Why not view the theme docs on how to speed up your site, and my long winded optimization thread?

See > theme docs (link right side page) > tutorials/DIY and “best of forum”

Pagespeed score of ’98’ is the best you can get with WordPress with any page containing images, and over 100kb total, by the way. Anything over 91 is very very good for desktop.

Anything over 88 mobile and 90 desktop is “in the zone.” Anything below 85 for both needs work.

svharishtech
Participant
#0

Hi,

Please take a look at the image. http://www.screencast.com/t/oc4h3bTxqC55

The icon that indicates that the post is of “video” format is not placed in the center of the featured image. It is moving below the image. This placement issue is only in Ipad (both landscape and portrait), where it seems ok in desktop and mobile.

I am unable to trace the location of the issue.

stephanwhelan
tagDiv Member

Yoast did a good tutorial on AMP along with some of the key plugins helping you get started: https://yoast.com/setting-up-wordpress-for-amp-accelerated-mobile-pages/

Ing Geek
tagDiv Member

If you want to hide the sidebar on mobile you can if you use CSS to customize it. At the moment, on the mobile version the sidebar moves to the bottom of the content.
You can hide it by using this code:

@media
(max-width:767px){
.td-main-sidebar{
display:none!important
}
}
This applies if the sidebar is a standard sidebar from the widgets area.

simchris
tagDiv Member

see:
https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/

works fine for me 🙂

  • This reply was modified 10 years by simchris.
insidestl
Participant
#0

I am trying to hide some widgets on mobile. I am using a plugin (mobile detect) which uses shortcodes, but it doesn’t seem to work. I was wondering if there was a preferred method with the Newspaper theme. Thanks in advance.

Catalin
tagDiv Staff

Hello WebECDQ,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

@media(min-width: 768px){
.td-boxed-layout #td-outer-wrap {
overflow: initial !important;
}
.td-mobile-nav-wrap {
display: none;
}
}

The result you should see here -> http://screencast.com/t/G6kXKDvgGXWe

I have added this BUG on our list of fixes and we will resolve this in our new feature updates.

Thank you for your message and sorry for the inconvenience!

SheShopped
tagDiv Member

Hi I have the same issue with images not loading on a mobile, it’s a new issue
http://www.sheshopped.com.au
Any thoughts?

SheShopped
tagDiv Member

Hello
I am having an issue where images aren’t loading on mobile devises, only desktop…any ideas.

Catalin
tagDiv Staff

Hello mobilestartupz.com,

I suspect this issue comes from the interference between your untested plugins and our theme. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please try this advice and see after if your problem is still there and if the theme’s behaviour persists in this case.

Hope this helps and let us know how it goes!

Thank you for the message!

Andrei L.
tagDiv Member

Hi

To achieve that are required many customizations in head style in order to be displayed fine. The header was designed to display on tablet the same elements as on desktop, but on different sizes. To insert the mobile menu you need to change this implementation for the header style used.
This is a complex task which require many customization and loots of tests. Unfortunately time does not allow us to provide custom services at the moment. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.

Thanks!

12sea
tagDiv Member

I would love to try and implement all of those steps on my site, unfortunately, I have no clue what I’m doing and I’d surely mess things up.

As of right now, when I do the page speed testing, my site sits around a 50/100 for both desktop and mobile. I would love to have someone try and speed up my site if possible. I’d be willing to donate to anyone willing to help. Preferably someone from the tagDiv team.

carmene
Participant
#0

Hi,
The height of the images in grid in mobile version is less than in desktop how to increase the height to similar proportion relative to desktop?

http://Www.carmeneverywhere.com

Thanks

paologalli
tagDiv Member

I just read this good tutorials that guide you in the customization of the amp template

http://techprezz.com/2016/02/wordpress-amp-customize-accelerated-mobile-pages-add-google-analytics-adsense-code/

vishalr2591
Participant
#0

Hi ,
I have integrated the theme and tech theme settings , but it doesn’t load the images anywhere in the website. I m confused, the featured image settings under post settings has all enabled. Please help

link: mobilestartupz.com

cdft92
Participant
#0

I want to have Sticky Header on Desktop but not on mobile.
Thank you.

cdft92
tagDiv Member

Hi Andrei,

I want this Menu http://goo.gl/jXlo1J also on iPad portrait mode and landscape mode.
Not only on Mobile.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
If you are referring to this: https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/ then note that our theme is not tested with it as the topic suggests.
Thank you!

cdft92
Participant
#0

I want to set Burger Menu on iPad, both Portrait and Landscape mode. Just as on Mobile view.
Thank you.

cdft92
Participant
#0

This is the issue: http://goo.gl/BcPJC4
This is the code causing it: http://goo.gl/oSLGEK

Question: Where do I hide or remove that code?

Thanks.

Andrei L.
tagDiv Member

Hi

The content from mobile menu it’s generated by menu-mobile.php here: http://screencast.com/t/C3Nf8vS2 but the animation which display/hide the menu, when the icon it’s clicked, it’s generated by JavaScript here: http://screencast.com/t/IR9t0vqvHbMO

Thanks!

jaysmg
Participant
#0

What file is the mobile menu kept in? The menu that slides out from the left on mobile devices?

Vilfredo
tagDiv Member

Thanks Bogdan,
I used the Google Closure Compiler. It worked, everthing is fine now.
Only one more thing: The YouTube videos are not responsive any more. I use the iframe-Code from YT with 640px width for the desktop version. The videos won´t scale on mobiles now. Any ideas?
Thanks
Dirk

Viewing 25 results - 37,701 through 37,725 (of 41,416 total)