Forum Replies Created
-
AuthorPosts
-
Problem fixed.
Thanks!
Hi Dude,
Problem fixed with that code!
Thanks!!
Hi Victoria,
The problem is in the admin panel, you can see the error here:
https://ibb.co/bN8LVU
I pasted you the url where you can see that error in private. With this error not all the features over the maps work, by example a system to draw over the map. When we disable Enfold and active other theme, these features work fine.
Regards.Hi,
The details are ok, please try again.
Thanks for your help.
This reply has been marked as private.Hi,
Sure, we reviewed all, and we have a api configured in this moment to can use the maps also in the pages created with enfold where we add a map with the enfold options.Here you have the option checked in the admin panel:
https://ibb.co/kp1tH9Thanks .
January 26, 2016 at 6:56 pm in reply to: How add tags and author info to a post page using a template created with Avia #572277Ok, thanks.
Hello,
Yes, from that panel we can modify the color for all the site but we only want to apply the modification to the buttons related with woocommerce.
Now we only need to know how modify the color in the cart page, and complete order page, how can we do it there?
We have now:
.single_add_to_cart_button, .apply_coupon, .update_cart { background-color: #eb8204 !important; border-color: #eb8204 !important; }
.avia_cart_buttons, .add_to_cart_button, .product_type_simple { opacity: 1; background-color: #eb8204 !important; border-color: #eb8204 !important; }
#top .main_color .avia_cart_buttons .button { background-color: #eb8204; color: white; }
.header_color .cart_dropdown_link { background-color: #eb8204; }
.header_color .cart_dropdown_first .cart_dropdown_link { color: white; }Thanks for your help.
December 14, 2015 at 7:16 pm in reply to: How change the "from" field in the enfold contact form #552569Hi,
Ploblem fixed.
The form was like you say with that field. So, to do something “different” we redo the from from zero and now it works…
Thanks for your help.
December 7, 2015 at 5:30 pm in reply to: How change the "from" field in the enfold contact form #548150Hi,
We have modified into the file fuctions.php the value to test, and it works with that email in the example, but how we could use one of the form fields where is the email value?
Regards.
December 5, 2015 at 11:15 am in reply to: How change the "from" field in the enfold contact form #547417Hi,
So, if we want to use like from the form field named “Mail”,
how could we use that code? where do we apply these modifications?add_filter(‘avf_form_from’, ‘avia_change_from’, 10, 3);
function avia_change_from($from,$new_post,$params){
$from = (Email address hidden if logged out) ‘;
return $from;
}What we don´t understand is how until now the form got the value “from” without any modification.
Regards.
December 4, 2015 at 12:11 pm in reply to: How change the "from" field in the enfold contact form #546905Hello Basilis,
Here i send you the details.
Regards.
Hi Yigit,
Where or how can i modify that? I found in the enfold options, enfold -> advanced style -> buttons a option to modify the border radius, but how can i modify the colors?
I have tried adding this css:
.checkout, .wc-forward { background-color: #6c4a1c !important; border-color: #6c4a1c !important; }
.single_add_to_cart_button, .apply_coupon, .update_cart { background-color: #6c4a1c !important; border-color: #6c4a1c !important; }
.avia_cart_buttons, .add_to_cart_button, .product_type_simple { opacity: 1; background-color: #6c4a1c !important; border-color: #6c4a1c !important; }
#top .main_color .avia_cart_buttons .button { background-color: #6c4a1c; color: white; }
.header_color .cart_dropdown_link { background-color: #6c4a1c; }
.header_color .cart_dropdown_first .cart_dropdown_link { color: white; }But it doesn´t modify all the buttons in the site, and i´m sure there is a simple way to do this.
Thanks for your help.
Hi Elliott,
That effect is ok, but i would need to add it or do something similar into a slider done with the advanced layerslider, is it possible?
Regards.
-
AuthorPosts