• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi,

    Can you please help me remove the sidebar in blog.php.

    Thanks
    Erez

    erezpaz
    1 year ago
  2. Hi,

    Aldo I need to write Left to right and not Right to left.

    Thanks
    Erez

    erezpaz
    1 year ago
  3. Hi,

    Can you please help me remove the sidebar in blog.php.

    In the style.css file find this code:

    #sidebar_left .sidebar {
    width: 266px;
    float: left;
    margin-left: -960px;
    }
    

    and replace with this code:
    #sidebar_left .sidebar {
    width: 266px;
    float: left;
    margin-left: -960px;
    display: none;
    }
    

    then find this code:
    .sidebar, #sidebar_right .sidebar {
    width: 266px;
    float: left;
    margin-left: -267px;
    }
    

    and replace this this code:
    .sidebar, #sidebar_right .sidebar {
    width: 266px;
    float: left;
    margin-left: -267px;
    display: none;
    }
    Then fins this code:
    [code brush="css"]
    #sidebar_left .container_12 {
    background: url(images/sidebar_left_bg.gif) left 0 no-repeat;
    min-height: 614px;
    }
    

    and replace with this code:
    #sidebar_left .container_12 {
    min-height: 614px;
    }
    

    No to make the blog as full-width, find this code in style.css file:

    #sidebar_left .content {
    margin: 0 10px 0 330px;
    width: 620px;
    }
    

    and replace this this code:
    #sidebar_left .content {
    margin: 0 10px 0 330px;
    width: 960px;
    }
    

    Aldo I need to write Left to right and not Right to left.

    In the style.css file fins this code:

    body {
    background: #EEE;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 14px;
    line-height: 1.4em;
    }
    

    and reaplce with this code:
    body {
    background: #EEE;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 14px;
    line-height: 1.4em;
    direction: rtl;
    }
    

    Cheers,
    George

    George
    1 year ago
  4. Hi,

    The sidebar is gone. Thanks.
    I need RTL only for the blog page. How can I do that?

    Thanks

    erezpaz
    1 year ago
  5. Hi,
    you would like to have rtl only for blog page or for posts too? Please provide a link to your blog page.

    Cheers,
    Max.

    Max
    1 year ago
  6. To blog page and posts only.
    The rest of site is ltr.

    http://www.singular.co.il/?cat=3

    erezpaz
    1 year ago
  7. Hi,

    To change only for blog page and posts text direction:
    1. To change the post title direction, in style.css file fidn this code:

    .post-title h2, .post-title h1 {
    line-height: 1em;
    font-size: 23px;
    font-weight: normal;
    color: #444E69;
    }
    

    and replace with this code:
    .post-title h2, .post-title h1 {
    line-height: 1em;
    font-size: 23px;
    font-weight: normal;
    color: #444E69;
    direction: rtl;
    }
    

    2. To change post text direction, find this code in the style.css file:

    .text p, .col p {
    margin-bottom: 20px;
    }
    

    and replace this this code:
    .text p, .col p {
    margin-bottom: 20px;
    direction: rtl;
    }
    

    Cheers,
    George

    George
    1 year ago
  8. Hi,

    The subject of posts in blog changed to RTL.
    The upper title still in LTR. I want it in RTL (only in blog page).
    I need RTL only in posts that are in bolg + Title of posts.
    All the rest of the site should stay LTR.
    Also, how can I connect that all new post will be also in our Facebook fan page and twitter?

    Thanks
    Erez

    erezpaz
    1 year ago
  9. Hi,
    I need RTL only in posts that are in bolg + Title of posts.

    Done.

    how can I connect that all new post will be also in our Facebook fan page and twitter?

    This option is not available by default in the theme, try to find a plugin for this.

    Cheers,
    Max.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.