This topic has 19 replies, 3 voices, and was last updated 10 years by Radu.

  • Author
  • #87939
     jgmedia1
    Participant

    When i register on site it goes back to the homepage

    http://mtlgoalies.com/dev/register

    #87955
     Radu
    Moderator

    Hi,

    CAn you please check now ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #87970
     jgmedia1
    Participant

    Did not work, brought me back to homepage.

    #87972
     jgmedia1
    Participant

    I’d also like to change the size of the avatar images both on search and profile page. They are too small, let me know where i can do this.

    #88124
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> styling options – > scroll botton -> quick css and paste here this code

    COPY CODE
    
    #profile #item-header-avatar {
        width: 100% !important;
    }
    

    Regarding the register page and redirect this is only happend when you are already logged in, open the page in incognito as guest user.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88128
     jgmedia1
    Participant

    Thanks this worked.

    http://mtlgoalies.com/dev/members/
    On this page, search etc. I want to make these avatars bigger. They are very small. I literally want them three per row just big images

    #88142
     Radu
    Moderator

    Hi,

    Use this CSS

    COPY CODE
    
    #members-dir-list .search-item .avatar {
        width: 100% !important;
        display: inline-block;
    }
    
    #members-dir-list .search-item .avatar img { width: 100%; }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88143
     jgmedia1
    Participant

    Perfect!!!

    Final questions
    http://mtlgoalies.com/dev/members/pearlwhitemedia/

    How can i remove the items at the bottom of the page?
    Looming for / lifestyle / physical / base / myself summary

    Its the same on top to the right, its just being repeated.

    #88169
     Radu
    Moderator

    Add this css

    COPY CODE
    
    body.profile #main ul.accordion {
        display: none !important;
    }
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88543
     Loyal_Customer
    Participant

    Hello,

    I made the avatar bigger, and the buttons next to it shifted down under it. Could you please tell me how to move these buttons back up next to the user’s avatar on the profile page?

    They are circled in red on the attached picture.

    Thank you.

    #88624
     Radu
    Moderator

    Hi,

    I cannot see that buttons do you have solved your issue ?

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88693
     Loyal_Customer
    Participant

    Hi Radu,

    No, I have not solved my issue yet. I am talking about the Buddypress “Add Friends” and “private message” buttons on the profile. They are supposed to be next to the avatar, but they have moved under the avatar instead.

    I used this code to make the avatars bigger on the profiles:

    #profile #item-header-avatar {
    width: 100% !important;
    }

    After I put that code in quick css, the buttons on the profile did not move with the avatar.
    Please, I would like to know which code to use to move the buttons more to the right, so they can adjust back up next to the avatar.

    Thank you.

    #88773
     Radu
    Moderator

    I cannot see that buttons ( see the attached screenshot )

    Do you have removed the buttons ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88891
     Loyal_Customer
    Participant

    No, I did not remove the buttons. That is not my screenshot.
    I attached my own screenshot to the message that I sent to you.

    Please see my screenshot attached. The buttons I want to move are under the white avatar square in the screenshot.

    Thank you.

    #88895
     jgmedia1
    Participant

    Loyal_customer I think it would be benefecial for you to start your own thread. My work is getting confused with yours.

    #88896
     jgmedia1
    Participant

    Hi Radu

    Can you please answer the other thread i started, been awaiting a response to launch the site.

    #89025
     Radu
    Moderator

    Hi,


    @Loyal_Customer
    What is your website address ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #89029
     Radu
    Moderator

    Hi, @jgmedia1

    Is there anything else with what i can help you ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #89066
     jgmedia1
    Participant

    Please help with this thread
    https://archived.seventhqueen.com/forums/topic/several-theme-related-questions

    I don’t know why but not receiving responses.

    #89264
     Radu
    Moderator

    Hi,


    @jgmedia1
    i’ve responded you here : https://archived.seventhqueen.com/forums/topic/several-theme-related-questions/#post-89262

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 20 posts - 1 through 20 (of 20 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?