• Movie Boss

    (@movie-boss)


    Love the theme.

    1) Am getting ready to go live with it and find that the SHARE box at bottom of the posts is not readable.

    2) The other share bar (vertical just to the right of the post) causes the text justification to decrease width, thereby lengthening the post. I’ve tried to remove this and still have a SHARE at the bottom but can’t seem to find the correct method. I’ve checked out FIREBUG to try and isolate to no avail. Am using child theme.

    url is: http://www.movieboss.net

    thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • salsaturation

    (@salsaturation)

    As a quick fix if you don’t already have a Child_Themes or a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.

    .blog .post, .single .post, .archive .post, .search .post, .search .page {
    overflow: visible;
    }
    Thread Starter Movie Boss

    (@movie-boss)

    Sal – Thanks for the response.

    I am using child theme, and did add your code to my custom css, but it made no difference at all.

    When using Firebug on Firefox, I can not seem to isolate the code which appears to limit the height of the box containing the actual share buttons. The “Share This” is visible, but not the icons immediately below.

    salsaturation

    (@salsaturation)

    whats is you child theme called – ie folder name?

    Thread Starter Movie Boss

    (@movie-boss)

    The folder is hueman-child-master

    salsaturation

    (@salsaturation)

    http://movieboss.net/wp-content/themes/hueman-child-master/style.css

    I don’t see the code I gave you in there – did you remove it?

    Thread Starter Movie Boss

    (@movie-boss)

    i added it to custom.css Should I only be editing the child style.css and not custom?

    Thread Starter Movie Boss

    (@movie-boss)

    Thanks for the quick reply!

    I had added it to child/custom.css Should I only be editing the child style.css and not custom?

    salsaturation

    (@salsaturation)

    No custom is better – let em check you file

    salsaturation

    (@salsaturation)

    since it is a child theme I would just add it to the style.css

    or you can add

    @import url(“custom.css”); to the style.css – but if you are going to do this you might just as well do the above instead

    Thread Starter Movie Boss

    (@movie-boss)

    THANK YOU!

    I added it to the child style.css and removed it from the child custom.css and it now works as desired.

    As you can see, now the bottom of post share buttons work, but I also show the vertical share bar along the right side of the post.

    It seems that the following controls the sharre. How do I disable this share bar and not lose the one we just got right on the bottom?

    <div class=”sharrre-container”>

    Thanks again so much!

    salsaturation

    (@salsaturation)

    Just add

    .single .post .sharrre-container {
    display: none;
    }
Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Bottom Post SHARE Box/content not visible’ is closed to new replies.