You are most welcome here š
You are most welcome here š
I used below latest version of theme along with latest versions of WooCommerce plugin and free version of Ultimate Member plugin but I couldn’t reproduce the issue.
Please login to access this file
The drop down menu works fine for me as shown in the attached screenshot.
Do I have to configure any plugin settings to reproduce the issue?
You are most welcome here š
Regarding your deployment question I am helping you in your below separate topic so no need to post here.
https://support.shufflehound.com/forums/topic/website-url/#post-26269
Awesome great to see you got that resolved by updating.
Please advise if you have more questions.
Have a fantastic day!
Please paginate and find it using pagination as shown in the attached screenshot.
Solution for this topic
I have updated the Unyson plugin on your site and activated it again which resolved the errors.
Could you please confirm?
Solution for this topic
Hi @azam,
Thank you for your question.
Please try to find the entriesĀ “siteurl” and “home” in the database table “wp_options” and change them.
You can find more information about migrating the site on the following pages.
https://codex.wordpress.org/Moving_WordPress
https://www.wpexplorer.com/migrating-wordpress-website/
Best regards,
Shufflehound team
Solution for this topic
Sorry I missed the manual header settings where you can play around with this. My apologies!
Not an issue. I can see it is displaying fine on your site now as shown in the attached screenshot.
Please advise.
Another question though: how do you turn the logo off for mobile?
You can hide it using below custom CSS code.
@media (max-width: 1024px){ .header-logo { display: none; } }
Solution for this topic
HiĀ Aidan,
Sorry to hear of the problem you are having.
Please make sure you are using updates unyson plugin and its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
Best regards,
Shufflehound team
Hi @Antalvespo,
I hope you are well today and thank you for your question.
The following code added in the Jevelin theme already does it so just add translation files in the languages directory.
add_action('after_setup_theme', 'jevelin_setup'); function jevelin_setup(){ /* Translations */ load_theme_textdomain( 'jevelin', get_template_directory() . '/languages' ); if ( is_child_theme() ) { load_child_theme_textdomain( 'jevelin', get_stylesheet_directory() . '/languages' ); } /* Add WooCommerce support */ add_theme_support( 'woocommerce' ); /* Add WooCommerce product image lightbox support */ if( jevelin_option( 'wc_lightbox', 'jevelin' ) == 'woocommerce' ) : add_theme_support( 'wc-product-gallery-lightbox' ); endif; }
Best regards,
Shufflehound team
Hi @dehed,
I hope you are well today and thank you for your question.
Sure we can remove it developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
Actually you are using following URL in it which doesn’t exist.
https://youtube.com/watch?v=videoseries%3Fautoplay%3D1
Please use the URl which exist and share me the same along with screenshot of the screen so that I can troubleshoot it.
Hi @Subtech,
Sorry to hear of the problem you are having.
It seems you are trying to install incorrect file so please follow the instructions provided in the below page to resolve it.
https://support.shufflehound.com/how-to-fix-the-theme-is-missing-the-style-css-stylesheet/
Best regards,
Shufflehound team
No I didn’t get it so could you please share it again and also send it onĀ [email protected]
I still couldn’t connect to your site or server and getting messages as shown in the attached screenshots.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
If it is not plugin conflict then could you please temporary disable the Unyson plugin that is causing the error so that I can access your site?
I can see the issue in your shared video.
Please make sure you are using below latest version of theme.
Please login to access this file
Also could you please tell me which Header Layout are you using and is the menu sticky?
It would be really helpful for me to troubleshoot the issue, If you share us your site URL.
I can see on your shared site you are using older version of theme so please update the theme to the below latest version as described hereĀ https://support.shufflehound.com/updating-theme/
Please login to access this file
After updating the theme please clear the cache used on your site.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
I logged in to your site and saw theĀ Feed Instagram Lite plugin that you are using on your site generates javascript error causing the Visual Composer not to work so I have temporary disabled it so that You can edit the editorial section as shown in the attached screenshots.