@hakorel The child theme doesn’t have any automatic updates, only parents themes have automatic updates.
You can find more information about this on the following page.
http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Solution for this topic
That version is no longer supported as described in the following page so please update the PHP version to the latest version.
Solution for this topic
Hi @hakorel,
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
#page-container .blog-slider-content-icon { display: none; }
Best regards,
Shufflehound team
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.
In the meanwhile you can try resolving the issue by displaying all portfolio elements as shown in the attached screenshot.
You can display them smaller on desktop 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: 1024px ) { .sh-team-style3 .sh-team-image-container { width: 15%; } }
Solution for this topic
I couldn’t reproduce the issue on your site so please tell me step by step how to reproduce it so that i can troubleshoot it.
Also please check whether disabling Footer Parallax option as shown in the attached screenshot helps to resolve the issue.
Hi @aidhenic,
Sorry to hear of the problem you are having.
Could you please tell me which contact form you are using and the screenshot of your contact form settings where you have set email address?
Also are you using any SMTP plugin on your site?
Please advise.
Best regards,
Shufflehound team
@zeynlambat I could confirm and will be removed in the future version of theme.
In the meanwhile 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
a.yp-demo-link { display: none !important; }
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Hi @newmember2020,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Gillion theme as displayed in the attached screenshot.
Please make sure you are using below latest version of theme.
Please login to access this file
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
If it doesn’t solve the issue for you then 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.”?
Best regards,
Shufflehound team
<div class=”bbp-attachments”></div>
Hi @socalbicyclist,
I hope you are well today and thank you for your question.
You can use first or second shared code style.
Best regards,
Shufflehound team
@hakorel It seems you are not using any child theme on your shared site so just download the shared child theme and install & activate it on your site to disable default theme lightbox.
Hi @mokuz,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Gillion theme.
Could you please tell me which version of PHP you are using on your server?
Please make sure you are using latest version of it.
Best regards,
Shufflehound team
Solution for this topic
Hi @hakorel,
I hope you are well today and thank you for your question.
You can disable 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
.format-gallery .post-gallery-pagination { display: none !important; }
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @lizfilion,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Gillion theme as displayed in the attached screenshot.
Please make sure you are using below latest version of theme.
Please login to access this file
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
I could log in to your site and visited the portfolio page https://thomasjbushlack.com/project/test/ without any issue as shown in the attached screenshot.
Could you please share me the exact page URL from your site where it is not displaying correctly so that i can troubleshoot it?