Issue when display more than 16 categories.

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #496546
    Stelios
    Guest

    Hi there,

    i’m using this shortcode [mprm_categories view="grid" categ="13,14,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,59,60,61" col="1" categ_name="1" feat_img="1" categ_icon="0" categ_descr="1" desc_length="20000"]

    but it seems that when you have more than 16 categories then in the front-end it displays them in wrong order(it does not respect the order you place them in the shortocode)

    So i had to do it like this:

    [mprm_categories view="grid" categ="13,14,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,59,60,61" col="1" categ_name="1" feat_img="1" categ_icon="0" categ_descr="1" desc_length="20000"]
    [mprm_categories view="grid" categ="32,33,34,35,59,60,61" col="1" categ_name="1" feat_img="1" categ_icon="0" categ_descr="1" desc_length="20000"]

    Is there any solution to this ? So i don’t have to use 2 shortcodes?

    Thanks in advance

    #497386
    J. Davis
    Keymaster

    Hello Stelios,

    I would recommend you to set Order value for your Menu Categories http://prntscr.com/ep2wx6
    Contact us if you have any additional questions.

    Best regards,
    John

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