Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Slider won't slide
Tagged: features slider, home page slider, iphone slider
- This topic has 12 replies, 4 voices, and was last updated 11 years ago by Raghavendra.
-
AuthorPosts
-
October 2, 2013 at 8:47 pm #2007elleeyeMember
Hi there,
1) I have a slider that won’t slide. I’m using the same code from the demo, except I’m using my own images.
2) What size should the images be for the iPhone slider? Mine seem to be falling off.
I’d rather Private Message and send info, can not share the URL yet to the public.
Thank you for your help.
October 3, 2013 at 5:40 pm #2010livemeshKeymasterIt generally happens due to visual editor misplacing HTML when you switch between visual editor and HTML. The newer versions of Appdev fix this issue by creating a shortcode for the iPhone Slider and shortcode is lot easier to use as well. Pls have a look at the end of this page for actual shortcode –
https://www.livemeshthemes.com/appdev/smartphone-sliders/
The image size recommended is 323px by 553px (or higher but maintaining the same aspect ratio).
if you cannot upgrade right now, pls leave as a private message here with the site URL and a temporary login to the WordPress dashboard and I can get it fixed. You may also email me the same (see bottom right box in my profile page). Thanks
October 3, 2013 at 10:03 pm #2020elleeyeMemberHi there, thanks for the info and quick reply. It is much appreciated. I did update to the latest version the other day, I will try your short code and let you know how it goes!
If I can’t remedy the issue, I will provide you the login.
October 3, 2013 at 10:23 pm #2021elleeyeMemberThis short code worked, thank you. I will try re-sizing the images to make sure they work.
Now, the slider that slides in with the 4 slide in images that say “like this video” “write something” etc – is there a way to control where those elements are pointing? I imagine part of it is going inside a PSD file with those images pre-made and writing something different, replacing the images, but is there a way to either change where it flies in OR add a 5th element?
October 4, 2013 at 11:51 am #2028livemeshKeymasterThose arrows are nothing but images and you can control their number and position by adding additional img tags of your own to the following HTML you see in the page sections called Features and Showcase –
...And since it is just fade-in effect (they don’t move as part of animation), you can place these arrows anywhere you want by modifying the top and left values in following CSS in style.css file –
#feature-pointers img.feature1 { top: 62px; left: 390px; } #feature-pointers img.feature2 { top: 160px; left: 10px; } #feature-pointers img.feature3 { top: 300px; left: 370px; } #feature-pointers img.feature4 { top: 310px; left: 10px; }
You may insert the modified CSS into Custom CSS tab in the Theme Options panel or the
/custom/custom.css file. Hope this is clear enough. October 4, 2013 at 5:36 pm #2037elleeyeMemberThank you, I will give that a try!
October 26, 2013 at 3:45 am #2439jimulabsMember@livemesh, which tag or shortcode does the fade-in animation? I copied <div id=”feature-pointers”> and its children into my page section, but the images are always invisible.
October 26, 2013 at 8:12 am #2455livemeshKeymasterCan you post a private message here or send me a temporary login to your site. I can get this fixed for you quickly. Thanks
November 29, 2013 at 6:43 pm #3075elleeyeMemberThis reply has been marked as private.November 29, 2013 at 6:59 pm #3076elleeyeMemberThis reply has been marked as private.November 29, 2013 at 7:55 pm #3080elleeyeMemberGreetings!
Your swift help in us resolving the scrolling screenshot issue is appreciated! We are submitting to iTunes for approval of our app and we are in a holding pattern due to the screenshots not working on our site. Can you help us today?
Thank you, thank you,
Lisa + TeamNovember 29, 2013 at 9:32 pm #3087elleeyeMemberThis reply has been marked as private.November 30, 2013 at 6:11 am #3089RaghavendraModeratorThis reply has been marked as private. -
AuthorPosts
- The forum ‘Appdev Theme Support’ is closed to new topics and replies.