Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1236175

    Hi,
    i am trying to customize the woocommerce product template , i have created the child theme and move woocommerce files to that and customize using shortcodes. things are showing almost fine on desktop but on mobile version layout is broken even footer showing in 3 columns, also woo content is not align.

    #1237197

    Hey webenjoy,

    Thank you for the inquiry.

    Which files did you modify and what exactly are you trying to change?

    Is there any way that we can access the site without editing our host file? Please let us know once the site is live, or if there is a staging or development version of the site.

    Best regards,
    Ismael

    #1237223

    Hi,
    i am trying to adding new static sections in product template ,
    i have change the single-product.php.
    enfold-child/wooocommerce/single-product.php
    i have 4 static sections fullwidth. i want to show on each product.
    first i was edit content-single-product.php but everthing was showing in container so i move my code to single-product.php.
    you can access now site is live. details already provided.
    Plz solve my issue ASAP. i am already late from launch date..

    • This reply was modified 4 years, 3 months ago by webenjoy.
    #1237556

    Hi,
    Site is live i have changed the DNS just for you to check and fix that woocommerce pages layout problem.

    #1237663

    Hi,

    Thank you for the update.

    The issue occurs because the containers starting from the first slideshow or slider is rendered outside the wrap_all container. Those elements are supposed to be inside the main container. This causes the elements in the page to not respond or adjust properly on mobile view.

    How did you add the sections? Please post the content of the modified files using pastebin.com so that we can check the issue properly, or test it on our end if necessary.

    Best regards,
    Ismael

    #1237963
    This reply has been marked as private.
    #1238639
    This reply has been marked as private.
    #1238987

    Hi,

    Why did you add two closing divs after the get_header(‘shop’)?

    You have to remove the shortcodes in the template and use the actual rendered HTML instead just like what you did with the color section because shortcodes or elements that are not directly added in the builder will not work properly.

    Best regards,
    Ismael

    #1239349

    OK then what i use for section, columns etc, like we do in bootstrap. theme dont use bootstrap so whats the way to make section, columns etc? can you plz guide me ?

    #1240556

    hello ? kindly answer my question ASAP.

    #1240699

    Hi,

    Sorry for the delay. You might have to create a temporary page, switch to the layout builder, include the builder elements that you need to add in the product page, check the page, then extract the rendered html directly in the browser inspector.

    A color section with a single text block and its default content for example will look something like this.

    // https://pastebin.com/i9UAvrqm

    Unfortunately, this kind of modification is beyond the scope of support.

    Best regards,
    Ismael

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