Solution for this topic
Hi @dianazahe,
Thank you for your question.
You can have it by setting post format to Gallery and configuring the Gallery images as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi @dianazahe,
I hope you are well today and thank you for your question.
You can enable Back To Top icon in the theme settings as shown in the attached screenshot.
The bottom chat icon is created using the following service and is not part of theme.
Best regards,
Shufflehound team
Hi Kylian,
I hope you are well today and thank you for your question.
I don’t see the issue on your shared site and screenshot so could you please tell me a bit more in detail what is the exact issue so that I can help you?
Best regards,
Shufflehound team
Sorry for the inconvenience caused.
It was working fine but runtime issue occurred causing it not to work.
We are fixing the issue and resolve it soon.
In the meanwhile if you need any help to manually setup it then we would be happy to help you.
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Hi @69boxes,
I hope you are well today and thank you for your question.
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
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
Hi @rodrigovega,
Sorry to hear of the problem you are having.
I cant use the jevelin theme because i need to activate wp bakery page builder!!
it doesn’t come with the template i bought?????
Yes it comes with the theme and you can install it as described in the following page.
also i get the error: (Internal Server Error (500)) when i tried to import one click demo
You can fix internal server error as described in the following page.
http://freewptp.com/fix-wordpress-issue-internal-server-error/
Best regards,
Shufflehound team
Solution for this topic
Thank you for your question.
You can resolve 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
header.primary-desktop { z-index: 9999; }
Best regards,
Shufflehound team
Solution for this topic
I hope you are well today and thank you for your question.
You have to first edit that page and set its Page Layout to Full Width as shown in the attached screenshot then add full width section to it.
Best regards,
Shufflehound team
Could you please share me your whole changed code so that I can troubleshoot it?
Also you are using W3 Total Cache on your shared site so please try clearing the cache.
@rodrigovega Please delete that plugin and reinstall it as described in the following reply posted above.
Solution for this topic
Please use below custom CSS code to achieve it.
a.header-logo-container.sh-table-small { display: contents; } @media screen and (max-width: 550px){ #header-logo-title .header-logo-title-alignment { font-size: 15px; } }
Ok I have notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
The widget “Search” remain in the filled space “Search products”. This phrase is not available to change it from pluggin translator
Have you tried using the following plugins to change it?
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
the tag that says what time ago did you write the post is translated, however in spanish the order of this phrase is different…the “ago” word goes first in the sentence, like “Ago 2 weeks or Ago 2 days” otherwise the phrase does not sounds logical.
Could you please share me the page URL from your site where it is not displaying correctly so that I can troubleshoot it?
Solution for this topic
You can achieve it using below CSS code.
.sh-footer-widgets h3.widget-title, #sidebar .widget-item .widget-title { text-transform: capitalize; }
Hi @JWK,
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/
If it is not plugin conflict then 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 be able to see it.”?
Best regards,
Shufflehound team
You can display logo only 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 screen and (min-width: 992px) { .header-logo { display: none; } }
Thank you for sharing the site credentials.
I logged into your site and confirmed the issue.
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/
Also please make sure your WordPress files have proper permissions as described in the below pages.
https://www.hostpapa.in/knowledgebase/change-file-permissions-wordpress/
https://codex.wordpress.org/Changing_File_Permissions
https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/