Thank you for sharing your site credentials but it seems you forgot to share site URL so that I can login to troubleshoot.
You are always welcome here 🙂
You are most welcome here 🙂
The Unyson plugin is required for theme but Unyson Page builder is not required that I am talking about.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
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 see it.”?
I have already shared CSS code in the following topic.
https://support.shufflehound.com/forums/topic/text-mobile/#post-21825
Also can I trouble you to answer following questions that I am asking your repeatedly?
Could you please temporary disable the cache on your site?
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 see it.”?
You are always welcome here 🙂
You can try achieving this by using the attached custom child theme of Jevelin theme that contains some custom code.
Not sure why it is not displaying full width for you but you can try using larger image.
Solution for this topic
Yes you can if it works with other themes.
Solution for this topic
The following CSS code is for displaying Banner on mobile.
@media (max-width: 1025px){ header.primary-desktop { display: block !important; } header.primary-desktop .sh-header-height .sh-header-logo-container, header.primary-desktop .sh-header-height .sh-header { display: none !important; } header.primary-desktop .sh-header-middle { position: fixed; top: 0; left: 0; width: 100%; } header.primary-mobile{ margin-top: 80px; } }
You are always welcome here 🙂
Solution for this topic
You can display them in one row 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 (min-width: 768px){ .sh-column.fw-col-sm-4 { width: 30.4%; } }
I visited below preview page on your shared site and only saw issue of missing images which is occurring because you have not set images for it as shown in the attached screenshots.
http://yoursite.jp/?page_id=2121&preview=true
Are you facing any other issue?
Hi Bruno,
I hope you are well today and thank you for your question.
You can try using any of the following solutions to achieve it.
https://wordpress.org/plugins/wp-social-sharing/
https://wordpress.org/plugins/sassy-social-share/
https://wordpress.org/plugins/tags/social-share/
Best regards,
Shufflehound team
You have to activate Unyson plugin page builder extension as displayed in the attached screenshot.
Hi @voituski,
I hope you are well today and thank you for your question.
You can hide them 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
.sh-portfolio-overlay a.sh-overlay-item.sh-table-cell:last-child { display: none; } .sh-portfolio-overlay a.sh-overlay-item .sh-overlay-item-container { right: 33%; }
Best regards,
Shufflehound team
Solution for this topic
Hi @imosek8,
I hope you are well today and thank you for your question.
Instead of relative URL #aboutus please use absolute URL such as https://test22010.yoursite.pl/#aboutus
Then you can active in page anchor menu colors 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
.sh-header .sh-nav>li.menu-item>a[href*="#"] { color: rgba(61,61,61,0.69) !important; }
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
Currently the Unyson contact form doesn’t support it but you can use following plugin and the contact form provided by it to use file attachments.
https://wordpress.org/plugins/contact-form-7/
Best regards,
Shufflehound team
Thank you for your patience here.
The update will be available soon.