one3rdnerd
Forum Replies Created
-
Came here to say the same thing.
Installed the free version for a new client today and saw a different setup process. It looked like we had the premium version installed somehow, as it asked for a license key?
So I assumed maybe they had the premium version in the past and while it didn’t show under plugins perhaps it was still installed on the server and installing the free version within the WordPress dashboard maybe brought the files back and the site was confused.
I deleted the plugin and manually installed the free version from another site and saw the same license request?
Is this new?
Or does this mean Wordfence is going premium only and the free version is being phased out?
Read Nicola’s message and agree, that would be difficult moving forward if I can’t use my own email address on behalf of clients I am managing.
Forum: Plugins
In reply to: [Redirection] Wilcard Redirect IssueUpdate. I solved this.
As it’s WPEngine, I had to use their redirect rules within the hosting platform to make it work for .pdf URLs
https://wpengine.com/support/regex/
Saving this in case someone else has the problem and needs info.
https://redirection.me/support/problems/url-not-redirecting/ explains that some servers won’t work with .pdf or other files.
Thank you. I have sent the message through that and attached the two plugins
1) Beaver Builder
2) Beaver Themer.This uses a single Beaver Themer module called “Author bio”.
Thanks
Hi @molongui
I hope you had a good weekend.
Just checking on this to see if you had any thoughts on a couple of my follow up questions.
Hi @molongui
Anyway, yes, in your case you’ll be fine. Forget about this drawback
Ah yes, that’s fine in my case.
It is actually our plugin the one placing that space there. It doesn’t expect the last delimiter to start with a symbol. We could add some logic to prevent that space being added if the string provided as delimiter starts with a “,” or “.”
I think it would be smart to have it remove the space if . or , was used, or just a checkbox option above the field which says “Remove extra space”
We should look into how BB has that author boxed coded to provide an accurate answer. Anyway, it must have to be something with the fact that now your post has two authors (John and Natalie). Remember that regardless you using the co-authors feature this way, you are actually configuring the post to have two authors.
However, I guess we could add a hook you can use to avoid your author box being modified.
Okay, yes I think that would be good. If you send me your email address I can send you a copy to investigate if you want.
I’d say it has nothing to do with where the image is retrieved from. I mean, if you upload a local image for your first author, it should be displayed. However, no matter what, avatar for the second author/reviewer won’t be displayed. The Pro version of our plugin provides you a shortcode to retrieve the avatars for all the authors in a post, so you can make it display in front of the byline. Here you have the doc.
Okay, I don’t know if the client requires the avatar, but I will note that for if I do need it.
Yes, a <br> breaks the links in the byline for a multi-authored post. Sorry.
Could you create an option to make it, so each author is on its own line with a checkbox in a future update?
I also tried to add a line break with
<br>
and it works but it breaks the link and makes everything link to the first author.Default author bios are broken even after turning these settings off in the plugin to remove the extra fields and the Molongui bio etc.
Default author bio box ends up having both names added when we only want one.
Please advise.
Okay I have given this a try and its sort of working out of the box but there are a couple of issues.
Please see this video:
1) Why is there a space before the full stop/period.
2) Why does it impact the author bio box at the end?
3) Can we set it to output the author avatar in the byline? I added a local author avatar but it doesn’t show for the second author, only the first one where gravatar is used.Please advise.
Hey @molongui
Thank you for getting back to me.
Okay, I might give that a try.
As for the drawback, I wasn’t 100% sure what you mean by if we don’t have multi-authored posts?
All posts are written by one writer, never more than one.
But different posts on this site are written by different authors and fact checked by different fact-checkers.
I’m assuming that means we will be fine?
We are using BeaverBuilder which adds the bylines, I was under the impression I would have to build my own shortcode to output the new byline though so it can show two as we can’t edit the module used by Beaverbuilder for this byline I will need to create a new shortcode.
Please advise if that all seems fine to you?
Yes, I know Google Pay doesn’t work in Safari, but why does Apple Pay only show in Chrome and not Safari? Surely that should be supported?
Okay, I retried it today on Windows + Chrome, and the Google Pay button is showing now on checkout and cart.
Strangely though, on iPhone, it shows Google Pay on the Chrome browser but not on Safari on iPhone.
I tried switching to the default WordPress theme, and I get the same result.
So to recap
Windows + Chrome = Works in all locations, product page, cart and shop
iPhone + Chrome = Works in all locations, product page, cart and shop
iPhone + Safari = Doesn’t show anywhere.
I have tested on my own iPhone and using LambdaTest with iPhone + Safari.
Any ideas why it would work everywhere but iOS Safari?
Forum: Plugins
In reply to: [Yoast SEO] Optimize SEO Data – Failed to fetchI tried all of this and it didn’t work but I found the solution when looking at the console I could see mixed content issues with http URLs being loaded.
We changed the URL to https under Settings > General and that resolved it.
Thanks for your help.
Forum: Plugins
In reply to: [The Events Calendar] Multiple Websites Crashing after updateDitto
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Taxonomies Shortcode with LinksThank you Paul.
That one works now and works for my other taxonomy.
Only improvement I can see.
It removes the final comma which is great and I managed to edit it so it includes a full stop/period after the final term but is there a way I can get “and ” to show before the final term.
I tried with the below and the period works but the and ends up at the very start of the entire output.
return sprintf( '<p>and %s.</p>', implode( ', ', $term_links )
I’m sure this shortcode plugin will be very useful for people, myself included on other sites.
Thanks again.
- This reply was modified 2 years, 6 months ago by one3rdnerd.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Taxonomies Shortcode with LinksAh, okay, yes, it’s just a standard connection between custom post type and taxonomy rather than using relationships.
Thank you. I will await your update.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Taxonomies Shortcode with LinksHi Paul,
Firstly, thank you very much for your help.
I just gave that a try and updated it to your updated copy.
Unfortunately, nothing is outputting for me, but maybe that’s due to the taxonomy and field meta key being the same.
I checked the settings, and I have Override WP Metadata values disabled.
I changed the field key to be unique, so it’s now $field_meta_key = ‘talent-category-key’; but still nothing shows.
I’m definitely using this on a page where terms are assigned because this is actually part of a migration from using Types Toolset (which is why I had to keep the taxonomy ID/slug as it was previously).
Here’s a video to show you what I’m working with.
Also, I will need to create some more copies of this plugin once working, as this is one of a few different taxonomies I need to do the same with. It would be even better if I could modify it so I could put the taxonomy slug in the shortcode rather than having it hard coded because then I could use the same plugin and shortcode for different taxonomies.
Feel free to watch it on 1.5x speed ??