Solution for this topic
Hi @Pioes,
I hope you are well today and thank you for your question.
You can try fixing it by updating the theme on your site to the below latest version.
Please login to access this file
Alternatively, you can fix 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-mobile { height: auto !important; }
Best regards,
Shufflehound team
Hi Ivan,
I hope you are well today and thank you for your question.
You can contact woocommerce developer to translate its strings.
Alternatively, you can translate it using any of the following plugins.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
Hi @flyingbren,
Thank you for your question.
No currently there isn’t any workaround and you have to use a third party plugin which provides contact form shortcode such as contact form 7.
Best regards,
Shufflehound team
Hi @flyingbren,
I hope you are well today and thank you for your question.
We can remove it developing custom CSS code.
Could you please share me your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi @kreativ69,
I hope you are well today and thank you for your question.
Could you please tell me exactly where & how you are adding space and also share me the page URL from your site where it is moving down so that I can troubleshoot it?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
Hi @ragnar,
I hope you are well today and thank you for your question.
You can remove it only from single post page 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
.single-post .post-meta-thumb { display: none; }
Best regards,
Shufflehound team
Hi @peterchurch1,
I hope you are well today and thank you for your question.
I am not sure what you meant by “Heading Pro title” here so could you please share the screenshot of it and also share me the page URL from your site where you want to display it so that I can help you?
Best regards,
Shufflehound team
Please make sure Instagram photos are public and not private.
Also please try following the instructions provided in the following video.
Yes I just resaved the Google Map settings.
Hi @manikantan2001,
I hope you are well today and thank you for your question.
Actually it is a site logo that you can change from site header settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi Nicolai,
I hope you are well today and thank you for your question.
I am not sure what you are referring as sidemenu so could you please share me the screenshot of it and also share me your site URL where it is displaying so that I can help you?
Best regards,
Shufflehound team
Solution for this topic
Is there also a way to remove the line’s between the post in a category page? For example:https://hgvj.eu/huis-tuin/
Please use below custom CSS code to remove it.
.archive.category article .post-container { border-bottom: 0; }
Hi @hersickwebster,
Sorry to hear of the problem you are having.
I logged into your shared site and just resaved your set address which seems to make Google map display fine.
Could you please confirm it?
Best regards,
Shufflehound team
Hi William,
I hope you are well today and thank you for your question.
The theme doesn’t provide portfolio functionality but Unyson plugin and you can disable its portfolio extension as displayed in the attached screenshot.
Best regards,
Shufflehound team
Does it work fine for you disabling RTL on your site or disabling translation?
To troubleshoot the issue could you please first disable RTL on your site and check whether partners section works fine then disable translation and check again and let me know how it is working?
By default, the theme displays header menu elements in the following sequence as displayed on the demo site https://jevelin.shufflehound.com/
Logo
Navigation Menu
Social Icons
So the opposite of it is as following
Social Icons
Navigation Menu
Logo
which is displaying on your site.
If you want to customize the display of it then 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
You will find theme lightbox functionality code in the following three theme files.
/jevelin/js/plugins/lightcase.min.js
/jevelin/js/plugins.js On line number 255
/jevelin/js/scripts.js On line number 1113