If you are referring to the icons as displayed in the attached screenshot then I want to tell you that it is not a part of the theme but achieved using custom plugin shared in the below topic.
https://support.shufflehound.com/forums/topic/sliding-menu-from-right/#post-19426
Hi @RrinconG,
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 Gilion theme.
Please make sure you are using latest version of WordPress and latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
It seems there is some confusion here.
Could you please share me the screenshot of it and the page URL from demo site where it is displaying so that I can help you?
Hi @User,
I hope you are well today and thank you for your question.
Please make sure that the posts displaying on the top are not sticky posts.
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 admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Best regards,
Shufflehound team
Hi @samgarden,
Sorry to hear of the problem you are having.
I logged into your shared site and saw it is happening because the server you are hosting your site prohibits access to the WordPress admin-ajax.php file as displayed in the attached screenshot.
Please contact your web host to remove this restriction.
Also please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team
Please try using below custom CSS code instead of above.
@media (max-width: 550px) {
.container.entry-content {
max-width: 90% !important;
}
}Awesome great to see you managed to fix it.
Have a fantastic day!
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
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
I am not sure which navigation you are referring to and where you have added them so could you please describe it a bit more in detail by sharing its screenshots so that I can help you?
Hi Jürgen,
I hope you are well today and thank you for your question.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Alternatively, you can develop custom code to achieve this.
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
You are most welcome here 🙂
Hi @UCadvisor,
I hope you are well today and thank you for your question.
I logged in to your shared site and saw you had set different header layout in the theme settings and in the home page header settings as displayed in the attached screenshots.
I changed these settings to match header layout set in the theme settings.
Could you please confirm now?
Best regards,
Shufflehound team
Solution for this topic
Hi Kristy,
I hope you are well today and thank you for your question.
Please change your custom about page CSS code as following.
/* custom About Us page */
.mobile-hide {
display: block;
}
.desktop-hide {
display: none;
}
@media screen and (max-width: 600px) {
.mobile-hide {
display: none;
}
.desktop-hide {
display: block;
}
}
Best regards,
Shufflehound team
Hi @choreboy12,
I hope you are well today and thank you for your questions.
It seems your site is facing multiple issues.
Please make sure you are using latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
If you are using outdated version of PHP on your site then please update it to the latest version by contacting your web host.
You can resolve the 500 internal server error as described in the following page.
http://freewptp.com/fix-wordpress-issue-internal-server-error/
You can resolve the 503 service unavailable error as described in the following pages.
https://www.wpbeginner.com/wp-tutorials/how-to-fix-503-service-unavailable-error-in-wordpress/
https://www.000webhost.com/blog/503-service-unavailable-wordpress
Increase your WordPress memory limit as described in the below pages.
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Best regards,
Shufflehound team
Could you please share me the blog posts page URL from your site so that I can help you to achieve it on that page?
It is slider image gallery so the slider will work which we can’t disable but we can disable autoplay as shown in the attached screenshot.
Solution for this topic
How do I change this text “Masonry + boxel layout” ?
You can change it from that page Header Description by editing the page as displayed in the attached screenshot.
How do I change the background/page (the sea) background image?
You can change it from Titlebar Background Image option of page header settings as shown in the attached screenshot.
How do I change the footer text?
You can change it from footer widgets area as displayed in the attached screenshot.
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Hi Nermin,
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
Hi Nermin,
I hope you are well today and thank you for your question.
Please make sure you are using latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
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