itexilion
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] AMP + Cache Mobile, url blacklistGuest Mode, Guest Optimization, Cache Mobile enabled
Forum: Plugins
In reply to: [LiteSpeed Cache] AMP + Cache Mobile, url blacklistStandard is AMP only, but i’m testing now on non-amp site and get same result, Guest Wbebp mobile and guest mobile blacklists all urls except main page
in debug log i get
[Ctrl] X Cache_control -> no Cache ( is mobile )Forum: Plugins
In reply to: [Calculated Fields Form] CFF customization on AMP pagesDone)
Forum: Plugins
In reply to: [Calculated Fields Form] CFF customization on AMP pagesHello, i tried to enable AMP on page with CFF form, there is no scrollbar now, but only limited part of form is shown, it looks like overflow button to “show more” is missing.
Here are examples of AMP, there is a resizable example which works for me as well
AMP
and my test-page with this code
test-pageForum: Plugins
In reply to: [LiteSpeed Cache] URL blacklistOk, i misconfigured CFF plugin, problem is found and solved)
- This reply was modified 4 years, 5 months ago by itexilion.
Forum: Plugins
In reply to: [Calculated Fields Form] No cache CFFfeeling dumb now, i readed it as βTick the checkbox if there is an optimization plugin active on the website, and the forms ARE VISIBLE.β
Problem is solved now)
Forum: Plugins
In reply to: [LiteSpeed Cache] URL blacklistCan you help me to fix it? In log i found follwing for affected page:
12/14/21 11:04:05.374 [185.122.54.107:61970 1 OQJ] π° [Tag] Add --- HTTP.200 12/14/21 11:04:05.377 [185.122.54.107:61970 1 OQJ] [Ctrl] X Cache_control init on 12/14/21 11:04:05.425 [185.122.54.107:61970 1 OQJ] [Ctrl] X Cache_control -> no Cache ( nocache CFF Form ) 12/14/21 11:04:05.428 [185.122.54.107:61970 1 OQJ] [Ctrl] X Cache_control -> no Cache ( nocache CFF Form ) 12/14/21 11:04:05.489 [185.122.54.107:61970 1 OQJ] [Ctrl] X Cache_control -> no Cache ( nocache CFF Form ) 12/14/21 11:04:05.512 [185.122.54.107:61970 1 OQJ] [Vary] No pending comment 12/14/21 11:04:05.527 [185.122.54.107:61970 1 OQJ] [Core] Footer hook called 12/14/21 11:04:05.529 [185.122.54.107:61970 1 OQJ] [Core] Footer check passed 12/14/21 11:04:05.530 [185.122.54.107:61970 1 OQJ] π° X-LiteSpeed-Cache-Control: public,max-age=604800 12/14/21 11:04:05.530 [185.122.54.107:61970 1 OQJ] π° X-LiteSpeed-Tag: e02_HTTP.200,e02_post,e02_URL./ru/kalkulator-otchislenij/,e02_Po.644,e02_guest,e02_ 12/14/21 11:04:05.531 [185.122.54.107:61970 1 OQJ] [Core] Footer check passed 12/14/21 11:04:05.531 [185.122.54.107:61970 1 OQJ] [Media] finalize 12/14/21 11:04:05.533 [185.122.54.107:61970 1 OQJ] [Optm] start 12/14/21 11:04:05.537 [185.122.54.107:61970 1 OQJ] [Optm] rm css snippet [Google fonts] https://fonts.googleapis.com/css?family=Cormorant+SC%3A300%2Cregular%2C500%2C600%2C700&display=swap&ver=3.1.0 12/14/21 11:04:05.538 [185.122.54.107:61970 1 OQJ] π° [Tag] Add --- MIN.823b9ca91dc1a1bcd2f081c277d7cd88.css 12/14/21 11:04:07.179 [185.122.54.107:61970 1 OQJ] π° [Tag] Add --- MIN.ca0eb231556106a3e62bbb62d67bf902.js 12/14/21 11:04:07.187 [185.122.54.107:61970 1 OQJ] End responseBut in CFF plugin Form Cache is activated and litespeed detected OK, any thoughts?
Forum: Plugins
In reply to: [Calculated Fields Form] jQuery checkbox .prop(‘checked’, true);Perfect as always)
Thank you!Forum: Plugins
In reply to: [Calculated Fields Form] hide/show toggle affecting all fieldsIt’s ok)
- This reply was modified 4 years, 5 months ago by itexilion.
Forum: Plugins
In reply to: [Calculated Fields Form] jQuery checkbox .prop(‘checked’, true);and with .click() it just focuses on checkbox, but doesn’t check it
Forum: Plugins
In reply to: [Calculated Fields Form] hide/show toggle affecting all fieldsHi, no I actually posted a code that works for me) Just if somebody will look for similar thing it will be the hint)
Forum: Plugins
In reply to: [Calculated Fields Form] hide/show toggle affecting all fieldsThat’s what i’m trying to avoid, to much work if there plenty of fieldsets,
find another solution
jQuery(this).parent().siblings('.hidedesc').toggle()Forum: Plugins
In reply to: [Calculated Fields Form] get Summary field valueIt works) Thanks for blazing fast support)
Forum: Plugins
In reply to: [Calculated Fields Form] Search in CFFOk, thanks! I’ll try it)
Forum: Plugins
In reply to: [Calculated Fields Form] Search in CFFI found in calculated field option to define dependencies like if value==’abc’ then show fieldnameXX it could also solve the task, but it works only with exact match, is there an operand “any” like * in windows (for example *.jpg will search all matches ending on .jpg)