pixelshrink
Forum Replies Created
-
Thanks very much. I don’t suppose you have a code snippet available? One of your developers seemed to already come up with a solution on https://wpmudev.com/forums/topic/setting-hummingbird-to-auto-clear-cache/, I was wondering if you could send me what they did.
Hi, thanks very much for that. What I want is to clear the cache at a specific time though, not just an interval – is that possible?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Custom colors questionThanks for your quick reply, I’ve done that.
Forum: Plugins
In reply to: [Smart Slider 3] FIrefox rendering issueThanks very much for your very speedy support.
The issue seems to be fixed at my end too now: I used Regenerate Assets in the Essential Addons for Elementor plugin and it’s seemed to fix this and another issue.
Forum: Plugins
In reply to: [BuddyPress Docs] How do I set the default permissions for a group doc?Thanks, much appreciated.
Forum: Plugins
In reply to: [WP Smart Import : Import any XML File to WordPress] Import authorThanks very much for the speedy reply, yes the authors are already registered users with username, password and email ID – is this a feature you might be able to add?
Thanks, will have a look at that.
OK, thanks for that. I’ve found the document about Custom Placeholders too so I could come up with something with that.
- This reply was modified 3 years ago by pixelshrink.
Forum: Plugins
In reply to: [BuddyPress Docs] Display folder from IDThanks for your help, that’s great.
Thanks for your help Scott, the one that wasn’t working was indeed set to single files, now it’s set to multiple it works. Thanks very much for your help. Glad it was a simple one!
Thanks very much, it’s multiple.
Here’s a comparison of the var_dump($related) for the CPT that does work, and the extended post type where the code mentioned above doesn’t show the download field:
var_dump( $related )
Pods CPT where documents are displayed:
array(1) { [0]=> array(24) { ["ID"]=> string(3) "293" ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2021-07-29 08:23:23" ["post_date_gmt"]=> string(19) "2021-07-29 08:23:23" ["post_content"]=> string(0) "" ["post_title"]=> string(67) "Meeting name" ["post_excerpt"]=> string(0) "" ["post_status"]=> string(7) "inherit" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(63) "Download title" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2021-07-29 10:17:26" ["post_modified_gmt"]=> string(19) "2021-07-29 10:17:26" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> string(3) "257" ["guid"]=> string(136) "download.doc" ["menu_order"]=> string(1) "0" ["post_type"]=> string(10) "attachment" ["post_mime_type"]=> string(71) "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ["comment_count"]=> string(1) "0" ["pod_item_id"]=> string(3) "293" } } 293 PODS extended post type where Illegal string offset 'ID' in $id = $rel[ 'ID' ];: array(24) { ["ID"]=> string(3) "392" ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2021-08-06 15:00:53" ["post_date_gmt"]=> string(19) "2021-08-06 15:00:53" ["post_content"]=> string(0) "" ["post_title"]=> string(37) "Event name" ["post_excerpt"]=> string(0) "" ["post_status"]=> string(7) "inherit" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(39) "Download title" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2021-09-15 15:48:54" ["post_modified_gmt"]=> string(19) "2021-09-15 15:48:54" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> string(3) "390" ["guid"]=> string(109) "download.pdf" ["menu_order"]=> string(1) "0" ["post_type"]=> string(10) "attachment" ["post_mime_type"]=> string(15) "application/pdf" ["comment_count"]=> string(1) "0" ["pod_item_id"]=> string(3) "392" }
- This reply was modified 3 years, 2 months ago by pixelshrink.
- This reply was modified 3 years, 2 months ago by Yui. Reason: formatting
Thanks very much, I’m not seeing a tag dropdown though – when I click on (Post ID), there’s just a Post ID input box with no tag button as seen on https://automatorwp.com/docs/getting-started/tags/.
Forum: Plugins
In reply to: [GEO my WP] Custom templates with Oxygen BuilderThanks Eyal, sure, here’s the link. The rest of the scripts in the same file work as they should.
https://drive.google.com/file/d/1gmgbAJCtNYyHyjUjVGEIUU2PsW2-niNo/view?usp=sharing
- This reply was modified 3 years, 3 months ago by pixelshrink.
@justsomeone, thanks for posting the code snippet. I couldn’t get it to work however, the taxonomy does not update – did you have any problems getting it to work, or could you share your customised version to see if it works for me please?
Forum: Plugins
In reply to: [GEO my WP] Custom templates with Oxygen BuilderThanks very much for that, just had chance to look at it.
With the Posts locator, I can’t see the custom template in the templates list in the settings. The paths to the custom templates are:-
/wp-content/uploads/gmw-templates/posts-locator/search-forms/…
and
/wp-content/uploads/gmw-templates/posts-locator/search-results/…
I’ve tried naming the custom template folder the same as the original it was copied from, or something new, but neither seems to work.Do you have any ideas on why it’s not working please? Oxygen disables the theme so there’s no functions.php to add it to, so instead I’ve added it to a https://dplugins.com/products/scripts-organizer/ script where all the other scripts are working, which is a standard way to add php to Oxygen Builder sites.
- This reply was modified 3 years, 4 months ago by pixelshrink.