Forum Replies Created

Viewing 7 posts - 41 through 47 (of 47 total)
  • Author
  • in reply to: Forums > Reply : Styling Issue #44751
     Reflect Growth
    Participant

    I did some initial investigation (using the inspector in chrome) and couldn’t see any styling / css conflicts so didn’t think the plugins would be playing a part.

    This seems to be the main style applied:

    COPY CODE
    #bbpress-forums div.bbp-reply-author .bbp-author-role.role-keymaster, #bbpress-forums div.bbp-reply-author .bbp-author-role.role-moderator {
    width: 120px;
    font-style: normal;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;
    top: 12px;
    right: -34px;
    margin: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #00B9F7;
    color: #fff;
    }
    in reply to: Forums > Reply : Styling Issue #44750
     Reflect Growth
    Participant

    Thanks Sharmstr.

    1 – No Server caching enabled as yet (its on my list though as the sites running a little slow)
    2 – Just done this, leaving only: bbPress, BuddyPress, K Elements, rtMedia, Social Articles & Firewall plugins active

    No real difference 🙁

    in reply to: Forums > Reply : Styling Issue #44745
     Reflect Growth
    Participant

    Hi Sharmstr,

    Sorry if you’ve got a little frustrated there. We had to restrict access to the site as it was under attack, I’m sure you can empathize with that.

    I have temporarily removed the restriction so you will now be able to see it, however if you have a static public IP address that I can incorporate into the rules for access that would be much appreciated to prevent any damage to this site whilst it’s still under development.

    Please let me know as soon as its convenient as I’d rather not leave the site unprotected for any longer than necessary.

    Many thanks, Matt

    in reply to: My Articles > Category List : Styling Issue #44643
     Reflect Growth
    Participant

    Thanks for your help!

    in reply to: My Articles > Category List : Styling Issue #44316
     Reflect Growth
    Participant

    For the time being I’ve added this to my childs theme:

    .article-categories{
    height: auto !important;
    }

    Please let me know if this will cause any issues that you can think of.

    Thanks!

    in reply to: My Articles > Category List : Styling Issue #44315
     Reflect Growth
    Participant

    Hi Laura,

    Thanks for that. I tried that approach but when resizing the screen, the categories still spilled over the bounding box (because of the fixed height of 250px). I’ve had more of a dig today and can see that the issue may be caused by the social articles css (http://clients.fgsd.com.au/reflectgrowth/blog/wp-content/plugins/social-articles/assets/css/stylesheet.css?ver=20140825) at line 627:

    If the fixed height of 30px is removed the bounding box resizes appropriately.

    .article-categories{
    width: 50%;
    /* height: 30px; */
    float: left;
    margin-bottom: 2px;
    font-size:11px;
    line-height: 30px;
    }

    This does mean that the bounding boxes would end up being different sizes, which could only really be circumvented by amending the category list to use an accordion effect (i.e. show one item then expand to see more where required).

    Please could you advise where I’m best to amend this css code so I wont affect the code base on future updates.

    Many thanks 🙂

    in reply to: My Articles > Category List : Styling Issue #43892
     Reflect Growth
    Participant
Viewing 7 posts - 41 through 47 (of 47 total)

Log in with your credentials

Forgot your details?