• Resolved retora

    (@retora)


    Hi, after updating WordPress and WP Fancybox to newest versions I had to re-enter all settings in WP-Fancybox. Thats okay so far, but it seems that I’m not able to safe the settings for overlay opacity. Settings shows 0.1 for overlay opacity, I changed it to 0.5, saved, cleared cache, but nothing changed. Back in appearance settings basic the value is again at 0.1.

    The value seems to be saved all right in the database (“overlayOpacity”;s:3:”0,5″ – if this is the place the settings are saved). Any hints? Thanks.

    https://wordpress.org/plugins/fancybox-for-wordpress/

Viewing 1 replies (of 1 total)
  • Thread Starter retora

    (@retora)

    To resolve this issue I had to add some lines to fancybox.css in /wp-content/plugins/fancybox-for-wordpress/fancybox:

    #fancybox-overlay {
    opacity: 0.5 !important;
    color: #000000 !important;
    }

    I think the wp plugin does not pass the overlay configuration data to fancybox.

    Fancybox for WordPress 3.06.

Viewing 1 replies (of 1 total)
  • The topic ‘overlay settings malfunction’ is closed to new replies.