Elysian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help! Frontpage SlideshowI replaced the code with the one you said.. It got worse I guess. Check:
Forum: Themes and Templates
In reply to: Featured content not loadingNo problem!
Now to get back to my own problem 🙁
Good Luck! If you need anythin holla at me at
http://the-elysian.com through the contact tab.
Forum: Themes and Templates
In reply to: Featured content not loadingalso..
In case you want to keep it ” Which is better ”
Whenever you want it to work. Put in your custom fields in your posts the custom field:
featured
and in the value the URL of the image of the news.
That way it should work and it will give your blog a special taste.
Forum: Themes and Templates
In reply to: Featured content not loadingI updated it:
Forum: Themes and Templates
In reply to: Technical speech: how to remove “featured post” and “popular”I would advice you to choose another theme or something. This one seems grealy un-organized.
Forum: Themes and Templates
In reply to: Technical speech: how to remove “featured post” and “popular”Are they in your sidebar?
Forum: Themes and Templates
In reply to: Help! Frontpage SlideshowHere’s the header file:
<?php /** * @package WordPress * @subpackage Magazeen_Theme */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <script src="http://koa-cn.com/wparab/wp-includes/js/prototype.js"></script> <script src="<?php bloginfo( 'template_directory' ); ?>/js/pngfix.js"></script> <script src="<?php bloginfo( 'template_directory' ); ?>/js/jquery-latest.js"></script> <script src="<?php bloginfo( 'template_directory' ); ?>/js/effects.core.js"></script> <script src="<?php bloginfo( 'template_directory' ); ?>/js/functions.js"></script> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body> <div id="header"> <div class="container clearfix"> <div id="logo"> <h2><?php bloginfo( 'description' ); ?></h2> <h3></h3> </div><!-- End logo --> <?php include_once( TEMPLATEPATH . '/searchform-header.php' ); ?> </div><!-- End Container --> </div><!-- End header --> <?php if (function_exists('pixopoint_menu')) {pixopoint_menu();} ?> <br /> <br /> <br /> </div><!-- End navigation --> </div><!-- End navigation --> <div id="latest-dock"> <div class="dock-back container clearfix"> <div class="latest"> Check out the Latest Articles: </div> <ul id="dock"> <?php $dock = new WP_Query(); $dock->query( 'showposts=9' ); while( $dock->have_posts() ) : $dock->the_post(); ?> <li> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> <img src="<?php bloginfo( 'template_directory' ); ?>/timthumb.php?src=<?php echo get_post_meta( $post->ID, "image_value", true ); ?>&w=69&h=54&zc=1" alt="<?php the_title(); ?>" /> </a> <span><?php the_title(); ?></span> </li> <?php endwhile; ?> </ul> </div><!-- End container --> </div><!-- End latest-dock -->and here’s index.php until the shortcode:
<?php /** * @package WordPress * @subpackage Default_Theme */ get_header(); ?> <div id="main-content" class="clearfix"> <div class="container"> <div class="col-580 left"> <?php query_posts( 'showposts=2' ); if (have_posts()) : while (have_posts()) : the_post(); $category = get_the_category(); ?> <div <?php post_class(); ?>> <div class="post-meta clearfix"> <h3 class="post-title left"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <p class="post-info right"> <span>By <?php the_author_posts_link(); ?></span> <?php the_time( 'l F j, Y' ) ?> </p> </div><!-- End post-meta --> <div class="post-box"> <div class="post-content"> <div class="comment-count"> <?php comments_popup_link(__( '0 Comments' ), __( '1 Comment' ), __( '% Comments' )); ?> </div> <?php if( get_post_meta( $post->ID, "image_value", true ) ) : ?> <div class="post-image"> <?php // added by <yourname> in order to add the slideshow using the frontpage-slideshow plugin echo do_shortcode('[FrontpageSlideshow]'); ?>Forum: Themes and Templates
In reply to: Featured content not loadingdouble post
Forum: Themes and Templates
In reply to: Featured content not loadingThank you…
Can you post your index.php here? I’ll help you with that. I thought you were talking about hte Frontpage Slideshow plugin.
Forum: Themes and Templates
In reply to: Help! Frontpage Slideshow1118
Anyways, It isn’t the plugins. yes I read everything. It might be the theme. I really need this fix. I don’t have a problem in giving you access to my website.
How can I contact you personally?
Also..It might be a conflict with Jquery with from what I’ve read. Check my next post.
Forum: Fixing WordPress
In reply to: Server LoadCaching would help I beleive. I’m hosting at Knownhost though for my server. It’s much better than inmotion.
Forum: Themes and Templates
In reply to: Featured content not loadingI’m having the same problem…
Anyone?
Forum: Themes and Templates
In reply to: Help! Frontpage SlideshowAnyone?
Forum: Themes and Templates
In reply to: Floating ” Arrangement “wow! That fixed it!
You’re the best! Thank you!
Forum: Themes and Templates
In reply to: Floating ” Arrangement “Anyone? This should be easy I just have no idea how to do it.