Forum Replies Created
-
AuthorPosts
-
January 19, 2016 at 4:34 pm in reply to: Change the position of a div in the woocommerce product grid #567933
Any idea would be very appreciated. I can’t find the source code, to change where the price is displayed.
I had help from the plugin developer, Mike Jolley.
For those who are interested…
Here is the code i use to create the shortcode for the SKUfunction cat_shortcode(){ global $post; $cat = get_the_term_list( $post->ID, 'product_cat', true ); return $cat; } add_shortcode( 'cat', 'cat_shortcode' );
And this code is for the Category
function cat_shortcode(){ global $post; $cat = get_the_term_list( $post->ID, 'product_cat' ); return $cat; } add_shortcode( 'cat', 'cat_shortcode' );
- This reply was modified 8 years, 10 months ago by Benoit.
January 18, 2016 at 3:13 pm in reply to: Change the position of a div in the woocommerce product grid #567243The <span class=”price”> is under <div class=”inner_product_header”> i would like to have it under <div class=”thumbnail_container”> so it can be visible over the product images.
Thanks again !
January 18, 2016 at 3:06 pm in reply to: Change the position of a div in the woocommerce product grid #567240Hi Rikard, Thanks for your help.
It should be same for any website with woocommerce grid. But see below the link to the website i’m currently building.
January 17, 2016 at 7:57 pm in reply to: Change the position of a div in the woocommerce product grid #566834In fact i just want to change the position of the “price”, to have the price hover the product image. I can move it (drag it) in the chrome Developer Tools but i can’t find a proper way to edit the source code to make the change.
Do you have a suggestion?
Thanks for your help Elliott
Unfortunately i don’t have a link as it’s not build yet.
But here is a screenshot of the concept that i’m trying to achieve.
I want to build a fixed menu (to the left) that will always be visible, with links that will scroll down the page to the selected category (to the right).Problem solved.
Thanks for your help Ismael.
For those who want to solve the problem.This should help you : http://docs.woothemes.com/document/jquery-cookie-fails-to-load/
Many thanks for your time Ismael, Yigit and Rikard.
This reply has been marked as private.If it can help you. I created a completely new installation of wordpress and then I uploaded Enfold via ftp and I installed it then I install woocommerce via WordPress plugin manager and the bug with the mobile menu is also there. So i assume that it’s really a problem of incompatibility. It’s really annoying because I love enfold and woocommerce is in the recommended plugin “”WooCommerce Ready: add your own Shop and sell anything from digital Goods to Coconuts ;)”” I hope you find a fix soon because i need to finish that website asap and the client need the woocommerce plugin.
This reply has been marked as private.Did you find a solution? I really need this to work asap
thanksI did a lot of research on woocommerce and I didn’t find any solution or similar bug. I hope you will find a solution soon because I need the woocommerce plugin on that website and as you recommend it for Enfold I assumed it was compatible. Let me know if I can do something to help you find the source of the problem.
ThanksI can see that there is 2 errors in the console maybe it can help you solve the problem.
Here is a screenshot
woocommerce.jpg" alt="Bug" />
Thanks again for your time.
I have just deleted all the woocommerce file on my FTP and reinstall the plugin via wordpress and the problem is still there.
Tested on different browsers and android phone.Thanks for the info majicle at least i’m not alone with the problem. I’m confident that they will find a fix for this issue.
This reply has been marked as private.Hi Ygit
I’ve just re-update the enfold 3.1.3 and woocommerce plugin via FTP and nothing changes.Am I the only one with this conflict with WooCommerce plugin?
Thank you in advance for your help.I also have another problem with the woocommerce plugin and the enfold icon list .
When the woocommerce plugin is activated the list look like this.
And when it’s not activated the list look like that.
I thought woocommerce was compatible with enfold is there’s any other known issues with woocommerce that i should be aware ?
If I deactivate the woocommerce plugin everything is good. But when I activate the woocommerce plugin the mobile menu is missing.
I don’t have any other plugin activated.
I tried the code above, the menu icon is there but if I click on it nothing happen.
Thanks for your help.- This reply was modified 9 years, 7 months ago by Benoit.
This reply has been marked as private.Thanks Ygit
It removes the Cart, but the Enfold mobile menu is still missing.
Do you have any idea how to put it back in place.
Thanks in advance.Nobody had this problem before with woocommerce plugin?
Here you can see the screenshots of the bug
With the woocommerce plugin activated
woocommerce" />
With the plugin desactivated
woocommerce" />Thanks
- This reply was modified 9 years, 8 months ago by Benoit.
Thanks Yigit
I have already added this line of code. This code works for the content of the website but not for the header. I still have a red header flickering.
Many thanks for your helpThis reply has been marked as private.Any ideas ???
I have also tried this code,
/*menueffect*/
.current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
opacity: 1;
background: #DC3D26;
}
.av-main-nav li:hover .avia-menu-fx {
opacity: 1;
visibility: visible;
background: #DC3D26;
}it work but i still have the header that goes red for a second.
Thanks in advance !This reply has been marked as private. -
AuthorPosts