Arafat Jamil
Forum Replies Created
-
Hi, I haven’t heard back from you in a while, please let me know if you have any solution.
Thanks.Hi, any luck with this one?
Thank you for your ultra fast response. The solution worked.
Thank you for your response.
Even after updating the plugin to its latest version. the issue persists.
I have deactivated all other plugins and even changed the Theme. But the issue persists. And I am not using the pro version of the plugin. I don’t think we need the pro version of the plugin for course progress, right?https://youtu.be/sCCE3BGqoT4
I am using the latest version of the plugin. The above short youtube video shows the problem I am facing. The course progress checkbox is not checked even after a course section is complete.Forum: Plugins
In reply to: [One Click Demo Import] Can’t import the dataHi Gregor,
Thank you.
I have checked the XML and found more than 60 characters which are not allowed. I have removed those characters and the demo importer works fine now.
I think the problem is with the content, most often the XML files don’t cause any issues.
Take Care!Forum: Plugins
In reply to: [One Click Demo Import] Can’t import the dataI am having the same issue. The demo importer says import complete, but only the header, footer and menus are imported.
The rest of the home page seems empty. I have tried a different dashboard on the live server.
I am trying to import 9 demos from my website. 3 homepages are imported correctly. One page imports xml properly and the other page doesn’t, only the header and footer is importer.
Is there any way we can access the log of demo importing? That would help a lot. Is the any default wordpress way to debug this?Thank you for responding. I am a developer myself, and I need both debug mode and PHP errors.
Hope the issue is solved soon. Thanks.
Thank you for your response.
Since attendee is a custom post type, I have used a REST API plugin to show the email section in rest. It’s working now.
As feature request, a MailChimp integration add-on would be great. ??
Thank you for the fix, facing the same issue.
Forum: Plugins
In reply to: [Contact Form 7] Inline CSS code issue 5.7Well, I think adding a <p> tag for every new line is not a good idea, because a lot of my themes have cf7 integrated, and the design breaks as soon as I change even a line of code.
Asking every user to add define(‘WPCF7_AUTOP’, false ); in wp-config is pretty hard for people with no code experience.
Please get back to the previous version.
- This reply was modified 1 year, 10 months ago by Arafat Jamil.
I have updated your review.
Thank you so much, happy coding.
The problems have been solved, thank you.
Or I can do a contribution to your regular plugin code, you can tell me where to push my codes.
Thanks.
I have tested the beta, sorry there are a lot more issues.
You can put the code from templates folder in any theme ad run a check with Envato theme check plugin.Or use PHPCS on template folder, it will show all the issues.
Example –
WARNING: Found echo $ in the file user-time.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 26: <time class='entry-date enrolled'><?php echo $start_time->format( 'i18n' ); ?></time> Line 32: <time class='entry-date expire'><?php echo $expiration_time->format( 'i18n' ); ?></time> Line 43: <time class='entry-date finished'><?php echo $end_time->format( 'i18n' ); ?></time> WARNING: Found echo $ in the file thumbnail.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 26: <?php echo $course->get_image( 'course_thumbnail' ); ?> WARNING: Found echo $ in the file tabs.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 61: echo $profile_tab['icon']; Line 86: echo $section_data['icon']; WARNING: Found echo $ in the file tabs.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 51: <input type='radio' name='learn-press-course-tab-radio' id='tab-<?php echo $key; ?>-input' Line 52: <?php checked( $active_tab === $key ); ?> value='<?php echo $key; ?>'/> Line 66: <label for='tab-<?php echo $key; ?>-input'><?php echo $tab['title']; ?></label> WARNING: Found echo $ in the file sections.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 48: <input type='radio' name='<?php echo esc_attr( $unique_group ); ?>' class='learn-press-tabs__checker' <?php echo $checked; ?> id='<?php echo esc_attr( $unique_group . '__' . $section_ WARNING: Found echo $ in the file review-order.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 50: <?php echo $_course->get_image(); ?> Line 90: <td class='col-number'><?php echo $cart->get_subtotal(); ?></td> Line 104: <td class='col-number'><?php echo $cart->get_total(); ?></td> WARNING: Found echo $ in the file retry.php. Possible data validation issues found. All dynamic data must be correctly escaped for the context where it is rendered. Line 33: data-confirm='<?php echo $message_data_confirm; ?>'>