Reload Web
Forum Replies Created
-
Forum: Plugins
In reply to: [RW Divi Unite Gallery] Social shareHi
It’s possible to implement and i will think about it in future release.
Thanks
AhmedForum: Plugins
In reply to: [RW Divi Unite Gallery] Images load at 100% image size instead of zoomedThere are hundred of option for each unit gallery type i am working hard to add all possible setting options in pro version that’s what unite gallery providing for specific type.
For your issue i need to add options in advance settings to set slider scale mode media = fit or slider scale mode fullscreen = fit like here speicfied https://unitegallery.net/index.php?page=compact-options
I will release pro version as soon as possible.
Thanks
AhmedForum: Plugins
In reply to: [RW Divi Unite Gallery] Can we get a feature update here??Thank you that’s you like it. I am working on it but i will release it as Pro version so all settings will be available for specific unite gallery type.
Thanks
AhmedThanks Alex
I am using get_terms function not get_term it’s return single term object by term id.
https://developer.www.ads-software.com/reference/functions/get_terms/ .
You can see $args argument list in above codex url there is fields argument ‘id=>name’ (returns an associative array with ids as keys, term names as values), i double check it’s return array like
array(
‘1’ => ‘Development’,
‘2’ => ‘Mobile Apps’,
)`
Thanks
AhmedForum: Plugins
In reply to: [OptionTree] image_slider_fields filter not working for option type sliderSorry i forget to mention that i adding theme option in Child theme i am tried to add this filter in Child theme i am sure about code it’s right i double checked array and ids it was fine.
Yes i used the list-item option instead slider option type
Thanks
Ahmed