I visited your shared site but didn’t see any social icons in the footer as shown in the attached screenshot.
Please advise.
Hi @comnexis,
I hope you are well today and thank you for your questions.
on the top of site, the 3 big pictures, they never seem to change, ive uploaded several new stories with pics, is there something special i need to do?
Same question for the other sections, trending News , Suggested categories, the stories are still the same sample stories
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Also please share the screenshots from your site admin area where you have uploaded new stories.
How do I add words to footer in the black area?
You can add it in the footer settings as shown in the attached screenshots.
How can I get rid of the Read It Later Boomarks icon and feature on the upper right of header, i cant find it
You can disable it in the theme Blog settings as shown in the third attached screenshot.
Best regards,
Shufflehound team
Hi @kokweihan,
I hope you are well today and thank you for your questions.
We are facing some issue related to woocommerce plugins.
Which woocommerce plugins are you referring to?
We installed it but we can not find the all product menu in woocommerce tab.
Have you activated the plugin?
As well as we found a notice on wp-admin is that “Template have some old templates of woocommerce”
Please make sure that you are using below latest version of the theme.
Please login to access this file
How can we import the demo content(Products only)?
You can import it as described in the below page.
https://support.shufflehound.com/installing-demo/
Is there any demo URL then please share us so we can get a better understanding.
Here it is https://gillion.shufflehound.com/
Best regards,
Shufflehound team
Hi @hypetech,
I hope you are well today and thank you for your question.
You can resolve 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-mobile-navigation .sh-table .sh-standard-logo {
width: auto;
max-width: 100%;
height: auto;
}
Best regards,
Shufflehound team
Hi @zenfiretrading,
I hope you are well today and thank you for your question.
You can remove it by using the CSS solution shared in the below topic.
Best regards,
Shufflehound team
Hi @jandrehh,
I hope you are well today and thank you for your question.
Could you please tell me how you are justifying the column height by sharing its screenshot and also share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Hi @Cakelab,
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?
Best regards,
Shufflehound team
Ok
Glad it is working fine for you now 🙂
@Zelda Could you please share me the page URL from your site where it is displaying so that I can help you to hide it?
Solution for this topic
Then to hide it please try 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-nav > li.menu-item.sh-nav-search {
display: none !important;
}Hi @troelsfeodor,
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 remove it?
Best regards,
Shufflehound team
Now, could you please use the parallax background image and set color overlay so that I can troubleshoot it?
I tried changing browser size but couldn’t reproduce it so could you please tell me exactly what browser size it is?
Please make sure that you have activated the theme required Unyson plugin on your site so that you can access the theme settings.
You are most welcome here 🙂
For 3, the optional elements are even coming in the default WordPress theme :O
Then it seems the WooCommerce plugin configuration related issue so please contact the plugin developer to resolve it.
I have notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
You are most welcome here 🙂
Have you tried clearing your browser cache and also using a different browser?
Solution for this topic
Hi @hopelessgamer,
I hope you are well today and thank you for your questions.
1. In the product page (https://faff.xyz/product/monthly), how can remove the category option? I have only two products, and hence, would want to have the category option.
You can remove 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
.woocommerce.single-product .product .product_meta > span.posted_in {
display: none;
}
2. The Buy Now option is aligned to the right. It should be aligned to the left like with all elements in all similar pages.
Please use below CSS code to align it to the left.
.woocommerce.single-product div.product form.cart .button {
float: left !important;
}
3. In the checkout page, even the required fields are coming as optional, such as the address, etc.
Does it work fine using any default WordPress theme such as Twenty Seventeen theme?
4. Very important: The State/County field is showing on load, but is then getting hidden. Something in the code is blocking the same.
Please use below custom CSS code to display it.
select#billing_state {
position: static !important;
width: 100% !important;
margin: 0 !important;
padding: 0px 20px !important;
background: #FFF;
border: 1px solid #e3e3e3 !important;
}
Best regards,
Shufflehound team