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

Forum Replies Created

Viewing 15 posts - 17,821 through 17,835 (of 18,415 total)
  • Author
    Posts
  • in reply to: Plugin not Working on HTTPS? #2852
    Ernest MarcinkoErnest Marcinko
    Keymaster

    That I think must be related to something else – there isn’t a single http resource in the plugin itself, everything is loaded via the site url. So it’s either a site cache issue on that phone, or the browser cache issue. If one of the phones work, then all of them should.

    I just checked with my iphone and ipad, and both work correctly, thus it should be a cache problem. There is a small chance that those phones reject the cloudflare certificate, as it’s part of the comodo platform, but if that’s the case, there is nothing we can do about it.

    in reply to: Plugin not Working on HTTPS? #2849
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The plugin is working for me without issues on https on your site. The padlock is also all right for me.

    in reply to: Plugin not Working on HTTPS? #2846
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    First of all, save the search options without changin them in order to re-generate the CSS files with the modified site url, as it looks like that has not been done based on your description.

    In case it’s not working, just turn on the Force inline styles option under the Compatibility Settings submenu.

    The custom css is not working because as I can see the search instance number has changed (I guess you re-installed the plugin or the site) so you should change the css to:
    [html]
    div[id*=ajaxsearchpro1] {
    max-width: 243px !important;
    }

    div.header-scrolling div.header-custom-block {
    position: absolute !important;
    }
    [/html]

    in reply to: ASP WP – Demo Look. #2845
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Could you be more specific about which one? There are a plenty of examples there. I can then try to fetch the code from it.

    I cannot promise it will look exactly like that, as your page layout depends 99% on your theme.

    in reply to: Ajaz search not showing results on iphone #2841
    Ernest MarcinkoErnest Marcinko
    Keymaster

    No problem at all!

    in reply to: Ajaz search not showing results on iphone #2839
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    You have posted this topic once, and I replied already here with the solution: https://wp-dreams.com/forums/topic/ajaz-search-not-showing-results-on-iphone/

    Please check on your last topic.

    in reply to: Ajaz search not showing results on iphone #2833
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Just took a look at the problem. Luckily it’s just a styling coming from the theme which overrides the upper margin on content elements below screen sizes of 1000px to -100 pixels, so the content is not visible, instead you can see the white background.

    The easiest way to fix it is to override that rule, so the content in the search results do not apply to it. Open up the search settings and go to the “Theme Options -> Custom CSS” panel, there is a field where you can put custom CSS code in. Paste this code there:
    [html]
    .resdrg .content {
    margin-top: 0px !important;
    }
    [/html]

    After saving the search instance, it should be fixed immediately.

    in reply to: "More results" page? #2831
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sorry, I forgot to update you on this. I’m implementing this feature to the next version, which comes out very soon (4-5 days with approval). It will have some other cool new features as well. Thank you for the patience!

    in reply to: Getting no results and an error message. #2829
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Could you please check if the settings are saved correctly? This sounds like either a database issue or an unknown incompatibility(?) perhaps.

    The line where you get the error merges the default options with the options from the database. So it basically means that the options from the database are incorrect or does not exist.

    Could you please check on the database if the tables wp_ajaxsearchpro table exists? If so, then please send me a screenshot of how the data in that table look like.

    Could you also send the exact php version you are running? I remember a similar issue from some time ago and it was related to a php module some sort.

    Also, if you know how to use the your browsers developer tools, it would be nice to check if the ajax request is not interrupted by anything, and how the header looks like.

    I can only hope we can resolve this by guessing. Once you got any temporary online version of it, I’m more than happy to take a look at it.

    in reply to: Localhost Scripts Being Loaded #2825
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    This is a problem on your side. It means that the CSS directory is not writable. You can change the permissions on it, or enable force inline styles.

    Please read the related knowledgebase article on how to do that: https://wp-dreams.com/knowledge-base/the-layout-and-theme-is-not-changing-after-saving/

    Don’t forget to save the search settings again after changing the folder permissions.

    in reply to: Custom post types not showing in results #2822
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I checked on the plugin, but I needed to do a quick debugging as well and it turned out that some values on the options page were not consistent with the database. In this case the best and safest option is to start over, so I deleted the search you have configured – sorry about that – and created a new one. You probably will re-configure the search, I hope it won’t happen again. If so, then it’s definitely an unknown bug.

    You can actually change the grouping header on the advanced options page. Under the “Group results by” option there is an input field where you will see the following text: “Posts from: %GROUP%”. Change it to whatever you want, and it should show on the frontend. Currently the isotopic layout is used so I turned it off as it only applies to vertical results.

    I have also applied a few custom css rules, which you can see under the “Theme options->Custom CSS” panel, because some rules were conflicting from the theme. You should make a copy of that text in case you create a new search.

    in reply to: Custom Taxonomy and image source #2820
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, if you trust the hosting provider, then it’s 100% secure.

    in reply to: Custom Taxonomy and image source #2816
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Ken!

    As for the first question, taxonomies can’t be returned as results, only terms.

    As for the second, I’m guessing you are having images from a different domain or url. There is a quick solution to this, here you can find it in the knowledgebase: https://wp-dreams.com/knowledge-base/some-images-are-broken-what-to-do/

    Thank you for the very clear explanation and proper ticket!

    in reply to: Search in custom taxonomy "post" as results #2796
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    If you mean custom post types, then yes it can. You can find more about it in the documentation here.

    If you are referring to taxonomy terms, then it’s also possible. It’s not yet documented, but you can easily do it on the General Options -> Sources 2 tab.

    in reply to: Pagination #2793
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It is only possible for the isotopic layout.

Viewing 15 posts - 17,821 through 17,835 (of 18,415 total)