You are most welcome here 🙂
You are most welcome here 🙂
Thank you for sharing the site credentials.
This can be child theme issue on your site so to confirm it just temporary use the Jevelin theme instead of child theme on your site. If everything works fine then it’s your child theme issue.
Also please update your theme to the below latest version.
Please login to access this file
You can change its color by using the following custom CSS code.
.header-contacts-details-large-content a {
color: #ff1000;
}Ok i can understand your situation so please share me that plugin and tell me step by step how i can reproduce the issue on my test site so that i can troubleshoot and fix it.
Are you getting the test email sent from contact form settings in the admin area?
Also please check whether the email gets sent from your site using the following plugin which will help us to troubleshoot the issue.
https://wordpress.org/plugins/check-email/
It’s English forum and most of the members including me here only understand English language so it would be better if you post on the forum in English.
If you don’t know English then you can translate your statements in English using the following Google translator and then add here the translated English text.
You can move text tot the left 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-text-with-frame-container {
margin-left: 10px;
}
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
.home .sh-single-image-container img.sh-image-url{
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1);
transition: all 200ms ease-in;
transform: scale(1);
}
.home .sh-single-image-container img.sh-image-url:hover
{
box-shadow: 0px 0px 150px #000000;
z-index: 2;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.5);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.5);
transition: all 200ms ease-in;
transform: scale(1.1);
}
Best regards,
Shufflehound team
The issue is fixed in the below latest version of theme so please update your theme.
Please login to access this file
You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
After activating the above plugin just install the downloaded theme on your site.
You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.
The issue is fixed in the below latest version of theme so please update your theme.
Please login to access this file
You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
After activating the above plugin just install the downloaded theme on your site.
You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.
The issue is fixed in the below latest version of theme so please update your theme.
Please login to access this file
You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
After activating the above plugin just install the downloaded theme on your site.
You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.
The issue is fixed in the below latest version of theme so please update your theme.
Please login to access this file
You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
After activating the above plugin just install the downloaded theme on your site.
You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.
The issue is fixed in the below latest version of theme so please update your theme.
Please login to access this file
You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
After activating the above plugin just install the downloaded theme on your site.
You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.
We have added pagination option for portfolio category archive pages as shown in the attached screenshots so please update your theme to the below latest version to use it.
Please login to access this file
To display the side menu, you can use the attached small plugin specially developed for you that contains some custom code. Only some editing might be required.
Solution for this topic
You can use below CSS code to change triangle color.
#page-container .sh-popover-mini::before{
border-color: #e34827 !important;
}You are most welcome here 🙂
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.
If it is not plugin conflict issue 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 bee able see it.”?
Not sure why it is not working but it seems the plugin contains some code which conflicts with theme functionality.
If the plugin developer points any specific theme functionality conflicting with plugin then we can troubleshoot it further.
Hi @adeeln7,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where the heading is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team