Awesome great to see you got that know.
Also please make sure you are using latest version of Unyson plugin.
Please advise if you have more questions.
Have a fantastic day!
Actually it is a part of Unyson plugin so as a theme developer we can not make direct changes in it but we will suggest plugin developer to do it.
In the meanwhile the best way for you is to use hook as i have described above.
Solution for this topic
For mobile please use the below custom CSS code.
.sh-nav-mobile li:after, .sh-nav-mobile ul:before { display: none!important; }
@TeamQ14 Yes it seems it is same critical issue which we will resolve soon.
Yes i could confirm the issue and emailed Unyson plugin author regarding this.
Solution for this topic
You can disable light logo for 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
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-standard-logo { display: block; } .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo { display: none; }
You are most welcome here š
Hi Eddy,
Sorry to hear of the problem you are having.
It seems the Unyson plugin can not create tmp table on your site database.
Where have you hosted your site?
Could you please also contact your web host regarding the issue?
Best regards,
Shufflehound team
Hi @wkolari,
Sorry to hear of the problem you are having.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Best regards,
Shufflehound team
HiĀ Giuseppe,
Sorry to hear of the problem you are having.
It seems latest WordPress version related issue as described hereĀ https://wordpress.org/support/topic/wordpress-4-8-editor-failed-to-load-content-css/
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 bee able see it.”?
Best regards,
Shufflehound team
HiĀ GB,
Sorry to hear of the problem you are having.
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.
Best regards,
Shufflehound team
Hi @fpreto,
I hope you are well today and thank you for your question.
You can try achieving this by using following solutions.
https://wordpress.org/plugins/prettyphoto/
https://wordpress.org/plugins/wp-video-lightbox/
https://wordpress.org/plugins/video-popup/
Best regards,
Shufflehound team
Solution for this topic
You have created footer content using Visual page builder that is not actually a part of your site footer but part of your site content so you can only display them on the pages where you can add content using visual page builder.
The blog page is a dynamic page generated by theme code so it doesn’t display content from page content area there you can’t add this type of footer on it.
If you also want to display footer on dynamic pages like blog page then please create real footer using theme footer widget area as shown in the attached screenshot.
https://jevelin.shufflehound.com/startup/2017/03/10/trip-to-the-blue-ocean/#contacts
the blog page menu itemsĀ not redirecting to home page sections,
how can i do soĀ ?
I could confirm the issue and this is happening because on the shared site relative URLs are used like #contactus instead of https://jevelin.shufflehound.com/startup/#contacts which will be changed soon.
Hi @jamiejsmith96,
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
Hi B,
I hope you are well today and thank you for your question.
I am not sure exactly what you want to achieve here.
Do you want to create graphical design or the website design and how do you want it to display as the shared image is not clear?
Best regards,
Shufflehound team
I found a the Copyright Text is having the same <>code ignore/removal issue. I canāt use <br> or   to separate a long sentence into 2 lines. Developer console in the browser shows the code is removed. I believe it may be caused by the same problem as the Testimonial issue.`
Actually it is not an issue but the theme does not support it due to security issue so if you want to use it then you have to develop custom code in the child theme same as did in the above reply.
Not sure why you are facing this error on your site as it is working fine on my test site and also on other users site.
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 and site cPanel or FTP details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Solution for this topic
Could you please try using below custom CSS code instead?
#page-container .sh-filter-item.active:after { background-color: #e86086!important; }
Instead of making changing in the plugin file that get lost after plugin updation, you can useĀ registered_post_type hook in the functions.php file of child theme or in the custom plugin to modify fw-portfolio custom post type parameters as described on the following page.
http://wpsmith.net/2013/use-registered_post_type-hook-to-modify-post-type-registration/
I am not sure which gallery content element you have used because i only see Image Gallery content element that doesn’t have options as displayed in your shared screenshot.
Please advise and if possible please share whole screenshot containing content element name.