rigdonia
Forum Replies Created
-
Forum: Plugins
In reply to: [AutoChimp] Can't activate due to Fatal ErrorIt is definitely related to AutoChimp. I have a ticket in with my server to upgrade php in the hopes it will help. I’ll post an update when I find out.
Forum: Plugins
In reply to: [AutoChimp] Can't activate due to Fatal ErrorThanks for sharing! At least I can get the site back up and figure the rest out later.
Forum: Plugins
In reply to: [AutoChimp] Can't activate due to Fatal ErrorMine was up and running fine until I updated a couple of plugins at once. Are any of you running these plug ins as well? I think it must be a compatibility issue but because of the error I can’t get in and disable anything. Or at least, don’t now HOW to do this.
Genesis Connect for Easy Digital Downloads
Greg’s Threaded Comment Numbering
NextScripts: Social Networks Auto-Poster
WooCommerceForum: Plugins
In reply to: [AutoChimp] help parse error can't get in to my websiteLine 852 in that file:
if ( $plugin::GetInstalled() && $plugin::GetUsePlugin() )
I vote for this too. It would be very handy for me.
Also, it would be nice to be able to choose to publicize to the business page and/or the personal page on Facebook. And doing it by category would be even better.
Forum: Themes and Templates
In reply to: [Delicate] Site name in slider headerI hard coded it in the header.php. I went into the file and hard coded the info. It ain’t sexy, but it’s working.
Forum: Themes and Templates
In reply to: [Delicate] Site name in slider headerOops I guess a link might have been helpful:
Forum: Plugins
In reply to: [Magic Contact] [Plugin: Magic Contact] Font Color/ Rename FeedbackI think being able to customize the tab would be awesome! ??
Forum: Plugins
In reply to: [Plugin: Google Calendar Widget] Please post support issues hereSame as eryque – “
The widget never loads my calendar events. The little animation that says it’s loading just keeps going around and around forever. “
I have tried every combination of links from the code google gives to what is mentioned on the plugin site. I am using the latest version of WP along with StudioPress’ Genesis Framework, child theme BeeCrafty.
diannerigdon.com/design
thx!
Forum: Fixing WordPress
In reply to: Repeating postsAnyone? ??
Forum: Fixing WordPress
In reply to: I want to show one category’s posts on it’s own page?? Thanks I’ll play around with it! And I love a good plug in so I’ll check that out too!
Forum: Fixing WordPress
In reply to: I want to show one category’s posts on it’s own page?? Thanks – I know that seemed obvious. I am trying to get a page that looks something like this one. https://www.kristyvalshan.com/press-releases.html Maybe it will just be easier to add manually as we go along, but I also want to be able to have “Latest News” be listed at the top of my blog as a page….but when clicked, it goes to a condensed archive of that one category. Does that make sense? And do it automatically just to ease the process as we’ll have multiple people posting.
Forum: Fixing WordPress
In reply to: Styling Tag Cloud Widget?? Me too D – need some help with this as well. I suspect my problem is an outdated template, but any help with where this code lives in 2.5.1 would be appreciated!
Forum: Fixing WordPress
In reply to: WordPress 2.5.1 Still can’t upload imagesThanks the_takayuki – that fix worked for me!
Forum: Fixing WordPress
In reply to: Database error with line 1 on MYSQL?? I am getting the same error in 2.1.2….it is a template issue for me, I believe, since the error only shows up when I try to use an older template. The error is, specifically:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT cat_id, cat_name FROMand I believe it stems from a problem with this line:
<?php $link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories"); foreach ($link_cats as $link_cat) { ?>
but I am afraid that’s where my “expertise” falls apart. Anyone?