Hi @kreativ69,
I hope you are well today and thank you for your question.
I can see you are using an older version 4.5.7 of the theme so could you please update it to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team
Hi Rahul,
Sorry to hear about the problem you are having.
I didn’t see you have created any support topic so could you please tell me what are requirements so that I can help you to achieve it?
Best regards,
Shufflehound team
There are too many questions on this topic so to help us keep support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add a reference to this thread in your newly created thread.
We would be more than happy to help you with your new thread.
You are most welcome here 🙂
To achieve this, you have to develop custom code in the child theme of the Gillion theme.
Solution for this topic
Hi Martin,
I hope you are well today and thank you for your question.
Please edit the page and make sure you have disabled the Header Above option as shown in this screenshot https://imgur.com/a/coChQBQ
Best Regards,
Shufflehound team
Hi @outsite,
I hope you are well today and thank you for your question.
It is a background image attached to the section added in the page content so to change it please edit the page and change the image as described in the below topic.
Best regards,
Shufflehound team
Solution for this topic
Hi Nicolas,
I hope you are well today and thank you for your question.
I can see on your website, you have created the About Corporate Vision page using the Unyson page builder so please edit it using the Unyson page builder.
Best regards,
Shufflehound team
Hi @SaveATrain,
I hope you are well today and thank you for your question.
It seems related to Yoast SEO plugin and we are not familiar with it.
Best regards,
Shufflehound team
Yes, I see that jerky effect but it is not specific to iPhone as I also see it on my android mobile device.
Yes, we use older version of Slider Revolution plugin on the demo site but it doesn’t seem the version issue of Slider Revolution plugin.
It seems the issue of the slider that is created using the Slider Revolution plugin.
Could you please delete the slider and recreate it from the scratch?
Please change the above shared CSS code as below.
.sh-header-mobile-dropdown li.menu-item:last-child a:last-child { display: none; }
Please help on the Portfolio Projects Single Page to change the breadcrumb to show Home > [Project Name] instead of Home > Projects > [Project Name]
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
.single-fw-portfolio #breadcrumbs .item-custom-post-type-fw-portfolio, .single-fw-portfolio #breadcrumbs .item-custom-post-type-fw-portfolio + span.separator { display: none; }
On the single page please help me remove the word “Category:” that is shown before the Category Title. I have attached the zip file that I downloaded from a link in one of the Shufflehound support tickets where it was offered as a fix for this issue. Unfortunately, that has not worked for me.
I made the changes in your shared custom plugin file and uploaded it on your website which removed the word “Category:” on category archive pages.
Could you please confirm it?
Is there a way on the Single Page Porfolio to have the Lightbox display arrows and move through the full gallery for that page?
No, there isn’t any option to achieve it.
You are most welcome here 🙂
You are most welcome here 🙂
I have tested it on iPhone safari and it displays fine for me as shown in the attached screenshot.
Please advise.
You are most welcome here 🙂
Solution for this topic
Hi @dirkvang,
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
.search-results article .post-container .col-md-6 { width: 100%; } .search-results article .post-container .sh-ratio-content { background-size: contain; background-repeat: no-repeat; } .search-results #sidebar { display: none; } .search-results #content { width: 100% !important; }
Best regards,
Shufflehound team
You can try resolving 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
.search-results article .post-container .col-md-6 { width: 100%; } .search-results article .post-container .sh-ratio-content { background-size: contain; background-repeat: no-repeat; }
It seems happening because of the Rocket Lazy Load plugin that you are using on your website.
To confirm it, could you please test it temporarily deactivating the Rocket Lazy Load plugin?