This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 18,418 total)
  • Author
    Posts
  • in reply to: ELEMENTOR LIVE FILTER NOT WORKING #52344
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I honestly don’t know, because it is definitely caused by either a 3rd party plugin or a custom code – the issue is unfortunately completely unrelated to both Elementor and Ajax Search Pro. If you deactivated Ajax Search Pro and tried the pagination, it is still broken because of the permalink structure.

    These issues are very rare and are usually caused by a custom code snippet. If you recently added a code to change the search page permalink structure, that can cause this problem.

    in reply to: Refund #52343
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Date Filter: Who is working today #52329
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The back-end login now works perfectly, thank you! However I can’t connect via FTP, can you please check that as well?

    I was able to check the date structure, I believe this should be possible via a custom code snippet. Let me know if you can check the ftp access, and I will test a possible solution.

    in reply to: Search Box icon #52328
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I believe the easiest way to do it is via custom CSS and embedded SVG, so no modifications are needed to the form itself:

    .proinput {
       padding-left: 30px !important;
    }
    
    .proinput:before {
      content: "";
      position: absolute;
      display: block;
      left: 0px;
      top: 0;
      bottom: 0;
      width: 20px;
     background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
    }
    in reply to: ELEMENTOR LIVE FILTER NOT WORKING #52327
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sure! The issue there is not related to the search plugin. You have either a mod_rewrite .htaccess rule or a custom functional mod rewrite rule, which treats the “/search/” url structure as the alias for the search query so:

    “/search/2”
    is treated as
    “/?s=2”

    ..like a search query, not as pagination. The pagination links are automatically generated by elementor. I recommend checking your .htaccess rules or any custom functions that creates a custom search permalink structure.

    in reply to: API REST stops working in version 4.26.12 – 2024-06-25 #52323
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, but the FTP details seem to be incorrect, as I said in my previous post. Can you please check?

    Let me know if it requires any special configuration so I can log-in via FTP. Thank you!

    in reply to: Refund Request for Ajax Search Pro Plugin #52322
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: API REST stops working in version 4.26.12 – 2024-06-25 #52314
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Date Filter: Who is working today #52313
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: ELEMENTOR LIVE FILTER NOT WORKING #52312
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thanks for the details! The issue was the “year of publication” filter. By default it had year 2000 selected, instead of the “select year” option. After I changed it, it started working again.

    in reply to: Stopped working! #52311
    Ernest MarcinkoErnest Marcinko
    Keymaster

    All right, let me know if it happens again, and I will check!

    in reply to: Stopped working! #52303
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Sure!

    I have just tested, but everything seems to be okay on my end. I checked on the back-end but the Courses are only within the “Writing coures” and the “Free writing courses” categories, the rest of the categories are empty. I tried to filter, but it seems to be okay: https://i.imgur.com/7gWPu8v.png

    Was the issue resolved by now?

    in reply to: please link premium search ajax to these web #52302
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I checked the database and the site is already connected to the purchase code, everything seems to be all right on our ends 🙂

    in reply to: Date Filter: Who is working today #52301
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    This may require some custom coding in my opinion – all because of the multidate picker. That is a very complex field and I’m not sure if it’s possible to simply filter based on it’s value, as it’s not a single date, but likely an array of date fields.

    However, I believe it is very likely possible to create a radio button or even a checkbox type of filter to choose to show between All/Working Today values.

    Can you please add temporary FTP and back-end access? I will have to take a direct look at this, as I don’t know how the multidate picker stores the values. Based on the exact setup I will try to suggest a custom code snippet, which would convert the All/Working Today checkbox/radio filter to an actual results filter in the post processing based on the user selection.

    in reply to: API REST stops working in version 4.26.12 – 2024-06-25 #52287
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I can’t replicate for some reason, I tried everything. Can you add temporary back-end and sFTP access? I will try to debug this locally.

Viewing 15 posts - 1,546 through 1,560 (of 18,418 total)