I can see the Google AdSense is generating an error on your site in the browser console as shown in the attached screenshot.
Please contact the Google adsense support and make sure that you are using correct code.
You can also test it by adding the Google adsense code in the page content.
Does it work for Custom Post Types?
If you meant using Infinite scrolling for Custom Post Types then you have to develop custom code to achieve this as the Infinite scrolling only works for posts.
Could you please share me the screenshot of the issue?
Also would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Here is the screenshot and URL beemerge.com
Your shared screenshot is too small to see.
I have shared a screenshot of your site on mobile and it displays fine for me.
You can just share the screenshot of the section where you see the issue as I have shared.
I want to make my website responsive like TheVerge.com
Every theme displays site and mobile responsive site uniquely so to achieve that you have to develop custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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
You can develop custom code in it using WordPress conditional tags as described in the below page.
https://codex.wordpress.org/Conditional_Tags
Alternatively, you can develop custom CSS code to display and hide it on specific pages.
You can try developing custom CSS code using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
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.
You are always welcome here 🙂
Hi @ankurclub,
I hope you are well today and thank you for your question.
To remove it, just make sure that you have not configured it in the theme Social Media Icons settings as shown in the attached screenshots.
Best regards,
Shufflehound team
Solution for this topic
Please change the above-shared CSS code as following.
.search #content {
width: 100%;
padding: 0;
}
.search #sidebar {
display: none;
}Now it is also not displaying for me.
Have you changed anything?
Please clear the cache and temporarily disable the WP-Super-Cache plugin that you are using on your site.
Hi @nicolaivarney,
I hope you are well today and thank you for your question.
It is not a part of the theme but achieved using custom plugin shared in the below topic.
https://support.shufflehound.com/forums/topic/sliding-menu-from-right/#post-19426
Best regards,
Shufflehound team
Not an issue.
ok
Solution for this topic
Hi @hopelessgamer,
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
.woocommerce div.product form.cart .variations select {
width: auto;
}
.woocommerce .product .product_meta > span.sku_wrapper,
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper {
display: none !important;
}
Best regards,
Shufflehound team
Hi @Telescope1,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @hopelessgamer,
I hope you are well today and thank you for your question.
You can remove it on those specific pages 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
body.woocommerce .sh-titlebar {
display: none;
}
Best regards,
Shufflehound team
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
For Point 3, I installed the plugin and even configured it to only show results from the Products section.
But can you help as to where I can insert the shortcode, in order to achieve the same functionality with the search icon on the header.
You can get help related to this from Ivory Search plugin support.
You are most welcome here 🙂