Dear Jomsocial team,
Thank you for the best template for jomsocial I ever had! Great job! and with perfect support it's even greater ;)
Could you please advise where I can find modal window template php file, I mean within my server com_community folder?
I would like to modify a bit login, photos and video modal (pop up) windows.
Thank you in advance,
Have a nice weekend!
Andrius
Hi Andrius,
Ehm, this popup is bit tricky, because be handled by javascript and css file, not php file.. I need ask this to our frontend developer. I can get the answer on monday, since today and tomorrow is weekend
thank you
hi Andrius,
I see, I suggest you create your own javascript code instead hack the popup file, you can append your ads with javascript. eg like this :
jQuery('.joms-popup').append('YOUR HTML/JAVA ADS CODE');
//or
jQuery('.mfp-content').append('YOUR HTML/JAVA ADS CODE');
Please try this :
jQuery('.joms-popup').append('<?php echo "print out with php" ?>');
Hi Dimas,
I've tried to put suggested code in the template custom code after body and as a result I had just sour code output as is at the bottom of the page.
Could you advise please where shall I put it?
Brads
andrius
What do you want looks like? please provide me the screenshoot
Hi Andrius,
Try this :
// sidebar
jQuery('.joms-popup__comment').append(' xxx ');
// top
jQuery('.joms-popup__commentwrapper').prepend(' xxx ');
// bottom
jQuery('.joms-popup__comment'). after(' xxx ');
Hi Andrius,
You can add this after trigger when you open the photo.. well like I said at the first post this hack is very tricky.. we can help you too much, I suggest you hire the 3rd party developer
www.jomsocial.com/jomsocial-developers
for finishing it.
thank you