Home › Forums › Jevelin Theme › Website is broken after WordPress 5.5 update
Home › Forums › Jevelin Theme › Website is broken after WordPress 5.5 update
Hello,
my client updated the website to WP 5.5 and now the website is broken:
Just name a few…
I’ve tried:
Could you please help me in finding a solution? The websiteaddress is: https://vriskappers.nl/
Thank you and kind regards, Stephany
Hello team,
In the meantime I have found coding in your forum to be added to the functions.php which helped, but now the page is ‘double-loading’. So when I click on ‘SHOP’ in the main navigation, it scrolls to the designated area, but then the page reloads again. And that happens with all the links in the menu. Can you please help me fix this issue?
Thank you and kind regards, Stephany
Hi @stephanysetoe,
Sorry to hear about the problem you are having.
Instead of using the custom code to fix the issue, could you please use the below latest version of the theme on your website?
Please login to access this file
Best regards,
Shufflehound team
Hi,
yes saw this solution one too, but could you please advise on how to install/update this theme without losing all of it’s settings in the syling and without an Envato account?
Thanks, Stephany
You can download the above shared theme and update it on your website as described here https://support.shufflehound.com/updating-theme/
Hi,
In the meantime we have managed to use Envato and we have uploaded the ‘Jevelin Beta 4.1.7.5 template, BUT
Now I am not sure whether to put a recent back-up back, since the uploaded template did not change it for the better (except for the coding that I used in the functions.php).
This is really not okay, would you please be so kind to help me further? Thank you!
The recent theme update didn’t overwrite or change the settings.
Are you using any custom code on your website to achieve something?
I need to troubleshoot the issues one by one on your website to resolve it.
Do you have a staging or development website where I can troubleshoot it?
If yes then please reproduce the issue on your staging or development website and share me its URL.
Hi,
I decided to put the previous website back up (from a back-up), since the updated Jevelin Beta theme (4.7.1.5) did not make any positive changes. I still had to use the following code in functions.php to get it fixed (from another ticket on this forum):
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’ );
}
Hence why I decided to stick with the Jevelin 4.7.1 template and I still have my previous settings. I did use some custom coding in the ‘referral section’, which I copied from another ticket in this forum.
Having said that, the only issue that I do have now is that it re-loads. So when you click on a link in the navigation menu, it jumps to the designated area and once there, the page reloads itself.
I dont have a staging area myself, because I was hired to finish my clients website on their hosting at Siteground.
Please let me know if there is another way for you to work around at the current website or that is staging is required, because that would be something I need to check with my client.
I need a staging or development website with the latest version of the theme so that I can troubleshoot the issue and resolve it.