Hi @lukarebello,
I hope you are well today and thank you for your question.
You can achieve it 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
body.single-fw-portfolio {
background-color: #d0c0c0;
}
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
Solution for this topic
I hope you are well today and thank you for your question.
You can turn it off from the page header settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi @Ancadea,
I hope you are well today and thank you for your questions.
You can achieve this by using the solutions posted in the following topics.
https://support.shufflehound.com/forums/topic/anchors-in-page-builder/
https://support.shufflehound.com/forums/topic/revolution-slider-button-problem/
Best regards,
Shufflehound team
Solution for this topic
Hi @zeynlambat,
I hope you are well today and thank you for your question.
You can resolve this issue 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-nav-mobile li.menu-item > a.fa:before {
font-family: 'FontAwesome';
padding-right: 8px;
}
Best regards,
Shufflehound team
I don’t know why the weglot is displaying an error only on that page.
Could you please contact the plugin developer on the following page regarding this issue?
You are always welcome here 🙂
Solution for this topic
I don’t know what is this. This isn’t my code I didn’t put any custom code for the #contact-form-469453acb8dcdfc36366173424965d9f.contact-form.
If you don’t find it then add 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
div#page-container #content .contact-form input,
div#page-container #content .contact-form textarea {
border-width: 1px;
}
It doesn’t matter, each time I do some changes on the form settings (e.g. set minimum characters on the input field….) Recaptcha disappears.
I could confirm the issue on my test site and this is the issue of Unyson plugin builder so we can’t resolve it. The plugin developer will resolve the issue but not sure when.
You can either create the whole form first and then add recaptcha later so that no changes will be made in the form or use the form provided by following Contact form 7 plugin.
Solution for this topic
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
It seems you are using older version of theme on your shared site which is causing this issue so please update the theme on your site with following latest version of it.
Please login to access this file
Also the unwanted string may be causing because of the other sections you are using on your site as displayed in the attached screenshot so please try temporary removing it.
Hi @Konrud,
Thanks for posting here.
Are you facing the same issue as reported in the following topic?
https://support.shufflehound.com/forums/topic/triggering-video-opens-side-menu-in-header/#post-3339
If yes then please try using the CSS solution shared in the above topic.
If not then could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Your shared URL www.portfolio.thetenseconds.com looks wrong for me there can’t be subdomain of subdomain and should be only one subdomain like this portfolio.thetenseconds.com
Please correct it and also resave your permalink settings.
Hi Kaspar,
I hope you are well today and thank you for your question.
Not sure exactly what you are trying to achieve here by zooming in website but you can reduce its width same as zooming in 80% 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: 1200px){
#page-container .container {
max-width: 980px !important;
}
}
Best regards,
Shufflehound team
Hi @wouter,
I hope you are well today and thank you for your question.
Could you please tell me how you are using it by sharing the screenshot of it so that i can troubleshoot it?
Best regards,
Shufflehound team
The form fields borders are not dispalying because of the CSS code border-width: 0px used on your site in the following custom CSS code snippet. To resolve the issue please remove this CSS property from below CSS code.
#contact-form-469453acb8dcdfc36366173424965d9f.contact-form input, #contact-form-469453acb8dcdfc36366173424965d9f.contact-form textarea {
text-align: left;
border-radius: 25px;
padding: 29px 30px;
border-width: 0px;
}
Regarding displaying recaptcha could you please tell me whether it displays when you do not use RTL support?
Hi @besignLX,
I hope you are well today and thank you for your question.
Are you getting error message or anything else?
Are you contacted the plugin developer about the issue?
Please also try using the below translation plugin.
https://wordpress.org/plugins/weglot/
Best regards,
Shufflehound team
I logged in to your site and it worked fine for me if i activate the Jevelin theme on your site but not when i use “Przyjazne mieszkanie” child theme of Jevelin theme.
It seems this is the issue of Jevelin child theme that you are using on your site so please check the Jevelin child theme code to find out the problem.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also 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.”?
Sorry to hear of the problem you are having but please note that this is an issue of Unyson plugin that you have used to create those columns.
The Unyson plugin developer will fix it but not sure when so we are just trying to help you to resolve it by developing custom CSS code which may not proper solution.
We can try to fix the major issues like IE issues but other minor issues like spacing issues you have to ignore or fix it yourself or hire developer to fix it or do not use margins in between the columns or just do not use unyson page builder to create columns.
Try using below CSS code to resolve IE issue.
body.home .sh-section-6b60dc9e2043efe53db6b9bfc8f9a97c .fw-row .sh-column.fw-col-xs-12.fw-col-sm-4 {
overflow: hidden;
}
Hi @mbaker,
I hope you are well today and thank you for your question.
The subdomain http://www.portfolio.thetenseconds.com/ is working fine for me as shown in the attached screenshot. This may be because you have deactivated Unyson plugin.
To create a portfolio are you using different plugin which is conflicting with Unyson plugin?
Best regards,
Shufflehound team
Hi @nta21,
I hope you are well today and thank you for your question.
I am not sure what you meant by “side-to-side page.” here so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
Hi Adam,
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