In your shared screenshot i can see you have added external URL in the Custom URL field instead of URL field so that the user will be redirected to that URL when he tries to access your portfolio page.
Did you do this mistakenly or this is what you want to use?
You are most welcome here 🙂
You are most welcome here 🙂
Hi @plblog,
Sorry to hear of the problem you are having.
Could you please try using the solution posted in the following topic for the similar question?
https://support.shufflehound.com/forums/topic/install-visual-composer/
Best regards,
Shufflehound team
Could you please share me your site URL where you are using the shared code so that i can troubleshoot it?
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 Niloka,
I hope you are well today and thank you for your questions.
i can not seem to find the “large image” design in my admindesign. How do i get a big like that?
I am not sure which large image design you are referring here so could you please tell me a bit more in detail by sharing screenshot or URL of it so that i can help you?
I have a contact formular on my front page.. it does not work..
Are you using Unyson contact form or any other contact form?
If you are using Unyson contact form then please make sure you have configured it correctly.
Best regards,
Shufflehound team
Hi @unclewiffle,
I hope you are well today and thank you for your question.
You can just 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-blog-tags { display: none; }
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi Erik,
I hope you are well today and thank you for your question.
Is it external URL?
If yes then you can try using following solutions to achieve it.
https://wordpress.org/plugins/wp-external-links/
http://www.wpbeginner.com/plugins/how-to-open-external-links-in-a-new-window-in-wordpress/
Best regards,
Shufflehound team
Solution for this topic
Hi Patrick,
Sorry to hear of the problem you are having.
To resolve the issue could you please try temporary activating any default WordPress theme like Twenty Seventeen and check whether the Unsyon extensions display?
If it displays then please activate required extensions and then reactivate the Jevelin theme.
Best regards,
Shufflehound team
Hi @claudiasimon,
Thank you for your question.
We can try achieving this developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @Claudiasimon,
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 @jbgolsong,
I hope you are well today and thank you for your question.
Could you please share me the product page URL from your site and tell on what image you want to implement “on-hover” zoom effect so that i can help you to achieve it?
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @eventswestjohn,
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
The sticky header won’t work in this header style if we make header navigation menu static.
I have notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Solution for this topic
To achieve that you have to increase CSS specificity on your site.
I have done it on your site and now it is working fine as shown in the attached screenshot.
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
#page-container .ti-skype:before { content: "\f2ab"; font-family: 'FontAwesome'; font-size: 22px; }
By default it is linked to your site home page so you don’t need to do anything now but just display menu properly by using the custom CSS code provided in the following topic.