JomSocial Themem Messes Up JReviews Advanced Search Module

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Aug 31, 2012 3:02 pm
Hi guys. I have an issue with one of the extensions that I have installed. So I have JReviews installed and use their advanced search module on main page. When user goes to event detail view, the JReviews module drop down box gets removed. Originally I thought that this layout issue was a JReviews problem. Here what I have noticed:
I have a copy of the site on my local machine and noticed that prior to applying Gavick JomSocial theme or template issue does not occur. So it looks like the issue with the layout is because of your template for JomSocial. I tried to fix this on my own, but couldn't find the problem. I really need your help on this, please.

Thank you in advance.
User avatar
Gold Boarder

GK User
Fri Aug 31, 2012 3:10 pm
Hi,

You have to provide an URL to your website with this problem - without it we won't be able to help.
User avatar
Administrator

GK User
Fri Aug 31, 2012 9:17 pm
dziudek wrote:Hi,

You have to provide an URL to your website with this problem - without it we won't be able to help.

Makes sense. I just didn't want to post it here. I will PM you. Thank you!
User avatar
Gold Boarder

GK User
Sat Sep 01, 2012 9:34 am
Regarding your problem with the slideshow - you should use the border0 suffix and to achieve the tabs under the module you should use the tabs module.

And the problem with the select:

Please add in the template.css file following code:
Code: Select all
#jr_radius140 {
    opacity:1!important;
}
User avatar
Administrator

GK User
Sat Sep 01, 2012 9:05 pm
dziudek wrote:Regarding your problem with the slideshow - you should use the border0 suffix and to achieve the tabs under the module you should use the tabs module.

And the problem with the select:

Please add in the template.css file following code:
Code: Select all
#jr_radius140 {
    opacity:1!important;
}

I appreciate your fast response. I was able to fix most of it. Although, the select got partially fixed. It displays the select box properly, but it doubles the mileage. So if user selects 20 miles from the drop down, it displays it the second time right next to it. If you take a look at the same link, you will see that. Thank you.
User avatar
Gold Boarder

GK User
Sat Sep 01, 2012 9:09 pm
romgavick wrote:
dziudek wrote:Regarding your problem with the slideshow - you should use the border0 suffix and to achieve the tabs under the module you should use the tabs module.

And the problem with the select:

Please add in the template.css file following code:
Code: Select all
#jr_radius140 {
    opacity:1!important;
}

I appreciate your fast response. I was able to fix most of it. Although, the select got partially fixed. It displays the select box properly, but it doubles the mileage. So if user selects 20 miles from the drop down, it displays it the second time right next to it. If you take a look at the same link, you will see that. Thank you.


For the slideshow module, after I added border0, it added the border around the module, but the background is still white and it's not centered (not grey and not centered as you have on demo site).
User avatar
Gold Boarder

GK User
Sat Sep 01, 2012 11:25 pm
You can hide the label using the following CSS code:
Code: Select all
#jomSelect-jr_radius140 > span:first-child {
    display: none!important;
}


Regarding the slideshow: the grey background comes from the Tabs module - in your page the Image Show module isn't placed in the tabs module, that's why you haven't the grey background.
User avatar
Administrator

GK User
Sun Sep 02, 2012 3:09 am
dziudek wrote:You can hide the label using the following CSS code:
Code: Select all
#jomSelect-jr_radius140 > span:first-child {
    display: none!important;
}


Regarding the slideshow: the grey background comes from the Tabs module - in your page the Image Show module isn't placed in the tabs module, that's why you haven't the grey background.


I will try the tabs...
I tried the fix for the drop down, but now there is a minor last issue. The position of the box changes. Take a look at the attached screenshot.

Thank you for all your support!
User avatar
Gold Boarder

GK User
Sun Sep 02, 2012 9:23 am
you can move the selectbox using the margins or paddings for the:
Code: Select all
#jr_radius140


selector.
User avatar
Administrator

GK User
Sun Sep 02, 2012 9:04 pm
dziudek wrote:you can move the selectbox using the margins or paddings for the:
Code: Select all
#jr_radius140


selector.

Great! I will try that. Thank you very much for all your help.
User avatar
Gold Boarder


cron