Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1251722

    Hello,
    how can I move product tags below product description?
    Please see screenshot to see what I mean

    Thank you
    Mauro

    #1253022

    Hey,

    Please add following code to bottom of Functions.php file

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40);
    add_action('woocommerce_after_single_product_summary', 'woocommerce_template_single_meta', 10);

    Best regards,
    Yigit

    #1253048

    Thank you very much Yigit, I like it much more like this. I would suggest integrating it in a future release
    I see that since long you are not accepting any suggestion https://kriesi.at/support/enfold-feature-requests/
    Have you moved the page?
    I would suggest making ALB pluggable and unplaggable and integrate Enfold with Elementor, that seems that will become dominant in the future. Your new client would like to see that they can use, if they like, this builder that, maybe, they already know how to use it, and They are accustomed to it.

    That said I like the simplicity of ALB. It would be perfect to have the choice to choose with which builder generate a new page

    Thank you
    Mauro

    #1254532

    Hi,

    A lot of existing sites have been built with this default layout, so we will probably not change it in the future. Those like you who likes this layout will have to use the suggested snippet above to move the locations of the product elements from one point to another. And regarding the Elementor builder, there are no plans yet on integrating it with ALB or making it compatible with the theme.

    Thank you for your understanding.

    Best regards,
    Ismael

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