nddery
Forum Replies Created
-
For anyone looking to fix this, you need to edit the ‘customsidebars.php’, line 448.
Replace
wp_enqueue_style('cs_style', "/wp-content/plugins/$dir/cs_style.css
with
wp_enqueue_style( 'cs_style', plugins_url( 'cs_style.css', __FILE__ ) );
I also changed my wp-content directory location and am having this issue. The widget page is completely unusable like this – everything keeps jumping around. This is a super simple fix, any idea when you’ll have an update ?
Forum: Plugins
In reply to: [Social] Cron not running – a solutionOh and one more thing, using the WP-Cron plugin, we’ve noticed that the
every15min
cron recurrence was not listed as available. We’ve added it manually as it was simpler but if the above the does work on it’s own, you might have to do this too.Forum: Plugins
In reply to: [User Photo] User Photo throwing some debug errorsA solution can be found here : https://www.ads-software.com/support/topic/plugin-user-photo-current-version-causing-notices-warnings-fixed?replies=8
You’ll need to re-apply these changes every time you update the plugin until the authors of this plugin fixes this.
Forum: Fixing WordPress
In reply to: HTTPS local SSL verify and WP_CronI’ve read somewhere that there is a chance, when using
ALTERNATE_WP_CRON
, that the “doing_wp_cron” parameter shows in the URL, which is ugly – not to mention that it could cause problems (OK, small problems) if people bookmark the page or send it to friends.Answered myself here, having named my variable $pages was in conflict with something else here. Named it something else and all is fine now..
Forum: Everything else WordPress
In reply to: IRC: Cannot send to channelSome additional info, I tried using Colloquy and it didn’t work neither. I am using IRCII usually.