stephenmcaleer
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove ability to adjust quantity in cartThat Worked!
Many thanks for your help @rynald0s
Forum: Plugins
In reply to: [WooCommerce] Remove ability to adjust quantity in cartHi @rynald0s, thanks for getting back to me.
I want selectors and input field remove. All I want is plain text displaying the quantity. Same as price and total. No way of adjusting it inside the cart.
Thanks
Thank you, I was having the same issue and that solved it.
- This reply was modified 6 years, 7 months ago by stephenmcaleer.
I had this issue also.
To get around it I edited the class-foogallery-attachment.php in the includes folder of the plugin.
Changed
$image_attributes = wp_get_attachment_image_src( $this->ID, 'full' );
to
$image_attributes = wp_get_attachment_image_src( $this->ID, 'large' );
- This reply was modified 8 years, 2 months ago by stephenmcaleer.
I’m have in the same issue.
I’ve added England, Scotland, Wales & Northern Ireland but unable t select these underneath shipping zone regions.
Forum: Fixing WordPress
In reply to: Error updating themes and plugins under WP 4.4Found the solution.
I added the following to my functions.php file
add_filter('https_ssl_verify', '__return_false'); add_filter('https_local_ssl_verify', '__return_false');
Link to solution:
https://www.ads-software.com/support/topic/ssl-error-18?replies=25Forum: Fixing WordPress
In reply to: Error updating themes and plugins under WP 4.4I’m also having the same issue. Any help would be great.
Forum: Plugins
In reply to: [Zurb Foundation 5 Clearing Gallery] Open 'Large' ImageSorry to bother you. I found a solution here.
https://oikos.digital/2011/09/tech-notes-using-resized-images-in-wordpress-galleries-and-lightboxes/