membership area showing as version 1.1.1!

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by cd123, Feb 25, 2014.

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

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    I downloaded today the theme from my membership area and uploaded it to my wordpress .
    It is showing as version 1.1.1
    What is the current version of the theme?
    thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    Hi Piyush,
    The updated theme centered the menu which overlapped my logo and on the shop page it stretched horizontally all the items.
    Any idea's?
     
  4. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu {
    float: right;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    HI Hitesh,
    that worked great.
    I resolved the shop page issue,
    I had to update the woo-commerce plugin to the newest version.

    One little problem can you update on next version or give me custom css.
    Issue:
    Logo width scales 100% width on all pages except Homepage.
    Can you get the logo to 100& width on home page

    =================================================
    screen width: 384px and below the logo does not resize on "home page" and "wp-admin" page

    On other pages for example:
    http://www.website.com/shop/
    The logo resizes perfectly

    Can this be fixed?



    thank you
     
  6. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .logo img {
    width: 100%;
    margin-bottom: 15px;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    HI Nitesh,
    Everything is working.
    Very impressed with your support

    Thank You
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page