Ultimate member and forum css code
Quote from Felipe on January 25, 2021, 2:28 pmHello,
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;
}
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;
}
Quote from qualmy91 on January 26, 2021, 5:44 amHey @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.
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.
Quote from Felipe on January 27, 2021, 11:04 amHello 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
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
Quote from qualmy91 on January 27, 2021, 1:10 pmDo you use the profile and account page from UM or are you talking about the Profile of Asgaros Forum?
Do you use the profile and account page from UM or are you talking about the Profile of Asgaros Forum?
Quote from Felipe on January 27, 2021, 6:14 pmQuote from qualmy91 on January 27, 2021, 1:10 pmDo 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.
Quote from qualmy91 on January 27, 2021, 1:10 pmDo 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.
Quote from qualmy91 on January 28, 2021, 5:23 amI 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.
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.
Quote from Felipe on January 29, 2021, 6:09 pmHello 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
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
Quote from Felipe on January 29, 2021, 8:39 pmHi 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
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
Quote from Felipe on January 29, 2021, 8:54 pmSorry 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
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
Quote from qualmy91 on January 30, 2021, 5:11 amHey @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/
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/