toonwolf
Forum Replies Created
-
@janzeman Tested the new version with cache-refresh parameter, and it works as expected. Again, thank you for the quick response and great support!
Works great, thank you.
I’m also using a caching plug-in “WP Fastest cache”. Does this mean I don’t need to exclude the pages your plug-in is used on? Also just curious what this means: “Album data is cached for 24 hours to reduce server load” What server is this? Google Photo servers, your server or the webhost of my homepage
Ideally I would like to be able to have this as a shortcode, since I’m using slideshow to display photos during Tournaments, and then I would have to press this button every time I have updated the photo album (not a big deal).
Could this be a shortcode like clear-cache-every-hour=”true”? Then the slideshow will automatically be updated every hour.
Seems to be working now. Thank you again for your quick support.
Another related question. How long does it take before changes in the Google Photo Album (changing title and adding new photos) to be displayed in WordPress? I have made sure the page(s) displaying the photo albums are excluded from WordPress caching.
another example, but here the title “Clarksons NM U14&19 2025 Sandefjord” (36 chars) is showing https://sandefjordtk.no/klubb/fotoalbum/photoalbum-digital-signage-slideshow-nmu14/ Here is the Google Photo album https://photos.app.goo.gl/Uy2LgLH4KArv533XA
Maybe there is a limit on the number of letters that can be displayed in the title?
Works great, thank you for doing this. It is much appreciated 😉
Forum: Plugins
In reply to: [Shared Albums for Google Photos (by JanZeman)] Code to disable navigation?Hidden using CSS, no worries 😉
.jzsa-album .swiper-button-next, .jzsa-album .swiper-button-prev, .jzsa-album .swiper-button-fullscreen {
display: none !important;
}Ok, thank you for the feedback
Hi @maartenbelmans I tested to see if any of my installed plug-ins was causing a conflict, and indeed the https://wordpress.org/plugins/woo-product-timer/ was the root cause. When I deactivated the plug-in, the total in the check-out page was working again. How do you go about fixing something like this?
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Need help with jsonat https://app.universaltennis.com/api/v1/club/10052/
the node clubMembers has only 3 itemsCan you test to add JWT cookie as the bearer authentication? Tested this in Postman and it shows 21 items. Check documentation on https://blakestevenson.github.io/utr-api-docs/
I found that setting cookie is a feature of the pro version https://json-content-importer.com/support/twig-templateengine/
can you confirm this will work using the twig function? What happens when the cookie expire?Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Need help with jsonHi Bernhard. I realize I will need to purchase the Pro version of your plug-in since I need sorting and filtering, but can you please answer why only 3 records are shown using this shortcode.
[jsoncontentimporter url=https://app.universaltennis.com/api/v1/club/10052/ numberofdisplayeditems=-1 basenode=clubMembers urlgettimeout=5 debugmode=10 ]<br>displayName: {displayName}<br>[/jsoncontentimporter
The json feed contains 21 records but only 3 is shown. See example here: https://hamar-tennis.no/hil-tennis-utr-ranking/
@berkux fyi: my assumptions was correct. The hosting company fixed something and it’s working again 😉
@berkux I installed wordpress locally and the block is working fine. I suspect the problem I’m having is due to some limitations of my hosting company. I will contact them and ask them for help. Sorry for the trouble!
@berkux Hi Bernhard. Yes correct. The error message is displayed when I try to add the Block-content. Se video here: https://drive.google.com/file/d/1eakukP5y4m_CRkVJH-0ZtEiiTRz-wjBR/view?usp=sharing
FYI: Tested this on another host running the same version of WordPress (5.9) Exact same problem.
Thx that did the trick! It’s working again.