Code

Support for Reactive Search Pro - Advanced WordPress Search & Filter Plugin with Map Grid

Support for Reactive Search Pro - Advanced WordPress Search & Filter Plugin with Map Grid

Cart 3,899 sales

redqteam supports this item

Supported

This author's response time can be up to 1 business day.

Popular questions for this item

How to add the shortcode for content builder?

Go to Dashboard > Reactive Builder > Add New >
Select post type and load type AJAX/Non AJAX and click save
After that go to Dashboard > Pages > Add New >
In the text editor paste the shortcode

[reactive key="123"]

Now view the page and you can build the page from the front-end.

Does it work with WP job manager? Joblisting plugin?

Yes. It will work with job manager plugin. Basically, our plugin will work with any post type.

Does it work with WooCommerce product?

Yes. Our plugin will work with any custom post type.

Which WP version is suitable for this plugin?

Reactive Pro plugin will work perfectly with the latest version of wordpress, however we have provided support till WP version 4.4,

so anything older than WP version 4.4 will not work properly with our plugin as we have used many advance function such as wp_term_meta().

so you have to update your WP version to use this plugin with your site.

Can I show the data based on custom query for initial loading?

Yes. It’s available from our version 1.1.0. You can select taxonomy and order by Date ASC-DESC, Popularity ASC-DESC, Title ASC-DESC etc.

Can i create custom data for my search element currently we can only select from taxonomy or metadata?

No, Custom data for search element is not available in our plugin currently except `taxonomy` & `metadata`. As for search filtering to work you must select data from `taxonomy` or `metadata`. but in the future we will think about this feature if it’s possible we will push updates to our plugin with custom data for search element feature.

Flexible Search section for iPad version?

Follow the below steps to have flexible search section for iPad version:-

1. add the custom class in the search bar

mobile-responsive-sidebar

. 2. /* HOMEPAGE TAB VIEW */ @media (min-width:737px) and (max-width:768px) { .mobile-responsive-sidebar { position: fixed; top: 300px; background: #fff; width: 80%; z-index: 999; right: -620px; box-shadow: -13px 3px 13px 0px rgba(0, 0, 0, 0.3); } .mobile-sidebar-toogle { cursor: pointer; background: #333333; padding: 10px 15px; position: absolute; color: #fff; left: -45px; z-index: 9999; } .mobile-responsive-sidebar .rq-search-container { overflow-y: scroll; height: 100%; padding-right: 30px; padding-bottom: 300px; } } 3. <script> var isiPad = ( jQuery(document).width() > 736 && jQuery(document).width() < 769) ? true : false; if(isiPad) { jQuery('.mobile-responsive-sidebar') .append("<div class="mobile-sidebar-toogle hide"><i class="fa fa-search" /></div>"); jQuery('.mobile-responsive-sidebar .mobile-sidebar-toogle').on('click', function(e) { var check = jQuery(this).hasClass('hide'); if( check ) { jQuery(".mobile-responsive-sidebar") .animate({ right: -30 }); jQuery(this).removeClass('hide'); } else { jQuery(".mobile-responsive-sidebar") .animate({ right: -620 }); jQuery(this).addClass('hide'); } }); } // isiPad </script>

Can i get a refund?

Sorry, we don’t accept refund requests,

Only mistaken purchase will be considerable if you don’t download the item

Is it possible to hide specific Category using css code?

Yes, it’s totally possible,

For example, you want to hide the ‘Clothing’ Category, now just inspect the category in the chrome browser you will find the label with a for attribute copy the for attribute and paste it in your custome css editor like below, label[for="clothing-1485957191239"] { visibility: hidden; } or .checkbox-input-content .single-input.searchoption label[for="clothing-1485957191239"] { display: none; } that’s it you hide your category, if you need help finding the for attribute please contact in our support forum.

Show more

Contact the author

This author will respond to buyers' questions and provides limited support through their own support system.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey