idowebwork
Forum Replies Created
-
Forum: Plugins
In reply to: [My Simple Space] Allowed StorageAssume you mean space for the site, as in what might be showing as total allowable space in hosting control panel for the domain. Looking into this.
Forum: Plugins
In reply to: [My Simple Space] PHP Notice on memory_limitVersion 1.2.1 fixes this issue and has been pushed up to the repository.
Forum: Plugins
In reply to: [My Simple Space] PHP Notice on memory_limitThanks for catching this. Line 127 now casts both $memory_usage and $memory_limit to int, before rounding. Line 127 now looks like this:
$memory_percent = round ( (int)$memory_usage / (int)$memory_limit * 100, 0 );Pushing up an update shortly.
Forum: Plugins
In reply to: [My Simple Space] PHP Notice on memory_limitapologies for not seeing this sooner. I am checking on this for you.
Forum: Plugins
In reply to: [WooCommerce] 3.2.4 Variations Not SettingAnd now they are sticking. What I mean is selecting a variation and then clicking save changes. The top variation was reverting to the any option. Seems to not be happening now. Perhaps it was temporary? And no errors in the web developer console.
- This reply was modified 8 years, 6 months ago by idowebwork.
Forum: Plugins
In reply to: [Contact Form 7] Special Tags Don’t WorkReread the page and this is for the mail area only and not on the form itself. Disregard.
Forum: Everything else WordPress
In reply to: New Plugin Assets Folder Not UploadingAnd then I find what I was missing, adding the assets.
svn add assets\*Wish that was at one of the two resources above.
Forum: Plugins
In reply to: [My Simple Space] translation to RussianPlease feel free to translate it and send over the translations. I will add them into the next release.
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Duplicate PluginI rescind my first statement and apologize to the developer. I jumped the gun on this one. My apologizes.
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Duplicate PluginThis plugin:
// Create a helper function for easy SDK access. function ftggl_fs() { global $ftggl_fs; if ( ! isset( $ftggl_fs ) ) { // Include Freemius SDK. require_once dirname(__FILE__) . '/freemius/start.php';FooGallery:
// Create a helper function for easy SDK access. function foogallery_fs() { global $foogallery_fs; if ( ! isset( $foogallery_fs ) ) { // Include Freemius SDK. require_once dirname(__FILE__) . '/freemius/start.php';You changed every instance of foogallery to ftggl. That’s 6 lines blatantly taken right there. I can continue. I will be compiling a list and submitting to both WordPress as well as CodeCanyon.
Forum: Plugins
In reply to: [My Simple Space] translation to RussianBetter translation support will be coming soon. Apologies for not seeing this earlier.
Reinstalled the extension and found where to stop hiding the plugin on the sites. Thanks for pointing me in the right direction 😀
https://mainwp.com/help/docs/updraftplus-backups-dashboard/
- This reply was modified 8 years, 11 months ago by idowebwork.
Awesome to hear.
Forum: Fixing WordPress
In reply to: Everything in the Admin is boldIt’s installed locally inside a .fonts folder inside my user account. I have a ton of fonts installed for graphic design/web design purposes, so it’s intentional. I just deleted the Roboto fonts from inside that folder.
Forum: Fixing WordPress
In reply to: Everything in the Admin is boldOk. Added back some of the roboto family font and now I see this (weird characters). Definitely a bug