swcomm
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextgen Gallery] Slideshow should load thumbnails instead of full imageI just had a similar situation, although my large photos are not anywhere near as large as yours are, so don’t know if this will work for you. My low-tech solution was to add the thumbnail widths to the slideshow css – specifically .ngg-imagebrowser and .ngg-imagebrowser img in nggallery.css. This displays my slideshow at the thumbnail size, but zooms the full size photo when they’re clicked.
Forum: Fixing WordPress
In reply to: tags automatically applied to tag descriptionsIn case anyone else is having this issue, after doing some hunting, I resolved it by adding:
remove_filter('term_description', 'wpautop');to my functions.php.
Forum: Plugins
In reply to: NextGen gallery shortcode with and id from a custom fieldDoing exactly the same thing today and this saved me a ton of time. Thanks a bunch.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Add fields for specific pages only?I did this by using a custom post type, which was pretty easy to setup in my theme’s functions. More Fields then lets you assign the additional fields to a particular post type.
http://codex.wordpress.org/Function_Reference/register_post_type
Forum: Fixing WordPress
In reply to: Override Permalinks on individual pages?Gosh, I sure do love wordpress. I fixed this myself by adding <base href=”http://www.mysite.com/”> in the template header used for these pages. That does exactly what I need it to do, with no messing around with the permalinks at all.
Problem solved. It was my theme that wasn’t playing nice.
webworksmedia – the gallery shortcode [nggallery id=x — where x is replaced with the gallery id number] does work on my pages, but my problem is that the gallery thumbnail link to the full size image doesn’t load the thickbox or lightbox effect. And I’ve styled a whole bunch of other static images on the site to match the thickbox effect I was using in my galleries for consistency 🙁
Are you using the NextGen button on Tiny MCE to insert the gallery on your page?
jonniboo, thanks for the tip, but that doesn’t do it for me. Oddly, the Shutter effect does work, but not thickbox or lightbox.
Have the same problem since upgrading to WP 3.0.4 yesterday. The gallery sidebar widget loads thickbox and that still works, but using [nggallery id=x] to display a gallery in a page doesn’t – thumbnails link directly to the image only, no effects.
Never mind – found it in #TB_window in the thickbox.css
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Row CSSThanks for your reply. Span doesn’t exactly give me what I want, so after playing around with this a bit, thought I’d share how I resolved it.
I turned off all of the default and custom CSS generated by your plugin and added a function to my function.php file that lets me enter custom CSS per post/page. I then style the tables using my theme CSS and style the rows using your selector ids in the custom CSS in each post/page – gives me complete control over my row colors. It’s quite a bit of inline CSS, but I really need the ability to use more than one set of custom CSS to style these rows, so styling at the post level seemed to be the best solution.
Thanks again for your help – as soon as I get paid for the project, will send you a donation!
Running WP 3.0 on Linux with PHP 5. Deleting the plugin from WordPress generates no error message, but the plugin doesn’t go away. Deleting from FTP generates “550 Prohibited file name: featurific-for-wordpress\cached_image.php” etc. for any and all files in the featurific folder.
WordPress is installed in a subdirectory on this site. Have also tried changing permissions in multiple configs, but no go.
Forum: Networking WordPress
In reply to: Admin/User Role Management or Problem with My Install?OK. So what do you suppose might happen if I try to install the domain mapping plugin again, on top of everything I have working already?
Forum: Networking WordPress
In reply to: Remove /blog from permalink on root site in subdirectory installWell, you’re not going to believe this, but I fixed it. I took a look at wp-config, and found two things — first, the domain was listed without the www prefix (leftover from dev) so I added that. Then, found that my base was listed as ‘/’, so I changed that to ‘/blog’ and FTP’ed/overwrote my existing wp-config.
Then I went into admin and changed my permalinks and they’re now working, and don’t display /blog/ in the URL, even though I’ve removed the plugins that supposedly remove the slug.
So I’m totally mystified as to why, but it works so I’m happy. Thank you both so much for all your patience and help.
Yippee, now tomorrow I can delve into domain mapping for those subsites….. 😉
Forum: Networking WordPress
In reply to: Remove /blog from permalink on root site in subdirectory installNo, not stupid. It’s Go Daddy. It was a bit odd, really. They give you a domain.com.previewdns.com URL to test under, since you can’t use IP addresses. This domain was actually registered at Go Daddy and hosted elsewhere, but the new site was moved to hosting at Go Daddy.
So, WP @ Go Daddy was setup using the actual domain name (domain.com), but all previewing was done under that domain.com.previewdns.com URL. My permalinks showed up as domain.com.previewdns.com/permlink/ in WP edit and worked fine. I have no idea why this all worked, but it did.
Once I migrated the domain to the Go Daddy hosting plan, all the subsite permalinks automatically updated themselves to domain.com/permalink and were fine, but the root site did not — that’s when the /blog/ got inserted into the URLs.
Basically, this is all one company’s site — the root site is the parent company and the subsites are all the subsidiaries.