Solution for this topic
To resolve the issue just edit that page and set header style to Default as shown in the attached screenshot.
Hi @stephanieSP,
I hope you are well today and thank you for your question.
You have to make your slider responsive on mobile as described in the following pages.
https://www.themepunch.com/faq/slider-revolution-responsive-tutorial-5-0/
Best regards,
Shufflehound team
Solution for this topic
You can hide its border 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
.woosb-wrap .woosb-table, .woosb-products .woosb-product > td.woosb-title { border: 0 !important; }
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-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { padding-bottom: 0; } .sh-header .sh-table-cell:last-child { vertical-align: bottom; }
Could you please try setting WooCommerce Columns option to 4 columns as shown in the attached screenshot?
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Hi @Tré,
I hope you are well today and thank you for your question.
This is happening because the search results page displays in masonry format.
You can display it in grid format 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
.search-results .blog-style-masonry article { position: static !important; } .search-results .blog-style-masonry article:nth-child(2n+1) { clear:both; }
Best regards,
Shufflehound team
Why can’t you guys provide a STEP BY STEP article specifically for the theme that I bought?
You can access theme documentation as shown in the attached screenshot.
Another question that I have is how do I remove the “made by Shuffle hound” (sent attached)
You can remove it by unchecking Developer Copyrights option in the theme footer settings as shown in the second & third attached screenshots.
No still it is not accessible.
Also the related products on my test site display 4 products in one row as shown in the attached screenshot.
Is this not a case with you?
Hi @kierankay,
Sorry to hear of the problem you are having.
If I deactivate the plugin or even remove it completely, does my work so far get lost as I almost have a full website?
Unyson is theme required plugin so the theme won’t work without it.
Alternatively, is there anything support can do now knowing that getting the host to try things has not worked?
It is clearly hosting related issue as we are getting “Failed to load resource: the server responded with a status of 403 (Forbidden)” error.
Have you told them about this error?
Best regards,
Shufflehound team
Your shared site is not accessible and displaying the error as shown in the attached screenshot.
Could you please try deleting all the Blog sliders created by importing demo content and Slide to slide page then reimporting the Blog demo content?
Hi @indkmg,
I hope you are well today and thank you for your question.
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
Ok changing the general setting has allowed me to get the widget in the “non home page pages”, however I want the widget to be on the home page as well.
I can see the footer widgets are displaying on home page of your site.
The sidebar widgets are not displaying on home page because you have set your home page as full width so please change the home page layout from full width to sidebar right.
I also notice that you can have widgets in the footer but not in the header? How can i get widgets in the header.
To achieve this you have to develop custom code in the child theme of Jevelin theme as described in the following pages.
http://www.wpbeginner.com/wp-themes/how-to-add-a-wordpress-widget-to-your-website-header/
https://www.greengeeks.com/tutorials/article/how-to-place-a-header-widget-in-wordpress/
SEPARATE ISSUE -1
Basically what I am trying to do is set my website up with accounts so that when clients come on they can register. Once registered any purchases for subscriptions or products will be linked to this account they set up. If possible i would also like for their newsletter registration to be linked to the one account.
This is what lead me to setting up the “theme my login” widget, however I am still unsure if its going to fix the overall issue of having accounts on the website. Am I on the right track?
Yes you are.
SEPERATE ISSUE -2
When I apply the sidebar widget (right) in general settings, it has now pushed all content to the left. Is it posisble for the sidebar widget to just sit in the right margin rather than a part of the column?
No this is by design of theme.
You are most welcome here 🙂