slackerofthemind
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Gallery Block – Image Stacking on MobileThanks Alvaro!
Unfortunately no dice with this CSS code or variants. No idea why.
And yes, Gallery stacking should 100% be an option in WP GUI. It blows my mind that it isn’t, as it currently produces unwanted and undesirable image behaviours that disrupt calls 2 action.
Forum: Plugins
In reply to: [Gutenberg] Gallery Block – Image Stacking on Mobile@thelmachido – much thanks! As I’ve (still) not been able to achieve anything with CSS, I created a work-around using hide-element behavious in WP. In Desktop mode, WP shows the Gallery. In Tablet + Mobile, it shows a column of images. So it’s not stacking the Gallery, it’s hiding the Gallery in Tablet + Mobile and showing a column instead. Not as elegant, but it works.
This error persists with 3.1.2.
Error began when my hosting company upgraded to PHP 5.4.28.
I’d say you have an incompatibility issue.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.2 still brokenServer is direct from Hostgator, so it’s a setup used by bajillions:
WordPress version 3.5.1
PHP version 5.2.17
MySQL version 5.5.23-55
Server Apache
Operating System LinuxZIP was working just fine with version 3.0.0 of this plugin.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.2 still brokenGiven that this plugin worked just fine with 3.0.0, and that other plugins use ZIP, and I have CRON jobs running ZIP, the answer is “yes.” See below …
It’s the plugin. It’s not playing with ZIP very nice.
Loaded PHP Extensions: PDO, Reflection, SPL, SQLite, SimpleXML, SourceGuardian, Zend Optimizer, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dbase, dom, exif, filter, ftp, gd, gettext, hash, iconv, imagick, imap, ionCube Loader, json, libxml, magickwand, mbstring, mcrypt, mhash, mime_magic, mssql, mysql, mysqli, odbc, openssl, pcre, pdo_mysql, pdo_sqlite, posix, pspell, session, soap, sockets, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.2 still brokenUPDATE:
Switched to TAR.GZ compression. Job complete.
Issue is with option 1 compression ZIP.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Taking forever now to backup3.0.2 still broken:
“WARNING: ZipArchive returns status: (ER_DELETED) Entry has been deleted”
I am also experiencing all of the above issues:
(1) Plugin stalls upon Run with:
ERROR: ZipArchive returns status: (ER_DELETED) Entry has been deleted
(2) Cannot uncheck “Restart the job on every main step on a working job “
Plugin failure.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Taking forever now to backupI am also experiencing all of the above issues:
(1) ERROR: ZipArchive returns status: (ER_DELETED) Entry has been deleted
(2) Cannot uncheck “Restart the job on every main step on a working job “
Plugin failure. Apparently the db wp_options table is missing:
backwpup_cfg_jobsteprestart=”
…which is required to turn off the Restart job option.
+1 on this issue *without* a multisite. Whitelisting fails to allow Better WP Security to open its Dashboard links.
Given Better WP Security has nearly the same firewall parameters built in, I have deactivated Firewall 2.
^^^ Make sure you have email notifications turned on in WP Firewall. Then click on all the WP Better Security links, one after the other, for every single option page. Then check your email; in a few minutes you’ll get WP Firewall exception notifications. At the bottom of each email will be a link to whitelist the page. Do so for each page/notification… that’s the easiest way. Voila!
OK, the issue for me is a conflict with WordPress Firewall. I whitelisted the page/action variables for WP Better Security, and now we have lift-off.
Curious if I need WP Firewall also running if WP Better Security effectively does same with its “filter out suspicious queries” option. WP Firewall allows me to more precisely set rules and filters, however.
I had the same error upon updating, at which point the plugin began exhibiting the “only links to homepage” error when clicking on any plugin nav links with ” ? ” in the URL string (see other error message in plugin forums).
I have precisely the same issue. I am wondering if there is another security plugin conflict, as Better WP Security uses links with a ” ? ” like this:
https://YOURSITE/wp-admin/admin.php?page=better_wp_security
… and my site has permalinks turned ON, so I’m wondering if there is some kind of conflict.
Kind of ridiculous — going to go back to WEP Security.
Forum: Plugins
In reply to: [Plugin: Sociable] Email sends either Subject or Body not bothHere we go. Just need to reverse it (works for me):
'email' => Array( 'favicon' => 'email_link.png', 'url' => 'mailto:?body=PERMALINK&subject=TITLE', 'awesm_channel' => 'mailto', 'description' => __('email this','sociable'), ),