yst14
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Page Framework] How to get values from repeatable sectionsManaged to get my foreach working as below however it doesn’t seem to be working for the first section. I have 3 sections in the admin however only the last 2 sections are outputted.
` $my_options = get_option( ‘NoouWcGroupsNotes’ );
if(!empty($my_options) === true ){
foreach($my_options[‘my_post_meta_section’] as $row){
echo ‘Group Number: ‘.$row[‘group_number’];
echo ‘Group Text: ‘.$row[‘group_textarea’];
}
}`returns:
Group Number: 6Group Text: 6 textGroup Number: 4Group Text: email text
Forum: Plugins
In reply to: [Admin Page Framework] How to get values from repeatable sectionsHi,
Sorry, I’m not quite understanding.
The Debug::log doesn’t output anything. I’m also not sure how getElement gives me a foreach for each of my sections in my repeatable section?
Thanks
BenForum: Plugins
In reply to: [Admin Page Framework] APF ErrorHey,
Thanks for your reply.
WP Version: 4.7.2
PHP Version: 5.3.3
Admin Page Framework: v3.8.4I suspect that it is the PHP version but wanted to double check.
Many Thanks
BenForum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Caption EmptyUpdate:
Caption is showing but HTML is stripped out. Can this be retained?Forum: Plugins
In reply to: [Admin Page Framework] Submit form via wp_mailExactly that!
I couldn’t find it in the documentation?
Edit:
Had another look on the repo and found this by you guys: https://www.ads-software.com/plugins/server-information/screenshots/This is exactly what I need but within a tab on my support page that I currently use.
- This reply was modified 7 years, 10 months ago by yst14.
Forum: Plugins
In reply to: [Admin Page Framework] Submit form via wp_mailHi,
Sorry for not being very clear.
I’d like to have a form within one of my admin pages that allows users to contact us/submit bugs/ideas etc. I would also like it to include the system information as per your field type.
I was wondering if there was a way to send a form via email using your plugin?
Thanks
BenForum: Plugins
In reply to: [Admin Page Framework] Tabs within Page tabsThat worked perfectly, thank you! I must have missed that in the documentation.
Forum: Plugins
In reply to: [Admin Page Framework] Shortcode within ACE custom fieldHi,
I don’t want to show the shortcode output in the field.
Take this as an example:
User goes to settings page
Enters HTML in to the ACE custom field
Also enters a shortcode ‘[test_name]’
User saves custom field
User look at front end of website
HTML output is correct
Shortcode is showing as plain textForum: Plugins
In reply to: [Admin Page Framework] Add tab description above formThat solved it perfectly. Thank you.
Is there a way to do it without having to use the
return
function? On one of my pages I have a lot of HTML and wondering if there is a way to do it without breaking it up like that?Thanks!
Forum: Plugins
In reply to: [Admin Page Framework] ACE custom field not workingAhh yes! I missed that bit! Thank you. Is it possible to define more than 1 language?
Forum: Plugins
In reply to: [Admin Page Framework] ACE custom field not workingHey,
I have tried this but it hasn’t worked. Please find my complete code here:
https://gist.github.com/BHWD/b7356598de48602c393f26de48269944
Thanks
BenForum: Plugins
In reply to: [Simple Lightbox] Code provided not working for ACF fields[SOLVED]
Needed to use
get_field
instead ofthe_field
Forum: Plugins
In reply to: [Uncanny Toolkit for LearnDash] Only display highest score certificateHi,
Looking at this support article:
https://www.ads-software.com/support/topic/certificates-with-the-same-name?replies=5It appears you added the functionality to:
show all earned certificates, including those with the same name.
How can I prevent this? If I simply want to show certificates with the same name once?
We have a certificate for each course and do not need re-takes so can you explain how to reverse what you have done in the latest update please? Or add this as an option to the plugin?
Thanks
BenForum: Plugins
In reply to: [Admin Page Framework] Import Bug?Only thing left to do is try and wrap certain page arrays in an IF for the licensing.
Forum: Plugins
In reply to: [Admin Page Framework] Import Bug?That seems to have worked! No more issues when adding in the other mimetypes.