Okay
  Public Ticket #242741
Widget bug
Closed

Comments

  • Marco started the conversation

    Hi I have a problem using woocommerce widget. I put it at top of the layout, in the Visual Composer, but at the front office, i appears at the end of all the rest of the layout... (or doesn't appear at all in another test)

    Anoyher question, How to remove the tittle in the portfolio?

    Can you help me?
    I am sending you a PDF with the questions.

    Thank you.

    Marco Madruga

  •  1,070
    ThemeNectar replied

    Hey Marco,

    1. WooCommerce places anything in the editor below the shop layout - you would need a filter to change the output positioning of this. I would check on the WooCommerce forums if anyone else has queried about this for a solution you could copy/paste.

    2. Add this into the Custom CSS box located in your Salient Options panel:

     
    .single-portfolio .row .col.section-title h1 {
      opacity: 0!important;
    }
    
    Cheers :)
  • Marco replied

    I works, :)  thank you!!!

    If you found something about the position of woocommerce, tell me, i'll also search for a solution, i'm not a programmer but i'll try :) 

    Thank you for your help

    Marco

  • Marco replied

    Hi...
    I found a way, and it works...
    But i must create another page, wich is better, because i can do what i want, and use a short code that i found, (but it's not a widget, there are no widgets that do this :\): 

    http://docs.woothemes.com/document/woocommerce-sho...

    I use the short code: [product_category category="CATEGORY NAME"] 

    Here is the result:

    http://www.skyinabox.pt/webwp/teste-loja/

    Thank you for your help

    :)

    Marco

  •  8,839
    Tahir replied

    Hey Marco!

    Glad you got it sorted. 

    Cheers


    ThemeNectar Support Team 

  • Marco replied

    Thanks Tahir

    M