Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)
  • Thread Starter maven1129

    (@maven1129)

    Thanks for the rapid support here. Is there a reason for the use_soap parameter for the linked function?

    Thread Starter maven1129

    (@maven1129)

    Hi David,

    First of all, thank you so much for all the development here. Fantastic service.

    I will be donating to support this type of activity and hope others do the same – you are truly unique in your support offerings here.

    I got everything operational with your great instructions here. I am seeing each post listed as you said would occur. However, I am not seeing ACF_CHECKBOX_ENABLED. And to be frank, I’m not even sure what the field would represent. (image here)

    That said, I would like to have a field or really just a filter that checks if it is used or not in a custom field. Some of these are used in hundreds of pages, so the list gets huge and slow. Any ideas on how I would add a filter to only show image with or without that Header Image field having a value? Or, how to make the field sortable/filterable using Admin Columns Pro?

    One more thing – in the way you built this, the fields are added automatically. Would I no longer need to add those fields in the ACF fields part of the plugin?

    Thank you David!

    • This reply was modified 4 years, 11 months ago by maven1129.
    Thread Starter maven1129

    (@maven1129)

    You would just put the php directly into the field itself? If you woudlnt mind giving us the full php or method, that would be really helpful since it is an option in your plugin without any reference to how to use it ??

    Thread Starter maven1129

    (@maven1129)

    appreciate that. Let us know. Eagerly waiting ??

    Thread Starter maven1129

    (@maven1129)

    Thanks David – very thorough response and it’s much appreciated. You are correct in your guess – that’s exactly what we are doing – assigning the media to a custom field within a post. So, we just need to get a where’s used mapping for those.

    I took a look at the custom plugin. I’m not very familiar with coding within wordpress.

    I got as far as changing the repeater field definition – I just kept it as repeater and changed the field definitions to:

    	/**
    	 * Field name of the "parent" repeater field
    	 *
    	 * @since 1.02
    	 *
    	 * @var	string
    	 */
    	const ACF_REPEATER_FIELD = 'search_bar_image';
    
    	/**
    	 * Field Label of the "parent" repeater field
    	 *
    	 * @since 1.02
    	 *
    	 * @var	string
    	 */
    	const ACF_REPEATER_TITLE = 'Header Image';

    But the subfield and the checkbox don’t apply. I imagine the checkbox is fine, but because this isn’t a repeater, the sub-field seems to break the plugin for my intended use. I followed the rest and these are columns now but nothing shows up like they do for “inserted in”, which is effectively what I am trying to achieve – to show all the posts these are “inserted in” to the ACF field definition for Header Image (title) and search_bar_image (field name).

    Thanks for any further guidance you could provide. Much appreciated!

    • This reply was modified 4 years, 11 months ago by maven1129.
    • This reply was modified 4 years, 11 months ago by maven1129.
    • This reply was modified 4 years, 11 months ago by maven1129.
    Thread Starter maven1129

    (@maven1129)

    Update here…I followed the directions here to try it. I am able to see the field, but nothing is populated. That said, I am using ACF, and those fields don’t show up as options in MLA, so I had to map to the custom field the ACF field was mapped to. You can see my screenshot here. The field shows up now in the MLA columns, but nothing is populated. All I am trying to do is ensure I don’t can delete images that seem duplicated, and ensure I use proper sized ones, by finding out which posts an image is used in via custom field assignment.

    Hope that makes sense… any help would be greatly appreciated!

    Thread Starter maven1129

    (@maven1129)

    nevermind – if at the bottom it had issues with a closing php tag – figured it out ??

    • This reply was modified 4 years, 11 months ago by maven1129.

    I still am unable to find shortcodes inside other functions or inside the wp bakery page builder. Does your plugin support looking inside php files?

    Thread Starter maven1129

    (@maven1129)

    We have a generated page that assigns the custom fields (in this case, images) as meta. They show up in the post in their “advanced cusotm fields” area when I go to edit the post, but until I click “update”, the images do not show up in the published page. This image is used in the hero space and isnt a standard embedded image.

    All I do is go in and click “Update” to make it work, so I dont know what hook or what is happening that makes it work. everything else works before I do this, including the post tempalte selection and the other meta fields assigned.

    • This reply was modified 6 years, 12 months ago by maven1129.
    Thread Starter maven1129

    (@maven1129)

    Hi John – thanks for such a rapid response.

    Seems others have issues like this when bulk updating, and specifically the “Update” button within the “FULL” edit (not quick edit) of the post is all that fixes it.

    I did some digging to find people trying to run a script that effectively simulates that button. I’m not very versed in this but am trying to piece it together. Seems “wp_update_post( $my_post )” is what would trigger it.

    Here’s some stack exchange post on it: https://stackoverflow.com/questions/7917725/update-all-wordpress-posts

    Any advice for me would be greatly appreciated. Your function of saving tro draft and publishing isnt doing it… it needs a subsequent update somehow.

    Thread Starter maven1129

    (@maven1129)

    I am using a customized genesis theme, but will be moving to Divi1 soon. ClouSE is there – evidenced by the files are being uploaded and me seeing them in the s3 buckets, as well as when I go to the front end of our website, everything appears fine.

    What DOESNT work is the onsite/admin area – it’s prefixed with our website name and some javascript – and the script for whatever reason doesn’t return the image like it does when viewing on the front end.

    Question – do i have to by the PRO version to get the Wistia to embed inline on Facebook? I have your plugin, but there are no video tags (og:video)

    Thread Starter maven1129

    (@maven1129)

    but i *need* it now – would you give us some insight as to how to modify the files for it for the time being? I can hide it in css, but surely you are validating the name field?

    Thread Starter maven1129

    (@maven1129)

    To provide more info, it appears activation of this plugin actually breaks the entire dashboard. The entire admin area is broken. I am using the Genesis framework, if that matters.

    Thread Starter maven1129

    (@maven1129)

    So I would need to format the cells in the CSS of the plugin, not the JSON feed? And it would be persistent across auto-updates?

Viewing 15 replies - 16 through 30 (of 36 total)