PetraP
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] Searching documents in WP-FilebaseHey,
thanks for reaching out!
Unfortunately we don’t know the way, sorry – although our plugin can search for attachments on your blog, it cannot index & search through your PDF files.But we still believe there’s an option to get your PDF’s content searchable — try to copy & paste the content of your PDF file into the custom field box, when editing that particular blog post where you attached that file. This way, our plugin should be able to search for/through the content of your file via the custom field option. Not very handy, we agree but as far as we have been able to test it on our end — it works.
The other option is to install the following plugin, which certainly does claim that it can index your PDF files and make them searchable. Here’s the link: https://searchwp.com/
Sorry for not being more helpful, take care and have a nice day,
PetraForum: Plugins
In reply to: [WordPress Related Posts] 2.8 version brokenHey,
thanks for reaching out! Would you be so kind and give me a link to the blog in questions, so that I can take a closer look? And if you don’t mind me asking – why don’t you update the plugin to the latest version (3.5.1)?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] how to add "read more" to wordpress related postsHey,
thanks for getting back to me and for the kind words, appreciate it :)! Unfortunately I must disappoint you – we would have to make some serious changes to make that [Read more] part link-able and at the moment this isn’t doable, but as far as the font weight goes, just put <b> and </b> like this:
<b>[Read More]</b>
And if you are interested in programming, you should check out sites like this one.If you have any other questions, let me know – I’ll try to help!
All the best,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Mobile DeviceHey Andi,
I did what I could from our plugin’s point of view. Save all your settings before you make any changes. Try the following code (replace/add the code to that “Custom CSS” box):
.related_post_title { } ul.related_post { display: inline-block !important; margin: 0 !important; padding: 18px 10px !important; position: absolute !important; z-index: -2 !important; } ul.related_post li { } ul.related_post li a { } ul.related_post li img { } @media screen and (max-width: 480px){ ul.related_post li a:nth-child(2) { font-size: 10px !important; } ul.related_post.wp_rp { z-index:-5 !important; } ul.related_post { z-index:-5 !important; } ul.related_post li { display: inline-block !important; width: 75px !important; clear: both !important; margin-bottom: -10px !important; } ul.related_post li a { position: relative !important; display: block !important; font-size: 10px !important; line-height: 1.1em !important; text-decoration: none !important; margin-bottom: 5px !important; text-indent: 0 !important; } ul.related_post li img { width: 75px !important; height: 75px !important; } }Here is a screenshot for easier navigation.
Let me know how it goes,
PetraPS: That z-index is a bit tricky as I can’t test this fully on my side, so if it is causing any difficulties just change it to zero. If you wish you can make me a guest account so that I can take a closer look and make finer adjustments.
Forum: Plugins
In reply to: [WordPress Related Posts] Mobile DeviceHey,
thanks for getting back to me! Hmmm…I am not sure we can make them show up all in one row, if that’s what you are thinking? I mean, we would have to make the thumbnails really small. But before we do anything to those thumbnails – are those “Like” and “Pin it” buttons there on purpose? Also, there seems to be some kind of button under the related posts?
Best,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Not working with custom posts?Hey,
thanks for reaching out!
It usually works with custom posts but it really depends on a lot of things, so I need a bit more information – what kind of custom posts do you use? Any special custom post plugin? Also, a link to your blog would be really appreciated.Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] Mobile DeviceHey Andy,
thanks for reaching out – I think we can make it happen! Would you be so kind and give me a link to your blog and also tell me how would you like “related posts” to be seen on mobile?
Looking forward to your reply,
PetraForum: Plugins
In reply to: [WordPress Related Posts] how to add "read more" to wordpress related postsHey,
thanks for reaching out – I’ll gladly help!
1. in our plugin settings you need to have that box next to “Display Post Excerpt” in “Advanced settings” ticked. Then you need to go to “Plugins”-> “Editor”-> in the top right corner select our plugin, find config.php file and replace
define("WP_RP_EXCERPT_SHORTENED_SYMBOL", " […]");
with:
define("WP_RP_EXCERPT_SHORTENED_SYMBOL", " [Read More]");2. If I am not mistaken you have already figured this one out by yourself.
Take care and have a lovely day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Related post title padding/margin not working?Glad to hear it worked and thank you for the nice words, truly appreciated! 🙂
All the best,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Related post title padding/margin not working?Hey,
thanks for getting back to me and for the link, truly appreciate it!
I think this should work, it is just an example, you can change that padding or add whatever you like:.wp_rp_wrap .related_post_title { padding:0px 0px 10px!important; }Just add this to that custom CSS box, save the changes and see the magic happen (hopefully).
Let me know how it goes,
PetraHey,
as we are already communicating via email and the issue is resolved, I am going to mark this topic as resolved.
All the best,
PetraForum: Plugins
In reply to: [WordPress Related Posts] How to exclude related posts without thumbnail?Hey,
thanks for reaching out! Unfortunately to do this automatically – it is simply not possible but you can remove those posts with default thumbnails manually via that orange “Edit Related Posts” button.
Sorry for the inconvenience, take care and have a nice day,
PetraForum: Plugins
In reply to: [Related Posts by Sovrn] Related post title padding/margin not working?Hey,
thanks for reaching out – I’ll gladly help I just need a link to your blog, so that I can take a closer look.
Looking forward to your reply,
PetraForum: Plugins
In reply to: [Editorial Assistant by Sovrn] media popup under tinymce toolbarHey,
thanks for the heads up! We are already working on a fix.
Once again, thank you for pointing this out, take care and have a nice day!
Petra
Forum: Plugins
In reply to: [Search Everything] Remove "the_content" from searchesHey,
thanks for reaching out and for the kind words! Glad to hear you have made it work and posting the solution – it could help others in the future.
Once again, thank you and have an amazing day ahead,
Petra