Sourav Pan
Forum Replies Created
-
Ok after disabling LiteSpeed Cache plugin this message is not showing but when clicking on sing in with google button it does not working.
Ok done, i share the site health info, check it
WordPress Version: 6.4.1
PHP – 7.4
Mysql – 5.2.1
Also Showing this error, in older version.
[15-Nov-2023 15:15:53 UTC] PHP Notice: Undefined property: stdClass::$success in /home/u554146333/domains/xxxxxxxxxxxxx.com/public_html/wp-content/plugins/quick-adsense-reloaded/includes/scripts.php on line 909
[15-Nov-2023 15:15:53 UTC] PHP Notice: Undefined property: stdClass::$success in /home/u554146333/domains/xxxxxxxxxxxxx.com/public_html/wp-content/plugins/quick-adsense-reloaded/includes/scripts.php on line 909- This reply was modified 1 year, 3 months ago by Sourav Pan.
Here is the full code creating the problem:
function quads_render_media_query( $key, $value ) {
$lic = get_option( ‘quads_wp_quads_pro_license_active’ );
if( !$lic || (is_object( $lic ) && $lic->success !== true) ) {
return ”;
}$html = ''; if( isset( $value['desktop'] ) ) { //$html .= '/* Hide on desktop */'; $html .= '@media only screen and (min-width:1140px){#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } if( isset( $value['tablet_landscape'] ) ) { //$html .= '/* Hide on tablet landscape */'; $html .= '@media only screen and (min-width:1024px) and (max-width:1140px) {#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } if( isset( $value['tablet_portrait'] ) ) { //$html .= '/* Hide on tablet portrait */'; $html .= '@media only screen and (min-width:768px) and (max-width:1023px){#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } if( isset( $value['phone'] ) ) { //$html .= '/* Hide on mobile device */'; $html .= '@media only screen and (max-width:767px){#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } return $html;
}
Here is the 909 line of this code:
if( !$lic || (is_object( $lic ) && $lic->success !== true) ) {
I just temporarily fix id by Comment out or remove the license check since you’re using the free version.
function quads_render_media_query( $key, $value ) {
// Using the free version, so no license check needed.$html = ''; if( isset( $value['desktop'] ) ) { //$html .= '/* Hide on desktop */'; $html .= '@media only screen and (min-width:1140px){#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } if( isset( $value['tablet_landscape'] ) ) { //$html .= '/* Hide on tablet landscape */'; $html .= '@media only screen and (min-width:1024px) and (max-width:1140px) {#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } if( isset( $value['tablet_portrait'] ) ) { //$html .= '/* Hide on tablet portrait */'; $html .= '@media only screen and (min-width:768px) and (max-width:1023px){#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } if( isset( $value['phone'] ) ) { //$html .= '/* Hide on mobile device */'; $html .= '@media only screen and (max-width:767px){#quads-' . $key . ', .quads-' . $key . ' {display:none;}}' . "\n"; } return $html;
}
I think the plugin is building link automatically now, i just made some changes in wp-config.php
define(‘DISABLE_WP_CRON’, false);
Yes, ?all the pending actions are stuck at pending for a long time, i have to click on run button manually
i think this plugin not building internal links automatically, i have to do it manually from the Scheduled Actions, when i click on Run button in Scheduled Actions section the link buling progress bar is working
action scheduler – https://prnt.sc/kzJnAn1lPbkF
Failed – https://prnt.sc/pcaHNmDG7vEF
Here is php error log: https://prnt.sc/kceq86LXdBrs
Here is debug log: https://prnt.sc/8mNZ2dTdQmg0
Forum: Plugins
In reply to: [Internal Links Manager] Making website slowIs there any update?, When i activate this plugin it casuing huge load on cpu, cpu usage limits is crossing, Recently I upgraded my plan to new one 6gb ram, still this problem is occurring. Need urgent help. fix this problem
Forum: Plugins
In reply to: [Internal Links Manager] Making website slowWhen my website was down, i asked support team, they checked my problem and said: this plugin is broken and started to malfunction.
Forum: Plugins
In reply to: [Internal Links Manager] Making website slowI am using Cloud?Server of hostinger the Startup Plan. And i added 30-35 Links
Forum: Plugins
In reply to: [LiteSpeed Cache] in pagespeed getting 41 score after install litespeedIn google pagespeed showing this messages
Use?Ezoic Leap?and enable
Lazy Load Images
to defer loading off-screen images until they are needed.Use?Ezoic Cloud Caching?to cache your content across our world wide network, improving time to first byte.
Use Ezoic Leap and enable
Optimize Fonts
to automatically leverage thefont-display
CSS feature to ensure text is user-visible while webfonts are loading.I don’t know why?