Kelly Choyce-Dwan
Forum Replies Created
-
Forum: Plugins
In reply to: [Meetup Widgets] [Plugin: Meetup Widgets] Did Not Work for MeSo, it does show up when you’re logged in? Do other widgets you place in the same widget area do the same thing? Do you have a caching plugin enabled?
You need to have OAuth installed/enabled on your server.
Forum: Plugins
In reply to: [Meetup Widgets] [Plugin: Meetup Widgets] Meetup widgets and multisiteIt does, in fact, I developed it for a networked site.
Let me know if you run into any problems.
enderpal444, the script you linked to is from an old version of PFS – the new version changed the setting names somewhat. Your revised script is looking for the old settings, which is why changing the post status isn’t changing anything.
Forum: Plugins
In reply to: [Post From Site] [Plugin: Post From Site] admin notificationThere is not, and I don’t have any plans to make one (sorry) – perhaps there’s a plugin to notify you when a new post is created?
Forum: Plugins
In reply to: [Post From Site] [Plugin: Post From Site] No confirmationon a successful submission, the form should clear and the page should refresh. can I see your site (to check that the JS is called correctly/the form set up right)?
Hello
The plugin shouldn’t be redirecting to a new page, there’s probably something wrong with the way it’s trying to include the javascript on your site. If you give me your URL, I can take a look and see what the issue might be.
–Kelly
Forum: Plugins
In reply to: [Post From Site] [Plugin: Post From Site] image sizeIf you can edit your theme’s CSS, you can target the images specifically with img.pfs-image, and set the width to either a pixel size (smaller than your content width) or 100%, which in most cases will limit it to the width of the content area.
The code you could use is:
img.pfs-image { width:100%; }A file was misconfigured, which told this site to display the development version of the plugin, which (obviously) isn’t working/ready for use. Disabling the plugin and/or reverting to the previous version (2.0.3) is the correct course of action, and hopefully soon it’ll refresh so 2.0.3 is correctly shown as the current version.
Or I’ll finish the new version & then it’ll all be a moot point 🙂
Forum: Networking WordPress
In reply to: permalinks still have index.php, with mod rewriteAndrea – no, it’s a VPS running ubuntu
Ipstenu – not only did they work when it was single, it worked as multi-site before I did domain mapping.