Actually it seems you missed my earlier reply so I am posting it here again below.
Actually, that category does not limit portfolios displayed in the All tab to the portfolio belong to the category but instead displays the category as filter beside All tab, and clicking on it displays the portfolios belonging to that category.
In short, what you are trying to achieve is not possible with the portfolio element.
I still can’t access your website so could you please share the password as requested earlier?
Are you using the latest version of the WpBakery page builder plugin?
I have tested it on my test site and it’s working fine for me using the latest version of the Gillion theme as shown in the attached screenshot.
This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
It is also working on that shared page.
Please test it clearing your browser cache.
Yes, you can show only one category in the portfolio category filter.
Please try using below custom CSS code to achieve it.
@media (min-width: 800px){ .sh-column.sh-column-d32d97cab8f915b28e13ed91f3a5e43d.fw-col-xs-12.fw-col-sm-6, .sh-column.sh-column-8627b444c92723ae16295d3acb390f2e.fw-col-xs-12.fw-col-sm-6 { height: 560px !important; } }
Hi @stfsobic,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
I could confirm the issue on your shared website.
Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share me the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
I could confirm the issue on your website.
Could you please clear and temporarily deactivate the autoptimize cache plugin that you are using on your website?
Also, please make sure that you are using the latest version of the theme below and plugins.
Please login to access this file
Hi Jonathan,
Sorry to hear about the problem you are having.
Please make sure that you are using a new method of demo content install method as described below.
https://support.shufflehound.com/installing-demo/
It contains large amount of data which can be the issue of your web server therefore it generated 500 Internal server error.
You can fix this error as described on the below pages.
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
https://themeisle.com/blog/wordpress-internal-server-error-fix/
Best regards,
Shufflehound team
We just mark this topic as resolved.
Hi @skyleaks,
I hope you are well today and thank you for your question.
I could confirm the issue on your shared page but could not reproduce it on my website.
This can be a child theme issue used on your site so to confirm it just temporarily use the Gillion theme on your site. If everything works fine then it’s your site child theme issue.
Also, this can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins 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
Hi @abhinavtk97,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Ok, I have marked the thread as resolved.
I have marked the thread as resolved.
Ok, I have marked the thread as resolved.
I have marked the thread as resolved.
Hi Randall,
I hope you are well today and thank you for your question.
Currently, there is no other option to change its style but you can customize 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
.sh-footer .sh-copyrights-style3 .sh-table-cell { width: auto; float: right !important; } .sh-footer .sh-copyrights-style3 .sh-table-cell .sh-copyrights-social a { border: 0 !important; width: 48px; }
Best regards,
Shufflehound team
I have only resolved the shop page redirection issue earlier.
The 4 products are shown very small and are not aligned on the left, as you can see in Picture1. I would like the 4 of them to be shown on 1 line, as you can see in the example in Picture2.
Not exactly but you can make the whole page display full width 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-product .sh-woo-layout-left.col-md-6, .single-product .sh-woo-layout-right.col-md-6 { width: 100%; } .single-product img { width: auto !important; margin: 0 auto; } @media ( min-width: 768px){ .single-product li.product { width: 25% !important; clear: none !important; margin: 0 !important; } }
When you increase the amount of every product, you can’t return to 0. How come?
The total price below is not updating when you increase or decrease the products.
I could confirm the issue on my test site, therefore, I notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.