raperez
Forum Replies Created
-
Hello:
I have created a shortcode to recover some data from a table. To search in this table, I must recover a value from the actual post (global $post) where the shortcode is located. Unfortunately, this variable is empty when called via no content cache. I have also tried request=”remote” parameter with no luck.
When using the request=”remote” parameter my shortcode doesn’t work at all and I get an update error when trying to update the page where the shortcode is located.
Any other thing that could be done? Thanks again for your fantastic help!!
- This reply was modified 3 years ago by raperez.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] optiongroup for leaflet-lineThanks again!
You are a machine, much more than ChatGPT!
Forum: Plugins
In reply to: [Extensions for Leaflet Map] optiongroup for leaflet-lineThanks!!!
Forum: Plugins
In reply to: [Extensions for Leaflet Map] optiongroup for leaflet-lineI have also tested with “native” options, as color, and nothing seems to work….
Am I missing something?
Thanks!
Forum: Plugins
In reply to: [Extensions for Leaflet Map] optiongroup for leaflet-lineThis works for all options excepts leaflet-line:
[leaflet-map height=600 width=800 zoom=10 fitbounds zoomcontrol]
[leaflet-gpx className=”red” src=https://cdn.jsdelivr.net/gh/mapbox/togeojson@master/test/data/run.gpx color=black]
[leaflet-line className=”yellow” addresses=”Montreal;Ottawa” color=”purple”]Ottawa Line[/leaflet-line]
[leaflet-optiongroup option=”className” values=”red,yellow” groups=”Linea Linea,Linea Ottawa”]
[leaflet-marker alt=”mar1″]
[leaflet-marker alt=”mar2″ lat=43.68 lng=-79.275]
[leaflet-marker alt=”mar3″ lat=43.67 lng=-79.4]
[leaflet-optiongroup option=”alt” values=”mar1,mar2,mar3″ groups=”Linea 1,Linea 2,Linea 3″]I have been testing and this option has been activated/desactivated several times. Anyway, as I understand if you check it (empty only HTML pages), it does that, empty HTML but not other resources (JS,CSS).
If you disable it, all resources al removed from cache.
But, why doesn’t it remove HTML pages from cache list when it is disable?
Shouldn’t it be supossed to remove those pages anyway?
Thanks!Mistery solved!
If you check the option to cache only HTML pages in Cache Tab, it works normally.
Thanks for your help!I don’t think so, as fallabck_cache directory is written/deleted perfectly, and it has the same permissions as cached_html_pages. Really strange thing.
Hello again:
Trying to empty cache from plugin is succesful, but list from /wp-admin/options-general.php?page=wp-cloudflare-super-page-cache-index remains non emptied.
I have deleted manually files from cached_html_pages. As expected, list from /wp-admin/options-general.php?page=wp-cloudflare-super-page-cache-index is removed.
As pages are visited they must be introduced in cache again. I can confirm that as using an extension like Live HTTP Headers with a page, I can see that value for cf-cache-status is HIT. However, list /wp-admin/options-general.php?page=wp-cloudflare-super-page-cache-index remains empty, and no new file is sorted in cached_html_pages directory.
I think that cache is working well, but cached pages are not being updated in the plugin for any reason….
Will try to analize logs as indicated. Any other clue?
Thanks!!Done, but nothing happens. List remains the same.
Could I remove manually files from FTP (cached_html_pages and fallback_cache)?
Thanks!!Folder and subolders 755, with owner being web’s user owner.
Hi!
Thanks for your quick answer. I purge cache from the plugin, not Cloudflare dashboard, but pages remain. I have also tried to clear pages individually with no luck.Forum: Plugins
In reply to: [Modern Events Calendar Lite] Recurring events date errorI made a mistake!
I have just seen the option for date in the single event settings page.
Topic resolved!
Thanks!- This reply was modified 5 years, 3 months ago by raperez.
Sorry about my English. When I talked about data, I meant date.
Sorry!Forum: Plugins
In reply to: [LuckyWP Table of Contents] Filter the_content and new H3 tagasYou are totally true.
I had a problema with priority of the_content filter.
Now it is solved and it works!
Thanks for your great and quick support!