Home › Forums › Jevelin Theme › WordPress 5.5 breaking theme
Home › Forums › Jevelin Theme › WordPress 5.5 breaking theme
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.
<h1>Using WPBakery Page Builder 6.0</h1>
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' ); } }
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
Could you please share the page URL from your site where the images are not displaying so that I can troubleshoot it?
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
Thank you very much!!!
Resolved
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 🙂
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 details. Automatic 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>
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.
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
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.