Home › Forums › Jevelin Theme › Having issues with installation
Home › Forums › Jevelin Theme › Having issues with installation
I installed this theme and none of the changes I make to it is saved it’s just stuck on the demo content
Hi @Xavi,
Sorry to hear of the problem you are having.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any or use following plugin to check it.
https://wordpress.org/plugins/health-check/
Please make sure you are using latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
Still not working. I have this theme on a clients site and that running on the same server, and it works well. with this install, I can’t even edit pages as that option is not available. There seems to be something seriously wrong here. Please advise
I think this is clashing with wordpress 5.0
Could you please describe your issue a bit more in detail and also share its screenshots?
Also would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Ok so what I did was delete the database and reinstall wordpress, and that seems to have sorted most things out. However, I’m having some isssues setting the “active navigation” color. It stays white for some reason.
Could you have a look see
Thank you for sharing the site credentials but you didn’t share your site URL so I can’t access it.
You can change active navigation color from theme styling settings as shown in the attached screenshots.
Yh I’m changing it but it doesn’t work for some reason. Here’s the link to my site http://www.tunecreators.com/wp-admin
To troubleshoot it I tried to log into your shared site but getting the below error message.
Sorry, you are not allowed to access this page.
Please make sure that the shared user account is admin user on the site.
Alternatively, you can change active navigation color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav li.current-menu-item > a, .sh-nav li.current-menu-parent > a { color: #b8f55a!important; }
Gracias! That works. Thanks for the support!
I’d like to label this code so I remember what it does. What would be the best string to use that won’t screw up the code?
You can label it as displayed below.
/* Changes header navigation link hover color */ .sh-nav li.current-menu-item > a, .sh-nav li.current-menu-parent > a { color: #b8f55a!important; }