zorbon
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Push Notifications - Webpushr] Will not uninstall.Resolved. Had to remove header code too.
Foo Gallery and Lightbox ARE enabled.
Once I was able to install Rankmath, I re-enabled Foo and it appears to be working…but the install was experiencing headers already sent issues.
Test page: https://www.barplan.com/home-bar-photos/- This reply was modified 5 years ago by zorbon.
Forum: Fixing WordPress
In reply to: /* ]]> */ at top and bottom of all pagesThanks Naveen, I’ll try using query monitor plugin
Forum: Fixing WordPress
In reply to: /* ]]> */ at top and bottom of all pages3912 /** * Filters whether to trigger an error for deprecated functions. * * @since 2.5.0 * * @param bool $trigger Whether to trigger the error for deprecated functions. Default true. */ if ( WP_DEBUG && apply_filters( 'deprecated_function_trigger_error', true ) ) { if ( function_exists( '__' ) ) { if ( ! is_null( $replacement ) ) { /* translators: 1: PHP function name, 2: version number, 3: alternative function name */ 3923 trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $function, $version, $replacement ) ); } else { /* translators: 1: PHP function name, 2: version number */ trigger_error( sprintf( __('%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.'), $function, $version ) ); } } else { if ( ! is_null( $replacement ) ) { trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $function, $version, $replacement ) ); } else { trigger_error( sprintf( '%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.', $function, $version ) ); } } } } 3938 /**
Forum: Fixing WordPress
In reply to: /* ]]> */ at top and bottom of all pagesHere is the code from the wp-includes/functions PHP…looks like just and error catcher. Starts at 3912 – 3938. 3923 marked.
3912 /**
* Filters whether to trigger an error for deprecated functions.
*
* @since 2.5.0
*
* @param bool $trigger Whether to trigger the error for deprecated functions. Default true.
*/
if ( WP_DEBUG && apply_filters( ‘deprecated_function_trigger_error’, true ) ) {
if ( function_exists( ‘__’ ) ) {
if ( ! is_null( $replacement ) ) {
/* translators: 1: PHP function name, 2: version number, 3: alternative function name */
3923 trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s! Use %3$s instead.’), $function, $version, $replacement ) );
} else {
/* translators: 1: PHP function name, 2: version number */
trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s with no alternative available.’), $function, $version ) );
}
} else {
if ( ! is_null( $replacement ) ) {
trigger_error( sprintf( ‘%1$s is deprecated since version %2$s! Use %3$s instead.’, $function, $version, $replacement ) );
} else {
trigger_error( sprintf( ‘%1$s is deprecated since version %2$s with no alternative available.’, $function, $version ) );
}
}
}
}3938 /**
Forum: Fixing WordPress
In reply to: /* ]]> */ at top and bottom of all pagesI turned debug on and get a ton of duplicate errors stating “Notice: get_currentuserinfo is depricated since version 4.5.0! Use wp_get_current_user() instead. in …path../wp_includes/functions.php on line 3923.
One of the error lines include the oddball string.
I agree, it look like something is echoing the comment string /* ]]> */ as screen output.
Forum: Reviews
In reply to: [Contact Form 7] Recaptcha v3 on every page, seriously?Agreed, Looks like it’s time to find a new form solution.
Forum: Reviews
In reply to: [Amazon Associates Link Builder] Love it!Yes, it can appear to work and looks nice, but does it actually give you credit for sales? That’s been my concern. While SiteStripe links convert at nearly 4%, this plugin and the carousel links convert at less than .08%
Forum: Reviews
In reply to: [Amazon Associates Link Builder] No Affiliate Credit?MORE PROOF:
In the Link Type Performance Report, it shows the link Builder got 6433 impressions, but got only 20 clicks and zero conversions, whereas, the straight product links got a mere 89 impressions, but somehow 165 clicks and a 4.24% conversions rate. Something is wrong.Forum: Fixing WordPress
In reply to: /* ]]> */ at top left of pageThat javascript is from McAfee and is used within a footer widget. But when I remove the widget and javascript the /* ]]> */ remains.
Tried deactivating caching and all suspect plugins.
No joy.Forum: Fixing WordPress
In reply to: /* ]]> */ at top left of pagesorry at first I thought it was missing the leading slash, but it’s all there.
- This reply was modified 6 years, 7 months ago by zorbon.
Jules – after further research it looks like you have the winning responsive solution for NATIVE galleries. Review totally revised. Good to see you are listening. Purchased Pro last night. Well worth it. Keep up the great work.
BTW – uninstall issue was a caching problem.
- This reply was modified 7 years, 4 months ago by zorbon.
Forum: Plugins
In reply to: [Video Background] Responsive small devices issueNot to piggy back your question, but I don’t see the video at all on mobile.
when you browse the source folder, use shift and control keys to select multiple files. That’s how it works.