![]() |
|
zpBootstrap dissappeared from cachemanager - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: zpBootstrap dissappeared from cachemanager (/thread-13603.html) |
zpBootstrap dissappeared from cachemanager - tplowe56 - 23-06-2021 zpBootstrap is my main theme, but it has disappeared from the cache manager plugin. I tried switching themes, but this did not trigger it to show up. How do I trigger it to show up in cache manager? All aspects of my site are upgraded to latest software. zpBootstrap dissappeared from cachemanager - acrylian - 23-06-2021 Image sizes are registered to the cachemanager in a theme's I can only recommend to review your error logs. zpBootstrap dissappeared from cachemanager - tplowe56 - 12-07-2021 Is there a manual method I can use to register zpBootstrap with the cache manager be editing my database. I have tried everything and the theme sizes refuse to register with cachemanger. I entered the sizes manually in cachemanger, but those sizes disappeared after an upgrade. Any help greatly appreciated. zpBootstrap dissappeared from cachemanager - acrylian - 12-07-2021 The best way is to register the sizes via the themeoptions.php. See the zenpage theme one for an example. Documentation is here: Actually zpBootstrap does already register sizes, although those are just the default ones. I am not familar enough with the theme to know if there are more. zpBootstrap dissappeared from cachemanager - tplowe56 - 14-07-2021 Well, I understand that. But it is not getting me closer to a solution. I have noticed another anomaly. When I use the cachemanager it shows image sizes for a theme I have not used for several years, (and is not in the theme folder) but it refuses to show images sizes for a new theme which I have added and subtracted numerous times (trying to trigger its appearance). That is why I asked where the cachemanger database for image sizes is, bc it clearly is not updating. zpBootstrap dissappeared from cachemanager - acrylian - 15-07-2021
That can happen indeed but is not much of an issue since you can disable them. You should alos be able to delete these on the plugin options. If you looked at the code you will see that it uses plugin_storage which all plugins do unless its options. But you should aboid changes in the database itself,directly instead the issue must be solved. If there is one. So I need to reproduce if you eitehr use something wrong or there is a bug. Please post the complete code how you register the sizes on your theme. zpBootstrap dissappeared from cachemanager - tplowe56 - 03-12-2023 Just an FYI concerning zpBootstrap and cach_manager. Due to my recent testing I have 2 fresh installs of ZP and zpBootstrap. I noticed that ZP bootstrap NEVER registers with the cache-manager. I previously created custom sizes in the cache manager matching zpBootstrap sizes, which worked fine but they disappeared after an upgrade. I know Vincent is AWOL but thought I should add to this thread. zpBootstrap dissappeared from cachemanager - acrylian - 03-12-2023 The original theme does not register properly anymore but our fork does: https://github.com/zenphoto/zpBootstrap/commit/6d8c02ad110018226f47bc62580cbda4e0be8a85 zpBootstrap dissappeared from cachemanager - tplowe56 - 03-12-2023 Ok got it working locally and live. After reinstalling the fork. Sorry for the confusion. zpBootstrap dissappeared from cachemanager - acrylian - 03-12-2023 No problem! It is a bit confusing that the original is not updated anymore. |