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.
In the meanwhile you can change Minuts to Minutes in the POT file.
You are not getting my point that i described in my following reply. I told you to read theme documentation as shown in the attached screenshot that will guide you how to display the theme what you want to.
https://support.shufflehound.com/forums/topic/change-of-theme/#post-7407
Could you please test it using the email provided by email service providers like gmail ?
Is the test email working fine in the contact form?
Hi @BIGSHOTInt,
I hope you are well today and thank you for your question.
Are you using following formstack?
https://www.formstack.com/integrations/wordpress
Is it working fine for you using any default WordPress theme like Twenty Seventeen?
If yes then please share the screenshot of it.
Best regards,
Shufflehound team
Hi @jburleson,
I hope you are well today and thank you for your question.
The theme doesn’t provide any counter widget so you must be talking about counter content element.
It is working fine on my test site as displayed in the attached screenshots.
It seems you are using older version of theme on your site so please make sure to update your theme to following latest version and also update Unyson plugin on your site.
Please login to access this file
Best regards,
Shufflehound team
Hi @RCA_86,
I hope you are well today and thank you for your questions.
If I use a bold or another colour font, how can I see it in portfolio page? Because I can only see it when I open the picture, but I’d like to see it on the main page.
You can make it bold 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-portfolio .sh-portfolio-description { font-weight: 600; }
When I choose or create a category, I click “Update” and then it dissapears. It’s like I can’t use categories.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson 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
Hi @guicepeda,
I hope you are well today and thank you for your questions.
There’s any way to import demo content without deleting my old posts?
No but using workaround you can do this. Just create another test WordPress site and import the demo content on it then export that demo content in WordPress WXR format and import it on your site.
When i try to install the Plugin: Visual Composer i get the error:
O pacote não pôde ser instalado. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature. Plugin not activated. A higher version of Visual Composer is needed for this theme. Please update the plugin.
Please make sure you are using following latest version of theme and install Visual Composer plugin as displayed in the attached screenshot.
Please login to access this file
Best regards,
Shufflehound team
Solution for this topic
Use below custom CSS code to remove border radius from those images.
.post-overlay, .blog-slider-item { border-radius: 0 !important; }
Hi Toni,
I hope you are well today and thank you for your question.
Currently it is not possible without developing custom code.
Best regards,
Shufflehound team
Solution for this topic
Hi @supermegalino,
I hope you are well today and thank you for your question.
You can change titlebar background color from theme settings as shown in the attached screenshot.
To remove the words “Portfolio Category:” please use the attached custom plugin that contains some custom code.
Best regards,
Shufflehound team
The shopping cart is now not aligned with the check out button
I don’t see this issue so could you please share the screenshot of the issue?
and when there is no product in the cart the text is not alligned in the middel/center.
You can centre align it using below custom CSS code.
li.menu-item.sh-nav-cart ul.sub-menu { padding-bottom: 16px; }
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson, Slider Revolution and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
If it is not plugin conflict 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 Mike,
I hope you are well today and thanks for posting here.
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.
Best regards,
Shufflehound team
Hi Megan,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of jevelin theme. Also it is working fine for other users so it seems something is happening on your site causing these issues.
Not to worry we will troubleshoot and fix the issues.
First of all please make sure you are using latest version of theme and plugins.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson, Slider Revolution 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
Hi Jonathan,
I hope you are well today and thank you for your question.
I can also see the message is getting sent on your shared page using contact form.
Please check whether the email goes in SPAM folder.
Are you using custom email or the email provided by email service providers like gmail ?
Is the test email working fine in the contact form?
Best regards,
Shufflehound team
Hi @ramen333,
I hope you are well today and thank you for your question.
You can just install the theme by downloading it clicking on the below button.
Please login to access this file
Also it is not database limit but PHP memory limit that you have to increase.
Best regards,
Shufflehound team
Hi @admin,
Thanks for posting here.
I can see you have created following topic so just do what i have told you in that topic. We provide details and guidelines about how to configure theme but don’t provide services to do it ourselves.
https://support.shufflehound.com/forums/topic/change-of-theme/
Best regards,
Shufflehound team
No i didn’t get it. Try resending it.
What was the title of email?
Also as i asked you many time above please test plugin conflict as i have described above and let me know the result.
Yes it is possible to move it up but for that you have to develop custom code.
Solution for this topic
It is not working because of CSS specificity issue on your share site so to make it work just change shared code as following.
.post-thumbnail, .post-thumbnail img, .post-thumbnail .sh-ratio-content, .post-switch-item, .sh-widget-instagram-item img, .sh-widget-instagram-item-overlay, .sh-read-later-thumbnail, .sh-read-later-thumbnail:after, .sh-overlay-style1, .sh-comment-form, .post-media-play-overlay, .post-media-play-overlay:after, .post-quote-link .sh-ratio-content, .post-gallery-list, .post-gallery-list .slick-list, .post-switch-item:after, .widget_facebook iframe, .sh-widget-facebook-overlay, .sh-widget-posts-slider-thumbnail, .sh-widget-posts-slider-group-style2, .sh-widget-posts-slider-group-style2 .slick-list.draggable, .post-content-review-details, .post-content-review-progressbar-graph, .post-content-review-progressbar-graph-fill, .sh-post-author, .post-content-share .jssocials-share, .sh-comment-form input, .sh-comment-form textarea, .post-content img, .sh-widget-facebook-item { border-radius: 0 !important; }