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

Forum Replies Created

Viewing 15 posts - 18,241 through 18,255 (of 18,408 total)
  • Author
    Posts
  • in reply to: WordPress database error: wp_nfpp3acw1f_ajaxsearchpro… #1045
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for notifiing me, it’s possibly a bug in the statistics system. I’m currently fixing other issues with widgets, will take a look at this as well and upload it to codecanyon as soon as possible.

    Best,
    Ernest

    in reply to: Display Problem #1042
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I got it!

    Dont need ftp 🙂

    Remove the lines 1218-1220 from wp-content/themes/lybacitheme/functions.php

    if (!is_admin()) {
    	remove_action('wp_print_styles', 'search_stylesheets');
    }

    That should solve the issue right away. 🙂 That’s what has been blocking the plugin stylesheets. Basically it removed the function action as I suspected.

    in reply to: Display Problem #1041
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The stylesheet was embedded into the template itself, it was not coming from the plugin. That is not how it should be.

    Anyways I might figured out what is causing the issue. There is one functions that prints the stylesheets to the header, I think that might be blocked by an action or filter in the template.

    I cant edit the files however with the ftp account nor the admin account you provided. Can you please upgrade the temp ftp account to make me able to modify the search files?

    in reply to: Display Problem #1037
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okay. Something isn’t right. On the top right section there is a very old version of the ajax search pro, was it included in the template?

    I tried to switch the template to the default and the search was showing/working on url.com/test page. So the template is breaking it for sure. You should try to disable the old version from the template and it should work fine 🙂

    in reply to: Display Problem #1034
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Do you have the same search shortcode ( [wpdreams_ajaxsearchpro id=1] ) twice on one page? Because it wont work that way.

    If not, then can you give me an url to your website with a possible temp admin/ftp access? I want to check this out. Judging by the screenshots the stylesheet is not loaded, or haven’t been saved somehow.

    in reply to: Non functions on many levels #1029
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I think we should solve this first before going further with other issues.

    What is the size of the database you are using? I’m still getting a 20s response time. It’s working, but still very slowly. Do you have more then 10000 products? If the database is very large, some optimalisations are required to get results in time.

    The widget is probably a conflict, hard to tell. Can you provide temporary ftp/administrator access to do a brief debugging and to check the settings?

    I need to go to sleep now, it’s 1:15 am here, will get back to you in the morning!

    Best,
    Ernest

    in reply to: Non functions on many levels #1026
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It’s showing results for me but it’s slow (about 30 seconds), because the max result number is set very high. You should reduce it below 10 as default. (general options tab, max results option)

    Let me know!

    in reply to: Display Problem #1024
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    This is most likely because the css files are not writeable. Make sure you chmod the plugins/ajax-search-pro/css directory to 777.

    Alternatively you can enable inline styles on the “compatibility settings” tab. It should solve the issue right away 🙂 It’s available from version 2.1, which was uploaded to codecanyon 2 days ago.

    Let me know how it goes!

    in reply to: Change more results url? #1018
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, but only by altering the code a little bit.
    Open up the wp-content/plugins/ajax-search-pro/includes/shortcodes.php file, and go to the line 450, you should see something like this:

    <a href='<?php home_url('/'); ?>?s='><?php echo $style['showmoreresultstext']; ?></a>

    Basically, that’s the url 🙂

    in reply to: Results slow to return #1014
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okay! Thank you for all of the information!

    Feel free to reply to this thread if got live, or if you have any information regarding this issue 🙂

    If you have a minute, please rate the search on codecanyon. (link)

    Thank you, have a nice day!

    in reply to: Results slow to return #1012
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okay.

    Unfortunately not, because of the search settings on the frontend. Most of the time there is too many options to handle with a GET request 🙂

    I use firefox+firebug plugin to debug speed issues. The console tab didplays the ajax requests with the timeframe, it’s pretty neat.

    Can you provide temporary admin access to the site? I might as well try to experiment with the search settings myself 🙂

    in reply to: Results slow to return #1010
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Actually there is an easy way to find out (not 100% tough):
    – Turn on the caching on the search caching options panel

    – Try to search for any phrase once. Wait a few seconds, then search again for the exact same phrase. Do this a couple of times. After the first search, the second, third, fourth etc… searches for the same phrase should be a lot faster, I mean super fast, like under half second. If it’s not that fast, then there is definitely something else involved.

    in reply to: Results slow to return #1008
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Meanwhile the one I uploaded to codecanyon had been approved. It contains a few more changes then this one, you can download that as well 🙂

    in reply to: Fatal Error on Activation #1005
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It turns out it was a minor issue in the plugin file (was incompatible with php 5.2)

    I have fixed it and uploaded/activated for you!

    Let me know if you need any help!

    in reply to: Fatal Error on Activation #1002
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I will check it on your site right away!

    Sorry for the inconvenience!

Viewing 15 posts - 18,241 through 18,255 (of 18,408 total)