Tagged: ,

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #507081

    After upgrading to the latest Enfold rev, my NexGEN gallery (mobile version) is throwing an error when viewing on an iPhone or iPad.
    Fatal Error: Could not extract a stage height from the CSS. Traced height:0px

    Thanks!

    #507084

    Hi xyzb!

    make sure to use newest theme and WordPress version, as well as newest plugin version. Try to deactivate all other plugins but NexGen to check if one is making problems. A link where we can see the issue would be helpful. Ask NextGen support as well as they know their plugin best.

    Cheers!
    Andy

    #507091

    Hi,
    I did all of that. NexGEN support reported that it is an issue(conflict) with the Enfold theme and other customers have reported the same issue.

    Thanks

    #507755

    Hi!

    I can’t see any error message using my htc android device. I will ask someone from the team with an iPhone to check it. Can you provide us a screenshot of what you actually see? you can use imgur.com or dropbox.

    Best regards,
    Andy

    #507764

    Hey!

    I can reproduce the issue on my end. It is not theme related but please try adding following code to Functions.php file in Appearance > Editor

    function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#gallery').galleria({
    width: 700,
    height: 467
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    Cheers!
    Yigit

    #507843

    I place your code in my child theme functions file. Now I get – Init failed: Galleria could not find the element “#gallery”.

    J

    #507852

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #507903

    Hi Yigit,
    Do you feel it is an issue with NexGEN? I can pass along any information to their support group.

    Thanks

    #508090

    Hey!

    Yes. If you show them error you get, they should be able to help you out quickly :)

    Cheers!
    Yigit

    #508133

    Hi,
    I did give them the error and they said it is a know Enfold compatibility issue but it is not related to their software. I am going to load a default WP theme and see if the issue goes away.

    Thanks

    #508186

    Hi!

    Let us know when you try it.
    Also, if it is a known enfold issue, please do let them provide us with the issue, so we can check if we can fix the compatibility on a next release.

    Thanks a lot

    Best regards,
    Basilis

    #510516

    Hello,
    I loaded a default WP theme and the CSS error went away on my iPhone. I am getting the following error using the Enfold theme – Fatal error: could not extract a stage height from the CSS. Traced height: 0px.

    Thanks

    #510636

    Hey!

    Do you mind creating a temporary admin login and posting it here privately? Have you tried contacting NextGEN?

    Best regards,
    Yigit

    #510761

    Yes, I contacted NextGen. I followed what they had asked – deactivate plugins, issue still persists. Activated default WP theme, and the issue went away.

    #510860

    Hi!

    Do you mind creating a temporary admin login and posting it here privately? If you have a dev site, you can post login credentials to it if you would not like to post your logins.

    Cheers!
    Yigit

    #510940

    Okay.

    Thanks

    #511310

    Hey!

    try to delete all theme files via FTP before getting a fresh copy from your themeforest account, because there might be some corrupted theme files.

    Best regards,
    Andy

    #512200

    So, is this is where we are at in the troubleshooting process? Yigit had requested additional information.

    Thanks

    #512509

    Hi!

    I checked the page and found that the gallery is inside a h3 heading tag? Was that intentional? I accessed the dashboard but I can’t find the page with the gallery in the list: https://www.ecpubliclibrary.info/site/wp-admin/edit.php?post_type=page

    Best regards,
    Ismael

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.