perywinkle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: auto embed not working for youtubeTry the youtube.com link rather than the youtu.be, that seems to work.
Forum: Fixing WordPress
In reply to: widgets not working@kellyward,
I’ve been having a similar issue with widgets.I’m testing out plugins one-by-one
So far I haven’t pin pointed a plugin.
– though in my case I wonder if it has to do with BuddyPress JS conflict.Same for me – it’s running fine elsewhere!
darkgod, Any news on the Godaddy support ticket?
Just curious.Mic
I have a site on godaddy.
It’s public & accessible as far as I can tell.
Though WordPress.com stats were acting up too, which prompted me to install Jetpack.Then this message:
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site.
Maybe I’ll just wait a few days and see it’s a server thing…
raddy59,
Good question, I haven’t gotten that far!
I know PP stores that stuff.
MicForum: Everything else WordPress
In reply to: Is the WordPress forum broken?Ipstenu, Thanks! That helped.
Bradly, Thanks. [checkout_paypal] Did the trick. Good to have the documentation in hand now too!
http://cart66.com/cart66lite-documentation.pdfForum: Fixing WordPress
In reply to: How to make link to "large" image instead of full size?That’s a theme file.
If you create a attachment.php, in your theme directory, it will display for attachments in a more customized way. ‘image.php’ even more specifically.
http://codex.ww.wp.xz.cn/Template_HierarchyForum: Plugins
In reply to: [Post Links] [Plugin: Post Links] Using with Custom Post TypesI love this plugin!
I’ve been wondering the same thing. I’ve hacked the plugin a little to allow for it to show up in a custom post type.
But I’m not sure it’s working properly on save.Here’s my hack so far:
/plugins/post-links/post-links.php
line 212:
// Register the meta boxes add_meta_box('links', __('Links', 'post-links'), 'post_links_content', 'post', 'normal'); add_meta_box('links', __('Links', 'post-links'), 'post_links_content', 'page', 'normal'); // adding custom post type add_meta_box('links', __('Links', 'post-links'), 'post_links_content', 'post-type-name', 'normal'); }Mic
Forum: Fixing WordPress
In reply to: How to make link to "large" image instead of full size?I’d be interested in a solution for gallery shortcode linking to ‘large’ images not ‘full’.
WP makes a large, why not use it?
Or even a custom defined size via the post-thumbnail feature.My users will be uploading gigantic files… so ‘full’ is not a option.
It would be nice is there were something like this:
[gallery link="file" attachment="full"]Forum: Fixing WordPress
In reply to: Custom Post Types and wp_list_pages…….pgrzyb,
There was a ticket in track about this issue:
http://core.trac.ww.wp.xz.cn/ticket/14177
Though it says it’s fixed.I’ve been finding I have the same issue, trying to list pages/subpages/etc. But!
The /slug/ doesn’t show up for me either.I’d love to hear if you found a solution.
– stuck after 9 hours of too!Forum: Plugins
In reply to: [Menubar] Making Menubar aware of 'current page' via php?Andrea, Oh! That didn’t occur to me. Will do!
Ya it’s been a saving grace having your plugin in the WP tool kit.
Thanks !!Mic
Forum: Themes and Templates
In reply to: Child theme includeAh.
<?php include( STYLESHEETPATH . "/inc/login.php");?>Forum: Networking WordPress
In reply to: Network site as secondary domain?Looks like I’d have to set up the new secondarysite.net install and important the mainsite.org as one of it’s ‘subsites’.
Thanks for your help Andrea_r!
M.