Home Blog Posts / Slider / Header, Questions and problems

Discussion in 'Compass WordPress Theme' started by cityofsleep, May 11, 2015.

  1. cityofsleep

    cityofsleep Guest

    Joined:
    May 7, 2015
    Messages:
    4
    Likes Received:
    0
    1. Home Page Blog Posts: The Blog Posts are not being populated here. We have a separate blog page that contains blogs, but the home page is not listing them.
    2. Slider: If you look at the screenshots, the gray that is behind the words is too light, we want to make it darker like in the second screenshot for all the slides.
    3. Header: I would like to be able to add a phone number and/or an image to the header above the menu. (see screenshot).
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    As per your queries:

    1. Home Page Blog Posts: The Blog Posts are not being populated because you have not assign the feature image to your blog post. So kindly assign it.That will solve your issue.

    2. Slider: to make grey behind the words darker apply below CSS:

    Code:
    .salesdetails{
    background: rgba(0, 0, 0, 0.5);
    }

    3. Header: To add a phone number and/or an image to the header above the menu we need to do source code customization so kindly share your dashboard details at [email protected] along with following details:
    This Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
     
  3. cityofsleep

    cityofsleep Guest

    Joined:
    May 7, 2015
    Messages:
    4
    Likes Received:
    0
    .salesdetails{
    background: rgba(0, 0, 0, 0.5);
    }
    worked great, I also wanted to know how I can disable the css on the home page. So that the graphics won't fade in.
     
  4. cityofsleep

    cityofsleep Guest

    Joined:
    May 7, 2015
    Messages:
    4
    Likes Received:
    0
    Sent the details to you email.
     
  5. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly check we have done the changes and fix the issue.

    For contact information:
    1. If you need to write contact information then follow the steps mentioned in the below image that will guide you where to put your contact information:

    compass-contact-info.png


    2. If you wish to place an image for contact info than you need to add custom CSS given below for that:

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .contact_info p{
      margin-top: -30px;
      background: url(http://localhost/wordpress/wp-content/uploads/2015/05/09_PScom_860_100.jpg) no-repeat;
      height: 88px;
    }
    .contact_info p {
      display: none;
      }
    
    Note: kindly put your own background image URL . The optimal image size: 900 * 100 pixel .

    You can opt one of the above two method for placing your contact info.

    Hope it will solve your issue.
     

Share This Page