Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Restaurant Menu Issue when display more than 16 categories.
- This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by J. Davis.
- AuthorPosts
- March 24, 2017 at 5:10 pm #496546SteliosGuest
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
March 27, 2017 at 3:03 pm #497386J. DavisKeymasterHello 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 - AuthorPosts
- You must be logged in to reply to this topic.