-
AuthorPosts
-
June 26, 2015 at 5:17 pm #465080
I was wondering if it is possible to use the features and options for displaying and grouping products seen in the Enfold shop demo, but without any actual eCommerce or shopping cart? I like what the theme and WooCommerce provide when it comes to that, but right now I don’t need to actually sell anything. But I would like to display the products with some of the features seen in the demo. Is that possible?
I did find this http://docs.woothemes.com/document/catalog-visibility-options/, but I’d rather not have to buy another plugin if there’s an easy way to do this.
Thanks!
June 29, 2015 at 3:46 pm #465899Hey NicomIT!
Please add following code to Functions.php file in Appearance > Editor
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
Regards,
YigitJuly 6, 2015 at 11:05 am #468797Hi – I want to have everything in the Shop demo too – but without any shopping cart icons – like in the header, no pricing of any kind, no sizes, no “My Account” or “Shop” in the header, etc. – I don’t need anything ecommerce -but want to display products.
I tried putting the above code in my Yigit & it didn’t turn off anything & it all still displays.
I gave you login in Private area. Thanks!!!
July 6, 2015 at 2:38 pm #468951The code provided worked fine for me. Thanks!
July 6, 2015 at 2:44 pm #468957July 7, 2015 at 4:54 am #469354Yea – I must have put it in the wrong place or something. I took it all out. I even tried it in the functions – Enfold.php folder.
Actually – I don’t need woocommerce at all. I just wanted the homepage layout of the SHOP DEMO.
So I can I have that homepage without having woocommerce installed? I ended up deactivating Woocommerce & the homepage is just fine. Only 1 thing – I have to find a way to put something in the space where the Woocommerce products were… any suggestions how to get a text area in that spot or some photos?
I read the instructions to import the SHOP demo & it said I had to have Woocommerce – then it said I had to do something for that to work & I don’t know where those instructions went to undo them. I can’t use the Advanced editor, or put any images into any post or page.
Any help is greatly appreciated. Words cannot express.
I fixed the password so you can log in.
Thanks.
- This reply was modified 9 years, 4 months ago by Intell. Reason: added new stuff
July 7, 2015 at 4:00 pm #469757Hi!
You can create your “products” as portfolio entries and choose Portfolio Grid to display them they would show up in such fashion – http://kriesi.at/themes/enfold/portfolio/
Cheers!
YigitJuly 7, 2015 at 4:44 pm #469799Oh good – thanks for that.
I think you forgot my other question… see this:
I read the instructions to import the SHOP demo & it said I had to have Woocommerce – then it said I had to do something for that to work & I don’t know where those instructions went to undo them. I can’t use the Advanced editor, or put any images into any post or page.
thank you soooo much – would love to get this fixed.
July 9, 2015 at 10:00 am #470686Hey!
not sure what you mean. Do you mean that your ALB does not work at all? please let us know about the exact steps how to see the issue on your website. I can’t login, as login details do not work for me. Please check and let us know.
Regards,
AndyJuly 9, 2015 at 11:08 am #470720Hi – thanks for the reply. I totally deleted everything off & reinstalled & things are better.
I do have a problem now – I went to try to fix the menus there at the top & I get this error.
Once I had the SHOP demo loaded – I deleted WooCommerce – cause I don’t want it.
So this is what happens, I’d really appreciate you telling me how to fix it so I can set up my menus.
Catchable fatal error: Object of class WP_Error could not be converted to string in /home1/rc678/public_html/18/wp-includes/formatting.php on line 766
Thanks!!!
Login has been restored – but with new password.
- This reply was modified 9 years, 4 months ago by Intell. Reason: none
July 9, 2015 at 2:24 pm #470872Hi!
What you want to do, is not possible.
That pages do load important functions, so disabling woocommerce won’t work at all.
You can just copy the design of that area, which is possible but it would require some custom work to be done.You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Cheers!
BasilisJuly 9, 2015 at 9:18 pm #471139Thanks for that! It’s working fine for what I needed. All I need now is to get rid of the top sub menu in that blue bar.
If you give me the element, I can do “display none” and I’ll be set.
Thanks!
July 10, 2015 at 2:16 pm #471448Hi!
not sure which submenu you are talking about, but I think you mean this:
div#header_meta { display: none; }
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.