pakpenyo
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Custom Thumbnail not workingI’m now using native lazyload. All working fine. Thanks a lot for plugins and support.
Forum: Plugins
In reply to: [WordPress Popular Posts] Custom Thumbnail not workingStill, that variable is not defined anywhere within your function so unless it’s a global variable then that bit of your code isn’t really doing anything.
Line
$img_id = 28105;
it’s the default image ID.Most likely the reason is that the generated HTML code is being encapsulated within the?Shadow DOM?when the AJAX feature is enabled (something I plan on changing soon as that wasn’t intended), hence vanilla-lazyload’s script might not be able to reach it (but this is mere speculation, haven’t really tested anything as I just woke up haha).
Take your time.
6.1.4 worked fine after replacing line 166 insrc/Output.php
which caused a large error_log with a fix from 6.2.0.Forum: Plugins
In reply to: [WordPress Popular Posts] Custom Thumbnail not workingThanks for the reply.
The
$img_id
is default image for articles without image. I still use 3rd party lazy library for more control. I have several iframe need lazyload (Firefox loading lazy only work with images).What I’ve found so far is to disable the Load popular posts list via AJAX, and all the images appear. There is something wrong/conflict with
<div class="wpp-shortcode wpp-ajax">
. I’m using Litespeed Cache and always enable that option.Thanks a lot. It’s working great.
Forum: Plugins
In reply to: [Posts 2 Posts] PHP8.0 Fatal errorStill have a warning
Deprecated: Required parameter $nonce follows optional parameter $formdata in /wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Forms.php on line 65 Deprecated: Required parameter $args follows optional parameter $file in /wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Cron.php on line 24
? php -v PHP 8.0.19 (cli) (built: May 12 2022 02:41:55) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.19, Copyright (c) Zend Technologies
Thanks @stiofansisland for the update.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Without jQueryThanks.
Forum: Plugins
In reply to: [a3 Lazy Load] Deregister cssI have some question.
Trying deregister/dequeue a3_lazy_load.min.css but can’t get work.
Forum: Plugins
In reply to: [mobble] PHP71 CompatibilityNow i’m using with :
global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_edge, $mobble_detect; $classes = array();
I’m using mobble with html class, not body class.
Forum: Plugins
In reply to: [mobble] PHP71 CompatibilityFixed. Add
$classes = array();
at the line:
// bonus if ( ! is_handheld() ) { $classes = array(); $classes[] = 'desktop'; }
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Resizing failsYes, i have some problem. And it’s fail to regenerate thumbnail…
PHP5.4.45
LiteSpeed V6.8
GD 2.1.0 compatible
imagick 3.1.2Forum: Plugins
In reply to: [mobble] HTML ClassThat’s great! It’s work fine.
Thanks a lot scotts.Forum: Plugins
In reply to: [mobble] HTML ClassIt’s not working scott.
only Array at html class. From wp_debug:
Array to string conversion Missing argument 1 for mobble_body_class()
head.php
<html class="no-js <?php echo mobble_body_class(); ?>" <?php language_attributes(); ?>>
Forum: Plugins
In reply to: [mobble] HTML ClassForum: Plugins
In reply to: [W3 Total Cache] Feedburner not Working# BEGIN Feed <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC] RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC] RewriteRule ^feed/?([_0-9a-z-]+)?/?$ https://feeds.domain.com/feedurl [R=302,NC,L] </IfModule>
I’m not using Feedsmith since a long time, but 9.2.7/9.2.8 break my feedburner with this htaccess.
And i’m using Feedburner with my own domain (MyBrand Service), but change it to origin feedburner with 9.2.7/9.2.8 nothing help.
Forum: Plugins
In reply to: [W3 Total Cache] Feedburner not WorkingBut now i’m using 9.2.5…. ??
Yes, i’m not trying to switch disk basic and i think thats true, switch to disk basic like 9.2.5 is the “temp” solution.