Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #44301

    Hi, I’m really confused about the static page. I have my post slider images on the default page (they work find) I then just wanted to add some information with images underneath (which I made as a post) and the images with the post do not show up.

    I created a custom menu but I’m confused about the default page (which I put my featured post slider on) and the static page option. Do I need to start over and create a home page and put the sliders on that page? Then do you need the default page?

    Also, is there a way to get rid of the white boxes around all of my posts, images, widgets, and side-bar?

    I’m just starting the try to set this site up and would love any information you can give me.

    My website is: http://www.rainehollister.com/

    Thanks, Raine

    #44302

    Ok, I just figured out how to get the full content to display on the default page.
    Will my blog page have to have the full content display?

    And is there a way to get rid of the white boxes around all of my posts, images, widgets, and side-bar?

    Thanks, Raine

    #44303

    One last question, is there a way to get rid of the (Posted on December 8th by Raine) at the top of my post?

    Thanks

    #44362
    Sakin
    Keymaster

    @RaineHollister:
    1. I see that you already got slider working with image.
    2. You can hide the post on at the top of you post by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }
    3. For image border and background, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: none;
        padding: 0;
    }

    4. What do you mean by remove all white box. Do you mean to make your content transparent without background.

    #44374

    For example, I want to remove the white box where my social media icons are. I like the creme colored background that is all around the page; so I would like to have all my content and widgets to just have the creme color behind it so it looks the same; if that makes sense.

    I followed your instructions on the rest and got that to work. Thanks

    #44409
    Sakin
    Keymaster

    @RaineHollister: ok you can add the following css in “Appearance => Theme Options => Custom CSS” box to make your background transparent and will take your site background.

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 {
        background-color: transparent;
        border: none;
    }
    #44433

    Great, I got that to work. I have a couple more questions.

    I added a Facebook widget which appears fine when I preview it, but when I sign off and then go into my site, it disappears and my social media icons in the other widget get bigger.

    Also the text that I added above the social media icons in the widget – I was wondering how I can bring those closer together?

    Thanks for all your help!

    #44515
    Sakin
    Keymaster

    @RaineHollister: Sorry that social icon is not from our theme. So, we don’t have control of it. How did you added in? Did you added through plugin then you need to ask in that plugin support forum.

    #44996

    Thanks you for all of your help! Yes, I got a visual editor widget I got from a plugin, added the icon images I downloaded and put them in that custom box. The social icons only move to the next row when displayed on my ipad mini and on my cell phone.

    One last question: I removed the white space above my header (which looks great on my computer and my ipad mini), but on my cell phone the white space is still above my header. Is there a way to get rid of it?

    Thank you so much for all of your help!

    #44998

    I forgot to ask: Is there a code to get rid of Posted in Uncategorized and Edit text at the bottom of my pages?

    Thanks again!

    #45030
    Sakin
    Keymaster

    @RaineHollister: Your social icon widget, you have added margin 40px, remove that and it will be fine. I just check in your site and see the code for social icon is wrap by margin 40px:
    <p style="margin: 40px;"></p>

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove posted in at the bottom of your pages.
    footer.entry-meta { display: none; }

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Confused about static page’ is closed to new replies.