cgholl
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Autoptimize – Random Page Generation?Very much appreciate your quick reply! And thank you for the AO hook explanation. At least we know what it isn’t…. that’s a good start.
🙂 Christie
Hi Noor,
I saw that you had added the ‘Incorrect Password Error Message’ that I had requested.
However, when I try to activate Version 1.2.3 on my staging site, I get a ‘Fatal Error’ message as follows:Fatal error: Uncaught Error: Class 'Kirki\Panel' not found in /home/triauv96vw03/public_html/wp-content/plugins/wp-edit-password-protected/admin/kirki/password-protect-settings.php:81 Stack trace: #0 /home/triauv96vw03/public_html/wp-content/plugins/wp-edit-password-protected/wp-edit-password-protected.php(123): require_once() #1 /home/triauv96vw03/public_html/wp-content/plugins/wp-edit-password-protected/wp-edit-password-protected.php(95): wpEditPasswordProtected->add_all_files() #2 /home/triauv96vw03/public_html/wp-content/plugins/wp-edit-password-protected/wp-edit-password-protected.php(79): wpEditPasswordProtected->__construct() #3 /home/triauv96vw03/public_html/wp-content/plugins/wp-edit-password-protected/wp-edit-password-protected.php(224): wpEditPasswordProtected::instance() #4 /home/triauv96vw03/public_html/wp-admin/includes/plugin.php(2313): include_once('/home/triauv96v...') #5 /home/triauv96vw03/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wp-edit-passwor...') #6 {main} thrown in /home/triauv96vw03/public_html/wp-content/plugins/wp-edit-password-protected/admin/kirki/password-protect-settings.php on line 81Hopefully, this error text will help you to hunt down the issue.
Thank you for your reply Noor. It is a really good plugin as it stands and has very nice options – your hard work is indeed appreciated. And I am looking forward to the new features you will be adding.
All the best to you!
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Duplicate Footer on Single Page ViewJust to let you know… the duplicate footer issue has been resolved. It was caused because the ‘Single Event’ pages in ‘Modern Events Calendar’ contain a call to bring in the website footer and our theme had an identical call to show the footer on single pages.
It was resolved by using the Custom CSS option provided by ‘Modern Events Calendar’ where code was added that removes the unwanted elements from the Single Event Pages.
Thank you very much for your feedback on this issue. It helped to solve the problem.
Best regards,
ChrisForum: Plugins
In reply to: [Modern Events Calendar Lite] Duplicate Footer on Single Page ViewThanks so much for your reply.
After changing themes, I find that you are indeed correct – the issue is coming from our BoldGrid ‘Hydra’theme. I rotated between several BoldGrid themes and found that the error is present on some themes but not others.
As you requested, I checked the root path of the theme files looking for one called single-event – the closest file name I found is called ‘content-single’ — the php code is below. Perhaps you can take a look and see if you can find a possible solution. Any help is much appreciated.
Best,
Christie<?php
/**
* Single Template
*
* This file contains the markup for the single template.
*
* @package Prime
*/
?><?php while ( have_posts() ) : the_post(); ?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php do_action( ‘before_entry_title’ ); ?>
<header class=”entry-header”>
<?php get_template_part( ‘templates/entry-header’ ); ?>
<div class=”entry-meta”>
<?php boldgrid_posted_on(); ?>
</div><!– .entry-meta –>
</header><!– .entry-header –>
<?php do_action( ‘after_entry_title’ ); ?>
<div class=”entry-content”>
<?php if ( has_post_thumbnail() ) : ?>
<?php the_post_thumbnail(); ?>
<?php endif; ?>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<nav class=”page-nav”><p>’ . __( ‘Pages:’, ‘bgtfw’ ), ‘after’ => ‘</p></nav>’ ) ); ?>
</div><!– .entry-content –>
<footer class=”entry-footer”>
<?php boldgrid_entry_footer(); ?>
</footer><!– .entry-footer –>
<?php boldgrid_post_nav(); ?>
<?php if ( comments_open() || get_comments_number() ) : ?>
<?php comments_template( ‘/templates/comments.php’ ); ?>
<?php endif; ?>
</article><!– #post-## –>
<?php endwhile; ?>`My apologies, I just realized that custom confirmation email are only available in the Pro version of the plugin.
Thanks!
Hi Gal!
I downloaded the new version and it works perfectly. No more issues at all. You guys have such good support – and so fast too!Love all the improvements you keep making to the plugin. It really is the best out there. Thanks for all your continued efforts!
Christie
This is indeed Good News Gal!
Your animated GIF on Facebook shows off this new function very well. I just updated our ‘Folders Pro’ plugin and the new sorting option is working beautifully. So cool and so handy.
Thanks a million for putting in the many hours of hard work it must have taken to add this valuable feature. I appreciate it and I know others will too.
:-)Christie
- This reply was modified 5 years, 10 months ago by cgholl.
Hi Gal,
When I referred to sorting, I meant that when one creates folders – if you want them them in alphabetical order for example, you must do this manually by moving them up or down in the list. Or, as another example, if someone wanted to sort their folders in order of creation date – that would be quite cumbersome. There are probably other ways of sorting that could be beneficial as well.
A sorting option would become increasingly valuable as the number of folders grows within the system. It’s already a stellar plugin, this is just a wish-list item. Thanks for your work on the plugin and for your further inquiry about my review. It’s always nice to know that someone is listening.
All the best to you,
ChristieThanks Eugenia! I will try your software again down the road for the next large gallery I make and will definitely make the suggested change to the .htaccess file first.
Appreciate your time and assistance very much.
Christie
Thank you for your quick reply Eugenia.
The problem with publishing the gallery seems to be directly related to the number of images contained in the gallery — the unpublishable gallery in question had 136 photos in it.
After submitting the support ticket to you guys, I deactivated all my plugins, but still the gallery would not publish.
Then with all plugins turned on, I created a test gallery containing only about 50 images and it published and worked just fine. But again the larger gallery would not publish.
Sad to say, even though I like the BestWebSoft Gallery, I had to move on to another plugin that could accommodate the large number of images as I needed to get the gallery done for a client right away. So there is no need for an ongoing support ticket.
Perhaps you could do some tests on your end to see if a large number of images may cause problems with the plugin. Other than that hiccup, I think your plugin is very good and would try it again in the future.
Cheers,
ChristieForum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Admin CSSThanks bunches Patrick!!
Great plugin and stellar support… what more could we ask.Christie
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Admin CSSI was just about to post that I was having the same problem with the broken display in the menu editing panel. Guess there’s no need for that now 🙂
So instead, I’ll just say thank you Patrick for handling the issue and thanks to mr_milo for pointing it out. Sweet!
Christie
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Change Password Message TextPlease ignore this request and accept my apologies. I just found your documentation page and see that this functionality is already built into Passster via shortcode.
Sweet! Sorry I did not see this before I posted.Appreciate your work on this plugin!!
Christie
Hello Patrick,
I was combing through your support posts and came across one in which you explained that this fatal error is probably caused because the PHP version running on the server is too old. Sorry I missed this on my first search through the support forum.
Makes total sense – my version is old. I will upgrade to the latest version of PHP and try again.
Best,
Chris