Wordpress 5.5 breaking theme

Home Forums Jevelin Theme WordPress 5.5 breaking theme

Home Forums Jevelin Theme WordPress 5.5 breaking theme

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    RESOLVED Posts
  • design2216
    Participant

    Purchased and modified the https://jevelin.shufflehound.com/finances/ theme. It was working great and then the WordPress 5.5 updated and the  theme broke.

    Using Jeveline Theme 4.4.7.  Is there an update?

    Or any recommendations?

    Please advise.

     

    design2216
    Participant

    The WPBakery Page Builder Knowledge Base is only compatible with 5.0 WordPress version. Could this be the issue?

    design2216
    Participant

    <h1>Using WPBakery Page Builder 6.0</h1>

    furman1455
    Participant

    same here! My theme went nuts after updating it and whole wordpress

    I could confirm this issue on my website by using WordPress version 5.5

     

    It seems the theme jQuery script is causing the issue as jQuery is updated in the latest WordPress version 5.5

     

    The issue will be fixed ASAP in the upcoming version of the theme.

     

    In the meanwhile, you can fix it by adding below code in the functions.php file of the theme.

     

    add_action( 'wp_enqueue_scripts', 'load_old_jquery_fix', 100 );
    
    function load_old_jquery_fix() {
        if ( ! is_admin() ) {
            wp_deregister_script( 'jquery' );
            wp_register_script( 'jquery', ( "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ), false, '1.11.3' );
            wp_enqueue_script( 'jquery' );
        }
    }

    design2216
    Participant

    That worked thank you so much!!!

    I added this section and the images I added aren’t displaying.  I added a screen shot. Can you assist please?  Thanks

    Attachments:
    You must be logged in to view attached files.

    Could you please share the page URL from your site where the images are not displaying so that I can troubleshoot it?

    design2216
    Participant

    https://sleepless-knights.us Scroll to bottom of page.

    Solution for this topic

    I visited your website and saw you are using an older version of the Jevelin theme on your website so please update it to the below latest version as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

    design2216
    Participant

    Thank you very much!!!

    design2216
    Participant

    Resolved

    gmsdesignworks
    Participant

    Signed up for support specifically for this.  Thanks for getting the fix out so quickly.  🙂

    Glad it resolved the issue.

     

    You are always welcome here 🙂

    design2216
    Participant

    Hey, It’s not working again.  The icons are not showing up.  See previous notes.  I updated the theme and plug-ins.

    The WPBakery plugin (current version 6.0.5) needs to be updated to (version 6.3.0).  Do you have a license or update for it?  Could this be causing the problem?

    See screen shot.

    Plugin details:
    <table class=”wp-list-table widefat plugins”>
    <tbody id=”the-list”>
    <tr class=”active update” data-slug=”js_composer” data-plugin=”js_composer/js_composer.php”>
    <td class=”plugin-title column-primary”>WPBakery Page Builder
    <div class=”row-actions visible”><span class=”0″>Settings | </span><span class=”deactivate”>Deactivate | </span><span class=”update”>Update Required</span></div></td>
    <td class=”column-description desc”>
    <div class=”plugin-description”>

    Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.

    </div>
    <div class=”active update second plugin-version-author-uri”>Version 6.0.5 | By Michael M – WPBakery.com | View details</div></td>
    <td class=”column-auto-updates”>Auto-updates enabled on the Settings > General page.</td>
    </tr>
    <tr id=”js_composer-update” class=”plugin-update-tr active” data-slug=”js_composer” data-plugin=”js_composer/js_composer.php”>
    <td class=”plugin-update colspanchange” colspan=”4″>
    <div class=”update-message notice inline notice-warning notice-alt”>

    There is a new version of WPBakery Page Builder available. View version 6.3.0 detailsAutomatic update is unavailable for this plugin. To receive automatic updates license activation is required. Please visit settings to activate your WPBakery Page Builder. Got WPBakery Page Builder in theme?

    </div></td>
    </tr>
    </tbody>
    </table>

    Attachments:
    You must be logged in to view attached files.

    Hey, It’s not working again.  The icons are not showing up.

    Which icons are you referring to?

     

    Could you please share the screenshot of the issue?

     

    The WPBakery plugin (current version 6.0.5) needs to be updated to (version 6.3.0).  Do you have a license or update for it?  Could this be causing the problem?

    It does not seem the WPbakery page builder issue.

     

    Please note that you are using the WPbakery page builder plugin bundled with the theme therefore you are not a direct customer of that plugin and cannot update that plugin until you purchase it.

     

    Please find more information about it on the following page.

     

    https://kb.wpbakery.com/docs/faq/can-i-update-wpbakery-page-builder-if-i-have-purchased-it-in-a-theme/

     

    We update the plugin with every new theme version. In this case, you can just delete old plugin version and reinstall latest plugin version bundled with the theme from Appearance -> Install Plugins

    design2216
    Participant

    I shared them above at ….
    <div class=”sh-bbp-replies-center-author-left”>
    <div class=”sh-bbp-replies-center-author-items”><span class=”bbp-author-name”>design2216</span>
    <div class=”bbp-author-role”>Participant</div>
    </div>
    </div>
    <div class=”sh-bbp-replies-center-author-right”>1 week, 6 days ago</div>

    The earlier you have shared are not icons but the images.

     

    Those partners’ images are displaying fine for me as shown in the attached screenshot.

     

    Please test it clearing your browser cache.

    Attachments:
    You must be logged in to view attached files.
Viewing 17 posts - 1 through 17 (of 17 total)