Navneil Naicker
Forum Replies Created
-
Forum: Reviews
In reply to: [ACF Photo Gallery Field] Awesome!Hi @viewup
Thanks for the review and yes you can help me out in the development of this plugin. Let me know what other features you have in mind.Forum: Reviews
In reply to: [ACF Photo Gallery Field] Very nice, clean and easyHi @yuryopex
Thanks for your great review much appreciated.Forum: Plugins
In reply to: [ACF Photo Gallery Field] Gallery doesn’t display on some pages.Hi @marekbo12
Thank you for informing me about this. Let me try and replicate this issue from my side and will advise you soon as possible.Forum: Plugins
In reply to: [ACF Token Input] Not working in 5.6Hi Dave
Yes, this plugin has compatibility support for ACF 4 only. In coming month we have support for ACF 5 as well.Forum: Plugins
In reply to: [ACF Photo Gallery Field] How to use alt field?Hi @abhittsworks
Check ifthe_ID()
returns a valid IDForum: Plugins
In reply to: [ACF Photo Gallery Field] How to use alt field?Hi @paulinet
Do you see the images?- This reply was modified 7 years, 10 months ago by Navneil Naicker.
Hi @rajaito
Please be advise that currently we ONLY support ACF4. Support for ACF5 is currently under development.Hi @marekbo12
I have noticed that it’s missing from the documentation. Thank you for pointing out.Hi @marekbo12
I see you are missing the $id from the following code<?php $images = acf_photo_gallery('gallery_images', $post->ID); if( count($images) ): foreach($images as $image): $id = $image['id']; $class = get_field('gallery_images_class', $id); endforeach; endif; ?>
Hi @mwjoch
Sorry to say this but this plugin won’t work for you. However I would like to help you out.Can you add the following in your CSS file.
.gallery-item img{ border: 1px solid #000; }
I believe the theme you are using “MChabocka”. You can use the theme options in your Administrator Dashboard and look for options to add custom css.
Please advise
Thanks- This reply was modified 7 years, 10 months ago by Navneil Naicker.
- This reply was modified 7 years, 10 months ago by Navneil Naicker.
Hi @mwjoch
This plugin is for more advance users however I would like to help. Can you give me some sample codes that you are using on your website currently.Please advise
ThanksForum: Plugins
In reply to: [ACF Photo Gallery Field] Multiple galleries in same page issueHi @rickytoof9
It should be good now. Please check for the update.Anything let me know. Cheers!
Forum: Plugins
In reply to: [ACF Photo Gallery Field] Multiple galleries in same page issueHi @rickytoof9
In next few hours I will be pushing the latest version of this plugin which will fix this issue.Thanks for reporting this bug.
CheersForum: Plugins
In reply to: [ACF Photo Gallery Field] Limit amount of imagesHi @strarsis
I’ ll see what I can do about this.Thanks!
Forum: Plugins
In reply to: [ACF Photo Gallery Field] error on saving post with empty galleryAwesome thanks once again for your contribution.