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,301 through 18,315 (of 18,408 total)
  • Author
    Posts
  • in reply to: Distance in between search box and results #832
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I checked the site given on chrome/firefox/explorer but it seems ok. May I ask on which browser are you experiencing this issue? If you check it on another browser, then is it ok?

    I attached a screenshot of how I see the results. Do you see the same, or is the distance bigger?

    in reply to: Problem with ajax search pro plugin and wpengine.com #830
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sorry for the late answer, I investigated the issue on my server, but I couldn’t get any good results.
    Can you please add more details about the issue above?

    Are you doing a search when the tabs are opened, or the performance goes up only by opening the tabs?

    There is one possible thing, that can cause this:
    Precaching. If the precaching in the caching settings is activated, it parses through the posts and saves the image thumbnails, it’s a processor-heavy operation on some servers. (it depends on the amount of posts and the complexity of the post content)
    Please try to turn off the precaching and let me know how it affects the cpu load, it may help.

    If not, then I will figure out another solution as well.

    in reply to: Settings changes are not sticking #827
    Ernest MarcinkoErnest Marcinko
    Keymaster

    There was some kind of jQuery error triggered by some of the plugins or templates which is couldn’t locate. I rewrited some parts of the backend scripts in the polaroid slider to avoid these errors.

    It looks like it is going to work now. Let me know!

    in reply to: Settings changes are not sticking #819
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Please check the username/password combination, I couldn’t login to the test site nor to the live site.

    in reply to: Link customization in search results #814
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you!

    in reply to: Settings changes are not sticking #811
    Ernest MarcinkoErnest Marcinko
    Keymaster

    There is a documentation inside the zip file you download from the codecanyon. When you unzip it, there must be also a documentation.zip file inside of it. (at least this is how I upload it to codecanyon, it is required)

    However this is not a known issue, most likely a conflict with another plugin or template. Can you please provide temporary ftp/administrator access to the website? I will take a look at the problem myself and fix it if possible asap.

    You can add the website details if you edit your first post in this thread, so nobody else will see them, only me and you.

    in reply to: Link customization in search results #810
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I see what you are trying to do here. You want the portfolio links to show as it’s on the main page, not as separate posts. I’m not sure if this is possible, however changing the links won’t help, I’m 100% sure. It is most likely that the template has a jQuery code, that is responsible for that effect. It must be bound to a “class” element or something similar. However I’m not sure that adding the proper class would help.

    After examining the code, I found that the http://pexetothemes.com/demos/photolux_wp/wp-content/themes/photolux/js/grid-gallery.js is creating the slide/load effect, that you want. However I’m unable to tell how to modify the search output to make it work properly. Can you please consult with the theme creator? He may advise what exactly needs to be done with the search output, and then I will make the proper modifications for you.

    in reply to: fixed width needed #809
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Before I log into your site I may advise you. Create a div element with the desired width and put the search shortcode inside of it, like this:

    <div style='width:400px;'>
      <?php echo do_shortcode("wpdreams_ajaxsearchpro..."); ?>
    </div>

    Replace the second line with the proper shortcode found in the search configuration page. Let me know if it helps.

    in reply to: Link customization in search results #799
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Well, there is no possible way for this to do from the administrator area. It’s only possible by editing the search code. I’m not sure how experienced you are in wordpress programming, but are you using those urls elsewhere also? Are they coming from a plugin? Is there maybe a wordpress filter that is applied elsewhere (in plugin, template) that creates those kinds of urls? Is this kind of url redirecting to the desired page?

    Let me know if you know anything about these, and we will figure out a solution.

    in reply to: Black box appears in the search background #798
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Of course!

    Open up this file from your ftp program or from inside the plugin editor of wordpress: wp-content/plugins/download-manager/css/front.css

    Make a new line at the beginning of that file and add the following lines:

    .probox .proinput .loading {
      padding:0 !important;
      position: static !important;
    }

    Save the file and refresh your page. It should be ok after this editing.

    in reply to: Black box appears in the search background #794
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Ok!

    I think I have found it. It’s coming from the download manager plugin css. If you add this code in any css file or in the header of the website, it will fix the black box:

    .probox .proinput .loading {
      padding:0 !important;
      position: static !important;
    }
    in reply to: Plugin conflict with another script #792
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Unfortunately I need to see this live, I cannot tell by the code you gave me. The slider shouldn’t conflict with any other plugin, but when it does, it’s probably because of a very unusual template code or plugin code.

    I’ve seen you give me a bad comment already on codecanyon, you are about right, but I’m sorry, I had some serious issues and I could not answer to anyone.

    If you still interested please try to give me a website url with temporary/ftp accounts so I can see and fix the problem asap.

    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    This option basically redirects to the default wordpress search results. By default the original wordpress search cannot search custom taxonomies and custom fields, that is why you cannot see any results. There are plugins out there which may help, like Relevanssi, but there is no 100% solution for this yet.

    in reply to: Black box appears in the search background #790
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sorry for the late answer. I wasn’t home for a week, couldn’t answer any support ticket, had some family issues.

    Can I see this issue on your website? It’s probably only a small css incompatibility.

    in reply to: Settings page blank #783
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thanks for the heads up! In the next version I will test all of this and properly rewrite the documentation!

Viewing 15 posts - 18,301 through 18,315 (of 18,408 total)