Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

  • steliodj
    Member

    @steliodj

    Hi thecorkboard, can you tell me how to change the initial message bu hacking the core ? i cannot find where to edit it.


    steliodj
    Member

    @steliodj

    Found another weird issue…..if you visit blogs directory: http://tinyurl.com/428t4wd with Chrome you get 2 options (All Blogs and My Blogs) http://dl.dropbox.com/u/21335807/blogsChrome.jpg and in FireFox only 1 ( All Blogs) http://dl.dropbox.com/u/21335807/blogsFireFox.jpg

    Any help? Advice?


    steliodj
    Member

    @steliodj

    Hi one more time mercime…i notice something weird, when i’m changing something in css(this happens only to those pages that i have the issue) and inspect with firebug i can see the change is there, but when i use inspect element from chrom or from opera i don’t see the change and it evens grabs css styling information from another line of the stylesheet.

    For example this is what i get(this correct) in firefox when inspecting a specific element:

    `
    div#content form#members-directory-form.dir-form div.item-list-tabs {
    background: url(“../../themes/theme/images/members_directory_menu_bg.png”) no-repeat scroll left top transparent;
    border: medium none;
    clear: both;
    overflow: hidden;
    padding-bottom: 17px;
    padding-top: 15px;
    width: 102%;
    }
    `
    And this is what what i get when inspecting the same element in chrome:

    `
    div.item-list-tabs {
    border: none;
    overflow: hidden;
    clear: both;
    background: url(../../themes/theme/images/buddypress_nav_bg.png) top left no-repeat;
    padding-top: 15px;
    width: 102%;
    padding-bottom: 17px;
    }
    `

    if i remove `form#members-directory-form.dir-form` and keep only `div#content div.item-list-tabs` from my style it works also in chrome but it breaks something else that needs to use another background image and has the same id `div.item-list-tabs`

    Please advice


    steliodj
    Member

    @steliodj

    Hi there, the user i provided here is just a test subscriber.

    I will add width wherever i have float, and i will let you know how it goes.

    Can you please explain what you mean with the hover bg ?

    Thank you for helping out!!
    Stelios

    Hi hnla….thank you very much for the help

    Hi hnla, yeah unfortunately i had to use this theme which was not bp compatible so i had to use template pack and do customizations myself…but cannot solve those two issues as well as to change the color of item-nav it seems that whatever i do it overides somwehere else …thanks anyway i hope that someone can give me an advice with this.

    How about item-nav hnla, can you advice where is the appropriate place(style) to edit this ? Is this possible?

    Thanks,
    Stelios

    Great i would check for max-width: …thank you very much for your help, you are awesome.

    Just noticed that sidebar was enabled only in posts and not pages….now i activated it and added a widget, if you check a buddypress component http://tinyurl.com/665zbnf you can see that the widget is at the bottom after the component.

    Hm…really my theme’s (the one with the search box,ads etc) sidebar is actually there? Or you mean buddypress’ sidebar?

    Can you spot out where is the line i have to edit or add?

    Hi again Virtuali…sorry for the multiple posts…my fault i found it it was in my theme’s style.css .

    How about the sidebar, is there anyway i can implement it ?

    Please advice.

    Hi Virutali, thanks for helping me.

    You mean to add this in buddypress style.css , right ? The only theme that i have in buddypress is the default one..it’s style.css imports default.css

    and here is what i did…i added background-color: #85C8F2; but nothing changes. Is there any possibility that because of template pack plugin i have to edit something else?

    div#content {
    float: left;
    width: 100%;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    background-color: #85C8F2;

    Please advice

    Ho Virtuali…forgot maintenance mode active….please try again . I need the same styling(background) and sidebar of homepage ( http://tinyurl.com/4q45s89 ) to apply to all of buddypress components…e.g. http://tinyurl.com/665zbnf

    Is this possible?

    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
Skip to toolbar