Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
Thanks for your help! Animation is gone, but the slides are still covering content below. I messed with the margin a little and got it to work, but it seems that I will have to put a custom bottom margin in at a bunch of different screen sizes. Is there an easier way to do this? I removed my margin css so you can see the issue.
Thank you,
ChrisAugust 8, 2016 at 5:29 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #669947Success!!! Nice work Josue! I appreciate you time and effort on this. Enfold is the number one theme we use and this is why, a beautiful solid theme with a dedicated and knowledgeable support staff. You guys are the best! Consider this topic closed.
Thank you!
ChrisAugust 8, 2016 at 3:55 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #669875We use WP Engine for hosting, everything is cached. Just let me know what I need to remove caching from and I’ll call my host.
Thank you!
ChrisAugust 5, 2016 at 8:05 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #669113Hi Josue,
I added the edited woocommerce-mod.js into a js folder in the child theme and added the code to my child theme function.php and it didn’t work, had to replace the one in the theme again after update. So right now the child theme still has the function setup with the code you gave me and the js folder with the edited woocommerce-mod.js file. I had to replace the one in the main theme for now so the store works, but if you have time to look into this I’ve added FTP credentials.
Thank you,
ChrisAugust 4, 2016 at 2:59 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #668604Hi Josue!
So when you say clone woocommerce-mod.js to it, does that mean add all of the code in woocommerce-mod.js to the funtions file after the
add_action(‘init’, function() {
wp_dequeue_script( ‘avia-woocommerce-js’ );
wp_enqueue_script( ‘avia-woocommerce-child-js’, get_stylesheet_directory_uri().’/js/woocommerce-mod.js’, array(‘jquery’), 2, true );
});Or do I add woocommerce-mod.js to my child theme?
Thank you,
ChrisAugust 1, 2016 at 3:27 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #667317Ok, so i’m a little confused. So if I add your code to my functions file, will it mess with other things besides what I’m trying to fix? I would like to get this so no files need to be replaced after an enfold update.
Thank you,
ChrisJuly 27, 2016 at 3:35 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #665792So I just add your code to my child themes functions.php?
July 26, 2016 at 3:31 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #665362Hi Josue,
Thank you so much, everything works great again! One last question, will this fix be included in the next version of Enfold or do I need to replace it with the next theme update?
Thank you!
ChrisJuly 25, 2016 at 7:59 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #664792Hello, if someone could please look into this that would be great. Not sure how the ticket system works, but there are a lot of replies on things from today while I have put this request in on Friday of last week. Its very important that I get this figured out for my client as they are loosing sales. If you guys are already looking into this, please just shoot an email letting me know the status.
Thank you!
ChrisThanks Yigit! Exactly what I need, you’re the man! Consider this issue closed.
Thank you,
ChrisHi Dake,
Whatever option you think is best, just don’t want the overlap to happen anymore at any size. But just changing it to mobile before the overlap happens works for me.
Thanks!
ChrisJune 3, 2015 at 4:57 pm in reply to: Enfold: Removing the search magnifying glass and adding in the search field #453934Hi,
Never mind, I figured this out using this code,
#menu-item-search > a:nth-child(1) > span:nth-child(1) { display: block; float: left; } .span.avia_hidden_link_text:nth-child(3) { display:none; } #menu-item-search [data-av_icon]:before { float: left; margin-right: 10px; }
If there is a cleaner way to do it please let me know. Otherwise hope this helps someone else!
Thank you,
ChrisJune 3, 2015 at 4:49 pm in reply to: Enfold: Removing the search magnifying glass and adding in the search field #453930Hello, I would like to do the same thing here, add the word Search by the magnifying glass, which the code above works. But I have Woocommerce installed and it also displays the text “Shopping Cart” under my cart. Any way to keep the words search, but not have the words shopping cart displayed?
Chris
Hi Rikard,
I got it fixed. Basically what happened is after the theme update, my widget content was put into the wrong widget areas. For example, the custom menu for “Our Products & Services” was moved to the “Our Company” page instead of using the custom menu for “Our Company”, along with all of the footer widgets displaying the wrong content as well. If anyone else is experiencing this after update, go to your widgets page and make sure the correct content is in the widget area you want it.
Thank you,
ChrisI need to get this fixed! Can I get the last version of the theme?
Thanks,
Chris -
AuthorPosts