Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #37245
    Michael
    Member

    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.

    #37262
    Sakin
    Keymaster

    @Michael: Yes, you can hide that by adding following css in “Appearance => Theme Options => Custom CSS” box.

    #slider-nav, #controllers { display: none; }

    #37411
    Michael
    Member

    Perfect! Thank you!

    #37526
    Kim
    Participant

    This 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!

    http://hidemyage.com/

    #37586
    Sakin
    Keymaster

    @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;
    }
    #37621

    Hi 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?

    #37701
    Sakin
    Keymaster

    Hi 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,
    Sakin

    #37742
    Kim
    Participant

    Thank 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!!
    Kim

    #37821
    Sakin
    Keymaster

    Hello 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,
    Sakin

    #37900
    Kim
    Participant

    Sakin,

    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/#1

    Thanks!
    Kim

    #37938
    Sakin
    Keymaster

    @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%;
    }
    #38024
    Kim
    Participant

    So awesome!! Thanks! Have a happy 4th!

    #38046
    Sakin
    Keymaster

    @Kim: Thanks and Happy 4th… Enjoy 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Slider Modifications’ is closed to new replies.