mikedistras
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Wont index ACF Post Object data?Thanks for the help again Mikko.
The Advanced Custom Fields Post Object in the CPT is simply called “customer_field”, and the data i want to index inside the post object are another 2 ACF fields called “first_name” and “surname”.
Does that help? If you could help with the formatting of your above mentioned code, that would be highly appreciated.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Wont index ACF Post Object data?Thanks for the reply Mikko!
While researching I found the filter hook you mentioned, however im not too sure how to actually implement it, how would i actually implement that in to the theme/functions.php file?
Hi Georgian,
Thanks foe getting back to me, i found this page on s2members which should help a little: https://s2member.com/kb-article/where-is-the-s2member-data-stored-in-the-wordpress-database/
I was looking at the free version, however I can install the free Select2 dropdown option, which should be able to do the same thing? Just with pre-defined options instead?
(apologies if the above image is very large, hopefully WP forums will resize!)
Thanks,
Forum: Plugins
In reply to: [WP Broadbean] Application FROM field submitting submitting wrong emailThanks for that Mark, im aware that I shouldnt edit the main plugin files, but im not too up to date with Filters and Action.
Do you have an example? I was hoping it would be a simple addition to switch the “from” field to a “reply to” field.
Ideally I would have the “from” field defined as something
And then the “reply to” field as the applicants email addressForum: Plugins
In reply to: [WP Broadbean] Application FROM field submitting submitting wrong emailGreat stuff, is this something i would add into a functions file, or would i be have to edit the plugin files directly?
Forum: Plugins
In reply to: [WP Broadbean] Application FROM field submitting submitting wrong emailHi Mark,
Thanks for confirming that it wasnt the plugin doing this, it turns out it is an issue with the host Freshsites masking any “from” outgoing phpmail from their server.
We will have to use SMTP within wordpress to send emails correctly, and this has to be set to only one single address for the “from” field.
Is it possible to set up a “reply to” field for the broadbean plugin, when sending header information across from wordpress to broadbean?
So it would be:
From: [email protected] (always the same)
Reply to: [email protected] (different per applicant) ?Forum: Plugins
In reply to: [NextGEN Download Gallery] Simple download all images in zip button?Ah, thanks for that, knew it would be something simple.
Getting an error while trying to “download all” though, the error is:
Error 503 Backend fetch failedI can download a couple of selected images, but just get the 503 error when i try to download all.
Thanks
Forum: Fixing WordPress
In reply to: 404 after updating anything…FIXED:
Was a server issue, needed an update applied to varnishcache
Forum: Fixing WordPress
In reply to: 404 after updating anything…Didnt really work…
Also, when im trying to add a featured image, the media library wont load any thumbs either (this also causes the wordpress connection to drop sometimes)
Forum: Fixing WordPress
In reply to: 404 after updating anything…If i try updating permalinks, i also get a 404
Thank you, thats understandable – ok for ease of a quick fix… This will be on the free thumbnail version…
Is there anyway to exclude the first 4 images of any gallery inserted into a page, without having to define each single Image ID?
Is there any known way to do this? Multiple Short codes or just with any php within a template file?
First 4 images
Image
Rest of galleryI did submit a support request, however ive had no reply in the last few days from you guys…
It isnt specifically a pro display feature, as I may use one of the free thumbnail display options…
Anybody have any ideas how to successfully exclude the first 4 images in a gallery?
Or even excluding images, (which i cant get to work correctly).
[nggallery id=24 display_type=photocrati-nextgen_pro_thumbnail_grid exclude=1,2,3,4]
?