Sliders - Not Sliding and Other Questions

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by quinja2, Oct 1, 2013.

  1. quinja2

    quinja2 New Member

    Joined:
    Jul 16, 2013
    Messages:
    6
    Likes Received:
    0
    1.How do we get the Sliders to function automatically?

    2. Using Woo Commerce : How do you feature more than one product on the home page?

    3. I am having problems deleting the information in the footers : floaters etc. Where can I change that information or delete it permanantly.

    4. Turn OFF Home page Blog Section? Can I do this?

    5. Make images in Box Heading Larger Like Black Bird? Is this possible?

    www.revegirls.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to js > jquery.slitslider present in your theme directory and follow the instruction as shown in image given below

    2013-10-03_1308.png


    2. For your second issue

    Firstly create category and assign category for your product after that, go to Appearance > Theme Option > Home Page Category > EDD Category

    and add category id there that you want to show on home page.

    Also check the link for reference
    http://www.inkthemes.com/how-to-use-salejunction-to-setup-your-online-shop/09/


    3. For your third issue

    You are talking about footer widget area, Go to the
    Appearance > Widgets
    Drag widgets and drop them in the first, second, third and fourth widget area, It will automatically display at your footer.

    4.For your fourth issue

    Go to index.php present in your theme directory and remove the code given below

    Code:
                        <div class="feature_content_inner">
                            <div class="feature_content_inner_head">
        <?php if (inkthemes_get_option('inkthemes_blog_heading') != '') { ?>
                                    <h2><?php echo inkthemes_get_option('inkthemes_blog_heading'); ?></h2>
        <?php } else { ?>
                                    <h2>
            <?php _e('Show Your Latest Posts', 'salejunction'); ?>
                                    </h2>
        <?php } ?>
        <?php if (inkthemes_get_option('inkthemes_blog_desc') != '') { ?>
                                    <h6><?php echo inkthemes_get_option('inkthemes_blog_desc'); ?></h6>
        <?php } else { ?>
                                    <h6>
            <?php _e('Here you can showcase your latest blog and let users know about your recent activities.', 'salejunction'); ?>
                                    </h6>
        <?php } ?>
                            </div>
                            <ul class="feature_content_inner_box">
        <?php query_posts('showposts=3');
        if (have_posts()) : while (have_posts()) : the_post(); ?>
                                        <li>
                                            <div class="feature_content_inner_box1"><span class="f-date">
                <?php the_time('j') ?>
                                                </span><span class="f-month">
                <?php the_time('M') ?>
                                                </span>
                                                <h5><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
                <?php the_title(); ?>
                                                    </a></h5>
                <?php echo inkthemes_custom_trim_excerpt(15); ?> </div>
                                        </li>
            <?php endwhile;
        else: ?>
                                    <li>
                                        <div class="feature_content_inner_box1">
                                            <p>
            <?php _e('Youy have not posted any blog yet.', 'salejunction'); ?>
                                            </p>
                                        </div>
                                    </li>
        <?php endif; ?>
                            </ul>
                        </div>

    Sending image for reference

    2013-10-03_1314.png



    5.For your fifth issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  3. quinja2

    quinja2 New Member

    Joined:
    Jul 16, 2013
    Messages:
    6
    Likes Received:
    0
    After looking for the options above, I can not find them on SalesJunction:

    I can not automate the sliders

    or can I add more than one product category.

    Please include the steps to find the jstyle search and steps to add more than one category
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) You will not get js directory in the dashboard. You can access theme directory (salejunction) through FTP.
    2) Create multiple categories assign products to those categories. They will automatically show at your front page.
     
  5. quinja2

    quinja2 New Member

    Joined:
    Jul 16, 2013
    Messages:
    6
    Likes Received:
    0
    What is FTP? How do I access it step by step?

    When I reset all options the categories began to show up on the screen. It was a technical issue
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over TCP-based network, such as the Internet.
    FTP is built on a client-server architecture and uses separate control and data connections between the client and the server.
    FTP users may authenticate themselves using a clear-text sign-in protocol, normally in the form of a username and password,
    but can connect anonymously if the server is configured to allow it.

    Please contact to your service provide for your FTP details.

    Follow the link given below
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/
     

Share This Page