sean913
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Compatibility with WP-Rocket / SG Optimizer@hristo-sg Is full page caching now available as an end-all solution for extra caching plugins?
There are no sidebar hooks in the template files that I see… could you add what code needs to be added to either file to change the sidebar?
<?php /** * Template for displaying course content within the loop. * * This template can be overridden by copying it to yourtheme/learnpress/content-single-course.php * * @author ThimPress * @package LearnPress/Templates * @version 3.0.0 */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit(); if ( post_password_required() ) { echo get_the_password_form(); return; } /** * @deprecated */ do_action( 'learn_press_before_main_content' ); do_action( 'learn_press_before_single_course' ); do_action( 'learn_press_before_single_course_summary' ); /** * @since 3.0.0 */ do_action( 'learn-press/before-main-content' ); do_action( 'learn-press/before-single-course' ); ?> <div id="learn-press-course" class="course-summary"> <?php /** * @since 3.0.0 * * @see learn_press_single_course_summary() */ do_action( 'learn-press/single-course-summary' ); ?> </div> <?php /** * @since 3.0.0 */ do_action( 'learn-press/after-main-content' ); do_action( 'learn-press/after-single-course' ); /** * @deprecated */ do_action( 'learn_press_after_single_course_summary' ); do_action( 'learn_press_after_single_course' ); do_action( 'learn_press_after_main_content' );
Forum: Plugins
In reply to: [MyStyle Custom Product Designer] Fatal ErrorHave you tried turning off other plugins?
- This reply was modified 7 years, 4 months ago by sean913.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Start an Immediate Backup ManuallyYeah it doesn’t have an option to schedule one to start right away, that’s the point. I needed to start it right away, not schedule it for 24 hours in advance. I found another plugin that exports the DB with a click, so nevermind. Thanks anyway.
Forum: Reviews
In reply to: [User Role Editor] misuse@eva_log: You should remove your star rating and make a 4 or 5 star rating since the plugin works so well, that the third party was able to use it to lock off certain roles as advertised. Your issue with your third party developer is only related to that developer – they could have locked you out in other ways besides this plugin, so it wouldn’t stop them and doesn’t relate to the quality of the plugin itself.
Having used TONS of WP plugins for the past decade, I can say this plugin is solid and only deserves top reviews.