dmanexe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update failed: Could not create the upgrade-temp-backup directory.@webwizard21 Thanks bud, as I’ve already said, I’ve worked down the basic troubleshooting issues, and that is why I’ve made a thread. Permissions are normal, I am the host. I have to figure this out for a bunch of production sites.
OK, after investigating this further by looking into 6.3 core code, it appears the (new) folder belongs in/wp-content/upgrade-temp-backup
It also appears this is something that version 6.3 has brought upon us.
There is also a related blog post that I didn’t see: https://make.www.ads-software.com/core/2023/07/11/new-in-6-3-rollback-for-failed-manual-plugin-and-theme-updates/
This is what was triggering the issues I was having. Thank you!
Is not ideal, but you could adjust the ipd shortcode function to allow passing a media library ID, then process that lookup.
I believe that the transformation from site media library URL happens if you use get_post_thumbnail_url(). I am still testing this myself
Forum: Plugins
In reply to: [AWS for WordPress] CloudFront configuration page is blankHello others from various corners of the internet.
Is there a department or someone responsible within the Amazon organization we could alert? Not sure if they have visibility on this support forum. How would we go about finding the department which is responsible?
Same issue here when trying to replace SVG files. WordPress 5.2.3, PHP 7.0, plugin version 3.3.6.
Forum: Reviews
In reply to: [Custom CSS for Pages and Posts] Looks great, but doesn't work.Make sure you are using the widget-type box that appears on the page edit menu.
Forum: Plugins
In reply to: [Menu Item Visibility Control] Doesn't show "Visibility" option in menuAlso cannot see the visibility advanced link field when editing a menu. Glad I wasn’t alone! I am marking this plugin incompatible with the latest version of WordPress, which is 4.2.2 at the time of writing.
Forum: Plugins
In reply to: [WP Favorite Posts] Favourites appearing ABOVE widget titleI came here trying to figure out the same issue. I’ve tried a few different targets for the JavaScript to paste the data from the API from, but I didn’t have any luck! Bump in hopefully resolving this issue.
It seems to append the data absolutely to the top of the parent element.
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post type again :-($qry = array('post__in' => $favorite_post_ids, 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page); // custom post type support can easily be added with a line of code like below. $qry['post_type'] = array('properties'); query_posts($qry);
Like that?
I would like to know if possible to customize output, because it could generate some nice looking forms (if they looked like the website).