peteratomic
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Fan Box Cache] "Official" Help Forum for Facebook Fan Box CacheBummer… images from FB have stopped loading… Haven’t made any changes to the FB Cache settings, so I don’t know why its not working anymore.
Forum: Themes and Templates
In reply to: alternative to child themes?perfect! worked like a charm!
Forum: Themes and Templates
In reply to: alternative to child themes?Hi Alchymyth,
That page you gave me looks like it will have the answer, but unfortunately it’s written for programmers and assumes one understands a lot (many details missing from that page… probably included elsewhere). If I read it correctly, it seems that all I need to do is change
<?php get_header(); ?>
to this:
get_header($alt); ?>
Whereas my header file is called: header-alt.php. Unfortunately, it doesn’t work — it’s still bringing up the original header.php file.
Also tried using this:
<?php
if ( is_fullpage() ) :
get_header(‘alt’);
else :
get_header();
endif;
?>But no luck. Any ideas?
Forum: Themes and Templates
In reply to: turn off theme updates?awesome! that totally did the trick – thanks Mark!
Forum: Plugins
In reply to: internal link pluginyeah that’s not quite it, but thanks for the lead on what looks like a totally rad plugin!
Forum: Plugins
In reply to: [Facebook Fan Box Cache] "Official" Help Forum for Facebook Fan Box Cachewhat? bugs in the most popular internet service in the world? I can’t believe it! (when will we ever have sarcasm in text… I long for the day)
thanks Mr Grape for the excellent customer support. I sincerely hope to make a fat donation, as soon as I pay my server bill!
Forum: Plugins
In reply to: [Facebook Fan Box Cache] "Official" Help Forum for Facebook Fan Box Cachehttp://www.atomicdesignstudios.com/blog/clients/
It looks like one more person “liked” the page, so now there are seven people filling eight potential slots. (Yesterday it was six filling eight potential slots.)
That’s why I thought there might be a bug with the randomization or something.
Thanks for the quick reply!
Forum: Plugins
In reply to: [Facebook Fan Box Cache] "Official" Help Forum for Facebook Fan Box CacheExcellent! THRILLED to finally find a FB fanbox plugin that works with Display Widgets so that I can control what pages the box appears.
Just a small problem. I’ve got the number of connections set to 8 but only 6 are showing up. Could it have to do with some randomization issue? I’ve currently only got 9 fans listed so far (just create the page last night) so there aren’t a lot to pull from.
Ideas?
Forum: Plugins
In reply to: [Simple Facebook Connect] fan box problemNevermind… scrapped the plugin. Even if I deleted the app details the SFC plugins always seem to pull the app data instead of fan page data so I tried the Facebook Members plugin and that works great.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Could Not Create AlbumFound the solution! Simply deactivating, then reactivating the plugin solved it!
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Could Not Create AlbumHave the same problem–can’t make any new galleries after creating the first one. Since it’s been months since the last post, I would assume that the recent updates would have fixed this. What should I do to sort this out?
Whoops! My fault! Didn’t follow the complete instructions. Once I did the following, everything was fine…
If, after installation, you are unable to upload photos, check the existance and rights (CHMOD 755) of the folders wp-content/uploads/wppa/ and wp-content/uploads/wppa/thumbs/. In rare cases you will need to create them manually.
same for me… just installed the plugin (looks great so far) but can’t import photos from the wppa-depot folder.
Forum: Installing WordPress
In reply to: where is the installation script?Ahh,thanks. So it’s okay to delete install.php and install-helper.php? They aren’t needed for anything else other than the original WP installation?
Forum: Plugins
In reply to: Send Mail to Site SubscribersSubscribe2 isn’t truly a newsletter plugin. It just emails out content posted to the site. Not really the same thing as writing a specific piece of content at random times that you want to send to an email list.
I’ve tried the actual “newsletter” plugin but its not sending email and unfortunately the developer chose to use comments instead of a forum for tech support which is mind-numbingly tedious.