Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Ok, Ive figured it out. First I’ve disabled logo upload in default bp theme by putting that code in functions.php child theme:

    `function my_remove_bp_actions() {
    remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ );
    }
    add_action( ‘init’, ‘my_remove_bp_actions’, 9 );`

    and that in css:

    `#header {background:url(fani_to.png) no-repeat;}`

    Then I simply used code from my first post and I’ve added to the css:

    `body.category_1009 #header {
    background: url(fani_to2.png) no-repeat;
    }`

    It works great, thanks for your help :P

    My bad. Didn’t mentioned that I use BuddyPress Default 1.2.7 theme. And I want, that logo change, in that theme. Is this right place for my question?

    After checking everything again I’ve discovered that I did not put the NOBLOGREDIRECT option in config.
    Thanks for your time @r-a-y. You helped me a lot .

    its strange, when I navigate to the site form link it work’s. but when I clear browser cache and type address mysite.com in browser its redirects me to the /register. Im sure its something wrong with it – ive tried different browsers and computers.

    @r-a-y you are able to access posts but when you entered to the hxxp://www.eziny.net/ you was not redirected to the /register ?

    Users are redirected to the /register when they enter for the first time to the main site but from there its possible to navigate all the site content. I have tried to deactivate all plugins but that don’t helped a lot.

    In other hand when we type in browser link to post it works without any problems. So its like that:

    When new non-loged user types in his browser my site address hxxp://wwww.eziny.net he is redirected to wp-signup.php?new=mysite and from there to the hxxp://www.mysite.com/register/

    Do you know how to change that @r-a-y ? Its very irritating.

    Hello @r-a-y

    I’ve done like you said. Now I have child theme for default buddypress theme and I’ve added some text to the register.php page that says that users don’t need to register them selfs on the page to read our posts.

    But I’ve realized that is only temporary solution. I still need permanent trick that will fix this automatic redirection for new users to the register page.

    My question is: where we can find code that answers to that redirect and change it? I’ve searching it for a while without any success. Please help.

    Thanks for your answer, I’ll try this right away.

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