The Magic Gallery Support forum is only accessible for people who have bought the Pro version of the plugin. Free users can use the Wordpress Support Forum. Users who bought the plugin can login using the credentials that were emailed to you at the time of purchase.
Removing Next/Prev text
  • I'm currently trying to remove the Previous / Next text links from the gallery by editing the following code in start_pickachoose.js to the following:

    $("#pikame").PikaChoose({autoPlay: true, transition:[2], text: {previous: "", next: "" }});

    When I tested it out, the text disappears however the carousel does not work. Is there a workaround to this?

    Thanks!
    Ricky
  • gportgport
    Accepted Answer
    Hi Ricky,

    I've just tried to duplicate this issue, and this seems to be a bug in Pikachoose. I've contacted the author about this.

    To fix this issue, you can add the following CSS:

    .pika-textnav {

        display: none;

    }


    This will hide the text navigation. Could you please accept the answer if it works out for you? :)
  • Oh great thanks for that!! Works!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Tagged