cp_user
Forum Replies Created
-
Hi Alexander,
I created a dropbox link to our theme and sent you an email.
Thanks again, RK
Yes Alex, I did email you. But as you are using an gmail email account, I am not able to send you email attachments as google will restrict and delete any attachments with php coding.
I would suggest that you get you own private email account to enhance your own online presence. It is not ok to ask for login to our server when you cannot even receive basic emails yourself.
I do think your product is well needed and strong, but communication needs to travel both ways.
Cheers RK.
Hopefully it can be fixed ??
Hi Alexander, here are answers to your questions.
1. Installed Clearfy, everything works.
After activating Defence —> Hide errors when logging into the site, the plugin works using the wp-login.php page.
The plugin also works with our theme when using the default wp-login login page.
As soon when activating our theme’s default login page, the problem begins.2. Our theme is ClassiPress by AppThemes.com – using it’s own login page.
3. The error message is:
This page isn’t working.
https://site.com is currently unable to handle this request.
HTTP ERROR 5004. Sorry no test site.
5. No screenshots.
Your plugin is written well for the default wp-login.php page. The problem is using this plugin for custom themes login pages.
Cheers :-))
Hi Uniqe_Eric,
Your answer was totally correct. Made me do some more checks and discovered a fault with the plugin.
The green buttons: Include CSS and Include JS does nothing.
You actually have to type in .css and .js in the Include File Types fields, one per line.I was typing css and js missing the dot.
Anyhow for now, the select buttons for js and css are just dummy buttons – they don’t work on Mac OS for sure.
Great plugin now that everything is finally working – CHEERS
And yes, go ahead and delete the duplicate post :-))
- This reply was modified 6 years, 10 months ago by cp_user.
Forum: Plugins
In reply to: [LiteSpeed Cache] LS CDN does not work – But other CDN Plugins works great.Now works but with to be continued with post above…
LS Cache not combining CSS and JS when used with CDN network
Forum: Plugins
In reply to: [LiteSpeed Cache] LS CDN does not work – But other CDN Plugins works great.Thank you for new version 1.7.1.1
Cheers cp_user
To clarify the issue after emailing with LiteSpeed, the correct way is to use http or https in the CDN URL.
So I have put the CDN URL to:
Put Origional URL to:
//www.site.ca/
Looking at the source code below shows that the CDN URL is not being inputted correctly when using the LiteSpeed CDN plugin.
Should have been https://cdn.site.ca but is https://www.site.ca<meta charset=”UTF-8″><link rel=’stylesheet’ id=’open-sans-css’ href=’https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext’ type=’text/css’ media=’all’ /><link data-optimized=’2′ rel=’stylesheet’ href=’https://www.site.ca/min/4d608.css’ /><script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js’></script><script data-optimized=’1′ src=’https://www.site.ca/min/17b39.js’ ></script>
Still getting Grade F on Use a Content Delivery Network (CDN)
There are 6 static components that are not on CDN.LiteSpeed Report Number
Report number: NGHRXPKV
Report date: 12/30/2017 02:29:11
- This reply was modified 6 years, 11 months ago by cp_user.
Sorry for the double post. Do not comment here – instead please use the previous bigger post as it was moderated by James Huff.
Thank you cp_user.
Sorry folks for the double post. Please comment using this one as it was moderated by James Huff.
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] LS CDN does not work – But other CDN Plugins works great.Oki just sent you the report.
Forum: Plugins
In reply to: [LiteSpeed Cache] LS CDN does not work – But other CDN Plugins works great.I Checked the Max Combined File Size.
Set to 7.2 MB already from the beginning
Forum: Plugins
In reply to: [LiteSpeed Cache] LS CDN does not work – But other CDN Plugins works great.Forum: Plugins
In reply to: [LiteSpeed Cache] LS CDN does not work – But other CDN Plugins works great.Finally connected to my CDN provider as follows:
1. LiteSpeed Plugin –> CDN Settings –> CDN Mapping
Suggested URL use https://cdn.site.com/ is incorrect.
Used: cdn.site.com/
Original URL suggestion is ok. Used: //www.site.com/
Verified in page source code:
href=’https://cdn.site.com/wp-content/themes/assets/styles/main.css’2. YSlow Grade using LiteSpeed CDN Setting:
Overall performance score 85
Grade F on Make fewer HTTP requests
This page has 18 external Javascript scripts. Try combining them into one.
This page has 6 external stylesheets. Try combining them into one.
This page has 7 external background images. Try combining them with CSS sprites.3. YSlow Grade using LiteSpeed with JCH Optimize Pro CDN Setting:
Got the same score. All features in JCH Optimize turned off except CDN.
4. Turned Off LS CSS & JS Combine –> JCH CDN, CSS and JS Combine On:
Overall performance score 99
Grade A on Make fewer HTTP requests
This page has 7 external background images. Try combining them with CSS sprites.It seems that LiteSpeed Cache is unable to combine JS and CSS when activating it’s CDN feature. When not using the LS CDN it will combine as verified in source code.
- This reply was modified 6 years, 11 months ago by cp_user.