Forum Replies Created

Viewing 4 replies - 241 through 244 (of 244 total)
  • Ok, I got the smooth slider to appear on my homepage at https://roundhousetalk.com but I had to use a widget for it on the sidebar. How do I get it to show up on the page body table rather than the sidebar. It looks too big for the sidebar and is cut off. Thanks.

    [Please stop posting in uppercase. It’s the electronic equivalent of shouting and is considered quite rude. Post de-capped.]

    i tried it but no luck. below is the code in main index template. i checked the dashboard ==> settings ==> reading ) page and it shows my main page as the front page with no page selection for posts in the static address:

    get_header(); ?>
    
    		<div id="primary">
    			<div id="content" role="main">
    				<?php if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider('1'); } ?>
    
    				<?php if ( have_posts() ) : ?>
    
    				<?php twentyeleven_content_nav( 'nav-above' ); 
    
    				<?php /* Start the Loop */ ?>
    				<?php while ( have_posts() ) :

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Here’s how I did it but still no slider. Did I put it in the right place?

    get_header(); ?>
    
    		<div id="primary">
    			<div id="content" role="main">
    						<?php if ( have_posts() ) : ?>
    
    				<?php twentyeleven_content_nav( 'nav-above' );
    				<?php if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider('1'); } ?>
    				<?php /* Start the Loop */ ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Here’s the generated CSS code identified on the slider settings which show me what the slider looks like on the page. Thanks for your quick response as I have been struggling with this for 2 days.

    My homepage is https://roundhousetalk.com I have the same problem and still can’t make it appear on my homepage. I use the same plugin version and WordPress version 3.4.2. Here is my index.php code:

    <div id="primary">
    			<div id="content" role="main">
    			<?php if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider(1); } ?>
    			<?php if ( have_posts() ) : ?>
    
    				<?php twentyeleven_content_nav( 'nav-above' ); 
    
    				<?php /* Start the Loop */ ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    My smooth slider doesn’t show up.

Viewing 4 replies - 241 through 244 (of 244 total)