Beherit
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightweight Grid Columns] Last row bottom paddingI already fixed it by adding this CSS (this works if we have 2 rows and 6 cells):
@media (min-width: 1025px) .entry-content>.lgc-column:nth-child(n+4) .inside-grid-column { margin-bottom: 0; }
Forum: Plugins
In reply to: [WP Fastest Cache] Tags on Subversion@emrevona You can use agile development or what You want – the problem is that You not tag version that You release and user don’t download specific version but the latest version from trunk (with latest commits, not tested, unstable etc).
Forum: Plugins
In reply to: [WP Fastest Cache] Tags on SubversionYou are wrong. For example: after release version 0.8.6.0 You have done a lot of commits, when someone clicked to download version 0.8.6.0 really download trunk folder with latest commits. Now we have version 0.8.6.1 and if You for mistake commit a very big bug that broken site then this bug will have a lots of users e.g. those who just update from version 0.8.6.0 or those who just download Your plugin.
Forum: Plugins
In reply to: [WP Fastest Cache] Tags on Subversion+1, now we don’t have stable release channel – all changes are live on production. @emrevona if You use TortoiseSVN just click RMB on trunk folder and chose “Branch/tag” option. Then You need put revision to tag and confirm it ?? And the most important: in readme.txt You need to change “Stable tag” from trunk to some version that You taged.
Forum: Plugins
In reply to: [WP Fastest Cache] Regenerate cache? ??
Forum: Plugins
In reply to: [WP Fastest Cache] Please change the translation system??
Forum: Plugins
In reply to: [WP Fastest Cache] Please change the translation systemIn my opinion You should change translations system – most popular plugins used WordPress translations system, it gives more functionality (e.g. every one can translate the plugin, you don’t need to update plugin and release new version to fix some transalations, file with new transalations is updating via WordPress).
Forum: Plugins
In reply to: [WP Fastest Cache] Regenerate cacheAny progress? By the way could You add an option to specify the time to regenerate cache? For now when we set to delete cache daily the time is set to time when we save this settings (I want to delete/regenate cache in the night).
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Change content based on languageAny news? ??
Forum: Plugins
In reply to: [WP Fastest Cache] TimestampJust use this function to get time:
https://codex.www.ads-software.com/Function_Reference/current_time
??
Forum: Plugins
In reply to: [WP Fastest Cache] TimestampTo set You must go to wp-admin/options-general.php and change timezone. You mean to get via PHP ? ??
Forum: Plugins
In reply to: [WP Fastest Cache] Regenerate cacheOkay, I tested it and preload works on automatically deleting too. But could You change it to run preload with “rewrite mode” (without deleting cache before)?
Forum: Plugins
In reply to: [WP Fastest Cache] Regenerate cacheUhn wait, now plugin preload all content only when we delete cache manually? Right?
Forum: Plugins
In reply to: [WP Fastest Cache] Cache redirects?Uhm, this function is available for PHP >= 5.4.0 – I didn’t realize that someone can use such old version of PHP ??
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Change content based on language@catapult_themes maybe could You add a filter where we can change notification text etc? I see that is already filter “catapult_cookie_content” but is return formated HTML and is hard to change content based on language.