Hi Barry,
I hope you are well today and thank you for your question.
Before updating theme you can take full backup of your site from Tools -> Backup so that if anything goes wrong then you can restore it.
To install latest version of theme download following theme version and update your theme using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Please login to access this file
Best regards,
Shufflehound team
Hi B,
I hope you are well today and thank you for your question.
To create custom blog page you have to overwrite and edit following theme files in the Jevelin child theme.
index.php
content.php
content-format-*.php
Best regards,
Shufflehound team
Solution for this topic
You can change behance icon to email icon 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
.icon-social-behance:before { content: "\e086"; }
You are always welcome here 🙂
Hi Marcelo Silva,
I hope you are well today and thank you for your question.
Could you please tell me how you have set video background?
Have you made any changes in the theme code?
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi Marcin,
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
.sh-tabs-filter li a { font-size: 14px; }
You can change font size 14 in the above code to increase or decrease tab font size.
Best regards,
Shufflehound team
Hi @jld1832,
I hope you are well today and thank you for your question.
You have to add post excerpt in the excerpt field of post as described in this page http://www.wpbeginner.com/glossary/excerpt/
You can also refer following topics for the more information on it.
https://support.shufflehound.com/forums/topic/change-the-blog-title/#post-2255
https://support.shufflehound.com/forums/topic/excerpt-teammembers-and-timeline-2/#post-3245
Best regards,
Shufflehound team
Hi @B,
I hope you are well today and thank you for your question.
We don’t know exact color used as it is part of image and the image is designed by designer who is not in our touch.
But it seems it is created using effects as described on the following page.
https://www.w3schools.com/css/css_image_transparency.asp
Best regards,
Shufflehound team
Hi Adam,
I hope you are well today and thank you for your question.
Just use any unused Team Member social icon and we will try to change it to email icon on your site.
After using it please share me your site URL where you are using it and which unused social icon field you have used.
Best regards,
Shufflehound team
Yes i could confirm on your site the issue.
Would it be ok for you if you remove the set shop page from Woocommerce settings and we will resolve the breadcrumb sub menu link issue by developing custom code?
Sorry to hear of the problem you are having.
It is working fine on our test site.
Could you please share the screenshot of error so that we can better understand the issue?
Best regards,
Shufflehound team
That will be fixed soon in the future version of theme.
Solution for this topic
Hi Jan,
I hope you are well today and thank you for your question.
If you have not purchased this plugin and using the plugin bundled with the theme then you are not direct customer of that plugin so can not update that plugin until it is updated in the theme.
We will update the plugin bundled with the theme in the next theme version.
Best regards,
Shufflehound team
Hi @YngveArnesen,
I hope you are well today and thank you for your question.
Please make sure you have set Logo1 in the theme header settings as shown in the attached screenshot which displays on mobile on scroll.
Best regards,
Shufflehound team
Hi @bj0rN,
Sorry to hear of the problem you are having.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin 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
I see some javascript error is occurring on your site that is causing it not to work as shown in the attached screenshot.
It seems this is causing by revslider plugin so could you please try temporary disabling it to know whether the contact form works fine?
If you want to apply on all buttons and not only sidebar widget buttons then instead of above CSS code please use following custom CSS code.
#page-container button, #page-container input[type=button], #page-container input[type=reset], #page-container input[type=submit] { border-radius: 17px; padding: 1px 10px; background: #e9cbea; color: #000; border-color: #aeb0d4; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
You are always welcome here 🙂
Don’t have any ETA yet but we will try to do it soon.
In the meanwhile we can change columns on your site by developing custom CSS code so please tell us how many columns do you want to display?