Hi Tom,
Sorry to hear of the problem you are having.
Is it working fine for you using any default WordPress theme like Twenty Seventeen?
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi Brian,
I hope you are well today and thank you for your question.
I can see you are using older version of theme on your site so could you please try using following latest version of theme?
Please login to access this file
Best regards,
Shufflehound team
You are always welcome here š
But ā¦. if I create a new post and click Preview I got a 404 error ā Page not found.
To resolve it try resaving your permalink settings or resetting htaccess file as described on the following pages.
https://www.webhostinghero.com/restore-damaged-htaccess-file-wordpress/
Second ā how can I delete the bottom boxes (Trending slider, Posts & Categories)?
And of course the Subscribe now section. Here I got another info:
[mc4wp_form id=ā125ā³]
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Yes you can use child theme if you have not made any changes in the parent theme files.
I did as you said, but it did not work for me. Cause the photographs and template slider does not come in.
Please see the notice displayed “Notice: Homepages will be without images and slides. More in our documentation “Template Content”.” in the template selection drop down as shown in the attached screenshot.
Solution for this topic
HiĀ Sean,
I hope you are well today and 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
.entry-content .sh-section-3441bed9bf5e2c3f4f066f0893f1397a img { margin-bottom: 0; } .entry-content .sh-section-3441bed9bf5e2c3f4f066f0893f1397a .sh-column{ height: auto !important; }
Best regards,
Shufflehound team
Solution for this topic
Hi @LeaV,
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
#table-f3e66a0de1ed8a6459f41d3b3b1423e6 th.default-col:first-child { width: 120px; max-width: 100%; }
Best regards,
Shufflehound team
Solution for this topic
Hi @LeaV,
Thank you for your question.
Yes you can useĀ CSS3 border-radius Property to achieve it as described on the following page.
https://www.w3schools.com/cssref/css3_pr_border-radius.asp
Best regards,
Shufflehound team
Solution for this topic
Hi @LeaV,
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
#page-container .sh-nav ul.sub-menu a { padding-right: 20px; }
Best regards,
Shufflehound team
HiĀ Elton,
I hope you are well today and thank you for your question.
You can achieve its color 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
#page-container .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger span, #page-container .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger span:after, #page-container .sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger span:before { background-color: #000 !important; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
You are most welcome here š
Would you mind if i log in to your site and do some troubleshooting? If this is ok 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 @abdullah,
I hope you are well today and thank you for your question.
Is it working fine for you using any default WordPress theme like Twenty Seventeen?
If not then please get help from contact form 7 support to resolve the issue.
Best regards,
Shufflehound team
Hi @intelligym,
I hope you are well today and thank you for your question.
Kindly follow Revolution Slider Documentation . Follow the section āResponsive Settingsā and hopefully you will be able to make it responsive.
Best regards,
Shufflehound team
Hi @jemano,
Sorry to hear of the problem you are having.
PleaseĀ Go to > cpanel > Security > Modsecurity and then disable mode security.
Some hosts hide the mod-security setting from their customers as a security measure so please contact your host in this case.
Best regards,
Shufflehound team
Hi @michak,
I hope you are well today and thank you for your question.
You are getting this error because ofĀ ot-gallery plugin you are using on your site so please disable this plugin to resolve the issue.
Best regards,
Shufflehound team
You are most welcome here š
Solution for this topic
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
@media (min-width: 800px){ .sh-section-5306fc7278fe49b8d8ce80fe2b481857 .sh-column-76be823e0f9a175724dc8c73e9445646 { float: right; } }
I can see you are using older version of theme on your site so please update the theme and plugins to latest versions on your site.