hothbricks
Forum Replies Created
-
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, 4 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.
Looks like re-saving empty fields in the proxy tabs makes the error notice to go away.
Version 3.3.9 here
In the setting tabs :
Do NOT add the featured image to the website’s RSS feed is unchecked
User Agent to use when accessing the feed :
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36
Proxy Settings :
Host / port are emptyPHP 7.3
WP 5.2.2Hi,
notice appears above the feed content on the page itself. One notice for every feed.
Still happens whatever the shortcode (I use [feedzy-rss feeds=”here-goes-the-url” feed_title=”yes” refresh=”1_days” title=”40″ meta=”yes” target=”_blank” summary=”yes” summarylength=”200″ thumb=”yes” size=”40″]
Solved indeed, thanks
Same here, server went down with 10.1.2 in minutes because of all those errors on all of our websites. had to revert every single website to 10.0…
Well, dirty fix witing for some better solution, but it works now :
Replace on line 579
if ( $domain == ‘wptouch-pro’ ) {
by
if ( $domain == ‘wptouch’ ) {Replace on line 646 :
if ( $domain == ‘bauhaus’ ) {
by
if ( $domain == ‘else’ ) {