Title: WCat's Replies | WordPress.org

---

# WCat

  [  ](https://wordpress.org/support/users/wcat/)

 *   [Profile](https://wordpress.org/support/users/wcat/)
 *   [Topics Started](https://wordpress.org/support/users/wcat/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wcat/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wcat/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wcat/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wcat/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wcat/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/wcat/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wcat/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slick Slider] trouble using setOption for responsive option](https://wordpress.org/support/topic/trouble-using-setoption-for-responsive-option/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-using-setoption-for-responsive-option/#post-10159031)
 * DOH just typing it out made me see my mistake.
 *     ```
       wp_register_script('b4st-js', get_template_directory_uri() . '/theme/js/b4st.js', array('slick-slider-core'), null, true);
       wp_enqueue_script('b4st-js');
       ```
   
 * final answer.
 * Thanks again
    -  This reply was modified 8 years, 1 month ago by [WCat](https://wordpress.org/support/users/wcat/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Restaurant Menu and Food Ordering] 2 column simple list uneven](https://wordpress.org/support/topic/2-column-simple-list-uneven/)
 *  [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/2-column-simple-list-uneven/#post-10077401)
 * This is happening for me when I choose 2 column simple list and categ_name=”none”.
 * Plugin still creates
 * <div class=”mprm-simple-view-column mprm-category-title”>
    </div>
 * Which staggers the two column list unevenly.
 * I tried display:none; and just can’t seem to figure out how to remove that div
   without some jquery.
 * Best regards
 * edit
 * my solution was changing this
 * .mprm-container.mprm-view-simple-list > div[class^=”mprm-columns-count-“].mprm-
   all-items .mprm-simple-view-column {
    display: inline-block; width: 100%; }
 * to this
 * .mprm-container.mprm-view-simple-list > div[class^=”mprm-columns-count-2”].mprm-
   all-items .mprm-simple-view-column {
    display: block; width: 100%; }
 * Best regards
    -  This reply was modified 8 years, 2 months ago by [WCat](https://wordpress.org/support/users/wcat/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP fail2ban - Advanced Security] Do you have a new website?](https://wordpress.org/support/topic/do-you-have-a-new-website/)
 *  [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [9 years ago](https://wordpress.org/support/topic/do-you-have-a-new-website/#post-9107948)
 * Ya I have been wondering the same thing. The website was great for setup. Hope
   all is well.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Slick Slider and Image Carousel] Only on a mac](https://wordpress.org/support/topic/only-on-a-mac/)
 *  [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/only-on-a-mac/#post-9020995)
 * Don’t listen to this guy, this is the best slider out there. It is powered by
   [slick slider](https://kenwheeler.github.io/slick/) and it is the nicest slideshow/
   carousel out there. If you install a shitty theme or using some weird ass caching
   plugin things will break. You cant just go blaming the thing that doesn’t work,
   it doesn’t work that way. Like blaming the engine for not moving your car when
   it is stuck in the mud.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [captcha for wordpress.org registration](https://wordpress.org/support/topic/captcha-for-wordpressorg-registration/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/captcha-for-wordpressorg-registration/#post-5285644)
 * nm it was chrome grrrrr
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Getting hacked regularly](https://wordpress.org/support/topic/getting-hacked-regularly/)
 *  [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/getting-hacked-regularly/#post-4434889)
 * who is your host? What are your file permissions? Have you tried scanning your
   WordPress files for changes? There are so many potential reasons it would be 
   hard to say without full access to the server/logs.
 * You could try moving one site to a different hosting solution.
 * You shouldn’t have to turn anything off in WordPress if your host is up to date
   and configured properly.(php/mysql)
 * IMO it’s time to migrate to a new host.
 * _[Moderated – please see: [http://wordpress.org/hosting/](http://wordpress.org/hosting/)
   and [http://codex.wordpress.org/Forum\_Welcome#Closing\_Posts](http://codex.wordpress.org/Forum_Welcome#Closing_Posts)]_
 * I can only imagine your frustration. best of luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] sumting wong](https://wordpress.org/support/topic/sumting-wong/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sumting-wong/#post-4044557)
 * manually ran it again and now it uploaded the plugins sql. Thanks again for a
   very useful multisite plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] sumting wong](https://wordpress.org/support/topic/sumting-wong/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/sumting-wong/#post-4044534)
 * update wordpress-backup-plugins.sql is on the server but not dropbox.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] sumting wong](https://wordpress.org/support/topic/sumting-wong/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/sumting-wong/#post-4044533)
 * I do not know why but that worked. The backup started by itself today. I do not
   however see the plugins sql dump only the core one.
    [https://www.dropbox.com/s/3c3ma26zjt0e5ce/wpb2d-backup-log.txt](https://www.dropbox.com/s/3c3ma26zjt0e5ce/wpb2d-backup-log.txt)
 * [this blog post has some useful information for troubleshooting wp-cron](http://wprobot.net/forum/topic.php?id=1646)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] sumting wong](https://wordpress.org/support/topic/sumting-wong/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/sumting-wong/#post-4044524)
 * To be clear
    when I said “Also when backup occurs it always ends at 52% or so
   never reaching 100%”
 * this is something that has been going on for a long time and has nothing to do
   with the current issue. Backups complete fine it just ends @ 52%.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] sumting wong](https://wordpress.org/support/topic/sumting-wong/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/sumting-wong/#post-4044523)
 * I was able to get it to run by browsing to [http://yourdomain.com/wp-cron.php](http://yourdomain.com/wp-cron.php),
   which I am guessing triggered it. I suspect it won’t start on its own. Will look
   into it more tom any insight appreciated.
 * sorry for the undescriptive title
    I did start my own topic though 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Multisite toolbar display issue](https://wordpress.org/support/topic/multisite-toolbar-display-issue/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/multisite-toolbar-display-issue/#post-3767681)
 * update. wordpress seo seems to be broken on my multisite top or main domain. 
   something changed I just need to know what.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Lightbox] Doesn't work after update](https://wordpress.org/support/topic/doesnt-work-after-update-1/)
 *  [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713751)
 * I have the same problem. I purged the cache and restarted nginx and php. still
   no go.
 * using photon if that helps…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] cannot get this working after update.](https://wordpress.org/support/topic/cannot-get-this-working-after-update/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cannot-get-this-working-after-update/#post-3610544)
 * Mornin
 * success
 * I changed ownership of wp-content/ewww/ and /plugins/ewww-image-optimizer
    to
   www-data it all installed then I changed it back they way I had it before.
 * For me I have a multisite network with 10 or so blogs in it as well as 4 or 5
   individual WordPress installs. With ownership as www-data I wouldnt be able to
   give clients sftp access to their sites without adding them to www-data which
   would in turn give them access to the other blogs.
 * anyway thanks for the help very much appreciated!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] cannot get this working after update.](https://wordpress.org/support/topic/cannot-get-this-working-after-update/)
 *  Thread Starter [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cannot-get-this-working-after-update/#post-3610475)
 * Awesome
 * I have a much better idea of whats going on now. I’ll bump up to 777 on both 
   then try the update again. Sounds like that might do it.
 * “It also attempts to ensure that the tools have 755 permissions as well, so if
   they don’t, it will complain if it can’t fix that too.”
 * Do you mean that the binary files themselves need 755? no problem.
 * Also I use [http://wordpress.org/extend/plugins/ssh-sftp-updater-support/](http://wordpress.org/extend/plugins/ssh-sftp-updater-support/)
   [](http://wordpress.org/extend/plugins/ssh-sftp-updater-support/)
 * Sounds like this might be causing an issue too. Im not familiar with having to
   upload stuff in binary mode. I’ll fiddle with it in the mornin have a great weekend
   thank you
    Wayne

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/wcat/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wcat/replies/page/2/?output_format=md)