Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author marcelotorres

    (@marcelotorres)

    Hi archonic, I fix this bugs in version 0.3, update your plugin and try again.

    Thread Starter archonic

    (@archonic)

    Thanks! I got around it by using chrome dev tools to remove the extra “index.php” in the form action value. Obviously the update makes it much easier :).

    Arrows show now too but have poor contrast (gamingottawa.ca). I can just replace the image files for the arrows myself but it’s something to keep in mind. They should have a light stroke on them to make the edges stand out.

    Updating through the wp updates interface would be nice as well.

    Thanks again Marcelo!

    Thread Starter archonic

    (@archonic)

    The automated update for 0.3.1 cleared the info for my slides unfortunately. Needed to upload and configure them again.

    I’d be nice to have the default cropping set to the entire image as well. Don’t many users that wouldn’t want it to use the whole image since they most likely made it themselves with the right dimensions.

    I know this is an old thread, but I wanted to drudge it back up. I’m not sure if my problem is exactly the same, but it does sound similar. When I submit the form in the options panel it sends to a malformed URL and fails to save anything.

    I ended up looking in the plugin found a solution to this problem. I changed line 96 of wpnivoslider4wp-options.php to use siteurl instead of wpurl.

    Original
    <form name="nivoslider4wp_options" method="post" action="<?php bloginfo('wpurl') ?>/wp-admin/admin.php?page=nivoslider4wp-options">

    Changed
    <form name="nivoslider4wp_options" method="post" action="<?php site_url() ?>/wp-admin/admin.php?page=nivoslider4wp-options">

    After making that changed it worked just fine for me.

    Fix didn’t work … kept getting page not found – but thanks for trying.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Nivo Slider for WordPress] Doesn't save options’ is closed to new replies.