fibdes
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Show Latest Fontawesome LogosIt’s purely stylistic – no functional issues.
Thanks for your speedy response ??
ChrisForum: Plugins
In reply to: [WP Image Zoom] Can I use custom image size for the zoomed image?Diana – thanks again, I need to look further into this and for now feel it is only fair to mark this as resolved – you have been more than generous with your suggestions & support.
ChrisForum: Plugins
In reply to: [WP Image Zoom] Can I use custom image size for the zoomed image?Thanks for the code – have tried it out as both this: –
<?php $image = get_sub_field('product_image'); $image_id = $image['id']; $zoom_window_image_url = $image['sizes']['full']; if( $image ) { echo wp_get_attachment_image( $image_id, 'full', '', array( 'class' => 'zoooom', 'data-zoom-image' => $zoom_window_image_url ) ); } ?>
and as this
<?php $image = get_sub_field('product_image'); $image_id = $image['id']; $zoom_window_image_url = $image['sizes']['full']; echo wp_get_attachment_image( $image_id, 'full', '', array( 'class' => 'zoooom', 'data-zoom-image' => $zoom_window_image_url ) ); ?>
But in both cases the rendered code is totally blank ?? Expect there is an issue with the get sub field.
Not to worry – I may just resign to using the full size image as the zoom as that may be the only option for me. Thanks again for your help.
Forum: Plugins
In reply to: [WP Image Zoom] Can I use custom image size for the zoomed image?That’s really kind thankyou Diana.
Forum: Plugins
In reply to: [WP Image Zoom] Can I use custom image size for the zoomed image?ps – changed this to not resolved so hopefully you can see it and assist. thanks in advance for any advice you can give.
Forum: Plugins
In reply to: [WP Image Zoom] Can I use custom image size for the zoomed image?Hi – I’ve been playing around with this and am finding it difficult to get to work, I am using ACF to pull in a image field and using this code, just to pull in the zoooom class –
<?php
$image = get_sub_field(‘product_image’);
$size = ‘full’; // (thumbnail, medium, large, full or custom size)
if( $image ) {
echo wp_get_attachment_image( $image, $size, ”, array( “class” => “zoooom” ) );
}
?>But don’t know how to add the data-zoom-image as you have done?
If you can help I’d be super grateful!
ChrisForum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Zoom feature?Thanks for your reply.
I’ve seen the docs on your support pages about full screen (and how that will be depreciated in future versions) but not seen anything re viewing the full size image (which sounds like a possible option).
Have you a demo that shows this working please?
Thanks,
ChrisForum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Change the User Role AccessI’d like to know how to do this too (actually for a Shop Manager – with WooCommerce installed).
(I’m not a code geek, but happy to copy and paste into custom functions, so would really appreciate a little hand holding too!)
ChrisMy issue seemed to be specific to pluggable.php and is still miraculously fixed… really unsure why it is fine now, but glad it is of course. *not much help for you Caro1302 sorry*
I don’t know how this has happened but this morning I went into the admin and tested to make sure the issue was still there – which it was. I then deactivated all my plugins again, and reverted to a default theme, checked for the error as I did before – still there. I turned back on all my plugins & re-activated the theme, and then tested one last time… resolved?!
Not going to mark this thread as resolved quite yet as it seems so odd that doing that can fix the issue and want to make sure it is still all ok after a day.I’m having the same problem – not running WP 4.8 yet, here’s my message when trying to add a new gallery: –
Notice: Undefined index: foogallery_retina in /home/xxxx/public_html/xxxx/wp-content/plugins/foogallery/includes/admin/class-gallery-metaboxes.php on line 183
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/xxxx/wp-content/plugins/foogallery/includes/admin/class-gallery-metaboxes.php:183) in /home/cjadams5/public_html/nigelwills/wp-includes/pluggable.php on line 1195
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Reset Password LoopThankyou for this thread – helped me too – WP do rock but it would be useful for them to have this setup so have put a suggestion in re that.
Forum: Plugins
In reply to: [WooCommerce] Add "Back" button on product pagesAlas not all users have a back button….
Well I’ve tried contacting your support via that page a few times, plus on this forum, plus via email.
I’ve had a few very sporadic responses, but the ratio of my contacting you to your response to me is very very poor indeed.
So I’m going to your support page once more but honestly I hold little hope that you will respond… at least in the next fortnight ??it is indeed a shame… there is sporadic support but for a premium plugin the support is very much lacking ??