Forum Replies Created

Viewing 15 replies - 571 through 585 (of 1,062 total)
  • Hey,

    thanks for reaching out but unfortunately what you are trying to achieve is simply too ambitious for our plugin, sorry.

    Once again, sorry for the inconvenience, take care and have a nice day,
    Petra

    Hey,

    well…this should disable the plugin completely on “the back end” – go to “Plugins”-> “Editor”-> and in the search-everything.php file add
    if (basename( $_SERVER[“SCRIPT_NAME”] ) == “edit.php”) {
    return true;
    }
    in the function init() like so:

    function init() {
            if ( current_user_can('manage_options') ) {
                $SEAdmin = new se_admin();
            }
            // Disable Search-Everything, because posts_join is not working properly in WordPress-backend's Ajax functions
            //(for example in wp_link_query from compose screen (article search when inserting links))
            if (basename( $_SERVER["SCRIPT_NAME"] ) == "admin-ajax.php") {
                return true;
            }
    // disable search throughout dashboard Posts,Pages,Comments etc.
            if (basename( $_SERVER["SCRIPT_NAME"] ) == "edit.php") {
                return true;
            }

    Hope this helps, take care,
    Petra

    Hey,

    you can try this:

    a.wp_rp_title
    {
    height:0px !important;
    width:0px !important;
    visibility:hidden !important;
    }

    Take care and have a nice day,
    Petra

    Hey,

    I have answered via email.

    Take care,
    Petra

    Now I remember you 🙂
    And I know why it didn’t work – try this:

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    
    }
    a.wp_rp_title
    {
    visibility: hidden !important;
    }

    This should work like a charm (hopefully).

    All the best,
    Petra

    Oh, then we misunderstood each other. When you wrote: “The plugin works fine on the front end of the site, but when searching for posts using the Search function in the WordPress dashboard…” I was under the impression you were using that search above the “All posts”.
    But aside this I have re-tested the search on the events page and it still doesn’t break the site.
    Will try to think of something but to be honest I am running out ideas. Also, which settings have you modified in the Events Manager plugin? Any modification in that Performance Optimization, Styling Options,…?

    Best,
    Petra

    It would help if you can give me a link to your blog, so that I can take a closer look?

    Best,
    Petra

    Hmmm…I have turned those on and added a couple of events and so on but still can’t get the 500 server error. Have you tried disabling the Events Manager plugin? And it works then? You could try out suggestions found here:
    http://askleo.com/whats_an_internal_server_error_and_how_do_i_fix_it/
    Let me know if Events Manager team has some suggestions to try out as well.

    All the best,
    Petra

    Hey,

    would it be possible to make me a guest account on your blog, so that I can take a closer look? You can send those credentials to support[at]zemanta[dot]com if you want to.

    Looking forward to your reply,
    Petra

    Hey,

    thanks for reaching out!
    Please go to plugin settings, click Customize and enter the following code into that Custom CSS box:

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    
    }
    a.zem_rp_title
    {
    visibility: hidden !important;
    }

    Let me know how it goes, take care and have a nice day,
    Petra

    Hey,

    please go to plugin settings-> “Customize”-> “Custom CSS” and insert this code:

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    
    }
    @media screen and (max-width: 450px) {
    ul.related_post {
    width: 650px !important;
    }
    ul.related_post li {
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-right-color: rgb(221, 221, 221) !important;
    border-bottom-style: none !important;
    display: inline-block !important; *display: inline; width: 90px !important;
    margin: 5px 5px 5px 0 !important;
    padding-right: 5px !important;
    }
    ul.related_post li a {
    display: block !important; clear: both !important;
    width: auto !important;
    }
    ul.related_post li a:nth-child(1) {
    position: relative !important;
    display: block !important;
    font-size: 12px !important;
    text-decoration: none !important;
    margin-bottom: 5px !important;
    text-indent: 0 !important;
    margin: 0 !important; border: 0 !important;
    padding: 0 !important;
    margin: 0px !important; font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important; line-height: normal !important;
    font-family: arial !important;
    color: rgb(68, 68, 68) !important;
    }
    ul.related_post li a:nth-child(2) {
    position: relative !important;
    display: block !important;
    font-size: 12px !important;
    text-decoration: none !important; margin-bottom: 5px !important; text-indent: 0 !important;
    margin: 0 !important;
    border: 0 !important; padding: 0 !important;
    margin: 0px !important; font-style: normal !important;
    font-variant: normal !important; font-weight: normal !important;
    line-height: normal !important; font-family: arial !important;
    color: rgb(68, 68, 68) !important;
    }
    ul.related_post li img {
    width: 80px !important; height: 80px !important;
    }
    }

    I have made a screenshot for easier navigation. Don’t forget to save the changes and refresh the page.

    Let me know how it goes,
    Petra

    Hey,

    thanks for getting back to me! Unfortunately I can’t replicate the issue on my side as the theme you are using is not free to install. Just to double check, if you disable our plugin the pagination works?
    I can’t promise you we can fix this but we will happily take a closer look if you wish. In that case we would need a guest account on your blog and if you decide to make us the account you can send those credentials to support[at]zemanta[dot]com.

    Let me know what you think, take care and have a nice day,
    Petra

    Hey,

    thanks for reaching out! Would you be so kind and give me a link to your blog, to that I can take a closer look?

    Looking forward to your reply,
    Petra

    Hey,

    thanks for the link! Have you made any adjustments in the last couple of days as the search is working for me? Also, is the theme you are using “Canvas”?

    All the best,
    Petra

    Hey,

    thanks for the list, will test this on my side ASAP and get back to you!

    All the best,
    Petra

Viewing 15 replies - 571 through 585 (of 1,062 total)