Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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!

    #465899

    Hey 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,
    Yigit

    #468797

    Hi – 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!!!

    #468951

    The code provided worked fine for me. Thanks!

    #468957

    Hey!


    @intell
    Login credentials are not working for me. Can you please check them once again?


    @nicomit
    You are welcome, glad we could help! We will keep the thread open for @intell, if you have any other questions or issues, please feel free to start a new thread :)

    Best regards,
    Yigit

    #469354

    Yea – 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
    #469757

    Hi!

    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!
    Yigit

    #469799

    Oh 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.

    #470686

    Hey!

    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,
    Andy

    #470720

    Hi – 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
    #470872

    Hi!

    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/customization

    Let us know if we could do anything else, regarding our theme

    Cheers!
    Basilis

    #471139

    Thanks 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!

    #471448

    Hi!

    not sure which submenu you are talking about, but I think you mean this:

    div#header_meta {
    display: none;
    }
    

    Best regards,
    Andy

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.