Navigation arrows @ slider missing...

Discussion in 'Woodpecker WordPress Business Theme' started by trasgu, Feb 5, 2015.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Good day folks,
    quick issue related to the arrows we use to navigate the slider images, at this installation the arrows have gone missing: http://caficosta.com ...but in this other install the arrows show up just great: http://www.coagricsal.hn/ ...what could be happening??

    Thx tons ;)
    Jose
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jose !

    Please follow below image to fix this.
    woodpecker-6-feb-slider-nav.png



    Thanks & Regards
    Pramod
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx so much Pramod to your quick response, I used to have that option within the Theme but not anymore, take a look in the image attached. Maybe you can share with me the code to activate this option again at theme-options.php or maybe we can do it with"css-magic"... :)

    Regards,
    Jose
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jose !

    Please use below code in theme-options.php

    PHP:
            $options[] = array("name" => "Direction nav true/false",
                
    "desc" => "Show or hide direction nav on slider image. Type true to show or false to hide. By default it is true.",
                
    "id" => "woodpecker_nav_dir",
                
    "std" => "false",
                
    "type" => "text");
    woodpecker-slider-nav-code-7-feb.png

    Thanks & Regards
    Pramod
     
    trasgu likes this.
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx for the code Pramod, it worked just great !!!!!
    Wish you a great day ;)
    Jose
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page