Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #1367374

    Hello, for some unknown reason my site has a black sidebar on the right and the akkordeon/tab elements are no longer working properly. I do not know what caused this…
    Could you please have a look – many thanks!
    Best wishes
    Chris

    #1367405

    Hey Chris,

    I’m seeing jQuery errors on the page, I’m not sure what is causing them though. Could you try to temporarily deactivate all plugins, to see if that makes any difference?

    Best regards,
    Rikard

    #1367506

    Many thanks for your prompt reply, Rikard. All plugins have been deactivated. Unfortunately no difference.

    #1367507
    This reply has been marked as private.
    #1367528

    Hi,

    Thank you for the update.

    There is an extra container called “contentwrapper” in the site, which wraps the main container in the theme. This extra container is not included in the theme by default. Did you install any plugins recently?

    To fix the issue temporarily or to remove the black bars, try to use this css code.

    #top.avia-blank #wrap_all {
        display: block;
        float: none;
        vertical-align: middle;
        width: 100%;
    }
    

    Best regards,
    Ismael

    #1367529

    Thank you Ismael! Now only the jQuery issue needs to be solved. The styling of the accordeon is missing for some reason.

    #1367530

    P.S. I did not install any plugins recently. I do not know what causes this. I deactivated all plugins for testing purposes. No results.
    Thanks.

    #1367531
    #1367549

    Hi,

    The jQuery error seems to be coming from the file in private, maybe that would give you a clue?

    Best regards,
    Rikard

    #1367563

    Can you please specify “privat”. Is it a folder or a function, or …?

    #1367573

    Hi,

    This file:

    https://www.your.site/v1/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.7.2

    Best regards,
    Rikard

    #1367581

    Hi, I deactivated the sroll to id plugin. No difference.
    I think just the styling of the buttons/tabs is missing.

    #1367592

    Hi,

    Yes, I see that the styling is missing, but it seems to be working as it should at least. This is not a general theme problem, so it’s likely that something local on your site is causing it. What happens if you temporarily deactivate all plugins and custom code? If nothing changes, then please try to overwrite all theme files with a fresh copy from your Themeforest account.

    Best regards,
    Rikard

    #1367627

    I deactivated all plugins. No difference.
    Is overriding the theme files the only option? Do I have to backup sutom css if I do that?
    Is it not possible to analyse why the css is not applied correctly to the elements. It’s only the accordeon – the tabs work normally – see examples below.
    many thanks for your support.

    #1367667

    Hi,

    It’s part of debugging, since this is not a general theme problem. You should always keep backups of your site, in case something unexpected should happen.

    Best regards,
    Rikard

    #1367670

    thanks. should i uninstall the theme and reinstall the latest version or should i replace the themefolder via ftp without uninstalling the theme first?

    #1367713

    Hi,

    You could upload the fresh copy in a new folder if you like, you could call it enfold_new for example. Once the upload is done, then you rename the old folder to enfold_old, and the new one to only enfold.

    Best regards,
    Rikard

    #1367748

    Hi,
    okay – I followed the procedure and replaced the theme files. No difference…

    #1367752

    sorry – problem solved!
    Many thanks for your support.

    #1367764

    for some reason the lightboxes of the reference section are no longer working after replacing the theme files.

    #1367775

    Hi,

    I tried logging into your site, but the details you posted are not working. Please check and verify.

    Best regards,
    Rikard

    #1367777

    see below for the login credentials – thanks

    #1367914

    Hi,

    Thank you for the update.

    This info displays in the console whenever we try to open the lightbox, which suggests that another script is blocking or is in conflict with the lightbox script.

    `Selected text **
    responsivevoice.js?source=wp-plugin&key=omitted&ver=6.0.2:452

    Do you have an idea which plugin is using the responsivevoice.js script?

    Best regards,
    Ismael

    #1367917

    thanks ismael!
    the plugin is the following: https://wordpress.org/plugins/responsivevoice-text-to-speech/
    however, it did not interfere with the lightbox before i updated the theme files. that is,the lightbox was working before.

    #1367934

    P.S. I deactivated the respoinsivevoice plugin. but no difference.

    #1367935

    the lightbox opens images in the footer when used in tabs – see url below

    #1368052

    any results? the lightbox function is not working after updating the theme.
    many thanks for your support guys!

    #1368232

    Hi,

    Sorry for the delay. The lightbox is working but the styles are missing. We had to add this css code to fix the issue temporarily.

    
    .mfp-wrap.mfp-gallery.mfp-image-loaded {
        z-index: 1000;
        width: 100%;
    }
    
    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
        opacity: 0.8;
        z-index: 900;
        display: block;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.5);
    }
    
    .mfp-content {
        max-width: 1024px;
        margin: 0 auto;
    }
    
    .mfp-img {
        width: 100%;
    }
    
    .mfp-preloader {
        display: none !important;
    }

    Best regards,
    Ismael

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