Hi Francesco,
I hope you are well today and thank you for your question.
You can achieve that by using custom plugin solution shared in the following topic.
https://support.shufflehound.com/forums/topic/removing-category-from-titlebar/#post-9162
Best regards,
Shufflehound team
Hi @elchapako,
I hope you are well today and thank you for your questions.
How can I edit to doesnt show the count and the by admin in the first imagen.
You can hide 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
#page-container .sh-recent-posts-widgets-count, #page-container .sh-recent-posts-widgets-item-meta { display: none; }
And in the second one how can I change the “today’s pick” to other text.
It is a widget title so just edit it in the Widgets screen of your website.
Best regards,
Shufflehound team
All I would like to try is to reduce the 3 columns under the header of that page to just two to see if that is desirable for my client.
There isn’t any theme option to achieve this.
You can try achieving this using the Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
@zelldi Before I do troubleshooting on your website, have you tested it for the plugin conflict as described above?
Awesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!
Hi @ot.tremelin,
I hope you are well today and thank you for your question.
Yes, the theme will be updated soon and then you can also update the WPBakery page builder plugin.
Best regards,
Shufflehound team
Hi @ot.tremelin,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me.
Please make sure that you have enabled it as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi Demetris,
I hope you are well today and thank you for your question.
There isn’t any theme option to change it.
You can change it either by translating the theme as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
You have to contact WPML support to know why the code is not working.
I think you have to echo the do_action function.
I don’t see your website menu in pink color as shown in the attached screenshot.
Please advise.
We will not develop this feature until we find it worth considering.
I am not sure exactly how to implement it using any plugin.
If you have any question then ask to the respective plugin support or 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
You are most welcome here 🙂
You are most welcome here 🙂
Hi @stephaneperrin,
I hope you are well today and thank you for your question.
This can be due to plugin conflict on your site so please try temporarily 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.
Best regards,
Shufflehound team
Hi @conversionboom,
I hope you are well today and thank you for your question.
Are you referring to the below layout?
https://jevelin.shufflehound.com/blog/blog-large-images/
If yes then you can achieve that by creating a page and configuring its settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi @jodie_cole84,
I hope you are well today and thank you for your question.
You can achieve 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
@media only screen and (max-width: 1200px) { #page-container h1 { font-size: 54px; } #page-container h2{ font-size: 33px; } #page-container p{ font-size: 25px; } } @media only screen and (max-width: 991px) { #page-container h1 { font-size: 45px; } #page-container h2{ font-size: 28px; } #page-container p{ font-size: 22px; } } @media only screen and (max-width: 360px) { #page-container h1 { font-size: 30px; } #page-container h2{ font-size: 25px; } #page-container p{ font-size: 18px; } }
Best regards,
Shufflehound team
@xorel I can see you are using Gilion theme on your shared website but you have posted here in the Jevelin forum so could you please post your question in the below Gilion theme forum?
https://support.shufflehound.com/forums/forum/gillion/#new-topic
It seems you are using a custom header template so you have to change the logo image by editing the header template as shown in the attached screenshot.
You can change the background image added to the row of Wpbakery page builder by editing it as shown in the second attached screenshot.
It seems you are doing something wrong which needs to troubleshoot but troubleshooting 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 do it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Hi, I believe that this situation has been resolved, but I have a new question:
Awesome great to see you got that resolved.
Would you mind telling me if there is a WordPress plugin that allows hover-text within an icon box on Jevelin? On our home page we would like to be able to hover over (?) or (i) to get more information about different words but we are having trouble finding a plugin that works within an icon box.
I don’t know any plugin but you can search it on the below page or consider developing custom code to achieve this.