PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] Can I achieve thisHey,
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,
PetraForum: Plugins
In reply to: [Search Everything] Not playing nicely with Events Manager pluginHey,
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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post TitlesHey,
you can try this:
a.wp_rp_title { height:0px !important; width:0px !important; visibility:hidden !important; }Take care and have a nice day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] CSS Refuse To workHey,
I have answered via email.
Take care,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post TitlesNow 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,
PetraForum: Plugins
In reply to: [Search Everything] Not playing nicely with Events Manager pluginOh, 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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post TitlesIt would help if you can give me a link to your blog, so that I can take a closer look?
Best,
PetraForum: Plugins
In reply to: [Search Everything] Not playing nicely with Events Manager pluginHmmm…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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] CSS Refuse To workHey,
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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Post TitlesHey,
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,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] CSS Refuse To workHey,
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,
PetraForum: Plugins
In reply to: [Search Everything] WooCommerce pagination breaksHey,
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,
PetraForum: Plugins
In reply to: [Search Everything] WooCommerce pagination breaksHey,
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,
PetraForum: Plugins
In reply to: [Search Everything] Search Everything ONLY searching productsHey,
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,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Html post editing problemHey,
thanks for the list, will test this on my side ASAP and get back to you!
All the best,
Petra