Hi @Rubeco20,
I hope you are well today and thank you for your question.
I saw your shared images but didn’t understand exactly what you are trying to achieve so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
Solution for this topic
Hi @irfanisrael,
I hope you are well today and thank you for your question.
You can try achieving 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.blog-mini-post-thumb { width: 160px; height: 160px; } .sh-categories .blog-mini-post-content { padding-left: 175px; } div.blog-mini-post { padding-bottom: 95px; }
Best regards,
Shufflehound team
Hi @irfanisrael,
Sorry to hear of the problem you are having.
Please make sure to clear the cache if you are using any.
Also Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary 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 be able to see it.”?
Best regards,
Shufflehound team
the 404 page is still not fully responsive.
The text is aligned properly now, but the image is still not, could you please look into that?
I have notified this to the theme developer.
In the meanwhile, you can fix the issue 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 (max-width: 799px){ .col-md-6.col-sm-6.sh-404-left { min-width: 1px !important; max-width: 100%; padding: 0; width: 240px; } }
You are most welcome here 🙂
Solution for this topic
In the portfolio content element, you can configure which categories of the portfolio to display as shown in the attached screenshot.
It is not just a password issue but I can’t access your site login page.
Hi @b_sanj,
I hope you are well today and 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 to achieve it?
Best regards,
Shufflehound team
I still get the error as shown in the attached screenshot.
I can access front end of your site without any issue but get an error only when I try to access admin area of your site.
Please check whether it is related to your site or your website server.
Hi Elton,
I hope you are well today and thank you for your question.
From your second shared screenshot it seems you have changed the navigation color correctly in the theme settings.
This can be child theme issue used on your site so to confirm it just temporary use the Jevelin theme on your site. If everything works fine then it’s your site theme issue.
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @doughzahr,
I hope you are well today and thank you for your question.
It seems there is some error in creating the child theme so please try using the attached child theme.
Best regards,
Shufflehound team
Hi Arben,
Sorry to hear of the problem you are having.
Let the above options to as it is for now.
Please make sure that you are using below latest version of theme.
Please login to access this file
This is a simple PHP warning and most of the time it doesn’t affect the functionality of site so it is nothing to worry about!
Do you have WP_DEBUG set to true in your wp-config.php file?
If you do then please set it to false.
This will hide the warning messages and you will be able to use your site normally.
Best regards,
Shufflehound team
Solution for this topic
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
.archive.category article .post-content { display: none; }
Thank you for sharing the site credentials but when I try to access your site I get the following error.
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Please advise.
Hi @irfanisrael,
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 to remove it?
Best regards,
Shufflehound team
Hi @irfanisrael,
Thank you for your question.
To achieve this, you have to develop custom code in the child theme of Gillion theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
There isn’t any builtin option to achieve so you have to develop custom code to achieve it.
Hi @irfanisrael,
I hope you are well today and thank you for your question.
This is a known thing which will be resolved ASAP.
In the meanwhile you can just ignore this warning as the theme still works with the plugin without any issue and if you get any issue then feel free to ask us.
Best regards,
Shufflehound team
Yes it is ok as these are just notices of ob flush functionality.