hothbricks
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Version 2.0 – CSS issueit fixes the issue indeed
Forum: Plugins
In reply to: [Comments - wpDiscuz] Latest v7.3.13 doesn’t show any comments<b>Fatal error</b>: Uncaught Error: Call to undefined function sanitize_text_field() in /wp-content/plugins/wpdiscuz/utils/ajax/wpdiscuz-ajax.php:5 Stack trace: #0 {main} thrown in <b>/wp-content/plugins/wpdiscuz/utils/ajax/wpdiscuz-ajax.php</b> on line <b>5</b>- This reply was modified 4 years, 1 month ago by hothbricks.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Latest v7.3.13 doesn’t show any comments7.3.14 does not solve the issue
Error thrown when trying to add snippet :
post-new.php:153 Uncaught ReferenceError: postsnippet_ is not defined at HTMLDivElement.Insert (post-new.php:153:11) at HTMLButtonElement.<anonymous> (dialog.min.js?ver=1.13.0:9:7057) at HTMLButtonElement.dispatch (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks,moxiejs,plupload&ver=5.9:2:43064) at HTMLButtonElement.v.handle (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks,moxiejs,plupload&ver=5.9:2:41048)Same issue here, adding a snippet does nothing anymore.
Forum: Plugins
In reply to: [Admin Commenters Comments Count] PHP8 SupportLooks like it works now. Thanks for fast update.
Forum: Plugins
In reply to: [Admin Commenters Comments Count] PHP8 SupportHi,
Yes, I got this error message :Warning : The magic method c2c_AdminCommentersCommentsCount::__wakeup() must have public visibility in…admin-commenters-comments-count.php on line 88
Thanks for your answer, indeed slider is sometimes useless on mobile version, it takes a lot of space and impact CLS.
I was trying to unslick it instead of hiding it, but I had no success using this script only for screen resolution below 500 px.
If I display a slider on desktop version and I do not want it on mobile below a X resolution, I need to go for display:none, assuming my theme is responsive.
But with slick slider, you can destroy the slider through unslick function. I was wondering if it was possible here.
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] Bug Report: JS Error in WP Admin pagesI think the plugin creator gave up a while ago.
I solved this issue by changing the below lines in visual-editor-custom-buttons.php (1088 to 1100)if ($radio == "wrap") { $content .= "QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$left_tag."', '".$right_tag."' ); "; } else { $content .= "QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$block_content."', '' ); "; } endif; endwhile; $content .= " QTags.addButton( 'tag', 'Link Tag', prompt_user );to
if ($radio == "wrap") { $content .= "if ( typeof QTags != 'undefined' ) {QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$left_tag."', '".$right_tag."' )}; "; } else { $content .= "if ( typeof QTags != 'undefined' ) {QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$block_content."', '' )}; "; } endif; endwhile; $content .= " if ( typeof QTags != 'undefined' ) {QTags.addButton( 'tag', 'Link Tag', prompt_user )};Forum: Plugins
In reply to: [Comments - wpDiscuz] Load More problem with SiteGround Memcached EnableSame issue here, same answer from Host. It all comes down to Wpdiscuz, nothing to do with memcached.
Same issue occurs with Redis by the way.Forum: Plugins
In reply to: [Cloudflare] Pagination issue solved but another issue appearedNo solution as far as I know, you need to clear Cloudflare cache each time you push a new content
Forum: Plugins
In reply to: [Cloudflare] Pagination issue solved but another issue appearedI also downgraded to 3.8.7 and it’s back to normal
but without pagination purge- This reply was modified 5 years, 3 months ago by hothbricks.
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Issue between Onesignal Plugin and AMPThansk for your fast reaction !
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Issue between Onesignal Plugin and AMPOk, so I notified the AMP developers about this issue, you will find a working fix here :
https://github.com/ampproject/amp-wp/issues/5297
But it’s still on Onesignal side to update their plugin to fix this.