Solution for this topic
Hi @daniellek,
I hope you are well today and thank you for your question.
You can make it work by developing custom code as described in the below topic.
https://support.shufflehound.com/forums/topic/nav-menu-disappears-on-certain-pages/#post-56141
Best regards,
Shufflehound team
Hi @aweliu,
I hope you are well today and thank you for your question.
Yes, please try activating the Redux and deactivating the Unyson plugin.
Best regards,
Shufflehound team
Hi @aweliu,
I hope you are well today and thank you for your question.
Could you please try activating the Redux and deactivating the Unyson plugin?
Best regards,
Shufflehound team
Hi @tjgott,
I hope you are well today and thank you for your question.
We have replaced Unyson with Redux framework so If you are using Redux then you don’t need to activate Unyson plugin and it will conflict with the Redux functionality.
Best regards,
Shufflehound team
Hi Brandon,
I hope you are well today and thank you for your question.
It seems the woocommerce-square plugin that you are using on your website is causing the issue so could you please try temporarily deactivating the plugin?
Best regards,
Shufflehound team
Hi @caroltje,
Sorry to hear about the problem you are having.
Please don’t share sensitive information on the forum by adding it in the file as this is a public forum so the information shared can be seen by others.
Please change the shared credentials ASAP.
If you want to share anything privately then you can do so by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”.
I can see you are using an older version of the theme on your website so please update the theme to the below latest version.
Please login to access this file
Also, please make sure that you are not facing the issue as described in the below reply.
https://support.shufflehound.com/forums/topic/drop-down-menu-text-color-not-right/#post-75655
Best regards,
Shufflehound team
Solution for this topic
Instagram again changed something that caused this functionality to break.
We tried to fix it, but at the moment looks like this functionality needs to be rewritten Or we will search for a different Instagram plugin.
In the meanwhile, you can use any other Instagram plugin such as https://wordpress.org/plugins/spotlight-social-photo-feeds/
The images in the Related Posts section is displayed by the the_post_thumbnail function that is called on line number 233 in the Jevelin theme single.php file.
Awesome great to see it got resolved.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
You are most welcome here 🙂
Hi @danielk,
I hope you are well today and thank you for your question.
I visited your website and it displays fine for me as shown in the attached screenshots.
Could you please test it using a different browser?
Best regards,
Shufflehound team
Hi @jdesign,
I hope you are well today and thank you for your questions.
How can I translate the string “Related Items” on a portfolio single page? My website is in Dutch.
You can translate your website and the string as described below.
https://support.shufflehound.com/blog/2018/01/24/theme-translation/
When using the Gallery Dynamic Slider, is it possible to add arrows left and right? People don’t notice that they can click and scroll now. The “standard” Gallery slider is perfect actually, but that crops the pictures too much.
Could you please share the page URL from your site where it is displaying so that I can help you?
Second screenshot. How can I change the dark text in to white? It’s not readable for now. If possible only the portfolio title text “sh-portfolio-title”
Could you please share the page URL from your site where it is displaying so that I can help you to change its color?
Best regards,
Shufflehound team
Could you please upgrade the framework to redux as shown in the attached screenshot?
Also, please deactivate the Unyson plugin if you are not using it.
Solution for this topic
You have made the logo hidden on the home page by adding the below CSS code using Yellow Pencil Editor.
.sh-header .sh-table .sh-standard-logo { display: none; }
To resolve the issue, please remove the CSS code from Yellow Pencil Editor.
You can reset the Yellow Pencil editor as described on the below pages.
https://yellowpencil.waspthemes.com/docs/managing-changes-on-entire-website/
https://yellowpencil.waspthemes.com/docs/managing-the-element-styles/
Sorry, I missed it.
It seems they are displaying fine on your website now as shown in the attached screenshot.
Have you managed to resolve it?
You have to create a page and configure it as shown in the attached screenshot.
You are most welcome here 🙂
I logged into your website and I get an error “There has been a critical error on this website.” when I activate the Redux plugin on your website.
Can you please try temporary enabling WP_DEBUG mode? To do this, just go to wp-config.php include this:
define('WP_DEBUG',true);
You might already have a line for WP_DEBUG, so just make sure it’s set to true.
Let me know what errors if any you are getting when you face this issue after activating the Redux plugin.
The categories option in the Portfolio element settings is for displaying categories in the filter and not for displaying portfolios of those categories.
You can search for other modules or you will have to develop custom code to achieve this.