*

ColdFusion

  • ***
  • 72 posts
Attributes Plugins issues
« 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.



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


4. Realestate plugin: In filter pane sliders labels not displayed properly


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
« Last Edit: May 22, 2017, 10:00:00 AM by ColdFusion »

*

MB Themes

Re: Attributes Plugins issues
« Reply #1 on: May 22, 2017, 09:59:33 AM »
@ColdFusion
- please provide images
- please provide url
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Attributes Plugins issues
« Reply #2 on: May 22, 2017, 10:05:10 AM »
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

*

MB Themes

Re: Attributes Plugins issues
« Reply #3 on: May 22, 2017, 11:33:53 AM »
@ColdFusion
Please check my signature.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Attributes Plugins issues
« Reply #4 on: May 22, 2017, 12:11:48 PM »
Please check my PM

*

ColdFusion

  • ***
  • 72 posts
Re: Attributes Plugins issues
« Reply #5 on: May 22, 2017, 12:33:03 PM »
frosticek, could you try again, must have been some odd drop. I can't send more than 3 PMs and hour?!?

*

MB Themes

Re: Attributes Plugins issues
« Reply #6 on: May 22, 2017, 01:37:28 PM »
@ColdFusion
No way to open your site. Aren't you blocking mid EU?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Attributes Plugins issues
« Reply #7 on: May 22, 2017, 08:33:43 PM »
@ColdFusion
I was able to load your site from home.
1) To your style.css add:
Code: [Select]
#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:
Code: [Select]
#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%;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Attributes Plugins issues
« Reply #8 on: May 23, 2017, 10:06:18 AM »
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

*

MB Themes

Re: Attributes Plugins issues
« Reply #9 on: May 23, 2017, 10:46:58 AM »
@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"]
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ColdFusion

  • ***
  • 72 posts
Re: Attributes Plugins issues
« Reply #10 on: May 23, 2017, 11:10:13 AM »
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