Hi,
I just had two more issues:
1.) The Twitter button doesn’t work properly as it just sends the headline to twitter but misses out on URL+via info (e.g: http://www.menabuzz.com/10-people-to-follow-for-egypt/)
2.) On my homepage I have 4 articles in the big slider but on mobile I can’t navigate through the slides (just the main one is showing up)
Many thanks!
Hi,
We know about that issue and don’t have a solution, the problem is simple on desktop you have one slide(4 posts) on mobile obvious you will have 1 slide to, but is a normal slide and contain only 1 post.
A solution is to increase the big slider post number with multiplier by 4 like
4 posts – 1 slide
8 posts – 2 slides
12 posts – 3 slides
or
you can hide the slider on mobile if you want via CSS.
Thanks for the message!
Hi Marius, we’re suffering the same problem with the slider on mobile on ciclosferashop.com. We love the theme and support given, but in this case I would ask for a better solution. What we are working with here are editorial contents. We do an editorial work and if we select 4 contents (not one slide) for our readers, we want those contents to be highligted both on desktop and mobile. At ciclosferashop.com we would like to have only one slide (is there any way to hide the navigation arrows on desktop) with 4 contents, and those 4 contents should be shown too featured on top on mobile. Is there any way to get that?
Thanks a lot in advance for your answer.
hi,
like marius said the solution is to increase the big slider post number with multiplier by 4 like :
4 posts – 1 slide
8 posts – 2 slides
12 posts – 3 slides
to hide the arrows use this css:
.td_block_slide .iosSlider .prevButton,
.td_block_slide .iosSlider .nextButton {
display: none;
}
here : http://screencast.com/t/GUsVUiyLVi
Thanks for you message.
Radu A.