Smart Lists Are Different on Different Device

Posted in: Newspaper
Post count: 73

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..

  • This topic was modified 9 years by lethow. Reason: More Explanation
Post count: 23312

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!

Post count: 73

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.
Post count: 23312

Hello lethow,

You can try using a bit of CSS code if you want to disable the clickable effect for Smart List. Try the code below ->

.td-slide-smart-list-1{
pointer-events:none;
}

Hope this helps!

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

Post count: 73

Thanks it solve the issue….can you please tell how to show ads on above & below of mobile smart list

Post count: 22421

replied in the other topic

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.