Hi @emailjohna,
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?
Best regards,
Shufflehound team
Hi @cameronhr,
I hope you are well today and thank you for your questions.
On the portfolio page, if a portfolio item is in two different categories, how is it determined which of the categories get displayed under it? In the screenshot, I’d like “Washington Post” to be what is displayed, but it shows “Opinion” instead.
It is displayed in the first attached category in the alphabetical order.
2. Is it possible to have a page have a different background/font color for a specific page, but not the whole site? An example is how on http://www.samharris.org it’s white with black text, but on the about page (https://samharris.org/about/) it’s the opposite with a black background and white text
Yes you can achieve it using Yellow Pencil editor as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Solution for this topic
To make it work on mobile you have to change below custom CSS code used on your site
.sh-woocommerce-categories .sh-woocommerce-categories-item { float: right; }
as following.
@media (min-width: 768px){ .sh-woocommerce-categories .sh-woocommerce-categories-item { float: right; } }
Hi @phil.forbes,
I hope you are well today and thank you for your question.
I can access your shared sitemap as displayed in the attached screenshot.
Can you not access it?
If you can then please contact Yoast SEO or Google support to know why it says that your sitemap has a 404 error.
Best regards,
Shufflehound team
Hi @lkane,
I hope you are well today and thank you for your question.
You can try achieving it using below solutions.
https://wpforms.com/how-to-set-up-wordpress-registration-redirects-complete-guide/
https://wordpress.org/plugins/peters-login-redirect/
Best regards,
Shufflehound team
Hi @lkane,
I hope you are well today and thank you for your question.
To achieve this you have to modify the theme function gillion_header_layout in the Gillion child theme by copying it from theme file /gillion/inc/helpers.php on line number 660 and add it in the functions.php file of Gillion theme.
Best regards,
Shufflehound team
You are most welcome here 🙂
Your site is not accessible for me now and I am getting an error “This site can’t be reached”.
Could you please make sure that it is accessible so that I can help you?
You are most welcome here 🙂
Try deleting and reinstalling Unyson plugin.
Hi @supporttester,
Sorry to hear of the problem you are having.
Could you please share me the screenshot of how you have configured the contact form field so that I can troubleshoot it?
Also to avoid conflict please use only one contact form.
Best regards,
Shufflehound team
To display contact form you have to add just contact form ID in the field and not whole shortcode as shown in the attached screenshot.
Please could you also have a look at why google maps is not displaying ? I have tried to set it up, used several new API keys but no result..
It is not displaying because of the “Google Maps JavaScript API error: ApiProjectMapError” error occurred on your site as displayed in the attached screenshot.
Please resolve it referring the information provided in the following page or create new API project.
https://developers.google.com/maps/documentation/javascript/error-messages#api-project-map-error
I logged into your site and saw you are using outdated version of PHP on your site as shown in the attached screenshot.
Please update PHP to latest version by contacting your web host.
You are most welcome here 🙂
Please try updating theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
If still the issue persists 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 be able to see it.”?
Hi Kazik,
Sorry to hear of the problem you are having.
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
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
ok
Thank you for sharing your site credentials but you didn’t share me your site URL so could you please share it?
Hi @AgencyAgile,
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 not displaying correctly so that I can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Hi @cjahn,
I hope you are well today and thank you for your question.
You can reduce its height on mobile 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: 900px){ #page-container .sh-copyrights { padding: 10px 0; } }
Best regards,
Shufflehound team