Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [YOURLS Link Creator] problem after updating in version 1.02yes, it is your fault. well, not yours, per se, but rather something in your install (theme or plugin) that is breaking the jQuery that powers settings function.
if you want to make me an admin login for your site, I can take a look. send it to norcross@reaktivstudios.com
otherwise I can’t help.
Forum: Plugins
In reply to: [YOURLS Link Creator] Should this plugin grab existing Yourls short URLs?just pushed out an update that has a converter on the setting page. check it out and lemme know.
Forum: Plugins
In reply to: [YOURLS Link Creator] Should this plugin grab existing Yourls short URLs?I don’t see the plugin listed under Otto’s available plugins. Can you send me a URL for it so I can test?
Forum: Plugins
In reply to: [YOURLS Link Creator] Should this plugin grab existing Yourls short URLs?currently, the YOURLS API doesn’t have a method for simply checking whether a custom URL has already been created or not. So passing all the site links would create URLs for all the ones that don’t have one currently (it would return the existing ones for those that do).
If you run the function on the individual post, and one already exists, it will return it. I’ll take a look at Otto’s plugin to see if I can add a migration feature.
Forum: Plugins
In reply to: [YOURLS Link Creator] problem after updating in version 1.02once you check the ‘display on custom post types’, a secondary box opens up below it to show each kind of post type available on your site.
Forum: Plugins
In reply to: [YOURLS Link Creator] problem after updating in version 1.02I just tested the latest version of YOURLS with the All-In-One Calendar plugin, and after selecting ‘events’ in the plugin settings as a CPT I want the metabox to appear on, it does show up on the events.
Forum: Plugins
In reply to: [YOURLS Link Creator] problem after updating in version 1.02have you gone to the menu and selected which custom post types you want it to display on?
Forum: Plugins
In reply to: [YOURLS Link Creator] Get Shortlink button disappears in WP 3.5 RC1I just pushed out an update (1.04) today that completely refactors the
wp_shortlinkfunctionality. This will fix the issue.Forum: Plugins
In reply to: [YOURLS Link Creator] How to use YOURLS shortlink in theme phpthe URL is stored in the postmeta table for each post. the key is
_yourls_url. So you would want to get it using theget_post_metacall where appropriateForum: Plugins
In reply to: [YOURLS Link Creator] Delete a link?currently, the API does not allow for deleting a link (yet). When that is included, I will add it.
Forum: Plugins
In reply to: [YOURLS Link Creator] Where is the API located?the API itself is located on your own YOURLS installation. To find it, go to http://YOUR_SHORT_DOMAIN/admin/tools.php
Forum: Plugins
In reply to: [YOURLS Link Creator] Get Shortlink button disappears in WP 3.5 RC1I’ve been testing the RCs, but haven’t paid too close attention to that button. I’ll dig into it further.
Forum: Plugins
In reply to: [YOURLS Link Creator] problem after updating in version 1.02I just pushed out an update. please let me know if this is fixed.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] 1st question always expandedplease provide a link so I can check it out.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] two queries – listing and fontsI looked at your site, and something is applying the
<code>wrapper around the H6 tag you are using, and also to a lot of the<p>tags as well. Firebug shows it, but it’s not in the actual source code, so that is being applied after initial load. Your site has a LOT of jQuery / javascript, so I’d have to guess that is where it’s coming from. (not sure if it’s theme or plugin loading it)I’d first try to view it on the default WP theme to see if it’s still happening. If not, then either you’d need to find what is wrapping that text in
<code>or possibly add CSS to make that look like normal text.