Forum Replies Created
-
Author
-
Reflect GrowthParticipant
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; }
Reflect GrowthParticipantThanks 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 activeNo real difference 🙁
Reflect GrowthParticipantHi 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
Reflect GrowthParticipantFor 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!
Reflect GrowthParticipantHi 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 🙂
Reflect GrowthParticipant -
AuthorPosts