Satri
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Widget] Change Font ColorSimilar request here, would be nice if we could change the font of the title displayed by Image Widget. Thanks for considering — Alex
Forum: Plugins
In reply to: [Easy Modal] 'Hello World' Modal not working on Default Theme?My suggestion, replace “Load this modal per page or sitewide.” with “Load this modal per page or sitewide. If per page or post, select the modal on the edit page.”
In any case, thanks for providing this plugin — Alex
I successfully made it work with the ‘Easy Modal Plugin’. So yes, TablePress tables can be put in their own windows with such plugins. Maybe you can add this in the TablePress FAQ Tobias?
I haven’t tested jQuery Colorbox, but it has not been updated for over 18 months and I have a solution now.
Thanks a lot Stagger and Tobias for your contributions! ?? — Alex
Forum: Plugins
In reply to: [Easy Modal] 'Hello World' Modal not working on Default Theme?Thanks! That’s correct, I wasn’t aware that we need to select the modal at the bottom of a page/post edit page. That wasn’t obvious at all to me.
I invite you to add a note about that in the modal general settings page (after the ‘Load type’ “Load this modal per page or sitewide.”), this will reduce the number of questions from newcomers like myself!
Thanks a lot for the reply, closing ticket ?? — Alex
Thanks to both of you! That should work.
I have tried 3 modal plugins so far without success, but I suspect that’s going to work at some point (it should!). I’ll report back once I succeed and let you know what worked.
Hi Tobias – thanks for the blazing fast feedback!
I’m not asking you anything, I understand the plugin is free and anyone can contribute to the code on GitHub, that said, here’s my personal feedback.
While I have little experience in WP plugin development, I believe it should really be done at the Plugin-level, not the Theme-level. Just like slider plugins can display images full screen, a table could be displayed full screen in its own window via the Plugin.
Actually, we’re very close to this with TablePress. TablePress can already export tables to html. This html can be opened in a new window at the table’s width. The main thing missing is the CSS/decoration to make this html pretty enough. Maybe reusing the current TablePress CSS for such an exported html is possible? What do you think?
Thanks & take care Tobias! — Alex
Thanks a bunch Daniel!
Deleting the backwpup-*-temp folders succeeded in the backupjobs page being accessible. I reinstated jobs and I guess it will now work from now on.
Sincere regards Daniel,
AlexSimilar story. my admin.php?page=backwpupjobs is blank, empty html page. I still get this empty page and ‘backWPUp always running’ even after deleting it and fresh reinstall.
It’s not system-related. I have another wp-website on the same server that works well, with exact same versions.
For some reason, BackWPUp doesn’t want to work on that website… Thanks — Alex
Forum: Plugins
In reply to: [ABASE] Pagination for ABASE result set?“How big of a plugin donation”?
I’m no plugin developer myself, but we have access to the plugin’s source code, so I guess you can pay anyone to expand it and then share the improved code with the community ?? Good luck! — Alex
Forum: Plugins
In reply to: [ABASE] 'Describe table' equivalent for ABASE?Ah! I just realized I confused Richard Harding, you, and Richard the ‘owner’ of ABASE. Sorry for the confusion! Thanks anyway! — Alex
Forum: Plugins
In reply to: [ABASE] 'Describe table' equivalent for ABASE?Thanks Richard. I tried the first option and it worked as expected. Great.
I haven’t “launched” my site that uses ABASE yet. It’s (yet another) side project and with two young daughters at home, such projects don’t evolve as fast as I’d like. In any case, thanks for your excellent support. I of course mention ABASE on the site in question: https://animoog.org/database/
Cheers Richard! — Alex
Forum: Plugins
In reply to: [ABASE] Edit field from within abaseI’m relatively new to ABASE myself, but if I try to answer your question, it’s ‘yes’.
That said, I’m not certain what you mean by ‘safely’. In my case, I protect the ‘edit database forms’ by allowing only part of my WordPress users to see it (I use the https://www.ads-software.com/plugins/members/ plugin).
Good luck — Alex
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Doesn't back up to DropboxSame problem, but might have found the solution. The ‘next scheduled date’ was in 1969, I ran the backup job to Dropbox manually, and then the next scheduled backup is for tomorrow. Maybe that’s going to make it work from now on for me? — Good luck.
Forum: Plugins
In reply to: [Polylang] site.org/feed 404 not found but site.org/en/feed worksThanks Chouby, updating that Polylang setting to ‘hide’ made /feed/ work with the default language – excellent! Thanks, closing ticket — Alex
Forum: Fixing WordPress
In reply to: RSS Feed Returns Error 404: Not Foundcomicref, can you provide more info on what’s in your htaccess to allow /feed to work? I have the same problem but don’t know what to change in my htaccess to make it work ??
Here’s my current htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Feed not found: illuminart.ca/feed Thanks a lot! — Alex