WCat
Forum Replies Created
-
Forum: Plugins
In reply to: [Slick Slider] trouble using setOption for responsive optionDOH 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 ago by WCat.
Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] 2 column simple list unevenThis 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, 1 month ago by WCat.
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] Do you have a new website?Ya I have been wondering the same thing. The website was great for setup. Hope all is well.
Forum: Reviews
In reply to: [WP Slick Slider and Image Carousel] Only on a macDon’t listen to this guy, this is the best slider out there. It is powered by slick slider 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
In reply to: captcha for wordpress.org registrationnm it was chrome grrrrr
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/ and http://codex.wordpress.org/Forum_Welcome#Closing_Posts ]
I can only imagine your frustration. best of luck!
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] sumting wongmanually ran it again and now it uploaded the plugins sql. Thanks again for a very useful multisite plugin.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] sumting wongupdate wordpress-backup-plugins.sql is on the server but not dropbox.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] sumting wongI 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.txtthis blog post has some useful information for troubleshooting wp-cron
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] sumting wongTo 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
In reply to: [WordPress Backup to Dropbox] sumting wongI was able to get it to run by browsing to 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 😉update. wordpress seo seems to be broken on my multisite top or main domain. something changed I just need to know what.
Forum: Plugins
In reply to: [Simple Lightbox] Doesn't work after updateI have the same problem. I purged the cache and restarted nginx and php. still no go.
using photon if that helps…
Forum: Plugins
In reply to: [EWWW Image Optimizer] cannot get this working after update.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
In reply to: [EWWW Image Optimizer] cannot get this working after update.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/
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