cfbauer
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Can’t edit linkI fixed this issue by installing the Enable jquery migrate helper plugin. Hope this helps!
Forum: Plugins
In reply to: [jQuery Colorbox] plugin broken after WordPress 3.5 updateI noticed a jquery error, so I added it manually which appears to have fixed colorbox.
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js”></script>
Forum: Plugins
In reply to: [jQuery Colorbox] Broken in WordPress 3.5I ran into an issue too, adding jQuery manually in header.php fixed it.
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js”></script>
This doesn’t seem to be working for me. In the Instagram developer section I went to manage clients > register a new client, got the Client ID and Secret, and replaced theirs with mine in the plugin.
Thanks DaveE!
To anyone wondering, you add the <?php do_action… code to a theme .php file to display the widget in a theme.
Just saw this myself and came to bring it up. This strikes me as very black hat, to sneak the link without mentioning it at all. I’ll be sure to remove the link from now on.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Permissions IssuesHey James,
I am also certain that my /themes and /c folder permissions are set to 777, and am also getting the error. I am getting also getting the following error when accessing a settings page:
You do not have sufficient permissions to access this page.
Any help would be appreciated. Thanks.
-Chris