slimjim414
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error: “There is no valid unit tag.”Ah jeez, just noticed that it had the colon and space after the property name! Removing that and just using
__wpcf7_unit_tag
works. Thank you for your response!Forum: Plugins
In reply to: [Contact Form 7] Error: “There is no valid unit tag.”@takayukister Ok… can you tell me what is the correct field name? I found that from the Github issue I linked to in my original post.
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Availability as REST API?I guess what I’m looking more for is whether this plugin can search ACF fields (checkboxes) that returns data like this:
"acf": { ...other data "tags": [ { "term_id": 16, "name": "black and white", "slug": "black-and-white", "term_group": 0, "term_taxonomy_id": 16, "taxonomy": "post_tag", "description": "", "parent": 0, "count": 0, "filter": "raw" }, { "term_id": 6, "name": "mountains", "slug": "mountains", "term_group": 0, "term_taxonomy_id": 6, "taxonomy": "post_tag", "description": "", "parent": 0, "count": 0, "filter": "raw" }, { "term_id": 5, "name": "outdoors", "slug": "outdoors", "term_group": 0, "term_taxonomy_id": 5, "taxonomy": "post_tag", "description": "", "parent": 0, "count": 1, "filter": "raw" }, { "term_id": 13, "name": "snow", "slug": "snow", "term_group": 0, "term_taxonomy_id": 13, "taxonomy": "post_tag", "description": "", "parent": 0, "count": 0, "filter": "raw" } ] },
Is that possible with this plugin?
Forum: Plugins
In reply to: [Enhanced Media Library] Retrieve category with its images via REST APIDamn, you’re right!
It’s odd though because their website looks to be still accepting purchases and whatnot.
I think I’m still going to push on with this plugin for the time being as nothing else has come close to what I’ve been looking for.
Thanks for the update!
Forum: Plugins
In reply to: [Enhanced Media Library] Retrieve category with its images via REST APII just discovered that you can add a new Advanced Custom Field, tie it to a Field Type of Taxonomy, and choose Media Category as the Taxonomy, which returns what I posted above in the code block and more. That is SLICK!
So my remaining question is whether there’s a media endpoint that returns all of the categories in an array, and the images in an array within each category.
Forum: Plugins
In reply to: [FileBird - WordPress Media Library Folders & File Manager] REST SupportApologies for jumping in on the end of this thread, but is there an estimated date for when this will be available?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Highlight particular cell?Works great, thank you very much!
Forum: Plugins
In reply to: [Testimonials Widget] Target footer sidebar instead of default sidebar?Never mind, got it fixed. Thanks!
Forum: Plugins
In reply to: [Testimonials Widget] Target footer sidebar instead of default sidebar?I have already looked at it… the closest thing I see mentions changing the color of the Read More button. To alter the color, will I go into the Plugin editor? If so, which plugin file do I need to pull up?
Forum: Plugins
In reply to: [Testimonials Widget] Nothing is showing up?I’m such an idiot. When I added it, I didn’t realize there were several Testimonials widgets and just added the first one I saw. In this case, Testimonials Archives. Got it working now and it looks fantastic, just what I needed. Thanks anyways for your help!
Forum: Plugins
In reply to: [WP Slideshow Posts] Image Distortion?maxgx and Dddt, thank you for your responses! I’m having a hard time finding where those pieces of code are located… could you tell me which css they’re located in? Thanks!
Forum: Plugins
In reply to: [WP Frontpage News] Presale Pro Support QuestionThanks for your reply!
Forum: Plugins
In reply to: [WP Frontpage News] Title text and Read More spacingIt’s been a month since I posted this, and I’m still facing the same issue. Are there any solutions?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table overflows content areaWhen I removed it, the caption disappeared for some reason.
I actually found a different solution in using a column shortcode included with my theme. Thanks for your continued support though!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table overflows content areaI apologize, but it’s still not working correctly. Here is the code from one of my table cells:
[caption id="attachment_903" align="aligncenter" width="230"]<a href="https://www.norwaytonowhere.com/wp-content/uploads/2014/03/howto_60swoman-e1402418840848.jpg"><img src="https://www.norwaytonowhere.com/wp-content/uploads/2014/03/howto_60swoman-230x300.jpg" alt="" width="230" height="300" class="size-medium wp-image-903" /></a> Wanna know how to survive work until you travel? Or how to plan your trip? We discuss nonsense like that here.[/caption]
Just to clarify, I would erase the first instance of “width=’230′”?