Hi @Beautyflo,
I hope you are well today and thank you for your question.
To confirm whether it is a theme issue, just temporarily use the Twenty Nineteen theme on your site. If everything works fine then it’s your site theme issue.
Also, this can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Slider Revolution plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any
Best regards,
Shufflehound team
Hi @edubelotti,
I hope you are well today and thank you for your question.
Could you please try clearing and temporarily deactivating the autoptimize cache that you are using on your website?
Best regards,
Shufflehound team
Hi @soky,
I hope you are well today and thank you for your question.
You have applied height to the footer widget area using Yellow Pencil Editor causing the issue so to resolve the issue, please either remove the CSS code or add 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
body .sh-footer .sh-footer-widgets { height: auto !important; }
Best regards,
Shufflehound team
Reset Jevelin theme to its installation defaults, including the default homepage image.
You can remove all of your website content using the below plugin.
https://wordpress.org/plugins/wp-reset/
And then import the demo content as described on this page https://support.shufflehound.com/installing-demo/
Explain to me the steps to change the homepage image
I visited your shared website but saw you were not using the Jevelin theme on it.
Please advise.
Solution for this topic
It seems you have set the light desktop header for that page, therefore, the menu text displays in white.
You can change its 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
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a > i, #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a{ color: #363636 !important; } #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a:hover > i, #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a:hover{ color: rgba(61,61,61,0.80) !important; }
We will consider this to be implemented in the future version of the theme if it is possible.
To check whether this is an issue with any specific Unyson plugin extension, could you please try deactivating the Unyson plugin extensions one by one as shown in the attached screenshot, and check which one causes the issue?
It will be resolved soon and you will be notified here.
It seems the issue related to file permissions and PHP configuration on your server that you can resolve as described on the below pages.
https://stackoverflow.com/a/5104130
The support here is limited only to Gillion theme & related questions and Shopify so please contact Shopify Support to get help regarding it.
You are most welcome here š
Hi @sarahjane,
I hope you are well today and thank you for your questions.
How do i change the colour of the add to cart and buy now buttons on the product pages?
You can try changing their colors by using the Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Also how do i add social icons to header and footer?
You can add social icons in the header from the theme settings as shown in the attached screenshots.
Best regards,
Shufflehound team
I am unable to use my hosting companys dynamic cache feature. There is something in the unyson framework that breaks the cache.
Could you please tell me why you think that the Unyson plugin breaks the cache so that I can help you?
The social icons are by default made hidden on mobile.
You can display it on mobile 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
@media (max-width: 768px){ #wrapper .post-content-share { display: block !important; } }
Please note that you are using the WPbakery page builder plugin bundled with the theme therefore you are not 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 themeĀ from AppearanceĀ ->Ā Install Plugins
If you have not purchasedĀ slider revolution plugin and using the plugin bundled with the theme then you are not direct customer of that plugin so can not activate that plugin.
Please see more information about this on the following pages.
https://www.themepunch.com/faq/purchase-code-registration-faqs/#1447194367831-7941a825-85b2
Have you tried deleting and reinstalling the Unyson plugin?
Could you please share the screenshot of the screen where you are using it so that I can help you?
It is different for the Gillion theme.
You have to overwrite the theme gillion_header_logo function as described below.
Ok
Awesome great to see you got the solution found.
Please advise if you have more questions.
Have a fantastic day!