Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1067229

    Hello and thanks for the great Theme!
    Unfortunately I´m facing big issues with the Portfolio Gallery. As you can see in the private content, the Elements of the gallery are floating into each other. I´m pretty sure that this is caused by either caching or Minifying. But the problem is that also deactivating both the problem was still existant.
    Do you know the reason for this?

    Best regards
    Jonas

    #1067654

    Hi Jonas,

    It looks fine on my end using Chrome, could you post a screenshot of what you are seeing on your end please?

    Best regards,
    Rikard

    #1067676

    Hi Rikard,

    thanks for your response! I have uploaded a screenshot here: http://hosting120615.a2fb2.netcup.net/wp-content/uploads/2019/02/SFVOE-Portfolio.png

    Best regards,
    Jonas

    #1069125

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1070129

    Hey!
    Thank you for your response! I paste the link in the private content. Thank you in advance!

    Best regards
    Jonas

    #1071574

    Hi,

    Thanks for the update.

    We’ve added a script in the functions.php file, which would help adjust the portfolio items’ position once the page is fully loaded.

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	$(window).on('load', function() {
    		$(window).trigger('resize');
    		$(window).trigger('av-content-el-height-changed');
    	});
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #1072001

    Hi Isamel,

    thank you so much for your help, it worked!

    Best regards
    Jonas

    #1072136

    Hi,

    Great. Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio Elements float into each other’ is closed to new replies.