-
Author
-
April 7, 2015 at 21:10 #53551sagittariusstarParticipant
Hi Support
Currently in the membership level page, [pmpro_levels] will only show up 4 levels, then another level will be in different row.
How do I control this behavior? Instead of showing only 4 membership levels on single row, how do I modify it to show 5 levels on a single row?Please advise
Thank you
April 8, 2015 at 03:49 #53625LauraModeratorHello, could you share your level page so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 9, 2015 at 07:24 #53741LauraModeratorHello, could you share a link to your levels page? 🙂 I need it in order to find a solution
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 17, 2015 at 23:36 #54992sagittariusstarParticipantHi Laura
I have mentioned to you couple of times that I’m currently on my desktopserver(local) environment and it doesnt help if i give u a link that you can’t access
You can easily reproduce the above by having 5 levels of membership.April 21, 2015 at 22:02 #55452zafariParticipantHello – I would like to see the resolution to this issue as well, as I have the same issue. In general, how does one modify the format of the Membership Levels page? When I go to the PMPro website, I am asked to purchase a membership there before I can look around in the support forums. Since this came with KLEO, how do we access their support system?
April 21, 2015 at 22:19 #55454sharmstrModeratorThe amount of column per row is set in /kleo/paid-memebership-pro/pages/levels.php. It determines the amount of columns per row using “12 / how many levels”. 5 isn’t evenly divided into 12, so it puts a level on the second row.
Anyhow, you can put all 5 on one row, but you’ll have a bit of a gap on the side. Put this in your functions file
COPY CODEadd_filter('kleo_pmpro_level_columns','custom_levels_per_row'); function custom_levels_per_row() { return $level_cols = 2; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.