You are most welcome here 🙂
Not sure what you meant so please describe it a bit more in detail by sharing the screenshot.
Im developer, you have some tips or guide lines to change the code for edit the template like i want?
You have to overwrite below theme template file in the Jevelin child theme and change the code in it.
/jevelin/woocommerce/content-single-product.php
Unyson TranslatePress extension (This is a plugin? how can implement this in the site?
The TranslatePress is an extension of Unyson plugin and you can configure & use it in its settings as shown in the attached screenshots.
The error of the editor appear again sorry send you screenshots the error happend when i intercale between the comun editor and the unyson editor then unconfig the structure.
It is not an error. When you switch to page builder mode then the content gets added in Text content element as displayed in the third attached screenshot.
Hi @remoretz,
I hope you are well today and thank you for your question.
Currently the unyson contact form extension doesn’t support this functionality but you can change it by developing custom code as described in the following pages.
http://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/
http://www.codecanal.com/change-sender-name-email-outgoing-wordpress-email/
https://enriquechavez.co/change-email-sender-wordpress/
http://www.artishock.net/wordpress/how-to-change-wordpress-default-email-from-name-and-from-address/
Best regards,
Shufflehound team
Hi @Ayunni,
Sorry to hear of the problem you are having.
I can’t access your shared site. It is displaying “This site can’t be reached” error message so please make sure the site is working and accessible.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
I logged in to your site and confirmed it is a known issue which occurs when there are 5 or less items in the slider so please try adding more items in the slider.
The issue will be resolved ASAP.
Hi @DirkahDirkah,
I hope you are well today and thank you for your question.
You have to upload the image in the Media gallery of your site and then add that uploaded image URL in the widget image URL field as shown in the attached screenshot.
Best regards,
Shufflehound team
I don’t see any error message on your shared site page.
Te error message can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
i attached 2 screenshot regarding the accordion , i put the text title to be blue color but it’s still black
title i mean by : why blue , why bee etc…
can you advise how i can be the title blue ?
This is happening because you have styled them to black color by adding color: #000; in the previously shared code as following so please remove that CSS code color property.
#page-container span.sh-accordion-title {
font-weight: 600;
color: #000;
}
and also how i can make the title font bigger size?
Just add fint size in the above shared CSS code as displayed below.
#page-container span.sh-accordion-title {
font-weight: 600;
font-size: 16px;
}Hi @bluebee,
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
Hi Amy,
I hope you are well today and thank you for your question.
It is a section padding that you can remove 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
#wrapper > .sh-page-layout-default {
padding-top: 0;
}
.fw-page-builder-content > section.sh-section {
padding-top: 0;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
You are always welcome here 🙂
Yes both are same.
Just one page have background image set and other doesn’t.
It seems happening on your site because of the javascript error occurred as shown in the attached screenshot.
Have you made any changes or updates on your site that caused this issue?
You are most welcome here 🙂
Yes it would be helpful to troubleshoot the issue if you temporary share us your site cPanel details.
Solution for this topic
You can achieve its background color 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
.home .sh-group.blog-list {
background: #ececec;
}Solution for this topic
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
#page-container .sh-header .sh-nav > .current-menu-item > a {
color: inherit !important;
text-decoration: underline;
}Hi @dg_waves,
I hope you are well today and thank you for your question.
You can achieve it as described in the following pages.
http://www.wpbeginner.com/wp-tutorials/how-to-split-wordpress-posts-into-multiple-pages/
https://premium.wpmudev.org/blog/how-to-split-wordpress-posts-into-multiple-pages/
https://blogpros.com/blog/2016/02/plugins-split-posts
Best regards,
Shufflehound team