Search Results for 'mobile'

Results from the Forum
cthrag
Participant
About AMP - topic
#0

Hello, Google offers new Accelerated Mobile Pages (AMP) on mobile websites. Do you think to upgrade our Newspaper Mobile Plugin for AMP ?

Here some information about amp: https://webmasters.googleblog.com/2016/09/webmaster-forums-top-amp-questions.html

Dorcas_
tagDiv Member

Hello,

I have one more question about the mobile plugin:

View post on imgur.com

I would like to change the size of the image circulated on the link sent to you. I would like to keep this pattern in the block: http://i.imgur.com/eqt8lbn.png

Walther
Participant
#0

Hi,
I have updated to v. 7.4 on one of my Newspaper sites today. As a result I got the mobile menu on top of my header on desktop, and the header was showing an additional sitename under the logo. I cleared all caches and deactivated all plugins except VC and WP Super Cache. When I reactivated my plugins one by one, it turned out that Contact Form 7 was causing this behaviour. As both theme and plugin versions have been around for a few weeks, I suppose that nobody else has run into this.
Could you please have a look at my site and see if it is indeed Contact Form 7 that is causing this? The site is http://www.sverigetips.se. (Contact Form 7 is deactivated now.)
I can send you login details if you want to have a look. Please let me know.
BR, Walther

Catalin
tagDiv Staff

Hi nano2408,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-mobile-footer-wrap .td-footer-logo{
display:none!important;
}

The result -> http://screencast.com/t/cXnRGVHfS7d

Thanks.

Catalin
tagDiv Staff

Hello ravester,

I have checked your website and I did not saw any problem with your mobile theme. It seems that the mobile theme is working fine on your website, right? -> http://screencast.com/t/3Pmwig75j I have checked your source page and I noticed that you are suing W3 Total Cache as caching plugin. Please notice that this type of plugin is not tested with our theme and it could be possible as this plugin to create some unknown issues in theme. If your problem will recur, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out any conflicting plugins.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

If you require the head tag of the mobile theme, it can be found here: http://screencast.com/t/ejjrkpfp

Thank you!

Nano
Participant
#0

Hey,
So, I asked a similar question here: https://forum.tagdiv.com/topic/some-questions-about-footer-style-1-and-how-to-disable-footer-logo/ and this code were provided by TagDiv to disable “footer logo” on mobile:


@media (max-width: 767px){
.footer-logo-wrap, .td-footer-wrapper .td-pb-span3{
display:none!important;;
}}

But this code doesn’t work when “TD Mobile theme plugin” is activated. Probably it’s under the codition when I am using normal responsive version of main theme.
I also tried to add the same code under “Mobile Theme”- Custom CSS option of theme options panel. But it breaks the logo ( don’t show the image but show image name).

Kindly suggest me the code in case , mobile theme plugin is active.

Thank you,

simchris
tagDiv Member

I’m saying that small amount of text doesn’t slow down the mobile load — not all the ads are loading just the TEXT for the code. Once compressed and gzipped by server/browser and cached, not an issue.

If you’re showing (3) ads on mobile then only those 3 ads are loaded, not six.

Same way one menu is hidden for mobile in responsive design but different menu would load on mobile; part of the code works on one but not the other, but both are there so page doesn’t have to ‘reload’ when changing from landscape to portrait.

Again, however, simplest way is to load only a responsive ad unit and load that in the actual templates where you want, like a sidebar widget, and Google would then resize on the fly to the viewport.

Just food for thought. I don’t work here 🙂

CreepyRavioli
tagDiv Member

It’s not 1 sentence of code we are talking 3 ads to be shown on PC and 3 to be shown on mobile, if all the theme does is hide it, a phone would have to load all 6 Which is very heavy.

How does it hide it? It hide it in a way we can’t see it but it’s there or does it really remove the code? Bceause that’s my whole problem. If it doesn’t remove the code then it’s not useful.

five40
Participant
#0

I need to add some code to the head section of the mobile theme. What is the best way to do that?

Thanks.

CreepyRavioli
tagDiv Member

I want to use wp_is_mobile() function because as far as i understood the way newsmag hide an ad on mobile is by using display:none which is bad because the code loads anyway you just can’t see it, slowing down the site.

ravester
Participant
#0

Ok so I have installed and built enough of the site to get it working on mobile but for some reason its not working. Need Help ;-/
http://www.TravelStyleNews.com

Flavia_L
Participant
#0

Hello, it looks like all clickable buttons that are not links don’t work.
Desktop, mobile site or mobile theme.
Search, hamburger menu, close, next/previous buttons in Smart lists.. see attachment
Is there any known fix to this?

Thanks

themesic
tagDiv Member

Im trying to create single images that contain a link. Their appearance should be like this: http://prntscr.com/czb0dw

Correct me if im wrong, cant it be set up with a full width text block that would contain html tables (rows/columns) ? Im thinking of this solution, along with the proper CSS for having these tables aligned like this http://prntscr.com/czb0dw on mobile view.

Bogdan B.
tagDiv Staff

Hi,

There is no way of showing 2 columns. The block Catalin mentioned shows 2 posts in one column. But you cannot have 2 columns as the mobile view is only 1 column. There is no simple way of having 2 columns on mobile.
This is the way our theme was built. Once the screen goes under 767 px, then only 1 column will be displayed. Block 15 was an exception as it shows 2 posts on 1 column but there is no other element that can do rthis.
What are you trying to achieve? what element do you want to create? what content are you trying to add?

smga
tagDiv Member

Thanks for the help!
Amazing .. On my three computers near Moscow Search does not work, on my mobile phone works, on a computer where the North Caucasus friends – also works.
It is unknown scientific fact …
Is there any idea? ))
At least you did everything you could, I see. Thanks!

Catalin
tagDiv Staff

Hello themesic,

Please keep in mind that the only solution in this regard is to use the Block 15 which displays in 2 columns for mobile mode (not mobile theme), as you can see here -> http://screencast.com/t/AgTXOvdBeBv

Thanks for your understanding!

lethow
tagDiv Member

we are using this to stop clickable images on desktop so what we use for mobile

.td_smart_list_2 .td-slide-smart-list-figure{
pointer-events:none!important;
}

We added below also but same images are clickable on mobile

.td_smart_list_mob_1 .td-slide-smart-list-figure{
pointer-events:none!important;
}

Please advice what to add to stop images to clickable on mobile and only BACK & NEXT will work..

  • This reply was modified 9 years by lethow.
Catalin
tagDiv Staff

Hello lethow,

I guess that you are using the Mobile theme for your mobile mode, right? So, please notice that the Mobile theme concept has own smart list layout which is not smart list 7. It is just smart list mobile which is only available for mobile theme. If you are not happy with the mobile theme, please notice that you can disable that plugin and then, the theme will be automatically switched to the general responsive mode.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello themesic,

Unfortunately, the theme does not have any such an option in this regard and please notice that this task it can not be made so easily because the mobile width is too short and the elements will look very ugly. If you want to implement this way to your mobile mode, please notice you will have to do it yourself and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

lethow
Participant
#0

Hello Please see the below URL

http://askhairstyles.com/short-hairstyles-for-little-girls/

On desktop we had selected smart list 2 and its working fine but we open the same page on mobile it change it automatically to smart list 7 …..Please advice…

Also, if some one click on any image on mobile image will open in same tab and visitor is diverted from post page to image URL..

themesic
tagDiv Member

I see. Is there any other way to have two columns on mobile there? We dont want this specific layout, we are open to changes, but we focus on having two columns on mobile.

Catalin
tagDiv Staff

Hello themesic,

Unfortunately, the theme has been designed to be switched to 1 column for mobile and it is not a simple task to change this behavior because the layout will be damaged. If you want to make this change, please notice that it involves custom work and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

thecopt
tagDiv Member

I disable mobile theme plugin and create new slide by Slider Revolution. It work.

Bogdan B.
tagDiv Staff

@fabiula

Please read the mobile theme guide posted above to learn how the mobile theme works. There will be a few changes on the mobile theme as it was built for speed. It will convert your homepage, posts, categories, etc…to the fastest possible layout.

Thank you!

Viewing 25 results - 34,376 through 34,400 (of 41,416 total)