• Resolved cbmark

    (@cbmark)


    Hi, I want to customise the navigation and I have read messages the dev has wrote that I can use the promoslider_nav action hook. The problem is im unsure exactly how to use this. At the moment I have the following code in the home page:

    <?php echo do_shortcode('[promoslider id="slider" time_delay="10" numberposts="5"]') ?>

    and in my CSS:

    #slider {
    	width: 940px;
    	height: 298px;
    	margin: 0px auto;
    	border: 1px #aaaaaa solid;
    }

    I’m just wondering how can I “hook” into the nav and change the CSS i’ve had a look around the wordpress codex regarding hooks but can’t find out how to use it to link with the CSS. I know its a newbie question sorry.

    http://wordpress.org/extend/plugins/promotion-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Micah Wood

    (@woodent)

    You don’t need to use the hooks to change CSS. Just drop your custom CSS in your active theme’s style.css file and you should be good to go. The only reason you need to use the hooks is to change the HTML structure or content.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Promotion Slider] Custom Navigation with hook’ is closed to new replies.