How to add Contact page and Product Gallery in sidebar?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by stevenzou, Nov 25, 2014.

Thread Status:
Not open for further replies.
  1. stevenzou

    stevenzou New Member

    Joined:
    Nov 15, 2014
    Messages:
    22
    Likes Received:
    0
    Two questions for Product Gallery and Font Family.
    First, how to add Product Gallery in Blog page and Contact page?
    Second, how to make the website font to be "Arial"?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    1)Please use below code and follow image.
    PHP:
                  <div class="clear"></div>
                  <h2>RECENT PRODUCTS:</h2>
                  <?php echo do_shortcode('[recent_products per_page="12" columns="4"]'?>
                  <div class="clear"></div>
    26-nov-salejunction-contact-gallery.png
    Similarly you can do this in blog.php file.


    2)

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
    font-family: 'Arial' !important;
    }
    Follow below link if still not resolved font issue.
    http://www.inkthemes.com/community/threads/new-font-throughout-whole-site.13734/


    Thanks & regards
    Pramod
     
  3. stevenzou

    stevenzou New Member

    Joined:
    Nov 15, 2014
    Messages:
    22
    Likes Received:
    0
    Product Gallery is my request instead of Recent Products posted.
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Unfortunately there isn't a way to do this with us. Sorry.

    Thanks & Regards
    Pramod
     
  5. stevenzou

    stevenzou New Member

    Joined:
    Nov 15, 2014
    Messages:
    22
    Likes Received:
    0
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  7. stevenzou

    stevenzou New Member

    Joined:
    Nov 15, 2014
    Messages:
    22
    Likes Received:
    0
    Tks a lot
     
Thread Status:
Not open for further replies.

Share This Page