I've tried setting the modules to transparent in the theme editor by changing the slider to the bottom in the module background color section and saving as a new layout and assigning it. It doesn't affect that area.
I've also tried setting the module styling to module-no-border (with the space in front) which also did not do what I hoped it would.
Maybe do a printscreen and explain on it what you're trying to achieve - it will be much easier for us :D
Now I have to guess whet you may need ;)
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you
yes - what I have is fixedNSticky module serving my ads - it sits in the js_frontpage_side_bottom module position to stick to the top when the page scrolls - so there's no big blank space on the side when people scroll the content
when the page scrolls, the background color of the module shows up behind the ads and moves
I'm hoping to have the background transparent so the module moves seamlessly without the color showing up behind it
at the top and bottom you can just barely see the white of the background before scrolling
at the bottom of this one you can see where the page has scrolled up past the bottom of the module
the area where it says "join us" is below the container of the module and shows without the background color - which is what I'm hoping to do with the whole module
I haven't put them in other spots on the site yet as this one is the most important.
LOVE the template and the upgrades btw - so do my members :)
Thank you for kind words :)
I understand now whet you need. Please, add this code:
#joms-app--161 {
background: none !important;
}
To ROOT/templates/socialize/css/custom.css (if you don't have custom.css - feel free to create it)
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you