Responsiveness, editing of blog page, adding images to post

Discussion in 'SwiftRay WordPress Theme' started by maatla, Jul 9, 2013.

  1. maatla

    maatla New Member

    Joined:
    Jun 30, 2013
    Messages:
    15
    Likes Received:
    0
    Hi
    I need some help With the following:

    1) The theme doesn't behave as fully responsive. I think the header might be the problem. I have just replaced Your logo With a temporary logo and am expecting this has made the header not responsive. Kindly assist me With some tips to how to get this to work as a fully responsive theme
    2) On the blog page I would like to remove the dotted line between the title of the post and the photo I have Attached.
    3) also on the blog page, I would like to decrease the padding between the title and the post itself/photo as inserted on top of post
    4) again, on the blog page, I would like to remove the text that shows up after the title (date, written by, comments, etc). Is there a way I can have just the date indicated on the right side of the post, rather than on top? Is there a plugin for this?
    5) I can not insert or add an image to a blog post directly. I have to first go to media Library and open the image, then copy the URL which I can then insert in the post. If I use the "add media" directly from the post edit window I am taken to a window With "fake options" - i.e the options show up but nothing happens when I click on them. What may be wrong?
    6) Is there a way I can have an enlish and Norwegian Version of my site? Can I add an "English" button to take Readers to an English Version?

    Thanks a lot for Your help. My site is www.empatisksamspill.no

    Maatla :)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your 1st, 2nd, 3rd and 4th issue

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

    Code:
    .header .logo img {
    width: 100%;
    }
    .content .post .post_title {
    border-bottom: none;
    }
     
    .content .post .post_title {
    margin-bottom: 0;
    padding-bottom: 5px;
    }
    .content .post .post_meta {
    list-style-type: none;
    }
     
    
    2.For your 5th issue

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]

    We will check your issue

    3. For your 6th issue

    Use qTranslate plugin, Download it from WordPress.org
    http://wordpress.org/plugins/qtranslate/

    Also follow the link given below, I hope it will help you
    http://www.inkthemes.com/how-to-translate-your-wordpress-website-using-qtranslate-plugin/01/
     

Share This Page