manuel90
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] Facebook login blank screengot the same problem
Forum: Fixing WordPress
In reply to: Dashboard blank, but blog is showing upfixed it…it worked after i removed the spaced in funcitons.php in the theme directory
Forum: Fixing WordPress
In reply to: Dashboard blank, but blog is showing upI’ve logged in via the twenty eleven theme. when i switch to my othertheme again, i can access the dashboard wie /wp-admin , but when i want to enter the dashboard via wp-login.php there is the blank page again.
besides, i wasnt able to turn the debug on…i set the value to true, but ican’t find a log in the ftp directory
Forum: Fixing WordPress
In reply to: Dashboard blank, but blog is showing upswitching to twnty eleven theme worked…seems like my own created theme caused the problem…but what to do next?
Forum: Fixing WordPress
In reply to: Dashboard blank, but blog is showing upive just forgotten that the problem occured, after i updated wordpress itself and some plugins…but directly after that everything worked fine…can’t figure the problem out
got the same problem. changing layout does not work either
And yes the page name is “Home”…
Forum: Fixing WordPress
In reply to: Categories and showposts? Can somebody check my code?Oh no, I’d like to display the posts which are listed at least in one of the categories. sorry for this !
The code works fine for both categories. Thank you so for.
Forum: Fixing WordPress
In reply to: Categories and showposts? Can somebody check my code?Yes i got posts of these categories. I see a blank page without layout.
Forum: Fixing WordPress
In reply to: Categories and showposts? Can somebody check my code?Doesn’t work
<?php /* Template Name: Medienecho */ ?> <?php get_header(); ?> <?php get_sidebar();?> <div id="content"> <div class="grid_8"> <div class="room"> <h2 class="h2">Aktuelle Diskussionsbeitr?ge</h2> <?php $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query(); $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array( 'category__and' => array( 429, 1335 ), 'posts_per_page' => 5, 'paged' => $paged; ); ?> <?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?> <div class="grid_8"> <h4><a href="<?php the_permalink() ?>" rel="bookmark" title="Dauerhafter Link auf <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h4> <?php the_excerpt(); ?> </div><?php endwhile; ?> <?php endif; ?> <div class="grid_8"> <?php if (function_exists('postbar')) postbar(); ?> </div> <div class="text grid_8"> <?php wp_reset_query(); if( have_posts() ) : while( have_posts() ) : the_post(); the_content(); endwhile; endif; ?> </div> </div></div> <div class="grid_4 kontakt"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Seitenleiste Medienecho") ) : ?> <?php endif; ?> </div> </div><!-- close #content --> <div class="clear"></div> <?php get_footer(); ?>
But thank you for your effort!
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] SFC PermissionsThank you so far,
but how long will my granted permissions last then?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token for Publishing to PageNo, i’ve made it a few minutes ago,
thank you very much so far!I’ll let you know when i face more problems
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token for Publishing to PageOh, dont know what happend, but it works now!
thank you very much.But i got another problem. The comments i make on the facebook page dont show up at wordpress and vice verca.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token for Publishing to PageThese are posts from another plugin which wasnt able to synch the comments. So I tried wpbooks
However,
I unchecked “posting to a page (with the right id)” saved it and checked it again…then i checked the permissions and nothing has changed. everything says “yes” like i said before.Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token for Publishing to PageWhen i check permissions it goes like this:
This page is where you can check and grant extended permissions, which enable WPBook to publish to your personal wall and/or to the walls of fan pages.
The Facebook profile ID you are currently logged in to Facebook as is 100000171067928. You have defined 100000171067928 as your Facebook user id in WPBook Settings.
FB profile 100000171067928 has granted these permissions:
read_stream – yes
publish_stream – yes
manage_pages – yes
user_groups – yesAn access token for this user has been stored.
You’ve indicated you wish to publish to this page: 258552957584793
An access token corresponding to this page has been stored.
There you also got the ID.
Thanks for the quick answer