J. Brown
Forum Replies Created
-
Forum: Plugins
In reply to: [Cool Video Gallery] upgrade to 4.0.1 broke pluginFirst of all, lets have a big round of applause for Wyllou. Removing the quotes seems to resolve the issue. All I am wondering is….
How did you think to do that?
And why does it work?I thought that there was some major coding change that was needed (via Charlston Software Associates) so why does just taking those quotes out make everything work fine?
Regardless, even if the plugin employs some “hackery”, I have yet to find another plugin that does what I need as much as this one does. As long as everything is working and our sites are not compromised….. Praveen has been mostly AWOL for years when it comes to support for CVG. My guess is that he has more important things going on in his life then troubleshooting free wordpress plugins.
I do think this plugin is valuable and if Praveen does happen to see this, or someone else who has more skills than I and is game to clean up the plugin (maybe Wyllou?) then it would be a great service to the spirit of independent internet.
Cheers Y’all.
Forum: Plugins
In reply to: [Cool Video Gallery] upgrade to 4.0.1 broke pluginWyllou-
Are you saying that by removing the quotes from the shortcode, the plugin worked again? I don’t have time to try this right now but maybe someone else can see give it a go and share the results.
Forum: Plugins
In reply to: [Cool Video Gallery] upgrade to 4.0.1 broke pluginI downgraded back to 4.0 and it’s back working right again. Didn’t expect a security update in the same version to mess with anything. If anyone does find a fix, do share. Cheers.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Edit link missingMy events are still showing in the the calendar view after upgrade, but when I click the event link to edit the pop up box comes up with no links for “edit this….edit this date only.”
Forum: Themes and Templates
In reply to: [Hostmarks] Child Theme for Hostmarks?Thanks. This does point me in the right direction. Definitely a wp_enqueue_style issue. I’ve been researching it and I’m still a little lost as to the function that needs to be added and if it goes in the parent or child theme folder.
If you or anyone might be so kind to hook me up, I’d be much obliged
This is in the parent theme functions.php:/** * Enqueue scripts & styles */ if ( ! function_exists( 'hostmarks_custom_scripts' ) ) : function hostmarks_custom_scripts() { wp_enqueue_script( 'hostmarks_custom_js', get_template_directory_uri() . '/library/js/scripts.js', array( 'jquery' ), '1.0.0' ); wp_enqueue_style( 'hostmarks_style', get_stylesheet_uri() ); } endif; add_action('wp_enqueue_scripts', 'hostmarks_custom_scripts');
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Hostmarks] Child Theme for Hostmarks?Yes. I have tried activating it but all I get is content with no theme.
Forum: Themes and Templates
In reply to: [Hostmarks] Child Theme for Hostmarks?At this point, I took everything out and just stripped it to this basic template(below) until I can figure out whats up. I also tried putting the full path for the import url but there is no difference. Appreciate you taking a moment.
/*
Theme Name: Hostmarks Child
Theme URI: https://www.abhyasayogacenter.com/wp-content/themes/hostmarks-child
Description: Hostmarks Child Theme
Author: Hostmarks.com
Author URI: https://hostmarks.com/
Template: hostmarks*/
@import url(“../hostmarks/style.css”);
/* =Theme customization starts here
——————————————————- */All fixed since the last update.
Kudos and thanks.Hey Mike-
I tried the fixes recommended. There was a missing end tag but even after putting it in, and clearing caches, I still get the same error. I also did some further checking and it looks like it might have something to do with a redirect function on the setting page:
“In case you’ve used the function: wp_redirect() or tried to use a header redirect after the header (or any content at all was sent) that error message will pop. Instead use javascript redirection if needed.”
???
Hey Mike-
No worries. It still says: “Temporarily disabled until …” in Settings>Media>WPsmushit and when I try to set it back to “Automatically process on upload” I still get the same error message I quoted above.
However, I am able to manually smush them from the library. So they are still not smushing on upload as desired but I am able to do it from within my admin which is still valuable.
If there is anything else I can tell you, let me know.
Thanks.I tried deleting the closing php tags in JSON/JSON.php and I still get the same errors when trying to set back to “Automatically process on upload”. No change.
However, I just discovered that I am now able to smush images manually in the media library.(?) A number of them (but not all) come back with “no savings” which makes me think that some were processed on upload despite it saying “not processed” (I always handle the images the same.) At least, I can smush them now from within wordpress. That’s something. But if we can find a way to get it back to automatic, I’d sure like that.
I do appreciate you trouble shooting this for me.
Any other ideas?Yes. I must agree. If it were possible to have the reply-to name be the user Name field then that would be ideal.
Forum: Plugins
In reply to: [Cool Video Gallery] problem with sort order after updateCopied all the files from jquery UI in wp-includes to cool-video-gallery js folder and it it still doesn’t work.
Did I miss something?Forum: Plugins
In reply to: [Cool Video Gallery] problem with sort order after updateHey geoffreysf-
Can you point me to where I get “the new jquery UI files” from.
Much obliged.Cheers.
Forum: Plugins
In reply to: [Cool Video Gallery] problem with sort order after updatePlug in still works as long as I load the videos in order and use the sort by video ID. But the drag and drop function for the sort order no longer works in 3.5.