• Resolved kracker1

    (@kracker1)


    hi I am using the childcare theme and I can not work how to add in a slider on the main page.

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

    (@asiathemes)

    Hello Dear @kracker1,

    Currently we are not providing slider feature with lite version of this theme.

    But if you want to add slider in this theme you can move on pro version of this theme.

    In case of any issue please reply.

    Thanks and Regards
    ASIATHEMES

    • This reply was modified 7 years, 6 months ago by Asiathemes.
    • This reply was modified 7 years, 6 months ago by Asiathemes.
    Theme Author Asiathemes

    (@asiathemes)

    Is there any other issue ? Dear @kracker1

    I still feel that this theme should be able to add slider without upgrading to the pro version. Most free theme have those features embedded in it.

    Theme Author Asiathemes

    (@asiathemes)

    Hi @ngajugodwin,

    Sorry for you troublesome, This facility is not including our lite theme at this time so please could you wait some time otherwise you can upgrade your lite theme in our pro version so you can get all feature in pro version.

    Further if you have any query then please let us know.

    Thanks & Regards
    ASIATHEMES

    Whenever i put a writing on a page. It shows that the writing was done by admin with date. I don’t want this to show. How do i handle this???

    Also, for the slider, i have having some issues making it wide.

    Kindly assist please…

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear @ngajugodwin,

    Thanks for choosing our product.

    Note : This is theme customization in design / theme. Please do not update theme or if you want to update theme please do update manually.

    <u>For remove “writing was done by admin with date.”</u>

    Login to WordPress admin.

    Click on editor under appearance.

    Click on page.php in right side list.

    <ul>
        <li><i class="fa fa-user"> </i> <?php _e('By - ','childcare'); ?><a href="<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>"><?php echo get_the_author(); ?> </a></li>
        <li><i class="fa fa-calendar"></i> <a href="#"> <?php the_date(); ?> </a>
        <li class="pull-right"><i class="fa fa-heart-o"> </i><a href="#"><?php comments_popup_link( '0', '1', '%', '', '-'); ?></a></li>
    </ul>

    Then click on update file button.

    <u>As per skype chat, Also, for the slider, i have having some issues making it wide.</u>

    In same file page.php
    Please find code
    +=======================================================

    <div class="col-md-9">
       <div class="course-area-blog-post  animate" data-anim-type="zoomIn" data-anim-delay="400">
          <?php the_post();  ?>

    +======================================================
    And replace it with
    +======================================================

    <div class="col-md-12">
       <div class="course-area-blog-post  animate" data-anim-type="zoomIn" data-anim-delay="400">
          <?php the_post();  ?>

    +======================================================
    And from the same file please remove
    +======================================================
    <?php get_sidebar(); ?>
    +======================================================
    If you want to keep sidebar then you can manage design according to you.

    In case of any issue please reply.

    <u>Thanks and Regards</u>

    ASIATHEMES

    • This reply was modified 7 years, 5 months ago by Asiathemes.

    Many thanks for the response.

    <u>For remove “writing was done by admin with date.”</u>

    for this, where exactly do i have to place the code???. or should i just place it randomly or there is a place i have to edit just the way you showed me with the slider?

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear @ngajugodwin,

    As per my last reply…

    Login to WordPress admin.
    Click on editor under appearance.
    Click on page.php in right side list.

    and then in file page.php please do this.

    In case of any issue please reply…

    Thanks and Regards
    ASIATHEMES

    Thanks. It works fine now.

    Another issue came up please. I am trying to add the icon section but its not working. Are my missing something please??

    Theme Author Asiathemes

    (@asiathemes)

    Hello @ngajugodwin,

    Can you tell me please that Where do you want to add icon and which icon do you want to add ?

    Please explain a little.

    Thanks and Regards

    ASIATHEMES

    • This reply was modified 7 years, 5 months ago by Asiathemes.

    Hello,

    Please, i notice that whenever i add a page on the theme, the name of the page repeat itself about three(3) times

    Please, how can i resolve?

    Regards.

    and also, the slider image is faraway from the menu.
    How can i bring it closer please?

    I am also trying to place at the top right hand side of the home page
    and i don’t want the search widget to show on all the pages

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear @ngajugodwin,

    for first issue : Please, i notice that whenever i add a page on the theme, the name of the page repeat itself about three(3) times

    Please replace below given code in page.php file.

    code start from here —————->

     <?php get_header();
     childcare_breadcrumbs(); ?>
    	<div class="container page-header-inner"> <img src="<?php echo CHILDCARE_TEMPLATE_DIR_URI; ?>/images/callout-shadow.png" class="img-responsive"> </div>
    	<div class="clearfix"></div>
    <div class=" container ">
    <div class="row">
    	<div class="col-md-12">
       <div class="course-area-blog-post  animate" data-anim-type="zoomIn" data-anim-delay="400">
          <?php the_post();  ?>
    			
    
    			<div class=" home-gallery-col">
    				<div class="home-gallery-img">
    					<?php $default_img = array('class' => "img-responsive");
    								if(has_post_thumbnail()) :
    									the_post_thumbnail('',$default_img); 
    									endif; ?>
    					<div class="gallery-showcase-overlay">
    						<div class="gallery-showcase-overlay-inner"></div> 
    					</div>
    				</div>
    			</div>
    	
    			<div class="blog-post-title">
    				
    				<?php the_content(); ?>
    				
    				<div class="blog-pagination animate fadeInLeft" data-anim-type="">	
    				<?php wp_link_pages(); ?>
    			</div>
    			</div>
    <div class="clearfix"> </div>
    <?php comments_template( '', true );?>
    	</div>
    </div>	
    <?php get_sidebar(); ?>	
    </div>
    </div>
     <div class="clearfix"></div>
    <?php get_footer(); ?>
    </div>

    In case of issue not resolve please reply.

    Thanks and Regards

    ASIATHEMES

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear @ngajugodwin,

    For your second last issue : and also, the slider image is faraway from the menu.
    How can i bring it closer please?

    Please remove below given code from page.php

    <div class="container page-header-inner"> <img src="<?php echo CHILDCARE_TEMPLATE_DIR_URI; ?>/images/callout-shadow.png" class="img-responsive"> </div>

    In case of any issue please reply.

    Thanks and Regards

    ASIATHEMES

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘adding a slider to the childcare theme’ is closed to new replies.