• Resolved maudesign

    (@maudesign)


    Hi, I’m finishing a site for a client. I’ve purchased Pena Theme which comes with Soliloquy. The issues I see are:

    1. Before finishing loading the screens it shows all the captions stacked on one side.
    2. On mobile the first slide is way shorter than the rest, no matter what slide I use as the first one it always does that.
    3. While it is loading the slides – takes a long while, probably not Soliloquy’s fault – the whole front page jumps, I think the height of the slider container should always be the size of the images inside.
    4. Your support website is showing a 500 internal error

    I’d really appreciate your help as it’s been impossible to contact your site.

    M

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi ??

    I’m going to list out each question to make sure I haven’t missed answering anything.

    1. Before finishing loading the screens it shows all the captions stacked on one side.
    This is what we call Flash of Unstyled Content (FOUC). When the page take a bit to load, all the content will display on the site (including the slider images) until the scripts and content are completely loaded and only then will the js kick in. You could try using custom js to fade in the page after everything is loaded. Something like this:

    $(document).ready(function(){
    
    /*! Fades in page on load */
    $('body').css('display', 'none');
    $('body').fadeIn(500);
    
    });

    just as an example.

    2. On mobile the first slide is way shorter than the rest, no matter what slide I use as the first one it always does that.
    Are you on the free version of Soliloquy? If so, that is just the image responsively resizes to meet the mobile screen size. With the premium version, you can set up specific images sizes to use for tablets/phones that would use a cropped image so all slider images would be cropped at the same width and height.

    3. While it is loading the slides – takes a long while, probably not Soliloquy’s fault – the whole front page jumps, I think the height of the slider container should always be the size of the images inside.
    I’m actually getting a 404 on that page link but I would imagine FOUC and the js listed above would assist in this particular issue. But you can always run your page through GTMetrix to see if they can make any further recommendations for you (expiring headers, image optimization, caching/minifying etc).

    4. Your support website is showing a 500 internal error
    I apologize, we are currently experiencing some server issues and the devs are looking into this. Currently the site is up though.

    Thread Starter maudesign

    (@maudesign)

    Thank you @akyusa01, I really appreciate your answer. I understand I have the full version of Soliloquy because it came bundled with the theme I purchased, it came with a license key and all. The setting for the mobile height is set to 500×600.

    For some reason it is showing a 404 because it is directing users to https://mujeresdelsur.org/fms/en which is generated by polylang plugin…

    Thank you

    Hi ??

    Oh I see, it sounds like Soliloquy isn’t able to create those cropped images for you then. Do you use a CDN to move your images?

    Since you have a license, you could go to https://soliloquywp.com/members-area/support/ to fill out a support request since this is a question about the premium version of the plugin and not the free version.

    Thanks

    Thread Starter maudesign

    (@maudesign)

    Hi,

    How do I log in? It doesn’t allow me to create an account.

    You should already have an account, so:

    1. Go to https://soliloquywp.com/login/.

    2. Click on “Lost Password?” to reset your password.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issues with Sililoquy’ is closed to new replies.