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,716 through 17,730 (of 18,415 total)
  • Author
    Posts
  • in reply to: Not Overriding Default Search Results #3182
    Ernest MarcinkoErnest Marcinko
    Keymaster

    4. Okay, I’m a bit tired, sorry for that, it’s a bit late here 😀

    So I checked your configuration and you have excluded all the categories on the “Frontend search settings” panel. However this does not mean that these categories are in fact excluded, they are only excluded from showing, so they are not visible but still included.

    There is another category exclude option on the “Advanced options” panel. The posts from categories excluded there will not show up whatsoever.

    I know it’s confusing, but it was neccessary. Many people requested to have only a few categories visible on the frontend, yet many others have excluded. So the category selector box on the “Frontend search settings” panel is only for the visibility in the settings box, but it does not affect the outcome, unless the user deselects some of the categories.

    To permanently exclude categories you need to use the one on the “Advanced options” panel. I hope I understood you correctly 😀

    in reply to: page load and Search too slow also problem with scripts. #3180
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Well I have found it 😉

    It was actually the color picker on the search preview window. I don’t know why, it beats me. Anyways I disabled that small piece of code and now it works.

    in reply to: page load and Search too slow also problem with scripts. #3179
    Ernest MarcinkoErnest Marcinko
    Keymaster

    This is a temporary solution, but please use it for now. I will update on my end as well, but I need to make more tests to make sure it’s not causing other issues – so it’s probably going to be included only later.

    I will check the drag and drop as well in a moment, I almost forgot it. Maybe it’s not even related to that script after all. If I find the cause, I will fix it.

    in reply to: Not Overriding Default Search Results #3178
    Ernest MarcinkoErnest Marcinko
    Keymaster

    2. I see now. I have turned on the Force Inline styles option on the compatibility settings submenu, because I was suspecting some kind of stylesheet issue, now the results show up in a block under the widget. You will still need a different instance for the menu, as I hihgly doubt it will work there as well.

    4. I think we have a missunderstanding. That field is for excluding the categories, not including them. By default every category is included.

    in reply to: page load and Search too slow also problem with scripts. #3176
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thanks for the correct details!

    I’ve found the problem(s). It was indeed the categories. I’ve put another statement there to prevent them from appearing in hidden mode, and a minor modification in the content search code to not use them at all.

    in reply to: Not Overriding Default Search Results #3171
    Ernest MarcinkoErnest Marcinko
    Keymaster

    1. Yes, that looks like a bug. I’ll fix that as well.

    2. Have you changed the “Results layout position” option to “Block – pushes content” ? You can find it in the ‘Layout Options’ -> ‘Results Layout’ tab. If it’s not changed, then it will show up hovering.

    3. No problem 😉

    4. It’s showing now because I removed the TEST category from the excluded categories list. It wasn’t showing because the category logic is exclusive (AND logic) by default. So by default all categories must fit in order to show that result. You can change this logic on the ‘General options’ -> ‘Category/Term logic’ option. I highly recommend leaving it as it is though, it can be very confusing.

    5. When I log into the FTP account you provided all I can see is a logs and a Mail folder, thus I can’t see the website files.

    No problem at all, happy to help you.

    in reply to: Not Overriding Default Search Results #3168
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okays 😉

    So, before I start I must let you know that I disabled the WordFence plugin temporary. I think it was running some kind of scan task or something and it might have brought your site offline, I’m not sure though. You can re-enable it later on to confirm this. It might just had been a brief server outage after all, I don’t want to blame anything.

    1. That’s what it does. It can’t change your results layout, it changes the actual results you get (unless they are the same as the default). Changing the results layout is unfortunately only possible by editing the theme’s search.php (or corresponging) template file.

    2. You can’t have both with a single instance 😉 Why don’t you create 2 search instances, one of them you will use in the mega menu with the hover layout, and the other one as a block.

    3. There were some nasty styles implemented (coming from the theme I guess) which enforced padding, margin and color on the search boxes. I put some magic into the plugins “Theme options” -> “Custom CSS” box which enforces the correct style exclusively to the search boxes, so it should be all right now.

    4. You had the TEST category excluded, and the Banana post was belonging to the TEST category, that’s why it didn’t show up. The others weren’t showing because the fulltext search was enabled (while it was disabled on the settings, it beats me how), but I saved the options again and it’s showing now – perhaps some values were lost at the time of the server outage. The “Toothbrush” result is not showing because it’s still a draft. Once it’s published it will show as well.

    5. Yea, you can’t do that unfortunately. It’s printed via javascript and it does not handle it very well. I can hard-code the link for you if you can fix the ftp access and tell me exactly where it should point.

    in reply to: Error for Metro and other themes. #3167
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I see. Well, there are no other hidden error there, so I don’t know yet.

    You can edit your inital (first) post and fill them in there. Or you can just simply attach a txt file to your next reply with the details. It remains private – visible only for you and me.

    in reply to: Not Overriding Default Search Results #3164
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I was able to get in for about 30 seconds and I quickly deactivated the Ajax Seach Pro to see if it had anything to do with it. It’s definitely not that – at least I know that.
    Thought I would let you know.

    in reply to: Not Overriding Default Search Results #3163
    Ernest MarcinkoErnest Marcinko
    Keymaster

    In the meantime could you please check the ftp access? I can only see a logs and a Mail folder there.

    in reply to: Not Overriding Default Search Results #3162
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Might be just a temporary server outage. I used to have those with my host as well on rare occasions.

    in reply to: Not Overriding Default Search Results #3160
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Your site appears to be offline (I tried for 10 minutes). I will check on it again later 😉

    http://i.imgur.com/BLExwBZ.png

    in reply to: page load and Search too slow also problem with scripts. #3158
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It’s indeed something with the plugin flow, your server looks fine. Could you please provide temporary ftp access as well? I would like to go through the files with a line-to-line debugging to find the source of the problem. I think some function hangs and returns an error in the plugin, but I don’t know where or which.

    As for the drag and drop: There is a javascript fatal error dropped right in the header which propably causes all the inline scripts to fail – which are the drag and drop options on the search and the preview color picker (mayber there are more).
    The unfortunate thing is, that this is not related to the search plugin. Eleminating this error will probably fix the drag/drop, but I have no idea which plugin (or the theme?) is causing it.
    I can try to get around it once I found the issue with the slow load 😉

    http://i.imgur.com/0ySNZjD.png

    http://i.imgur.com/qzr64zb.png

    in reply to: No search results on Wamp Server #3156
    Ernest MarcinkoErnest Marcinko
    Keymaster

    No problem 😉

    in reply to: Error for Metro and other themes. #3153
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Do you see this on the preview box or on the frontend after saving the options?

    May I have a look at this? Based on the error message I can’t tell where it’s originated from.
    You can provide temporary admin details if you edit your initial post.

Viewing 15 posts - 17,716 through 17,730 (of 18,415 total)