You can resolve the issue 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 #VideoWorker-0 { margin-left: 0 !important; }
Hi @vanityinvancity,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
It seems you have just installed the shared child theme on your site but didn’t activate it so please activate it to make it work.
Sure i will let you know here.
To resolve that issue instead of following custom CSS code
.page-white-borders .sh-portfolio-columns4 .sh-portfolio-item { width: 24%; }
Try using following custom CSS code.
@media (min-width: 1000px){ .page-white-borders .sh-portfolio-columns4 .sh-portfolio-item { width: 24%; } }
Sorry to tell you but not yet.
Solution for this topic
Hi Muriel,
I hope you are well today and thank you for your question.
If you are using Jevelin theme on your existing site where you have created content then you don’t need to import anything as the site uses same database where the content is saved so i am not sure what you want to do here.
If you want to configure the theme settings then configure it as described in the theme documentation as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi @apoirier,
I hope you are well today and thank you for your question.
You can achieve that by configuring Portfolio content element Overlay style as shown in the attached screenshot.
You can see the live demo of it on our demo site here https://jevelin.shufflehound.com/
Best regards,
Shufflehound team
Hi @apoirier,
I hope you are well today and thank you for your question.
Please set first WP-Mail settings in the contact form which is self explanatory and if you don’t understand anything then ask me.
Then using contact form check whether the test email gets sent successfully.
Best regards,
Shufflehound team
Not sure how you want it to display so could you please share the screenshot of it?
Hi @melior,
I hope you are well today and thank you for your question.
To resolve the issue could you please use the following latest version of Jevelin theme?
Please login to access this file
Best regards,
Shufflehound team
I tried to access your shared site but i couldn’t because it is is displaying Maintenance mode.
Could you please either disable it or 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 bee able see it.”?
Hi Edlie,
I hope you are well today and thank you for your question.
Large media files and Google map also slow downs site speed as it takes more time to load.
Please refer the information provided on the following pages to optimise your site.
https://codex.wordpress.org/WordPress_Optimization
https://techtage.com/speeding-up-wordpress-sites/
https://gtmetrix.com/wordpress-optimization-guide.html
Best regards,
Shufflehound team
You are most welcome here 🙂
One question for this solution. I will get an option to choose whether to paste link that will open in same window and another option to open link in new tab?
No it won’t prove any such option.
You can add the code in the end of shared functions.php file just after following code.
add_filter( 'facetwp_template_force_load', '__return_true' );
1) I have set the Site and Secret Key for the reCAPTCHA and added back it to the form. How do I edit where the reCAPTCHA appears? It currently appears above the call to action button: https://www.screencast.com/t/5q2XDIQB
You can change its position by dragging and dropping it wherever you want as shown in the attached screenshots.
2) When I add the reCAPTCHA field it appears at first in the form field settings. When I go back to that section to edit it, it’s not there but still shows up on the front-end of the site.
Video: https://www.screencast.com/t/XhZXafblMLzx
It’s known issue of Unyson plugin so you have to delete and recaptcha field every time when you save form.
For icon boxes please use the following CSS code.
.sh-iconbox-content { font-size: 16px; }