rrgdesigner
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsI deactivated OpenGraph and Activated SFC, now I get this when trying to sync:
Fatal error: Uncaught exception ‘FacebookRestClientException’ with message ‘A session key is required for calling this method’ in /home/nqbebrg/public_html/wp-content/plugins/simple-facebook-connect/facebook-platform/facebookapi_php5_restlib.php:3112 Stack trace: #0 /home/nqbebrg/public_html/wp-content/plugins/simple-facebook-connect/facebook-platform/facebookapi_php5_restlib.php(1468): FacebookRestClient->call_method(‘notes.get’, Array) #1 /home/nqbebrg/public_html/wp-content/plugins/wp-posts-fb-notes/wpfb.php(66): FacebookRestClient->notes_get(‘77100963’, ”) #2 /home/nqbebrg/public_html/wp-content/plugins/wp-posts-fb-notes/wpfb.php(94): wpfb_get_fbnotes() #3 /home/nqbebrg/public_html/wp-content/plugins/wp-posts-fb-notes/wpfb.php(355): wpfb_get_not_pairs_fb() #4 /home/nqbebrg/public_html/wp-includes/plugin.php(339): wpfb_manage_pairs_menu() #5 /home/nqbebrg/public_html/wp-admin/admin.php(95): do_action() #6 {main} thrown in /home/nqbebrg/public_html/wp-content/plugins/simple-facebook-connect/facebook-platform/facebookapi_php5_restlib.php on line 3112
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & Suggestionsi found the conflicting plugin. It’s called Facebook OpenGraph, by Sociable. Its like SFC, but uses the new facebook graph. hmmm.
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsTried to activate and got:
Plugin could not be activated because it triggered a fatal error.
Client ServerAny thoughts? I’m using v 2.9.2 and a bunch of plugins.
Forum: Fixing WordPress
In reply to: All My Images Disappearedthis is in my error log:
[27-Apr-2010 18:32:39] 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 for query SELECT tt.term_id FROM wp_term_taxonomy tt, wp_term_relationships tr WHERE tt.taxonomy = ‘category’ AND tt.term_taxonomy_id = tr.term_taxonomy_id AND tr.object_id = made by require, require_once, include, wp_related_posts, wp_get_related_posts
Forum: Themes and Templates
In reply to: WP-Creativix – Free Premium WordPress Theme releasedIs there a way to set the order of the slideshow without changing the dates of the posts?
Is there a way to have multiple slideshow entries per post?
Is there a way to have thumbnails on results pages and the blog page?
Thank you.
Forum: Themes and Templates
In reply to: WP-Creativix – Free Premium WordPress Theme releasedTo my second issue,
edit style.php about 80% down.
to:
.port-pic {
width: 270px;
height: 350px;
background-color: #FFF;
border: 1px solid #CCC;
float: left;
margin-bottom: 20px;
margin-right: 20px;
display: block;
}to my third issue:
in the tpl_portfolio.php removeand
The above are missing something, but in the end it should look like this:
<?php
$values = get_post_custom_values(“Featured”);
$pathtemp = get_theme_root().”/wp-creativix”;
if(is_writeable($pathtemp)) {
if(isset($values)) {
?>
” rev=”<?php the_title();?>”><img src=”<?php bloginfo(‘template_directory’); ?>/scripts/timthumb.php?src=<?php echo $values[0];?>&h=130&w=250&zc=1″ alt=””>
<?php
}
} elseif (isset($values)) {
?>
” rev=”<?php the_title();?>”><img src=”<?php echo $values[0]; ?>” width=”250″ height=”130″ alt=””>
<?php
}
?>
<?php the_excerpt();?>
</div>
<?php endwhile; ?>I am still wondering if anyone noticed the centering issue i am having and if they know how to fix it.
Forum: Themes and Templates
In reply to: WP-Creativix – Free Premium WordPress Theme releasedIs anyone else getting the problem where the portfolio page is centered differently than the rest?
http://rougerivergroup.com/news/Also, did anyone figure out how to get the portfolio items to be the same height? So they align in a grid?
And last, is there a way to get the “Add Custom Field to Post” image to not show on portfolio items without images?