Please or Register to create posts and topics.

Ultimate member and forum css code

Page 1 of 2Next

Hello,

Now that my forum is installed, set up and customized, I’m trying to use ‘Ultimate Member’ plugin. I also use the ‘Toolbox for Asgaros’ plugin and switched the panel button to integrat Ultimate with the forum. For information, I also use the Front end utilities.

But, each time I activate Ultimate Member, I lose the css customization I previously did. If I only deactivate the Ultimate Member plugin, my customization is back online.

It looks like Ultimate Member plugin is deactivating my css code. So, I had a look to Ultimate Member plugin set up but I did not find any css customization field or page.

So do you have any idea I can explore to solve this problem ? It seems people are using both plugins with success so I wonder why it does not work for me.

Thanks for any help !

Regards,
Felipe

 

CCS code used in Asgaros forum

#af-wrapper .post-author img.avatar.avatar-120.photo {
height: 60px !important;
width: 60px !important;
}

#af-wrapper blockquote {
background-color: #fafad2 !important;
}

.mce-path {/* CSS */
display: none !important;
}

Hey @felipe,

I just tried it right now. only the image size is not working anymore:

#af-wrapper .post-author img.avatar.avatar-120.photo {
    height: 60px !important;
    width: 60px !important;
}

There it is just the problem, that UM removed the class ‘photos’ from the image. Please just change it to

#af-wrapper .post-author img.avatar.avatar-120 {
    height: 60px !important;
    width: 60px !important;
}

And it will work again.

The other two are still working like expected. If you still have problems, please share the link to your forum and activate UM so I can have a look.

Felipe has reacted to this post.
Felipe
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

Hello Dominik @qualmy91,

 

Thank you for your answer. The code is now working without the .photo class. I still have problem with UN which is not taking the avatars into account be they from Gravatar or downloaded images. I will try to troubleshoot on my side.

Thanks again,

Regs,
Felipe

 

 

Do you use the profile and account page from UM or are you talking about the Profile of Asgaros Forum?

Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.
Quote from qualmy91 on January 27, 2021, 1:10 pm

Do you use the profile and account page from UM or are you talking about the Profile of Asgaros Forum?

I’m talking about Asgaros Forum profile. I suppose that UM take over these pages and I have to personnalise them but, I may be wrong, it seems that displaying an image different that a WP Gravatar is a paied UM option.

I’m also trying Simple Membership plugin to see if it is better for my project.

 

I would advise you to use the UM Profile instead and integrate it with my Plugin “Toolbox for Asgaros Forum“. But if you change the profile image in UM it should also be shown in Asgaros Forum.

Did you also install another plugin to change the profile image? Maybe they block each other.

Felipe has reacted to this post.
Felipe
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

Hello Dominik @qualmy91

Thank you for the advise, I’m now using UM and already used your Toolbox plugin. I’m moving forward slowly but surely ;-). Thanks again for your help.

Regs,
Felipe

Hi again @qualmy91,

I don’t want to exagerate or abuse but I have a last question (I hope) : how could I link the Asgaraos forum Connection/Login button to the UM login page ? All other buttons are OK

Many thanks,
Felipe

Sorry Dominik @qualmy91

But, as usual, it is faster to ask than doing a search and after many tries I finaly found this info here on the forum :

https://asgaros.com/support/topic/change-urls-login-register-profile-etc/

Again sorry and many thanks for your precious help,

Regards,
Felipe

Hey @felipe,

you can also use my plugin for that. Just activate the “Custom URL Manager”. You can insert the URL of UM in “Toolbox for Asgaros” -> “Custom URL” -> “Login URL (WordPress)”.

You can also check the docs for my plugin:

https://www.dominikrauch.de/en/toolbox-for-asgaros-forum-docs/

Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.
Page 1 of 2Next