PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] php error displaying widget on new posts pageHey,
so…I would like you to uninstall our plugin, update the theme and then re-install the plugin. If the error still persists, please copy/paste the lines 569, 909 and 910 of the “class-wp-customize-widgets.php” file, here.
Looking forward hearing the results,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Can't update or delete or disableHey Benny,
thanks for the video, it really helped a lot! For example I noticed you have “WordPress Firewall” plugin installed. As soon as I have install it on my side, I couldn’t activated our plugin. So, to update our plugin, disable the WordPress Firewall plugin, update and then re-activate it. It should work!
Please let me know how it goes,
PetraForum: Plugins
In reply to: [Search Everything] Search in other Plugin CategoriesGlad to hear it! 🙂
Happy blogging, take care & have fun!
Forum: Plugins
In reply to: [Search Everything] Search for Tag Word from postHey Elvira,
thanks for reaching out! You can make this possible (but make backups before you change anything and note that it wasn’t meant to work this way!) by going to “Plugins”-> “Editor”-> select Search Everything plugin in the upper right corner, find search-everything.php file, select it and then find the “function se_build_search_tag()” function.
Replace the$searchand = ' AND ';with the$searchand = ' OR ';: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 '; <------HERE!!!! } $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; }Check the screenshot for easier navigation.
Let me know how it goes, take care and have a nice day,
PetraForum: Plugins
In reply to: [Search Everything] Search in other Plugin CategoriesHey,
thanks for getting back to me and sorry for not replying any sooner!
I have installed your plugin, tested it and to be completely honest – it works for me. What I did was, created a new category in the “Neue Kategorie erstellen”, added a product via “Produkt Bearbeiten”, named it “Produkt2” and then tried searching for “Kategorija1” and “Produkt2”. Click the links to see the screenshots – it worked both times. So, my question is: which theme do you use? Would you be so kind and try to make the search with a different theme?Let me know how it goes, take care and have a lovely day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] php error displaying widget on new posts pageHey,
big thanks for the detailed information! Hmmm..this one is a strange one, to be completely honest. Could you wait until tomorrow with the theme update, so that I take a closer look into this error? But most likely we will go with the uninstall the plugin, update the theme, and re-install the plugin, road.
Stay tuned,
PetraForum: Plugins
In reply to: [WordPress Related Posts] php error displaying widget on new posts pageHey Leonard,
thanks for getting back to me and for the links, truly appreciated! I just noticed you have also send us an email, couple of days ago, and correct me if I am wrong – at that time the plugin was working fine? But you were trying to make some changes regarding titles (we will work this out too but first we need to fix the “no widget showing” issue) – so, my question is, what has changed in the last two days? Have you changed the theme, made any changes in the code itself, any new plugins?
If you delete the plugin, does the error persists?Sorry for all these questions but I am really eager to help you out,
PetraForum: Plugins
In reply to: [Editorial Assistant by Sovrn] Unable to use media galleryHey,
thanks for reaching out – would you be so kind and try to sign in from the “Settings”-> “Zemanta”-> “Sign In” button? Does it work? If not, to what link does is take you?
Looking forward to your reply and really sorry for the inconvenience,
PetraForum: Plugins
In reply to: [WordPress Related Posts] A problem with ThumbnailsGlad to hear it! 🙂
Take care and have a nice day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Yet Again another request for LOAD MORE POSTS!Hey,
thanks for reaching out! This one is a bit trickier, so please make backups before making any changes (I should also mention we don’t really support these kind of changes to the plugin). You will need to make the changes in the plugin file itself (pinterest.js). It is located in wp-content/plugins/wordpress-23-related-posts-plugin/static/js. Open pinterest.js and change the text “Load more posts” to “APRENDE MÁS”. Check the screenshot for easier navigation. Save the changes and upload the file.
Let me know how it goes, take care and have a nice day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] How to edit widget titleHey Katharina,
thanks for reaching out – I’ll gladly help!
To change the fonts, go to the plugin settings-> “Customize” and in that “Custom CSS” box insert (replace “Ariel” with your desired font):.related_post_title {
font-family: Ariel !important;
}
Check the screenshot for easier navigation.Please let me know how it goes, take care and have a nice day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Custom Thumb Size and CenternessHey,
sorry for not replying sooner! Just to be sure that the code is actually working – would you be so kind and change width:90% !important to 100%:
@media screen and (max-width: 480px){ ...code.. ul.related_post li img { height:auto !important; width:100% !important; } }Are thumbnails any bigger when seen on mobile device? They should be 🙂
If they will not change at all, please make a screenshot of your plugin settings, especially of the CSS code, so that I can have a closer look.Take care and have a nice day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] A problem with ThumbnailsHey,
thanks for reaching out – I have checked out your blog and noticed (the link you gave me) that only the second post show incorrect thumbnail. Have you changed anything in the last three days? Also, the image found here: http://www.tuttogiappone.eu/il-mito-della-creazione/ is only 130×118(px) in size – would you try to change it to 130×130 (like the others) and see if it changes anything?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] php error displaying widget on new posts pageHey,
thanks for reaching out – would you be so kind and give me the link to the blog in question? 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] Problema com o plugin WordPress Related PostsI will mark this topic as resolved as we have found the solution to the issue (via email).