Hi. I'd like to only have one image on my home page. No slider. No other images ... but I may want to add images to the slider later? Is there a simple way to do/undo this? Thanks!
This is a default second slider that comes with the theme. It's not in the Theme Options panel, so you can't remove it from there. I would also like to totally remove the arrows as well. I just want the image there. No indication of sliding whatsoever.
Hello, It would be better for us to understand your query with the help of some edited screenshots. Please share some screenshots of the concerned areas of your site. So that we can deliver you an exact and appropriate solution to you, And to remove arrows from the slider, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .tf_next { display: none; } .tf_prev { display: none; } And to remove slider description: Code: div#tf_content_wrapper { display: none; } Thanks & Regards! Akbar InkThemes.com PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
Thanks. I was able to remove the arrows and the text using that code. Now I just want to stop the image from scrolling. You can go to the site and, even without the arrows, if you scroll, the image flips. I'd like that to stop. I can't access the other image, and I would like to stop the scrolling altogether. Thanks. I've attached two images. One I want, as well as the other it scrolls to. What I want: What I don't want:
Hi, Greeting from InkThemes, We need WordPress admin credentials to figure out the issue. Kindly send the below-mentioned credential details at [email protected] along with the thread link. WordPress Website URL: - WordPress Username: - WordPress Password: - We will try to fix your issue. Regards, Akbar InkThemes.com
Hi, We have successfully received your website credentials and forwarded to the concerned department. We will get back to you with a positive response ASAP. Warm Regards! Akbar InkThemes.com
Hi Please could you let me know how to remove the arrows on my slider? (Parent Guide theme) The above code does not work for mine. Thank you
Hello, To remove arrows of the slider, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flexslider .flex-direction-nav .flex-prev { display: none; } .flexslider .flex-direction-nav .flex-next { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com