Support Forums - Classified Ads Script Osclass
Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: ColdFusion on May 22, 2017, 09:57:29 AM
-
Hi,
I was testing the attributes plugins that the theme says it should be ready to work with, but have a few problems:
1. Cars plugin: Language selection menu in posting ad on attributes (3rd) slide displays in the wrong position. Also happens in Realestate plugin, but position changes.
(https://prnt.sc/famv1x)(https://prnt.sc/fan04n)
2. Cars plugin: In filter pane when you select car make and model from the drop down menus, search is done automatically immediate after each selection instead on clicking search button, which brigs the whole page to top view and is quite inconvenient when making multiple selections. This in fact happens with all selection menus, including check boxes. If I try the default theme, it works okay, so I guess it's the theme causing the issue. This also happens in Real estate plugin, so probably in all of them.
3. Realestate plugin: In filter pane sliders are not displayed every time
(https://prnt.sc/famzcu)
4. Realestate plugin: In filter pane sliders labels not displayed properly
(https://prnt.sc/famzvb)
Hope there is a way to fix this.
Thank you
Not sure if images are loading, so all links here:
https://prnt.sc/fan04n
https://prnt.sc/famzvb
https://prnt.sc/famzcu
https://prnt.sc/famv1x
-
@ColdFusion
- please provide images
- please provide url
-
Sorry, I'm probably not doing something right with the pics. If I right click on them can still load the page, but, anyway, all links provided below.
Thanks
-
@ColdFusion
Please check my signature.
-
Please check my PM
-
frosticek, could you try again, must have been some odd drop. I can't send more than 3 PMs and hour?!?
-
@ColdFusion
No way to open your site. Aren't you blocking mid EU?
-
@ColdFusion
I was able to load your site from home.
1) To your style.css add:
#post-hooks .row {width:100%!important;}
This will make to show just 1 box per row and provide enough space.
2) In theme settins you can disable ajax search
3), 4) To your style.css add following:
#sidebar-search .sidebar-hooks .row.one_input h6 + input {height:30px;line-height:30px;padding:0;}
#sidebar-search .sidebar-hooks div.slider {float: left; clear: both; width: 95%; margin: 0 2.5%;}
-
Hi frosticek,
Thank you for your time having a look at it. I was just testing the changes:
1. I couldn't see any difference, the language selection is still on the same place
2. I'm not sure what else this disables, but it definitely fixed the issue
3,4. when I add the change, real estate is fixed, but I'm getting odd radio buttons on cars - https://prnt.sc/fb1pci If I only add the second line, looks okay - I'm not sure if that would be fine?
Are these problems just with my installation for some reason, or it's just general bugs? I'm asking, so I know if I'll need to do this again on theme update, or they're likely to be fixed with it.
Thanks
-
@ColdFusion
1) Make sure to clear cache. It will change fields to be 1 per row, not 2. It is not changing position of language selection.
2) It disable search using ajax
3) This row:
#sidebar-search .sidebar-hooks .row.one_input h6 + input
Change to:
#sidebar-search .sidebar-hooks .row.one_input h6 + input[type="text"]
-
Thank you,
that fixed 3&4. I still can't get to fix 1, but is it the same on your installation, or it's just mine?
Thanks again