Forum Replies Created
-
in reply to: codeless builder doesn\'t work
Hi,
Fixed it,
check now, you shouldn’t have problems.
Thanks
in reply to: Not all options available in theme customizerHi,
We have made some modifications to the options and builder for better understanding. For example options are re-packed in new sections as you can see. About the builder, now you can check element options by right-clicking the element. It’s much easier this way.
We will update the documentation, it’s part of the next update.
Let me know if you need our help for something
Thanks
in reply to: Folie Scroll Story mobile responsiveYes, sure we can help you, just let me know
Thanks
in reply to: ShopHi,
1) add this custom code:
@media (max-width:991px){ .single-product .cl-style-center .cl-single-add-to-cart-wrapper button{ margin-left: 0; width: 100%; display: block; max-width: 100%; } }2) to make them work you need to set-up these pages;
wishlist:
https://engastadores.com/wp-admin/admin.php?page=yith_wcwl_panel&tab=wishlist_pagehttps://engastadores.com/wp-admin/admin.php?page=wc-settings&tab=advanced
other pages4) Track order: just link to this page: https://engastadores.com/order-tracking/
the tracking is manual and gets the information that you enter on the back-endYOu can change top-header links using the Codeless Builder just open options by clicking the handler
5) Open my-account page on back-end WP Pages, edit the content and replace with:
[woocommerce_my_account]Just this6) It’s not possible to change them without custom code, here it is:
example:#customer_login.u-columns .col-2 form input[type="submit"]{ background:#222; }7) They are predefined, you need to translate using loco translator or WPML and change them.
Some points are not included in our support package, they should be classified as customization, please take a look at WooCommerce and June Theme documentation before
https://docs.woocommerce.com/
https://codeless.co/june/documentationI will try to help you this time
How to remove the line: can you please send me a link to an order so i can give you the right css, same for button color?
About the text, please check WooCommerce, it’s part of WooCommerce Settings, check here:
https://stackoverflow.com/questions/52161851/change-privacy-policy-text-shown-at-the-time-of-registration-in-woocommerceThanks
in reply to: Specular – problem with PermalinkGreat, let me know if you need our help
Regards
in reply to: Codeless Visual Composer BackendHi,
If the issue is with the Plugin version, don’t worry about that because we have a custom-built version of WPBakery so it doesn’t create problems creating your website.
We will update it ASAP. But if you need it, share with me the credentials to fix it for you.
Thanks
in reply to: tower theme plugins outdatedHello,
Sorry about that, will push a new update now
Thanks!
in reply to: Error after wordpress updateHi,
First, congrats, your website looks great!
I think this issue is caused by a misconfiguration of responsive menu on Customizer.
Please do this:
Go to Customizer -> Click the Menu Element on Header -> Make sure you have checked on Use For Responsive Menu Switch.
If it doesn’t work, please send me the credentials to fix it.
Thanks
in reply to: codeless builder doesn\'t workOpen the page builder by going here:
https://rayscaribbean.com/wp-admin/edit.php?post_type=page
Click the “Edit with Codeless Builder”
It is a theme issue we will update it ASAP. This issue is caused by the latest update
Thanks
in reply to: Add Gradient to Service Medium IconsCan you please tell me where did you add the custom code?
in reply to: Themeforest Folie Studio – Apache ModSecurityHello,
We need the PHP log files, this is not PHP logfile
Can you send us the website link and wp credentials?
Thanks
in reply to: Add Gradient to Service Medium Iconsin reply to: Add Gradient to Service Medium Icons.services_medium:hover .icon_wrapper{ background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) !important; }This should work :)
Thanks
in reply to: Add Gradient to Service Medium IconsI think the problem is here:
.services_medium:hover #icon_wrapper
#icon_wrapper it’s not an ID but a class so change ‘#’ with ‘.’
Let me know if this fixes the issue
in reply to: Change currency and visual composerHi,
Fixed it.
Let me know if you need further help.
I recommend you to recheck slider image sizes because they load very slowly
Regards