Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Error (?) in your FAQGlad it’s working for you, and thank you for taking the time to let me know it’s useful.
I could do a little work on documenting
wpbitly_shortlink()I think. It’s built to work as the callback for the[wpbitly]shortcode… which I may have also forgotten to document? I’ll have to go check, because now I’m not sure.If it isn’t able to get the post ID on its own, you can pass it in via an attributes array, like so:
wpbitly_shortlink( array( 'post_id' => 22 ) );Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] WP-Bitly 2.3 creating links it should notFixed in 2.3.1
Forum: Plugins
In reply to: [LDD Directory Lite] Missing "Submit listing"The plot thickens. I can see the Submit Listing link when I view that page?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] WP-Bitly 2.3 creating links it should notThanks for catching that, I have a feeling that should help clear up another issue I haven’t had a chance to look into yet.
I’ll see if I can’t bump the version tonight and get that updated.
Closing this as resolved due to following up here.
Forum: Plugins
In reply to: [LDD Directory Lite] Not appearing on pageThanks for letting me know you worked it out!
Please don’t hesitate if you have any other questions. we have an issue tracker on GitHub for verified bugs, and I’m always happen to entertain feature requests as well!
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Plugin generating links on autosaves and revisionsHow are they appearing on Bitly? I’m guessing with the ?p=XXX query string?
Out of curiosity are you able to look some of the IDs up in you posts table and see if they truly are a mix of revisions and autosaves or if it’s one particular type? It would help me narrow down where the issue is.
Outside of that, and in all honesty, I haven’t had much time to look into it. It’s not a low priority on the WP Bitly roadmap, but work taking up a large amount of my time.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Problem with jetpack publicizeInteresting discovery, and even more awesome that you went through the process to find it.
If you don’t mean I’d be interested in what the Jetpack team comes up with, please keep us updated!
Forum: Plugins
In reply to: [LDD Business Directory] Listing DisplaySorry for the delay in responding, it’s been busy.
The new plugin is called ldd directory lite.
The templates are all in the plugin directory, and as of right now while you can edit them to your hearts content they will be overwritten when you update the plugin. I’m stupid and haven’t yet put in any code to search your current theme directory for them first, however that is on my immediate todo list. In the interim, back up any changes you make!
Forum: Plugins
In reply to: [LDD Business Directory] Terrible DirectorySorry for the delay in getting back to you, I haven’t had a chance to check these forums in a little bit.
I believe you’re asking about having the categories set up differently… as of right now, you would have to customize the CSS in order to change it very much. Not as easy as flipping a switch, but definitely doable.
In the future there will be much more control from the admin on customizing the appearance. The best I can do for now is promise that if you stick around it will constantly improve!
Forum: Plugins
In reply to: [LDD Directory Lite] Not appearing on pageDid you add the shortcode to that page as well?
I hope I wasn’t misleading, but the option on the settings page is to aid certain helper functions in creating the proper permalinks to your directory. It doesn’t actually append the code necessary.
I’m thinking the best way forward is to have future versions generate the page on installation (if necessary). Until then
[directory]is the correct shortcode to be using where you want to display the plugins front end.Forum: Plugins
In reply to: [LDD Directory Lite] Missing "Submit listing"Could you check the dashboard settings page and see if your site is set up as public or private? A “private” site only permits manually entered listings, and will remove the link and access to the front end form.
If that isn’t the case then there may be another issue for us to discover and fix. Please post the URL so I can take a look if need be.
Forum: Plugins
In reply to: [LDD Directory Lite] Shortcodes Available?I can add this to the feature requests, it wouldn’t be too difficult to do and there’s a possibility it might coincide with some other updates that will provide more maneuverability with where certain elements appear.
Don’t hesitate to let me know if you have any other ideas as well! Also if you see any issues, the plugin is still early beta so I’m working on squashing bugs as much as I can.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Link doesn't shorten or become my custom domainI can’t believe that would be too hard to implement.
Finding the time will be the only issue, but let me see if I can get it done this weekend. I’ll let you know here what the progress is looking like.
Forum: Plugins
In reply to: [LDD Business Directory] listing will not loadTry updating to 1.4.1 and see if that fixes your issue! Crossing my fingers.