Okay
  Public Ticket #2313836
Position of category descriptions
Closed

Comments

  • Charlène started the conversation

    Hello

    Is it possible to have the description of categories below products ?

    (And to have name of the php page associated)

    Thank you very much,
    Charlène

  •  2,636
    Kevin replied

    Hi Charlène  

    I added a "Second Description" part when Edit cateogory
    This information will be displayed below products in the product catalog,
    You can check it again

    thank you

  • Charlène replied

    Hi Kevin,

    Thank you very much !

  •  2,636
    Kevin replied

    Hi Charlène 

    You're welcome!

    Please let us know if we can be of further assistance.

    If you're happy with the theme and support you received we would really appreciate it if you could leave us a good review and positive comment over on themeforest.

    It only takes a moment and really helps us to keep doing what we do best :)

    Just go to http://themeforest.net/downloads and click "Rate this item" under your theme.

    Many thanks in advanced!

  • Charlène replied

    Hi !

    Can you give me the location of "Second description" that you aded ?

    I don't find it in FileZilla... And I would like to have the pagination (woocommerce-pagination) before the texte !

    Thank you :)

  •  2,636
    Kevin replied

    Hi Charlène!

    I have added that code to the function, go to Appearance-> Editor / functions.php

    https://dev5-cane.ovh/wp-admin/theme-editor.php?file=functions.php&theme=rango

    From line 8 to end of line 90
    thank you

  • Charlène replied

    Hi Kevin,

    Thanks for the location of the code.

    But I can't find a way to move the paging position... Can you help me put this before the description?

    Thank you

  •  2,636
    Kevin replied

    Hi Charlène

    If you want it to show up before the product block, add content in the Description section of that category

    thank you

  • Charlène replied

    Hi Kevin,

    I'm sorry I expressed myself poorly...

    I would like that pagination (woocommerce-pagination) appear before description of category (Second description) like image attached.

    Do you think it's possible ?

    Thank you

  •  2,636
    Kevin replied

    Hi Charlène !

    Add these css properties at Appearance-> Customize-> Additonal CSS


    .woocommerce nav.woocommerce-pagination {
        position: absolute;
        top: 0;
        left: 0;
        margin: -50px 0 0 0;
    }
    .after-loop-wrapper {
        position: relative;
    }

    thank you

  • Charlène replied

    Thank you very much Kevin !!!

    Have a nice day !

  •  2,636
    Kevin replied

    Hi Charlène !

    have a good day