irealm42
Forum Replies Created
-
@2chicks thats interesting.. I am using lastpass too. I’ll defintely try to confirm this.
Forum: Reviews
In reply to: [Printful Integration for WooCommerce] Issues with syncing – unpredictable@minhm2m sorry just seeing your message.. but it worked for me right out of the box with the ImageMagick plugin. Not sure why its not for you or for @camillelpf.. perhaps there has been an update on either plugin.. I will test again and let you know if its still working for me (I haven’t created a product in a while).
My settings…
Enable enhanced Image engine: checked
Image engine: Imagick PHP module
Imagick PHP module: make sure its found
ImageMagick quality: nothing for Optimize for quality and 70 Optimize for size
Image Interface?: not checkedAs for the image settings, all selected for Quality.. do not use None as thats using the WP module and not Imagick.
I just downloaded this plugin and have this same error.. color picker opens and closes right away.. I cant change color.
Not working on Firefox 126.0
However it is working on Chrome 124.0.6367.119
Using MacOS Sonoma 14.4.1Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Best way to query not assignedFor whatever reason, your other reply about using array_diff did not come thru right away.. I noticed it in the email notification I received. So I started digging into that but I kept getting errors. I’m not totally understanding why, but I think it’s because the user array contains the key “ID” twice.. once in the top level and once within “data.”
So, though it’s not be any means pretty, and I hate myself for doing it, I got it working with nested for loops.
// make copy of $all_users_arr $result_arr = $all_users_arr; // loop thru each user assigned to book for ($i=0; $i < count($user_arr); $i++) { // loop thru all users for ($j=0; $j < count($all_users_arr); $j++) { // if user ids match if ((int) $user_arr[$i]['ID'] == $all_users_arr[$j]->ID) { // remove from $result_arr for ($k=0; $k < count($result_arr); $k++) { if ($result_arr[$k]->ID == $all_users_arr[$j]->ID) { array_splice($result_arr, $k, 1); } } } }
So unless you have something better, I guess I’ll stick with this.
I did take your suggestion with calling the query to get all users once per page.. and this site won’t have many users (for the foreseeable future anyway).
Thanks again for your inputs!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Best way to query not assignedI tried and failed.. I’m just not as knowledgeable with queries as I apparently need to be.
I appreciate your help.. and I’m just going to refrain from doing anymore until I see your example, otherwise I may break my monitor lol.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Best way to query not assignedThanks @pdclark I was already part of the way there.. I thought it would have to have something with
NOT IN
but I’m still at a loss on how it relates to the books post type.I understand the
( 123 )
being the current book but on the user there is a field called books which has the relationship. This can have many books.So I would assume
NOT IN( 123 )
may need to includebooks.ID NOT IN( 123 )
or something to that effect. This is where I’m completely lost. I’d love example or any other pointers to get me going.Forum: Reviews
In reply to: [Printful Integration for WooCommerce] Issues with syncing – unpredictableWell.. I think I spoke (posted) too soon.. put my foot in my mouth.. when I’m wrong I can admit it.. I just happened to see an error_log file in my ftp and it had errors that my cpanel errors didn’t.. not sure if this is just a WP log or not, but I saw errors for imagemagick exec time out which now makes sense. If you have more than a few images being created at different sizes it will take longer to submit.
I searched for image resize in the plugins and came across the ImageMagick Engine plugin which says it does a better and faster job than the normal WP version. So I installed, and it does. Without changing any other settings, the exec time out and client denied errors were gone and the products have submitted successfully, on 2 different stores.
Please someone else confirm this and pass it along. Printful admin please pass this along to your chat/support team so they’ll know that this may be a fix.
NOTE: When you install the imagemagick engine, be sure to check the enable engine box and move the radio buttons all off the default WP options and onto the imagemagick ones.
Forum: Reviews
In reply to: [Printful Integration for WooCommerce] Issues with syncing – unpredictableI’m getting the same failed time out error.. for months now.. and it does seem that some products sync fine and others dont.
I’ve opened another shop on another site on the same hosted server but now I’m getting a client denied error. So when I figure that out I’ll see if the time out issue errors on that site.
I’m convinced though that printful knows all about this issue.. since it seems so many people are having this issue, there is no way it can just be everyone’s server, it has to be them.. they are just buying time blaming it on us until “March 30th, 2023, all existing API keys will stop working” and I’m sure there will be a new plugin version around that time.
- This reply was modified 2 years, 2 months ago by irealm42.
Forum: Themes and Templates
In reply to: [Blocksy] html and copyright elements are not editableOk sure. But as i said when i first posted i wasnt pro. Thus the ussue still needs to be looked into whether you reply to me on here or not.
Forum: Themes and Templates
In reply to: [Blocksy] html and copyright elements are not editablePro or not .. when i first posted i wasnt pro.. so all versions have this issue. Thus someone just needs to look into thos issue. Dont just wait for me to email.. ive already been waiting a few days.
Forum: Themes and Templates
In reply to: [Blocksy] html and copyright elements are not editableStill need help on this please
Forum: Themes and Templates
In reply to: [Blocksy] Pro Ext Sidebar Not Showing on Specific PageStill not sure what was wrong here but I created a new contact page, copied everything over, deleted the old one and changed the page id to contact just like the old one and now the new page displays the sidebar.
So issue resolved.. just not sure what the difference is.
- This reply was modified 2 years, 7 months ago by irealm42.
Forum: Themes and Templates
In reply to: [Blocksy] Pro Ext Sidebar Not Showing on Specific PageBlocksy v1.8.44
Forum: Themes and Templates
In reply to: [Blocksy] html and copyright elements are not editableAlso I’m using firefox on mac and also tried it with chrome.. both cannot edit html or copyright
Forum: Themes and Templates
In reply to: [Blocksy] html and copyright elements are not editableBlocksy v1.8.44 (also Companion and Companion Premium)
This should be a simple fix if you’ve had this issue before.