Yes
If there is no such option in new version of the RevSlider then you have to develop custom code to achieve this.
Developing custom code for custom functionality is beyond the scope of support that we provide here. See https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
I could confirm the issue on your site which is displaying the following error message as shown in the attached screenshot.
The errors tells that the current URL loading the Google Maps JavaScript API has not been added to the list of allowed referrers. Please check the referrer settings of your API key on the Google API Console.
See API keys in the Google API Console. For more information, see Best practices for securely using API keys.
Hi @zwoodruff,
Sorry to hear of the problem you are having.
Please check whether the solutions posted in the following topics help you to resolve the issue.
https://support.shufflehound.com/forums/topic/cannot-install-demo-content/
https://support.shufflehound.com/forums/topic/error-the-execution-failed-please-check-error-log/
If you can’t resolve the issue then please tell me which demo content you want to install on your site and would you mind if i log in to your site and do some troubleshooting ti import it? If this is ok then could you please share me your site log in details and 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.”?
Best regards,
Shufflehound team
Hi @pknoop,
I hope you are well today and thank you for your question.
I don’t see the issue on your shared site visiting on safari browser.
Please make sure you are using latest version of Safari browser.
Is the same happening for you on our following demo site?
https://jevelin.shufflehound.com/
Best regards,
Shufflehound team
Hi @nasbil,
I hope you are well today and thank you for your question.
How are you translating your site?
Just translate it as described on the following page or translate the words one by one using this plugin https://wordpress.org/plugins/say-what/screenshots/ as shown in the attached screenshot.
https://colorlib.com/wp/how-to-translate-wordpress-theme/
Best regards,
Shufflehound team
You are most welcome here 🙂
Awesome great to see you got that solved.
Have a fantastic day!
Hi @Konrud,
Sorry to hear of the problem you are having.
Are you getting any error message in the browser console?
Test it disabling all browser extensions.
Does the same happen for you when you visit our demo site https://jevelin.shufflehound.com/ on IE 11?
Best regards,
Shufflehound team
You are most welcome here 🙂
No we didn’t get it.
Please share 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.”
Solution for this topic
Hi Ben,
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
.woocommerce.archive.tax-product_cat ul.products li .test {
min-height: 191px;
}
.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
min-height: 94px;
}
.woocommerce.archive.tax-product_cat ul.products li.product .sh-woo-post-content-container a {
border: 0;
}
Best regards,
Shufflehound team
Solution for this topic
Hi Ben,
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
.single-product .sh-titlebar .sh-table *, .single-product .sh-titlebar .sh-table a, .archive.tax-product_cat .sh-titlebar .sh-table *, .archive.tax-product_cat .sh-titlebar .sh-table a { color: #000!important; }
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
How can install the new version without losing my content?
You can do this using following plugins.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
I’m having another issue on the home page where the 2nd row “Recently Added” is not aligning properly. see attached
To resolve this issue try using following custom CSS code as described above.
.sh-woocommerce-products .woocommerce ul.products li.first {
clear: both!important;
}
Hi @Konrud,
Thank you for your question.
You can just disable loading Google font from revslider as described on the following page.
http://web.unc.edu/2014/09/revolution-slider-general-settings-google-font-settings/#attachment_5296
Best regards,
Shufflehound team
Sure you can. Just do backup your site before doing it for safety.
Didn’t it work for you on search results string as shown in my shared screenshot?
For “Portfolio Category:” text try using the settings as shown in the attached screenshot.
Please tell us in detail which solution you have used and make sure to clear your site cache after using it.
I even have another addon domain which is running the theme fine and still couldn’t find the problem in comparisons.
Do you mean the demo content install functionality is working fine on that add-on domain hosted on the same server?
If yes then could you please also share us that site details so that we can compare and troubleshoot it?
Solution for this topic
Please try using the below CSS code instead of the code that you have shared above.
.single-product.postid-8594 .sh-titlebar,
.tax-product_cat.term-test-album-scooby-category .sh-titlebar {
background-image: url(//www.worldofpixels.be/wp-content/uploads/2017/03/achtergrond1.jpg);
}
.single-product #page-container .sh-titlebar,
.archive.tax-product_cat .sh-titlebar .sh-table {
padding: 160px 0;
}
.single-product #page-container .sh-titlebar-height-medium {
padding: 0;
}
.single-product #page-container .sh-titlebar .sh-table{
min-height: 0;
}