v1rtual1st
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Page Builder Field] Fatal error on activationProblem still occurs on plugin activation:
Parse error: syntax error, unexpected T_FUNCTION in /home4/skynetco/public_html/AClients/astrology/wp-content/plugins/acf-page-builder-field/acf-page-builder-field.php on line 394
Forum: Hacks
In reply to: DOMPDF doesn't workDOMPDF: https://github.com/dompdf/dompdf
Creates PDF files with HTML makrup.
Sorry for the late reply on this. Our client had additional request so we did not find your plugin suiting our needs. It is awesome through. We have implemented complete new ajax solution. Can’t provide the code (functionality is a bit different then the one your plugin offers) as the other dev was working on this. Thank you for your time.
Ok I will be on this tomorrow, will provide feedback on completion. Thx again
Ok, thank you.
Yes exactly
Thank you for all the help and sorry for trouble.
For others:
Clicking ‘Save Changes’ on the Customize page did the trick.I have provided login details through support page.
Tried that already and doesn’t fix anything.
Links provided are from clean wordpress install.Observation1
I am looking at the //Date section within custom-facebook-feed.php
Maybe there should be all parameters provided together with indluce=date so date can be displayed. datepos,datesize,dateweight and so on..
– maybe some parameter is missingObservation2
Shortcode that you provided contains include date but is not on first position after ‘=’ and feed display but without date. When date is on first position after include then it breaks and feed doesnt display.I have created one page with each shortcode example tried + provided link to each:
1. custom facebook feed include date only – doesn’t work
Shortcode:[custom-facebook-feed id=106976563522 include=date]
URL: https://lolcore.org/custom-facebook-feed-include-date-only/2. custom facebook feed provided shortcode – works but there is no date
Shortcode:[custom-facebook-feed id=106976563522 showpostsby=me showauthor=false include=sharedlinks,desc,date num=15 desclength=250 cachetime=10 cacheunit=minutes limit=30]
URL: https://lolcore.org/custom-facebook-feed-provided-shortcode/3. custom facebook feed original shortcode – works
Shortcode:[custom-facebook-feed id=106976563522 showpostsby=me showauthor=false exclude=author,text num=15 desclength=250 cachetime=10 cacheunit=minutes limit=30]
URL: https://lolcore.org/custom-facebook-feed-original-shortcode/4. custom facebook feed with include date – doesn’t work
Shortcode:[custom-facebook-feed id=106976563522 showpostsby=me showauthor=false exclude=author,text num=15 desclength=250 cachetime=10 cacheunit=minutes limit=30 include=date]
URL: https://lolcore.org/custom-facebook-feed-with-include-date/It is still broken.
1. When I put provided shortcode feed displays but still without date.
2. When I put shortcode with only include date then feed also disappears.[custom-facebook-feed id=1476363579242716 include=date]
cff-link-title
cff-link-caption
cff-post-desc
date– showpostsby me
– show min 15 posts
– show max 30 posts
– cache limit 10 minutes
– desc length 250 charactersTHIS WORKS:
[custom-facebook-feed id=1476363579242716 showpostsby=me showauthor=false exclude=author,text num=15 desclength=250 cachetime=10 cacheunit=minutes limit=30]
THIS DOESNT:
[custom-facebook-feed id=1476363579242716 showpostsby=me showauthor=false exclude=author,text num=15 desclength=250 cachetime=10 cacheunit=minutes limit=30 include=date]Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Stopped workingProblem solved by restoring whole WordPress website to an earlier version.
Possible reason of this bad behaviour could be that some options in w3tc didnt perform as it should.
I have noticed message (something like): “W3tc now uses standard setup options as config dat couldnt be found” after restoring backup.I have deactivated and deleted w3tc plugin and for now, there is no bad behaviour.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Stopped workingI have tried to clear browser cache + reset browser to defaults.
I have noticed in the URLs that when I press on search button, plugin builds URL this way: [metakey]=regij&cmf[0][compare]=1&cmf[0][value]=uwpqsfcmfall – this should work (as it worked before) but it doesn’t.
After clearing cache directly from page (in the wp bar there is performance tab that w3tc outputs and you can click on it and empy cache from there) URL is: [metakey]=regij0cmf[0][compare]=10cmf[0][value]=uwpqsfcmfallLook the difference:
[metakey]=regij&cmf[0][compare]=1&cmf[0][value]=uwpqsfcmfall
[metakey]=regij0cmf[0][compare]=10cmf[0][value]=uwpqsfcmfall– cache reset changes URL in a way it replaces “&” with numbers.
Starts with 0 and goes 12345… for every “&” sign in URL.
Strange is that plugin returns results only with those numbers when clearing cache changes URL.I have tried complete removal of w3tc from various guides found online (uncheck all options -> deactivate -> delete -> remove files from server) and problem persists.
Please tell me what to do to fix this.
I can provide access to wp-admin if needed via personal contact.