- This topic has 12 replies, 4 voices, and was last updated 10 years, 4 months ago by Sakin.
-
AuthorPosts
-
June 30, 2014 at 10:42 pm #37245MichaelMember
Is there a way to prevent the active slider “dots” and left & right navigational arrows/buttons from showing? I would just like to have the slider images appear only. Thanks for any help.
June 30, 2014 at 11:48 pm #37262SakinKeymaster@Michael: Yes, you can hide that by adding following css in “Appearance => Theme Options => Custom CSS” box.
#slider-nav, #controllers { display: none; }
July 1, 2014 at 4:15 pm #37411MichaelMemberPerfect! Thank you!
July 2, 2014 at 4:56 am #37526KimParticipantThis is not working for me! I’m losing my mind trying to lose my arrows and put bullets instead below my slider on catch box pro. Please help!
July 2, 2014 at 10:08 am #37586SakinKeymaster@Kim: You are using Catch Kathmandu Support forum answers that is why it’s not working for you. Please post in appropriate support forum. So, remove the CSS that I give it for Catch Kathmandu Theme. For Catch Box Pro theme, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
#nav-slider .nav-previous, #nav-slider .nav-next { display: none; }
July 2, 2014 at 3:25 pm #37621Yuliya GaznyukMemberHi Sakin,
my site is http://www.7ideas.com.ua @ catch mustang theme. I’d like to add a menu from left side of the main slider (the same way as at http://bravo-sp.com.ua/, with sub-menu drop-down). Could you help me with this?
Thanks. Yuliya
ps please notify me assoon as catch mustang will be language-ready.
ps 2 I have also seen embedded video in featured slider from competitor wp developers – are you planning do do this as well?July 2, 2014 at 11:56 pm #37701SakinKeymasterHi Yuliya,
The option that you are asking is not there in our Catch Mustang theme and you need to hire customizer http://catchthemes.com/hire-customizer/ to add this feature in your site.
Catch Mustang theme is translation ready. You can see
catch-mustang.pot
file in languages folder of ‘catch-mustang’ theme directory. Now, you can create .po and .mo file of your own language.Embedded video in slider is something we will consider in future updates. But not at this stage.
Regards,
SakinJuly 3, 2014 at 2:24 am #37742KimParticipantThank you Sakin! A couple other things:
1) The code removed the arrows but I would like to know how to put bullets or circles at the bottom left or right side of within the image? Kind of like my site http://www.selectblinds.com?
2) Also, no matter what size I put the featured image the tallest I can get it to show up on the slider is 395. Ex. I tested an image thats 765×595 and it changed it to 584×300. How can I make the default slider size to 595 high? Or even better, make it so that the slider has no height limitation? I’d really like a much larger image on my home page.
3) How can I put a title over the slider?
Thanks!!
KimJuly 3, 2014 at 1:21 pm #37821SakinKeymasterHello Kim,
1. Sorry there is no option to add bullets or circles in the slider. I will keep this option as feature request to our development team.
2. If you are using “Featured Image Slider” as the slider type in “Appearance => Theme Options => Featured Slider => Slider Options”. Then you will get featured image slider options, where you can upload or add image url of any size you want. Here you need to consider that our theme in responsive design with 978px width. So, here you can add height of any size but the width shouldn’t be larger then 978px. If the width is large then 978px then it will change the image display size appropriate to 978px ratio.
3) There is title and small content in the slider.
Regards,
SakinJuly 4, 2014 at 12:43 am #37900KimParticipantSakin,
1) Hmmm. Well is there anyway to get the arrows to show up in the middle of the image? See attached: http://hidemyage.com/
2) It worked! I could have sworn I’d tried that already!! Now I feel like even more of a neophyte. Thank you!
3) Yes but it shows up underneath. Is there anyway to get Text to show up above the slider? Like on this site? http://www.temptalia.com
Or perhaps in a seperate section above like the banner on this site? http://becauseimaddicted.net/#1Thanks!
KimJuly 4, 2014 at 12:12 pm #37938SakinKeymaster@Kim:
1. I didn’t knew that you are using Catch Box Pro theme, in this theme you can remove the arrow and then add circle.
To add the circle you can add the following css in “Appearance => Theme Options => Custom CSS” box./* Controllers */ #controllers { display: block; text-align:center; } #controllers a { background-color: #B7B7B7; display: inline-block; height: 12px; margin: 0 3px; overflow: hidden; text-indent: 999999px; width: 12px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } #controllers a:hover, #controllers a.active { background-color:#000; }
To remove arrow from the slider, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#nav-slider .nav-previous, #nav-slider .nav-next { display: none; }
Note: But to add this, you need to have more then one post in your slider.
2. Nice
3) For this you can add the following css and change the position as per your need.
#slider-wrap .featured-text { bottom: 25px; left: 10px; position: absolute; width: 60%; }
July 5, 2014 at 4:41 am #38024KimParticipantSo awesome!! Thanks! Have a happy 4th!
July 5, 2014 at 11:29 am #38046 -
AuthorPosts
- The topic ‘Slider Modifications’ is closed to new replies.