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,031 through 18,045 (of 18,442 total)
  • Author
    Posts
  • in reply to: Layout issue with Related Posts Pro #2242
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Dear Thomas!

    Can you please link me a page or post where the plugin is enabled? As I can’t see it anywhere I’m unable to tell where the problem might be. You can make a page and put the plugin shortcode inside of it so no other users will notice it, then just send me the url to that page.

    Based on your description this sounds like a javascript issue, but I can’t tell until I see it. The error message indicates that the stylesheet could not be saved because the plugin has no permission to its own folders. That’s probably the reason why the timthumb isn’t working as well. Yet it should work with inline styles.

    It is also possible that some other plugin is conflicting with the related posts pro, or there is a syntax error somewhere on the site – I really can’t tell.

    You should also try to switch the script sources on the compatibility options panel from “Minified scoped” to “Minified”: http://i.imgur.com/ywfdD7B.png
    I’m not sure if it will help, but it’s worth a try.

    If you could also provide temporary administrator and ftp access it would help me a lot, as identifying the problem is only the first step, but finding the source and the solution is much harder. I would run a line-to-line debugging on the related posts code if neccessary. You can do this by editing your initial post in this thread and filling out the proper fields. (it won’t be visible to the public, just me and you)

    in reply to: Categories for Custom Type Posts #2240
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It’s working on my side. I tried the main page. For example I typed in “mariah”, it usually suggests “mariah carrey” but there are no suggestions. I also tried “iron” (for iron man), “food”, “drink”, but nothing. Are you sure it’s not working?

    in reply to: Search result is not coming up #2238
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It was a conflict with the image script so I switched back the settings to timthumb and it started working again. (on the cache options panel)

    in reply to: Huge black 'X' and magnifying glass icon on website. #2234
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It’s because I cant see the stylesheets loaded anywhere. Try to enable the force inline styles on the compatibility options panel. You can also try deleting the old search instance and creating new one and saving the settings again.

    in reply to: Can´t detect hierachy/categories of Sabai directory #2231
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I’ve looked at the backend of your site. I believe it’s because sabai is not using custom post types, but some kind of other method of storing the data. From what I can tell, the listings look like they are some type of pages or something similar. Same thing for the categories – those are not custom taxonomies, that’s why you can’t see them on the list.

    I believe the creator had it’s reasons for not to using custom post types and custom taxonomies, however this way the content is not searchable by default. To make this work, it would require the major alteration of the search plugin, and if an update comes out to sebai, it would probably break it again.

    I’m sorry, I would love to help you out, but in this case I’m unable.

    in reply to: Shortcodes not transformed after Events Manager search #2228
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I made a quick fix on the search code. Please make a copy of the wp-content/plugins/ajax-search-pro/ folder to preserve the fix. It was only one missing character.

    in reply to: i have a questions #2225
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. It’s not possible with the advanced fields option, it only works with the custom fields. However you can do a quick hack to achieve this. Open up the plugins/ajax-search-pro/includes/search_content.class.php file and go to line 345. That should be an empty line. Put these lines there:

    $_cats = get_the_category( $v->id );
    if (isset($_cats[0]))
      $r->title = $_cats[0]->name.' - '.$r->title;
    

    You should then see the first assigned category name to each post.

    2. It’s because of preventing infinite loops in the javascript code. This would cause other issues in the plugins current state. I will try to implement something similar to the next version, but I can’t promise anything.

    3. Not yet. The plugin uses a non-HTML5 placeholder for older mobile support, but it will get removed and replaced with a HTML5 placeholder in the next version, so this issue will disappear soon.

    in reply to: Box appearing a page stop load #2222
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    The site is still full of notices on my side.

    Notice: WOOCOMMERCE_USE_CSS is deprecated since version 2.1! Use Styles should be removed using wp_deregister_style or the woocommerce_enqueue_styles filter rather than the WOOCOMMERCE_USE_CSS constant. instead. in /var/www/quippe_2014/wp-includes/functions.php on line 3078
    

    This is coming from woocommerce.

    Notice: Undefined index: youtube_show in /var/www/quippe_2014/wp-content/themes/mercor/functions.php on line 512 Notice: Undefined index: twitter_show in /var/www/quippe_2014/wp-content/themes/mercor/functions.php on line 514 Notice: Undefined index: digg_show in /var/www/quippe_2014/wp-content/themes/mercor/functions.php on line 518
    

    This is coming from the theme.

    If you turn off the debug mode, then most likely these errors will disappear.

    As for the search, something is creating invalid HTML tags and it breaks the rest of the site. Can you edit your first post and provide temporary ftp and administrator access, I can check that out for you and run a quick debugging.

    in reply to: Box appearing a page stop load #2220
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I’m getting the following errors on the page:

    Notice: Undefined index: active in /var/www/quippe_2014/wp-content/plugins/wp-maintenance/wp-maintenance.php on line 405 Notice: Undefined index: disable in /var/www/quippe_2014/wp-content/plugins/wp-maintenance/wp-maintenance.php on line 424
    

    It says, that it’s coming from the wp-maintenance plugin. You most likely have the debug mode enabled and the upper mentioned plugin is throwing the notices.

    in reply to: Expanding index with data from another website #2218
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Yes I did, sorry I forget to answer, I was a bit busy.

    As much as I would love to help you, I can’t. Unfortunately I work alone as of now, and I have too many plugins and other sites (+customers) to take care of, so I don’t have any more time for other projects.

    Sorry to turn you down on this one. If you want to stay somewhat compatible with the updates, then you should try to look at the code in the:

    includes/search.class.php
    and
    includes/search_content.class.php

    The search.class.php contains a class which is the parent of ‘other’ search classes. (like the content serach). So if you examine the the search.class.php (wpdreams_search) and search_content.class.php (wpdreams_searchContent) you will see that the wpdreams_searchContent class is derived from the wpdreams_search class. It was supposed to be abstract, but it’s not, mainly because of php compatibility and other issues.

    So if you create a new class derived from the wpdreams_search class then there is a very good chance that your code will be almost fully compatible with the new updates, because the wpdreams_search class will not change for sure, and your code would be only an addition to the current search code. You can use the wpdreams_searchContent class as a sample to create your own.

    Best of luck, and sorry again that I can’t participate in your project!

    in reply to: i have a questions #2215
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I’ve applied a fix on the code, I’ve tried it for a few characters like: В в Б б
    it was working for me, but I’m not sure as I don’t speak russian. Please try it now, I hope it fixed it.

    in reply to: i have a questions #2213
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You don’t need to worry about that. The updates always cover the fixes I make.

    in reply to: i have a questions #2211
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Oh yes. It’s because the search can not affect the search results on the default search page. Those are different results unfortunately.
    But there are some free plugins to help you with that like: Relevanssi

    I believe that will help you to make a better results page.

    in reply to: Not working on Andriod phone #2209
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sorry about that. I wish I could afford more android devices to test with, or even better, I wish android worked the same on every device.

    in reply to: Not working on Andriod phone #2207
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hm. The only closest emulator I could find is the chrome dev tools emulator. I have tried all the android phones on the list, but no errors. I guess it’s not representing accurately the android platform.

    I don’t know what else to do, because unfortunately it’s working on both of my android devices and I don’t know anyone near me with that phone model to test it with.

Viewing 15 posts - 18,031 through 18,045 (of 18,442 total)