meideserve
Forum Replies Created
-
I have the same issue here too. How to fix this problem??
Forum: Plugins
In reply to: [WPFront Scroll Top] MISSING image NEWHi, I was going to try what you suggested. But before that I just tried to test again and suddenly the problem seem to be no longer existing.
Network Log:
Request URL: https://meide.sg/wp-content/plugins/wpfront-scroll-top/images/icons/41.png Request Method: GET Status Code: 200 (from memory cache) Referrer Policy: strict-origin-when-cross-origin accept-ranges: bytes cache-control: max-age=31557600 content-length: 2359 content-type: image/png date: Wed, 21 Sep 2022 06:56:25 GMT expires: Tue, 19 Sep 2023 17:41:27 GMT last-modified: Thu, 11 Aug 2022 07:59:38 GMT server: nginx x-httpd: 1 x-proxy-cache: HIT
Forum: Plugins
In reply to: [WPFront Scroll Top] MISSING image NEWThank you. I tried a few times to clear all my caches… (i use litespeed cache wp plugin). Successful cleared. but problem persists. I noticed the same network error : “status Code: 304 (from disk cache)” but the rest of the page resources and images all status 200 success and from memory cache.
Why is there this problem?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] 6.1.1 window resize probNo, there is no problem with “To Top” button. The problem is:
Please refer to the screenshots at:
https://drive.google.com/drive/folders/1fNFxQqcvcU-5c0Olvh0TMklJFDWEKMk7?usp=sharingWhenever we resize the window from big to small or vice versa, to test desktop vs mobile view, the multiple elements ticked as FIXED WIDGET get stuck and overlap on each other, causing a problem as user cannot click the element correct and accurately.
Thank you!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] 6.1.1 window resize probHi thank you and I saw it is 6.1.1 still version same but anyyay I uploaded and replaced current plugin. But the same problem is persistent as per before. U can check out the live website to see the persistent problem… Pls help asap thank you!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] 6.1.1 window resize probI used the 25 AUg one. Is that correct? can u send the link here again?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] 6.1.1 window resize probHi! I tried on my end but the same problem still exists. You can see and test it yourself at:
https://meide.sg/hari-raya-puasa-2022/Forum: Plugins
In reply to: [LiteSpeed Cache] JS Combine External N Inline ProblemHola! Hope to get a reply soon! THanks!
Forum: Plugins
In reply to: [Contact Form 7] Separate _date special mail tag from postbump! any updates pls?
Forum: Plugins
In reply to: [Contact Form 7] Separate _date special mail tag from postjust to add on, I am considering to add on this :
function fullmonth() {
let d = new Date();
let m = d.getMonth() + 1;
return m;}function wpcf7p-date() {
let d = new Date();
document.getElementById(“demo”).innerHTML=
d.getDate() + “/” +
fullmonth() + “/” +
d.getFullYear() + ” ” +
}`Forum: Plugins
In reply to: [Contact Form 7] Separate _date special mail tag from postThank you Takayuki, but I was thinking of editing directly into : includes > special-mail-tags.php
in order not to break the code may I seek your advice on which parts should i add/remove?
>>>
if ( '_date' == $name or '_time' == $name ) { if ( $timestamp = $submission->get_meta( 'timestamp' ) ) { if ( '_date' == $name ) { return wp_date( get_option( 'date_format' ), $timestamp ); } if ( '_time' == $name ) { return wp_date( get_option( 'time_format' ), $timestamp ); } } return ''; }
Forum: Plugins
In reply to: [Contact Form 7] Separate _date special mail tag from postThanks and that helps! Makes pretty good sense! May I ask if you are able to help?
I am considering how I can best do this.
Is this done by adding a filter to functions.php?Forum: Plugins
In reply to: [Easy Table of Contents] URGENT VIEWPORT STUCK PROBLEMHi Steven??
Forum: Plugins
In reply to: [Easy Table of Contents] URGENT VIEWPORT STUCK PROBLEMThanks once again Steven, for replying and trying that out.
Just a few minutes ago, I tried a few times on my iphone.I managed to replicate the problem here:
https://drive.google.com/drive/folders/1RPFMRteRN2QQgyBc1xGMxN8HPvhEKkHR?usp=sharingThere are two videos. One shows the problem. The second one doesn’t.
The difference is that in the video without the problem, there are multiple safari browser tabs opened, as I had tried to re-create the problem. Somehow, the problem only appears when ALL safari browser tabs are closed (and perhaps cache, history and cookies all cleared). in other words, when the link is tapped upon, and there aren’t already any tabs opened that are of the website/webpage (i haven’t troubleshooted to pinpoint whether tabs opened of the same website affects this).
Does this help?
Able to create the issue on your end?
- This reply was modified 3 years, 4 months ago by meideserve.
Forum: Plugins
In reply to: [Easy Table of Contents] URGENT VIEWPORT STUCK PROBLEMHi Steven, many thanks for your reply and help!
Could you try this specifically?
Use handphone (my user was using iphone specifically), Safari Browser and go to this link:
https://meide.sg/army-lessons-on-how-to-overcome-cleaning-problems/#Bonus_Lesson_from_the_SAF_DaysAble to see or experience the issue?