This topic has 16 replies, 2 voices, and was last updated 9 years by Fphotograph.
-
Author
Tagged: PaidMembershipPro, packages
-
May 5, 2015 at 16:01 #57419FphotographParticipant
Hey,
just want to know how I can change the yellow circeld Information ( picture in the attachment ) in the PaidProMembership Packages and how I can change the speech of the red circeld Text / modify it ?
Regards
Flo
Attachments:
You must be logged in to view attached files.May 5, 2015 at 16:12 #57422sharmstrModeratorhttps://archived.seventhqueen.com/forums/topic/pricing-table
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
May 5, 2015 at 17:34 #57443FphotographParticipantthanks for this post, but there still are some troubles..
I installed the Child theme and added the following code :
add_action(‘kleo_pmpro_after_membership_table_items’,’my_additional_level_features’);
function my_additional_level_features ( $level ) {if ( $level->name == ‘Basic’ ) {
echo ‘<li class=”list-group-item”>4 New Basic Pages’;
echo ‘<li class=”list-group-item”>10 MySql Databases’;
echo ‘<li class=”list-group-item”>2 TB Bandwidth’;
}if ( $level->name == ‘Standard’ ) {
echo ‘<li class=”list-group-item”>10 New Basic Pages’;
echo ‘<li class=”list-group-item”>25 MySql Databases’;
echo ‘<li class=”list-group-item”>6 TB Bandwidth’;
}
}Into the function.php
After adding the code the whole website was completly white. In fact of that I deinstalled the child theme via http://FTP..
I haven´t undestand if it´s possible to get a pricing table as seen in the attachment or if it´s not ?
Best regards 🙂
Attachments:
You must be logged in to view attached files.May 5, 2015 at 17:44 #57447FphotographParticipantI just put it in the wrong line, but now it´s in the right one.
But there isn´t any different.. it still looks like the default one and I can´t add anything ?
Regards
May 5, 2015 at 18:07 #57452sharmstrModeratorThe code wont work as is. You need to tailor it to your needs. Look at the code. Its pretty self explanitory. You need to replace ‘Basic’ and/or ‘Standard’ to match whatever level names you’ve created. Then below each one, replace the features to whatever features you want.
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
May 5, 2015 at 18:20 #57456FphotographParticipantYeah I´ve already done that.. but there isn´t any difference..
In the attachment you can see where I placed the code.
Regards
Attachments:
You must be logged in to view attached files.May 5, 2015 at 18:55 #57466sharmstrModeratorYou cant have fancy quotes. Change all of your quotes to regular ones.
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
May 5, 2015 at 19:49 #57479FphotographParticipantSorry but what do you mean with fancy quotes??
Do you mean the name of the packages?
If so I changed the name of the package ( to standard ) and the name of the code to ( $level->name == ‘Standard’ ) { but there isn´t any difference..
regards
May 5, 2015 at 20:06 #57480sharmstrModeratorAll of your code has left/right quote characters. That’s invalid for PHP. Change them to ‘ and “. That’s why we wrap php code in pre tags here. It will keep the page from turning regular quotes into fancy quotes.
The code works if you implement it correctly. See attached.
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
Attachments:
You must be logged in to view attached files.May 5, 2015 at 20:18 #57483sharmstrModeratorI also forgot to mention there is no easy way to change each select button since there is no css classes on them that make them unique.
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
May 5, 2015 at 20:21 #57487FphotographParticipantWhat do you mean with “(change them to “and”)” I don´t got much knowledge of PHP … 😀
I think it´s way to difficult to change the pricing list from the default settings to the look which I´ve attachet in the first post isn´t it?
Couldn´t it be a great opition to take a plugin which creates pricing tabs and then redirect it to
http://adress.de/kontodaten/checkout/?level=2 ( Checkout ) ?
May 5, 2015 at 20:27 #57489sharmstrModeratorSorry, see what I mean about the quotes changing? Look
You have “ and ” and ´ and
change theme to
COPY CODE" and '
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
May 5, 2015 at 20:29 #57490sharmstrModeratorsee attached
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
Attachments:
You must be logged in to view attached files.May 5, 2015 at 20:31 #57492sharmstrModeratorTo answer your question about a plugin to create the levels page, one does exist. http://www.paidmembershipspro.com/2013/10/plugin-convert-levels-page-div-layout-plus-fancy-three-column-style-code-idea/
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
May 5, 2015 at 20:48 #57499FphotographParticipantI honestly don´t know which of them you mean .. I really don´t got much knowledge of PHP..
I´ve marked them in the attachment.
Thanks for the plugin advice, but I think this one don´t look really nice and Web 2.0 stylish 🙂
May 5, 2015 at 21:00 #57503sharmstrModeratorI mean all of them. LOL. Arrggggg. See attached for examples of whats wrong.
I’ve also attached the original code with the correct type of quotes.
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
Attachments:
You must be logged in to view attached files.May 5, 2015 at 21:13 #57506FphotographParticipantHahah sorry 😀 I copied the code exactly into the functions.php of my child theme..
No Impact at all .. -.-
I think I just will use some other pricing tables and redirect them directly to the checkout page 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.