• Welcome Folks.

    When you upgrade your Enigma Theme from 6.0.5 to 7.X.X follow the below steps.

    1) If you have activated weblizar-companion plugin , Kindly deactivate it.

    2) Then Upgrade the Theme and then Activate weblizar-companion plugin again.

    This will give you site as it is.

    Thank

Viewing 15 replies - 31 through 45 (of 68 total)
  • I can’t change the services or slides. If I make a change it is overwritten by whatever was imported. Can I see what has been imported? I have the weblizar-companion plug in activated but can’t see this on the admin panel.

    Thread Starter weblizar

    (@weblizar)

    @gosling999 – Please send us screenshots of your steps your have taken and data.

    Provide me site URL.

    Thank you.

    Thanks for your reply. The issue seems to be resolved. I can now add slides and services. Just one question though, can I change the mobile view of the slider text – please see robinsmithdental.co.uk on a mobile device – the text is too big…

    Regards

    Thread Starter weblizar

    (@weblizar)

    @gosling999 , Please use this below given css in custom css edior.

    @media(max-width: 767px){
    .carousel-list li {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .carousel-text h1 {
        font-size: 1.2em !important;
    }
    .carousel-text .enigma_blog_read_btn {
        font-size: 15px !important;
    }
    }
    @media(max-width: 600px){
    .carousel-text h1 {
        font-size: 7px !important;
    }
    .carousel-list li {
        font-size: 7px !important;
        overflow: hidden;
        padding: 5px !important;
        line-height: 10px !important;
    }
    .carousel-text .enigma_blog_read_btn {
        font-size: 7px !important;
       padding: 3px !important;
    }
    }

    Update and check the output.
    Thanks.

    Thanks – that worked…

    Thread Starter weblizar

    (@weblizar)

    My pleasure ??

    If you like theme and support please drop us positive feedback.

    Thanks.

    adxp

    (@psychosis51)

    So, upgrading from 6.0.5 to 7.1.3.
    Followed your instructions:
    1) If you have activated weblizar-companion plugin , Kindly deactivate it.
    2) Then Upgrade the Theme and then Activate weblizar-companion plugin again.

    This broke:
    1. Menu
    2. Latest Posts carousel

    Probably there’s more but that’s all I can see for now.
    What do we do now? It’s the most problematic “theme update” I’ve had to deal ever.

    Thread Starter weblizar

    (@weblizar)

    @psychosis51 : Please do hard refresh and check the output. Thank you

    adxp

    (@psychosis51)

    @weblizar
    Alright. Thanks. I mostly managed to resolve it with lots of custom CSS.

    However, the FontAwesome icons didn’t show up.
    So I installed the FontAwesome plugin and they now show up only when logged in.
    When logged out, they appear as boxes.

    There’s no Caching on the site, no Cloudflare. Did hard refresh again, no change.
    What do you suggest?
    Reference: https://staging.cnctrainingcentre.com/

    Thread Starter weblizar

    (@weblizar)

    Hello @psychosis51 please add “fas” in all three service icons . Save it and check it.

    Thanks.

    adxp

    (@psychosis51)

    @weblizar
    home-services.php is no longer present in 7.1.3
    Instead it’s in plugins/weblizar-companion/public/inc/enigma/service-section.php
    There’s 2 of them:

    <i class=”<?php echo esc_attr( get_theme_mod( ‘service_’.$i.’_icons’) ); ?>”></i>
    <i class=”<?php echo esc_attr($value[‘service_icon’]); ?>”></i>

    When I do that it works. But doesn’t seem very wise to edit the plugin files directly?

    Are we expecting the next update to be a mess in similar way?
    Forgive my comments, I know it’s a free theme, but it’s been really difficult to go through all these.

    Thanks for your help.

    • This reply was modified 4 years, 3 months ago by adxp.
    Thread Starter weblizar

    (@weblizar)

    Hello @psychosis51 , Do not go to php file and dont do the edits there.

    Just go to Customizr > Theme Option > Service Options, Put the fas as prefix for all your existing services you have created.

    Hope I am clear this time.

    NOTE – DO NOT EDITS THEMES OR PLUGINS PHP / JS / CSS FILES YOUROWN.

    Thank you.

    adxp

    (@psychosis51)

    @weblizar
    Thank for the heads-up.

    I well know, that the core theme files and the plugin files must not be edited.

    The Services were imported from an old version, so we do not have a section to put fas in the Customizer – https://ibb.co/CswnS6K

    However, it went well on the Live site. The issue was on the staging site.

    All good so far, also updated to 7.1.4 – which is very good.

    Thanks.

    Thread Starter weblizar

    (@weblizar)

    @psychosis51

    The Services were imported from an old version, so we do not have a section to put fas in the Customizer – https://ibb.co/CswnS6K

    You can re add all three Services with icons / description and links in customizer and check it again.

    Thank you

    Hi,

    I updated Enigma to 7.x.x as adviced.
    After restore of older setting like the Video showed, I got one problem left:
    The Menu (see at https://www.Chevy-BelAir-57.de) looks different now.
    How can I modify settings or CSS to get the Menu in the old 6.x.x look ?
    (The items side by side in a Box instead of the actual look)

    Thanks in advance for your help.

    Best regards,
    Tom

Viewing 15 replies - 31 through 45 (of 68 total)
  • The topic ‘Upgrade from 6.0.5 to 7.X.X’ is closed to new replies.