PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] Exclude menu items from searchHey Neil,
thanks for getting back to me and I see what you mean…to exclude just the navigation – no. You can for example disable the highlight for titles which would stop highlighting the navigation menu but that would also stop highlighting the titles. If you decide to give it a try, let me know.
All the best,
PetraForum: Plugins
In reply to: [Related Posts] Can't activate or delete Related Posts pluginHey,
thanks for reaching out! In the past we had a couple of users that had similar issues and both of them had “WordPress Firewall” plugin installed. Could that be it? If that’s the case just temporary disable the plugin and update/delete ours. If not, then I would like to as you for a list of your other plugins installed.
Looking forward to your reply,
PetraPS: Having two of our plugins installed at the same time can cause a conflict between them, so when we resolve the “not deleting” issue, I suggest you to remove one of them.
Forum: Plugins
In reply to: [Editorial Assistant by Sovrn] Tag Suggestions Not WorkingHey,
thanks for reaching out and for the heads up! (Un)fortunately we are aware of the issue and we are already working on resolving this.
Sorry for the inconvenience, please bear with us,
PetraForum: Plugins
In reply to: [Editorial Assistant by Sovrn] How to disable Getty images?Hey Laura,
thanks for reaching out! Unfortunately there is no option to disable the Getty images but we are working on making the images to be distributed more evenly.
Sorry for the inconvenience, take care and have a nice day,
PetraForum: Plugins
In reply to: [Search Everything] results displaying term within another wordHey,
thanks for reaching out but unfortunately no, we can’t make those adjustments as our plugin works in a completely different way, sorry to say.
If you have any other questions, please let us know!
Sorry for the inconvenience, take care and have a nice day,
PetraForum: Plugins
In reply to: [Search Everything] Exclude menu items from searchHey,
thanks for reaching out! To be honest, I am not completely sure what you mean by “excluding the navigation from the search results”?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Search Everything] search results order of posts and productsHey,
thanks for reaching out but unfortunately what you are trying to achieve is simply to ambitious for our plugin, sorry!
If you have any other questions, please let me know.
Take care and have a nice day,
PetraForum: Plugins
In reply to: [Search Everything] Search ID – SKU number conflictHey,
thanks for reaching out but to be completely honest that code above is not exactly a fix, just a workaround and it is not a “it will work” guaranteed. Would you be so kind and give me a link to your blog, so that I can take a closer look? Also, if I am not mistaken jigoshop has an implemented function that already searches for SKUs?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Search Everything] no tag searchHey,
to make it search for multiple tags, go to “Plugins”-> “Editor”-> in the right top corner select “Search Everything” and then select the “search-everything.php” file. There replace the “function se_build_search_tag()” function with this one:
// create the search tag query function se_build_search_tag() { global $wpdb; $vars = $this->query_instance->query_vars; $s = $vars['s']; $search_terms = $this->se_get_search_terms(); $exact = isset( $vars['exact'] ) ? $vars['exact'] : ''; $search = ''; if ( !empty( $search_terms ) ) { // Building search query $n = ( $exact ) ? '' : '%'; $searchand = ''; foreach ( $search_terms as $term ) { $term = addslashes_gpc( $term ); if ( $this->wp_ver23 ) { $search .= "{$searchand}(tter.name LIKE '{$n}{$term}{$n}')"; } $searchand = ' OR '; } $sentence_term = esc_sql( $s ); if ( count( $search_terms ) > 1 && $search_terms[0] != $sentence_term ) { if ( $this->wp_ver23 ) { $search = "($search) OR (tter.name LIKE '{$n}{$sentence_term}{$n}')"; } } if ( !empty( $search ) ) $search = " OR ({$search}) "; } $this->se_log( "tag where: ".$search ); return $search; }Don’t forget to update the file and also make backups before you make any changes (better to be safe than sorry).
Let me know how it goes, take care and have a lovely day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] No thumbnails on 75 to 80 postHey,
thanks for reaching out – would you be so kind and give me a link to your blog, so that I can take a closer look?
Also, a screenshot of (y)our plugin settings would be more than appreciated.Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Thumbnail title does not match picture and postHey,
thanks for reaching out! This is really weird – I have installed your theme (“Suits” if i am not mistaken) and I can’t replicate the issue on my side. May I get a list of your other plugins installed?
Looking forward to your reply,
PetraHey yukon,
thanks for reaching out. May I ask what’s the current plugin version you are using?
A list of your browser extensions would be much appreciated and also, do you have any plugins that deal with cache installed? If so, which one(s)?Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Related posts are visible, but not clickableHey,
thanks for getting back to me but unfortunately I can test this on my side without a bit more information – is that slider/carousel/banner part of the theme or a separate plugin? If so, which one?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Custom Thumb Size and CenternessHey,
hope you don’t mind but I am going to mark this topic as resolved as we fixed things via email.
All the best,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Format Modern themeCool. If you have any other questions or need assistance, let me know!
Take care and have a nice day,
Petra