Adding separate image background to main body and secondary widget area

Discussion in 'Appointway WordPress Theme' started by rack0505, Mar 22, 2014.

  1. rack0505

    rack0505 New Member

    Joined:
    Jun 23, 2013
    Messages:
    7
    Likes Received:
    2
    Hi firstly this template is amazing. I am enjoying working with it. I have a few questions to ask.

    1. Is it possible to give the main body and the secondary widget area separate image backgrounds. I would like the image to be not be of a fixed size so that it looks nice on a tablet or phone. I would even prefer coloured semi-transparent backgrounds as long at both columns are separate as per image.

    2. I am currently working with the default page. I have added several text widgets in the secondary widget area. I would like to create another page (default style) but with different widgets. So some pages will have different widgets and others will have different widgets.

    Appreciate the response.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    1. For your 1st issue

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

    Code:
     .page_content .sidebar {
    background: url('ENTER YOUR IMAGE ADDRESS HERE');
    }
    2. For your second issue

    Download Dynamic Widgets plugin from WordPress.org and upload it.
    http://wordpress.org/plugins/dynamic-widgets/

    It will fulfil your requirements.

    Also check the link for reference
    http://www.inkthemes.com/easily-control-appearance-of-widgets-on-your-wordpress-pages/02/


    Thanks & Regards
    Gourav Shrivastava
     
  3. rack0505

    rack0505 New Member

    Joined:
    Jun 23, 2013
    Messages:
    7
    Likes Received:
    2
    Hi Gourav,
    Doesn't seem to be working for me. I have put the following code into my custom.css.

    and i have uploaded a 50px x 50px background.png image in the following folders.

    wp-admin/images
    wp-content/themes/appointwaytheme/images
    wp-content/themes/appointway/images

    What am i doing wrong? I was hoping the 50px image would repeat.
     
  4. Gourav

    Gourav Support Staff

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

    I think you have not entered the correct image url.
    Just go to Media > Add New
    and upload your image from there, after that copy the image URL and put in the code given above. It will work fine.


    Thanks & Regards
    Gourav Shrivastava
     
  5. rack0505

    rack0505 New Member

    Joined:
    Jun 23, 2013
    Messages:
    7
    Likes Received:
    2
  6. Gourav

    Gourav Support Staff

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

    I have checked that link still image is not found on that URL, Please check it again and add image correctly, it will work.

    Note: Code will only work with correct image address.

    Thanks & Regards
    Gourav Shrivastava
     
  7. rack0505

    rack0505 New Member

    Joined:
    Jun 23, 2013
    Messages:
    7
    Likes Received:
    2
    Hi Gourav please see the PM is sent you.
     
  8. Gourav

    Gourav Support Staff

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

    PM sent.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page