Forum Replies Created
-
in reply to: Getting javascript errorsThis reply has been marked as private.in reply to: Getting javascript errorsThis reply has been marked as private.in reply to: Error of Portfolio
You’re welcome :)
If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
in reply to: Header İnformation Widget contactHello,
The idea is to use the translate method to change the text. When you translate the site, you practically change every text in theme to a different one, the translated one.
So you can use the pot file to change only the text you want. Leave the rest as it is. Use the pot file as the default language of the site, so the new text will load.Let me know if this makes sense to you…
Best regards!in reply to: How to remove link for Icons in FolieHello,
Please add this code into your Custom Css box:
.cl_icon.cl-element a:hover { pointer-events: none; }If you want it to affect only the homepage, add this code instead:
.home .cl_icon.cl-element a:hover { pointer-events: none; }Best regards!
in reply to: Customize password protectionYou’re welcome :)
If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
Hello,
What theme version do you have? What WordPress version? Did you make any updates recently? Please add some wp credentials in a private reply. So we can check this out.
Best regards!
in reply to: Problem with June Woocommerce TemplateYou’re welcome :)
If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
in reply to: Site breakdown after updating themeHello,
1-Check this article on how to update include plugins: https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-version
2-Sorry but we don’t have any code saved. I suggest you save every additional change made to theme files in order to replace them in case of any theme update.
PS: Please consider updating your support time to receive additional support.
Best regards!
in reply to: Customize password protectionHello,
Sorry but this file can not be overwritten in a child theme. I suggest you save a copy of it in your computer/server to replace the function in case of a theme update.
Best regards!
in reply to: Missing Revolution SliderHello,
In the folder of zip files, open each file with Winrar. Go to Tools > Repair Archive. Repair Archive and import this version in the Revolution slider.
See screenshot:https://ibb.co/92gqTb9I made a test with the ‘shop’ slider and it imported ok. Check your site.
Best regards!
in reply to: Header İnformation Widget contactHello,
Yes, if you update theme the changes will be gone. Another way to change this text without the need to save a copy of the file is by using the pot file. Check this article: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files
While the custom css is stored in the database so it’s safe.
Best regards!
in reply to: Header İnformation Widget contactHello,
That’s strange…
However, I already added it. Please check again now.Best regards!
in reply to: Images not showingHello,
Please ad this cs into your Custom Css box:
html:not(.no-cssanimations) .animate_on_visible:not(.reveal-right):not(.reveal-left):not(.reveal-top):not(.reveal-bottom):not(.start_animation) { opacity: 1 !important; }Best regards!