Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: Gallery not showing (ilight box) #118526
    Matichek
    Member
    Post count: 6

    Hi, we found what the bug was 🙂

    If you put images into gallery and later remove them from media, they show as blank when editing gallery. If any blank / non existing images are present in gallery, ilightbox will fail.

    Thanks for helping.

    in reply to: WPML problems (theme options not saving) #118523
    Matichek
    Member
    Post count: 6

    Hi, our developer managed to find a fix. Problem is in WPML string translation, that has action on “update_option”. When you have backend in custom language, options won’t save. Current fix we put into functions.php is:

    if (!function_exists(‘sf_check_theme_options_update’)) {
    function sf_check_theme_options_update() {
    if(isset($_REQUEST[‘option_page’]) && ‘sf_joyn_options_group’ == $_REQUEST[‘option_page’]){
    remove_action(‘update_option’, ‘update_option_to_translate_string’, 5);
    }
    }
    add_action(‘init’, ‘sf_check_theme_options_update’, 0);
    }

    in reply to: Gallery not showing (ilight box) #118485
    Matichek
    Member
    Post count: 6

    not possible …

    try to replicate it please … create a page, and add Gallery and some pic … does it work in your case?

    we did have Dante first .. and then switched theme this theme…

    Greetings

    in reply to: WPML problems (theme options not saving) #118173
    Matichek
    Member
    Post count: 6

    yes, this is the latest version of WPML

Viewing 4 posts - 1 through 4 (of 4 total)