Forum Replies Created
-
Author
-
mtgame21Participant
Hold on, let try again, may be a caching problem…..Also, how do I modify the buddypress “profile” page?
It this one supposed to address that?
body.page-id-9743 .main-color {
background-image: url(http://imgsv.nikon-image.com/products/lens/nikkor/af-s_nikkor_200-500mm_f56e_ed_vr/img/sample/pic_03_l.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}mtgame21ParticipantI added those to my styles file and changed the background-image: url to point to one my pics in my media library, but I didn’t see any change to the buddypress’s profile page or on the buddypress’s group pages.
mtgame21ParticipantLaura,
I have been trying to make the box bigger, but cant find the right CSS that affects it. I tried this,
.kleo-masonry-item, .kleo-isotope > li {
width: 33.3%;
}to
.kleo-masonry-item, .kleo-isotope > li {
width: 100%;
}since its now displaying 3 per row across and I thought it would make one per row, but didn’t work.
mtgame21ParticipantIn case someone else is interested, found a good plugin to accomplish this
http://buddydev.com/plugins/bp-extended-user-groups-widget/
This ticket can be resolved…thanks
mtgame21ParticipantRadu,
I have still been experimenting with that “fully bg manager ” plugin, and I discovered that when in the KLEO,Theme Options, Styling Main, if I set the background color to “Transparent” and background image to blank (no image selected), then the plug in seems to work, which makes it easy to change backgrounds on individual pages.
Im still trying to figure out how to modify the buddypress “profile” page. I thought that if I set the background for the “members” page (http://mysite/members), it would pass the traits down to member profile page background(http://mysite/members/username1) but no luck. I don’t know if there is a page to modify for that, or if its related to a buddypress profile template. Any ideas on that?
I had the same issues when I tried for the buddypress “group” pages as well. I could set the background for (http://mysite/groups), but (http://mysite/groups/groupname) background stayed white. Its probably the same fix for both profile and the group pages.
mtgame21Participantok that explains why that plugin didn’t work.
In the attached pic, where you can add CSS on an edit page screen, does the CSS I put in there only apply to that page?
If so, in theory, could I change the background for sidebars and it only apply to that individual page?Attachments:
You must be logged in to view attached files.mtgame21ParticipantOutstanding work. Appears to be working on my initial testing on the live site for now. Thanks.
I’m not worried about this because I will be making a new local clone again, but the odd thing is I put the same code on my localhost version of my website and whole stream becomes transparent (cant see anything or text) or I can add a new post but once I refresh the page, it disappears. Only know its there if move the mouse over it.
Is there an CSS fix for moving that “post” button up. See pic above. I tried making the box that holds the 3 icons smaller to give room and then I tried making the box that holds the button smaller, but that just shifts the button position to the left corner.
mtgame21ParticipantI have been making these testing changes on my localhost copy of wordpress. I was just using the KLEO standard two sidebar page and this was the “activity” page for Buddypress. Does that info help?
Also another question, I have set my overall theme background in the KLEO Theme-Options. It is a black background image. In my dashboard,settings, buddypress, I have the Activity Stream set to the “Activy” page.
Is it possible to change the background image for just this main buddypress screen to something other than the one assigned in the KLEO Theme-Options?I tried to edit the page and look for a setting, but no luck. And there are no rows defined to attach an image to, its just a blank page. Thanks
mtgame21ParticipantIn the meantime, while I continue working on that problem, how could I move the “post” button in the attachment up to the same line as those icons. See the arrow I drew in the pic.
Attachments:
You must be logged in to view attached files.mtgame21ParticipantOn my localhost duplicate copy of my website, I put the css code in both styles and also the quick CSS section and got the same results.
Which is, only after I add a level 2 comment do the backgrounds change color. And then when you go to another page and then back to it (or refresh the page), the backgrounds all go back to black.mtgame21ParticipantI posted it in my child themes style.css. Also, I can try it in the quick CSS section if you want me to.
I do use the WP Super Cache Settings plugin. I will test it on my localhost copy that doesn’t use that plugin to see what happens
mtgame21ParticipantOk, I did some more testing. I added the updates you gave me to my styles file. Then, cleared cash and refreshed the page. The backgrounds for the existing posts/replies on my stream did not change. Therefore, I didn’t think it was working.
However, then I started adding new comments(level 1 comment) and then (level 2 reply) to one original Post. Each time I added a level 1 comment, the background stayed black (should have turned yellow) until I added a level 2 reply. Once I added a level 2 reply (which correctly displayed red background), it then updated the backgrounds of the previous level 1 comments to yellow. Then, if added more level 1 comments, they would correctly have the yellow background.
So it seems the background colors only get updated after a level 2 reply is added. In addition, when I refresh the page, they all revert back to the black background. Then once I make another level 2 reply, the comments and replies get updated with the correct colors again.
In the end, all I’m really shooting for is two backgrounds colors just like facebook. The original post background will be one color and then every level 1,2 or 3 comment will be the same color. That way if you are scanning through your wall posts, its easy to read. However, for testing purposes I like using your colors for now.
mtgame21ParticipantHi,
No luck on the above.For lines 9,15,21, I also tried changing background to background-color. Also tried adding !important to line 8.
Everything stays the default color selected in line 2 above. I’ll keep trying.
mtgame21ParticipantHi, the attached pic below is a two sidebar page on a buddypress profile. I couldn’t get the sidebar-right or sidebar-left to work, so I was using the .sidebar so it has the same metal looking image for both sidebar backgrounds.
The yellow image is the full background selected from the Theme – Options settings. As you can see, the yellow background extends to the outside of the sidebars.
What would the CSS background setting be for the middle section between the two sidebars. I was thinking make the full background black, then make the middle section yellow background. Then, it would be black on the outside sides of each sidebar.
Attachments:
You must be logged in to view attached files.mtgame21ParticipantNevermind the above post, I got it too work.
My problem was when I manually copyied of the main KLEO theme folder, I copied over the top KLEO folder that had sub folders KLEO and _MACOSX in it. Once I copied over the sub folder KLEO only, then I was able to install the Child theme via the dashboard or manually copying it over and it worked.
Thanks.
mtgame21Participant“Regarding the issue with child theme, make sure that there is not arhive in archive in this case you will receive
please try again or broken.”Which folder path do I look for this?
mtgame21ParticipantHI Laura,
I tested the following in my styles file and it changed it for both correctly (on 1 and 2 sidebar pages) for my whole site
.sidebar {
background: black;
}
or
.sidebar {
background: url (Http//myimageurlhere;
}What is the CSS if I wanted “black” on the left sidebar and “white” on the right sidebar as default for all two sidebar pages?
Can I put custom CSS for the sidebars on individual pages? If so, where do I add it when editing a new page?
Thanks
mtgame21ParticipantThat worked on hiding eye. Just so I know, is the layout of the eye part of KLEO theme default or is that the default for woocommerce?
On the product background, it changed everything except the animated 2 add to car sections that I circled in the pic. I think there is actually 2 or 3 subsections here (button and offered by boxes). If you can point me to the css section, then I will change the background to make “add to cart” button look like a button with color or image.
Thanks.
mtgame21Participantok, just to confirm, in the Theme Options -> Styling Options -> Side, if I select backgrounds on this page, it wont change anything to the sidebar background or doesn’t work. If so, will this be fixed in future KLEO update?
And the only way to change it sidebars backgrounds is with CSS. Is that correct?
mtgame21ParticipantThat fixed it!!! I only tried/used the clear.both line and not the display block line.
mtgame21ParticipantDo you want me to add that to the top of the Styles file, above the other code you provided?
mtgame21ParticipantWhat I have done so far is to create a page, added two rows. The first row contain a Call to Action element and the second row contains a text box with the slider shortcode in it.
This sounds similar to what you were describing in #2 above. Would it overlay them if I had them both in the same row?
mtgame21ParticipantTried it, but unfortunately I didnt see any difference after adding the code to my Styles file
-
AuthorPosts