• Resolved sudeajans

    (@sudeajans)


    I liked the theme so much its very clean and looks perfect to use.

    But I need something like for posts when i make and featured images to be like slider

    just as homepage slider to be in posts and as image to be featured image

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Asiathemes

    (@asiathemes)

    Hello @sudeajans,

    Thanks for using our theme, Please confirm first are you wants to add slider on your post page?

    We have face a little confusion in your content of support query so kindly describe more clearly your issue here then we will trying to our best in resolving your issue.

    Please let us know further.

    Thanks & Regards
    ASIATHEMES

    Theme Author Asiathemes

    (@asiathemes)

    Hello @sudeajans,

    Any Update here regarding your issue ?

    Thanks

    Thread Starter sudeajans

    (@sudeajans)

    Yes I wanted to add slider on my post pages, and i found how to do it.

    Now i’m trying to remove sidebars from posts/pages. I removed it from page.php but the problem is my content is not staying on center.
    I just wanna disable all sidebars and everything to be on middle of page

    Thank you

    Hello Dear Sudeajans,

    Please copy and replace below given code in your page.php file

    /*=====code start from below =======================*/

    <?php get_header(); ?>
    <!--------/Header--------------->
    <div class="clearfix"></div>
    <!-- Page Title Section -->
    <?php asiathemes_breadcrumbs(); ?>
    <!-- /Page Title Section -->
    <!---------Blog-Section------------------------------>
    <section class="blog-section">
      <div class="container">
         <div class="row">
    	 <!---------Blog Area------------->
    	    <div class="col-md-12">
    		 <div class="blog-page-section">
    		  <div class="blog-area animate" data-anim-type="fadeInUp" data-anim-delay="400">
    				<div class="blog-post-img">
    				<?php the_post(); 
    								$default_img = array('class' => "img-responsive");
    								if(has_post_thumbnail()) :?>
    					<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('',$default_img); ?></a>
    					<?php endif; ?>
    				</div>
    				<div class="blog-post-detail">
    						<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><i class="fa fa-user"></i> <?php the_author(); ?></a>
    						&nbsp;&nbsp; <a href="#"><i class="fa fa-tag"></i><?php the_tags('','businesso'); ?></a>
    						&nbsp;&nbsp;<a href="#"><i class="fa fa-comment"></i><?php comments_popup_link( '0', '1', '%', '', '-'); ?></a>
    				<div class="blog-post-date"><span class="date"><?php echo get_the_date('j'); ?><small><?php echo get_the_date('M'); ?></small></span>
    					</div>		
    				</div>
    				<div class="clear"></div>
    				   <div class="blog-post-title">
    					<div class="blog-post-title-wrapper">
    						<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    						<p><?php the_content(); ?><p>
    					   
    					</div>
    				</div>	
                 </div>
    			 
    		<!----comment Section-------->
    			<?php comments_template( '', true );?>
    			</div>
    			 </div>		 
      <!-----Right Sidebar------------>
    		
    			
    		 </div>
      </div>	
    </section>
    
    <div class="clearfix"></div>
    <?php get_footer(); ?>	
    </div><!-- /Close of wrapper -->  
    </body>
    </html>

    /*==========Code end here===================*/

    In case of any issue please reply.

    Thanks and Regards
    ASIATHEMES

    Thread Starter sudeajans

    (@sudeajans)

    It worked, Thank you a lot Sir

    Dear Sudeajans If you like this product pelase rate this product on wordpress for us https://wordpress.org/support/theme/businesso/reviews/#new-post

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured images as Slider’ is closed to new replies.