globsticks
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] jquery render-blocking issue according to GtMetrixSure here it is:
https://pastebin.com/6rMXrcFJ
Thank you,Forum: Plugins
In reply to: [LiteSpeed Cache] jquery render-blocking issue according to GtMetrixForum: Plugins
In reply to: [LiteSpeed Cache] jquery render-blocking issue according to GtMetrixHi,
Here it is:
XKORILWW
Thank you,
Best RegardsForum: Plugins
In reply to: [LiteSpeed Cache] Reduce unused CSS/JS & avoid long main-thread tasksHi,
Here it is:
XKORILWW
Thank you,
Best RegardsForum: Plugins
In reply to: [LiteSpeed Cache] jquery render-blocking issue according to GtMetrixHi @qtwrk
I believe you are referring to these textareas:
Tuning settings ? js excludes
Tuning settings ? js deferred excludesIf so yes I already excluded it from both lists, unfortunately for GtMetrix it is still render-blocking resources (download time: 261ms)
https://example.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0
?Would help to pass this audit serve the wp-includes static folder which contains jquery path from a CDN?
https://shottr.cc/s/0g1L/SCR-20220504-mjq.png
Thank you
Best regards,Hello @aswingiri
It fixed it! one last question, is it possible UM plugin stores cache of customization code done to the plugin, I ask this because when I see in browser console I have noticed there’s some code left there
Thank you!
Forum: Plugins
In reply to: [Comments - wpDiscuz] rating widget does not update new votesHi,
the “Allow Guests to Rate” option has been enabled all this time
https://shottr.cc/s/0kWH/SCR-20220416-j7e.png
Let me know if you need wp admin temporary access to take a look inside
Thank you!!!
Forum: Plugins
In reply to: [Comments - wpDiscuz] “View Comments” button doesnt work in IOS mobilesForum: Fixing WordPress
In reply to: How to customize wp_notify_postauthor wordpress email templateHello @vijayhardaha
I would like to add a small logo with a link at the footer of the wordpress email template
add_filter('comment_notification_text', function ($notify_message){ $notify_message .= '<a href="https://example.com/"> <img alt="example" src="https://example.me/wp-content/uploads/2022/02/k.png" width="64" height="64">/a>'; return $notify_message; } );
the email template displays this HMTL code at the bottom
<a href="https://example.com/"> <img alt ="example" src="https://example.me/wp-content/uploads/2022/02/E.png" width="64" height="64">/a>
What should I do to display the image not the code? Thank you!
Hello @aswingiri
I indicated in WP to use my actual policy page recently, the issues affect to all “contributors” roles (basically all users), only the admin can see the privacy tab if he access it from the wp dashboard
Forum: Plugins
In reply to: [Comments - wpDiscuz] Stand-alone post rating and website optionI deleted all cache and opened in private mode, no change in text color has taken effect https://monosnap.com/file/iiU78kzRaJOZ4JGT74Kq4wcnXvEtmM live site url: https://pastebin.com/z15CQNMu Thank you!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Stand-alone post rating and website optionHello,
I applied the hex code #dddddd to the comment fields placeholder however the placeholder textarea text does not change
https://prnt.sc/MIP_Pf-dlxsJ
https://prnt.sc/feFsZHAbj0Cgany suggestions?
Thank youForum: Plugins
In reply to: [Comments - wpDiscuz] Stand-alone post rating and website optionHi,
1. it works fine.
2. the code
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover { background-color: #FF810A !important; }
does not change the background of the hovering unfortunately, I need the hovering over to be #FF810A instead of the current grey dark color, the white number and text is perfect
https://prnt.sc/UcmBZbyasNHs
https://prnt.sc/aZskCdbMtWeF
Here’s the live site:
https://pastebin.com/z15CQNMu3. is possible to change the color of this textarea placeholder to #00DDFF
https://prnt.sc/o63EIxpExlU0Thank you GVectors,
Hello @jadealombro
It worked
Thank you!Hello @jadealombro
I copied all code and pasted it there, found 0 errors and 185 warnings
It worked for the textarea box but the other wp forms containers are still aligned at the centerhttps://prnt.sc/1e7fsci
https://pastebin.com/DGe7X5UMBest Regards,