Hi @Angelina,
I hope you are well today and thank you for your questions.
I have downloaded the Jevelin Foodie template and uploaded the image but I have lost the Text Boxes that were part of the slider (and did not make a note of the font used
Could you please share me your site URL where it’s displaying so that I can help you?
and am not able to change the colour of the top menu so it is visible. I am hoping there is a simple solution. Thank you
You can change it from theme styling settings as shown in the attached screenshots.
Best regards,
Shufflehound team
It is a standard WordPress plugin that you can install on your site as described in the below page.
As you are new to WordPress, I also recommend you to read below WordPress getting started guide that will help you to understand how WordPress works.
https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start
Please advise if you have more questions.
Have a fantastic day!
I logged into your site and could edit corporate home page without any issue as shown in the attached screenshot.
Could you please tell us when you are facing the issue?
It seems the social icons only display in the footer style 1 and 2.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Solution for this topic
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.
Hi @brandonbarnes,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @Onicklin,
I hope you are well today and thank you for your question.
It seems this is happening because of the following CSS code that you are using on your site generated by Yellow Pencil editor.
#content .vc_row-o-columns-middle:hover { position: relative; top: -82px; }
To resolve the issue, you can either remove above custom 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
#page-container #content .vc_row-o-columns-middle:hover { top: 0; }
Best regards,
Shufflehound team
Yes you can 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.”.
Also it seems you are using cache on your site so please try clearing its cache or temporary disabling it.
You are most welcome here 🙂
You can use it but just can’t customize curtain image size.
You are most welcome here 🙂
Hi @kailashlale,
I hope you are well today and thank you for your questions.
Most of those issues is solved on my end, only one issue is left i.e Registration is closed
Please make sure you have enabled user registration on your site as described in the following pages.
http://freewptp.com/how-to-enable-user-registration-on-wordpress-site/
http://freewptp.com/how-to-enable-user-registration-on-wordpress-multisite/
Best regards,
Shufflehound team
Solution for this topic
As requested above could you please tell me exactly where you want to add margins by sharing screenshot of it?
You can remove top margin 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
body div#page-container { margin-top: 10px; }
Hi Jürgen,
Thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
To apply it on single blog post page, please use below CSS code.
.single-post #wrapper > .sh-page-layout-full { padding-bottom: 60px; }
Is it possible to change background for the section of this plugin to highlight this?
Could you please tell me which section and plugin you are talking about?
Yes that Yellow pencil plugin generates CSS code after changing the elements property so you can do it.
Solution for this topic
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
.home #page-container #content .contact-form input[type="submit"] { background-color: #31354b!important; }
Hi Johan,
I hope you are well today and thank you for your question.
You can add search icon beside menu on mobile view by using following Ivory Search plugin.
https://wordpress.org/plugins/add-search-to-menu/
Best regards,
Shufflehound team
Hi @rduerden,
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