Edit shop page template

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by ronnies, Sep 22, 2016.

  1. ronnies

    ronnies Member

    Joined:
    Jan 13, 2015
    Messages:
    63
    Likes Received:
    1
    Hi,

    This is my site: http://www.biggiebest.co.il/
    I want to display the shop page as the homepage, BUT - using the slider you can currently see on top of the current homepage.

    I have tried setting the Shop page under settings as the homepage, but the slider disappears.
    I have tried making a new template for the shop page - http://biggiebest.co.il/shop/ - using the following code -

    Code:
    <?php
    /*
    Template Name: New Homepage
    */
    get_header(); ?>
    <div id="homepage-slider" class="sl-slider-wrapper homepage-slider">
    <?php wd_slider(1); ?>
    </div><!-- /slider-wrapper -->
    
    <div class="clear"></div>
    
    <div class="content_wrapper">
    <div class="page-content">
    <div class="container_24">
    <div class="grid_24">
    <div id="breadcrumbs"><?php the_breadcrumb(); ?></div>
    <div class="grid_16 alpha">
    <div class="content-bar">
    <h1 class="page-title author"><?php the_title(); ?></h1>
    <?php if (have_posts()) : the_post(); ?>
    <?php the_content(); ?>
    <?php endif; ?>
    </div>
    </div>
    <div class="grid_8 omega">
    <?php get_sidebar(); ?>
    </div>
    </div>
    </div>
    </div>
    </div>
    
    <?php get_footer(); ?>

    but for some reason, the slider won't show up.

    Any idea what shall I do?
    Is there any code blocking any content on shop page?

    Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :


    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page