• Plugin Author Ziv

    (@ziv)


    This following thread will help you remove the plugin’s navigation buttons. To remove the navigation buttons you must apply a small css modification. Here is what you have to do.

    Go to your WordPress dashboard, and click on the Plugins tab. Then click on the editor sub-link. From the select a plugin to edit select menu on the right, select WP Image Carousel, then click on select. Now click on style.css

    Find this following code block:

    .wpic_navigation {
    	margin-bottom: 7px;
    	overflow: hidden;
    }

    Replace it with this following code block:

    .wpic_navigation {
    	margin-bottom: 7px;
    	overflow: hidden;
    	visibility: hidden;
    }

    Then click on update file!
    You now removed the navigation buttons from your carousels. If you want them back, you can replace your new code block with the old one.

    If you need any more help, please leave a replay 🙂

    http://wordpress.org/extend/plugins/wp-image-carousel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ziv

    (@ziv)

    —EDIT—
    Disregard the post above

    After the 1.1 update, you can easily remove the navigation buttons. Go to one of the places where you call the shortcode (should be in the WordPress post editor) and add arrows = “0” to the end of your shortcode settings. Update the page/post and view it to make sure the buttons where removed.

    Your shortcode settings should look something like this:

    [wpic color="x" visible="x" width="x" height ="x"speed="x" auto="x" arrows="0"]/wpic]

    This fix will only work if you have version 1.1 or higher of the plugin.

    Please replay if you need any help 🙂

    Plugin Author Ziv

    (@ziv)

    I meant to write version 1.0.1 not version 1.1. If you have the latest version of the plugin, you should be good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Remove The Navigation Buttons’ is closed to new replies.