Hi Sophie,
I hope you are well today and thank you for your question.
For example I want to do an image carousal, and on desktop I would like to display say 5 thumbnails, but on mobile they are way too small – I would like to just display 1 or 2.
We can achieve this by developing custom CSS code so for that could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
P.s I have noticed that there is an options in the columns for responsiveness but I don’t understand how to use this as there are no devices in the left column?
You can hide it on specific mobile device using the options as shown in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here 🙂
Ok then could you please share me the page URL from where you have taken the attached screenshot so that i can help you?
ok
Hi @jacky88,
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?
Best regards,
Shufflehound team
Solution for this topic
Hi @jacky88,
I hope you are well today and thank you for your question.
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
li.menu-item.sh-nav-share.sh-nav-special {
display: none;
}
Best regards,
Shufflehound team
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
.home #content .blog-list .post-content {
display: none;
}Solution for this topic
The code doesn’t get shared perfectly so i have attached modified header file containing that code.
Solution for this topic
You can use below code to achieve this.
<?php
echo '<li class="sh-share-item sh-share-item-paperclip menu-item">
<i class="fa fa-paperclip"></i>
';
?>Solution for this topic
You can make first slider full width using below CSS code.
.blog-slider-list.slick-slider .slick-list {
width: 100% !important;
}ok
You are most welcome here 🙂
The shared file was not working for you because you had created headers directory in the root directory of child theme instead it should be in inc directory.
I changed this and it started working.
It seems facing CSS specificity issue so please try changing above shared CSS code with the following modified code.
.fw-table > table > thead > tr > th,
.fw-table > table > tbody > tr > th,
.fw-table > table > tfoot > tr > th,
.fw-table > table > thead > tr > td,
.fw-table > table > tbody > tr > td,
.fw-table > table > tfoot > tr > td {
white-space: normal !important;
}Hi @daddydom,
I hope you are well today and thank you for your question.
You can change it from WordPress Menus screen as shown in the attached screenshot.
To find more information about this, please visit theme documentation section in the theme settings as shown in the second attached screenshot.
Best regards,
Shufflehound team
Hi @syb123,
Sorry to hear of the problem you are having.
It seems your nginx server configuration issue.
Are the navigation links working fine for you temporary using any default WordPress theme like Twenty Seventeen?
Could you please try resaving your site permalink settings?
Also you can try resetting your site permalink settings as described in the following pages.
https://bordercrossingmedia.com/2009/01/how-to-restore-your-wordpress-htaccess-file/
https://www.webhostinghero.com/restore-damaged-htaccess-file-wordpress/
Best regards,
Shufflehound team
I am not sure which dropdown feature you are talking about so could you please describe it a bit more in detail and if possible please share the screenshot of it?
Hi Emily,
I hope you are well today and thank you for your question.
I can save it as shown in the attached screenshot which you can confirm on our demo site here https://jevelin.shufflehound.com/team-retreat-at-ocean-spa/
Could you please share me the page URL from your site where it is not getting saved so that i can troubleshoot it?
Best regards,
Shufflehound team