Plugin Support
Youzify
(@kainelabsteam)
Hello @marzmuso,
Hope you are doing well.
Thanks for using our plugin we are happy that you liked it.
Yes of course I will do my best to help you.
Can you please send me a link to the page where that nice select exists, and a link to check the modal also, so I can test the CSS on it live through the browser and send you a 100% working CSS snippet to solve these problems π
Waiting for your reply.
Best Regards, KaineLabs Team.
Hi,
Thanks for such a lightning fast response !
MY site is not public, I am testing youzify on my staging site.
MY theme developer gave me this code to fix ‘select 2’ dropdowns for buddypress because it also displays this same behavior on regular BP but it wont work on youzify ofcourse:
//
function bd_disable_select2_bp($state){
$body_classes = get_body_class();
if( in_array( 'bp-user', $body_classes ) )
return false;
return true;
}
add_filter( 'wpfepp_select2_script', 'bd_disable_select2_bp' );
I just tried this class with the width set to 100% & it seems to work. Does it need any special class like [ #youzify .youzify select .youzify ] class ?
.youzify .select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
width: 100%;
}
Thanks π
Plugin Support
Youzify
(@kainelabsteam)
Hello @marzmuso,
Thanks for your reply.
I’m a bit confused, do you mean that the snippet above resolved the issue? if it worked fine then it should be good as you are using “.youzify” in the beginning it won’t conflict with other plugins π
Best Regards, KaineLabs Team.
-
This reply was modified 5 years, 1 month ago by
Youzify.
Hi,
Yes apologies, it is working now. I just wanted to be certain of the correct CSS class but you have answered my question.
Can you tell me if youzify supports popup modals from ( 3rd party plugins ) on the main pages ?
How would one achieve this ?
Kind Regards
Plugin Support
Youzify
(@kainelabsteam)
Hello @marzmuso,
Oh! Great happy that you resolved it.
We really never tried anyone before, but we already have a Lightbox popup for images in Youzify and in case you wanna try another one I can give you a code snippet to disable our Lightbox to avoid any kind of conflicts with other ones π
Best Regards, KaineLabs Team.
Hi,
Oh right, that youzify lightbox actually looks pretty good.
What I mean is because I’m running a multi vendor store I need to keep things looking consistent.
So I need to put a global button via shortcode that triggers a popup modal form on the main page.
Perhaps on the cover to the right where regular buddypress normally has add friend button.
Do you have a snippet to make that possible ?
I’m not a developer but if you can guide me on the correct youzify template that needs to be customised and how to echo do_shortcode to place a button in that area that would be awesome !
Thanks again ! π
Plugin Support
Youzify
(@kainelabsteam)
Hello @marzmuso,
Thanks for your reply!
I really didn’t understand what you want to achieve. Can you please record me a short video or send me a screenshot so I can have a clear idea and help you?
You are welcome.
Best Regards, KaineLabs Team.
Hi,
Apologies, I may have not explained it clear enough.
I want to put a popup modal / button from my theme or elementor on the youzify cover section above the navigation menu to the right ! That’s it.
Thanks
Marz
Plugin Support
Youzify
(@kainelabsteam)
Hello @marzmuso,
Ah! Thanks for the clarification!
Sorry, actually this will require a bit of work by our support team, to take a closer look at your site and figure out a way to do it so in case it’s not possible we will do changes in our code to make it possible.
If you could consider getting a Pro License, just open a new ticket at our premium support forum and our support team will take care of this for you π
You are welcome.
Best Regards, KaineLabs Team.