Not an issue. You are always welcome here 🙂
Actually due to CSS specificity issue it is not working on your site so please try using below custom CSS code.
#page-container .blog-slider-item { background-position: 50% 15%; }
We will update it in the theme ASAP.
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 conflict issue would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Hi @leftclick,
I hope you are well today and thank you for your question.
Could you please tell me how you have created a new footer section for home using visual builder and saved it as a template and share screenshot of it so that i can help you?
Also could you please share me your site URL where the new updated footer is displaying?
Best regards,
Shufflehound team
Hi @pedro,
I hope you are well today and thank you for your question.
It is just a normal page containing Portfolio content element so to achieve this use Portfolio content element in the page and configure it as shown in the attached screenshot.
Best regards,
Shufflehound team
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
Could you please share me the page URL from your site where it is not displaying so that i can troubleshoot it?
You are most welcome here 🙂
We will try to remove !important and avoid its usage in the future version of theme.
Hi @shanticfm,
Thank you for your question.
Could you please tell me from where you are changing the button from Fancy to Simple?
Also could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
You are always welcome here 🙂
Hi @shanticfm,
I hope you are well today and thank you for your question.
You have to develop custom code to achieve this.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Ohh those are too much custom changes that you requested which took our much time.
Actually developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Hi Steve,
I hope you are well today and thank you for your questions.
Homepage Woo Recent Products Widget, Can I filter which Categories I would like displayed? See Issue1.jpeg
We can hide unwanted categories by developing custom CSS code so could you please tell me which categories do you want to hide or show?
When sectioning a Category sometimes only 1 product is displayed See Issue1b.jpeg or no products display. See Issue1c.jpeg
If the category is assigned only one product or no product at all then it displays like that.
On the email signup form using the latest Firefox the Subscribe button does not line up with the input box. See Issue2.jpeg
You can resolve this issue 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
.fw_form_fw_form > div { vertical-align: top; }
Best regards,
Shufflehound team
Hi @romkrus,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Is it possible money back?
Please contact on [email protected]
Best regards,
Shufflehound team
You have to just use page ID before the CSS selector as displayed below.
.page-id-8398 .sh-testimonials-quote { line-height: 1.8; }
You can try using below plugin to change custom post type permalink.
Hi @karengeier,
I hope you are well today and thank you for your question.
Please try regenerating thumbnails on your site using this plugin https://wordpress.org/plugins/force-regenerate-thumbnails/
You can also try achieving it 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
.blog-slider-item { background-position: 50% 15%; }
Best regards,
Shufflehound team
Still the fvm cache is enabled on your site so please disable it.
Solution for this topic
Hi @stargijo,
I hope you are well today and thank you for your question.
You can update the theme by downloading following latest version of it and then use this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ on your site to update it.
Please login to access this file
Best regards,
Shufflehound team
You can make it work by using the attached custom child theme of Jevelin theme that contains some custom code.