-
AuthorPosts
-
July 26, 2018 at 11:26 am #990189
Hi
could you please add this code in
html-helper.class.php
forfunction multi_image( )
if($element['show_options'] == true) { $class = "avia-media-img-only"; }
this option already exists in
function image()
but also need to be available forfunction multi_image( )
Thanks!
- This topic was modified 6 years, 4 months ago by Innovie.
July 29, 2018 at 5:25 pm #991113Hey Innovie,
We’ve forwarded your request to our developers.
Best regards,
DudeAugust 30, 2018 at 11:25 am #1003484Hey @Dude
any update on this issue so far?thanks!
September 2, 2018 at 8:11 pm #1004691Hi,
Unfortunately no, but we are working on some nice updates and solutions on those issues.
Best regards,
BasilisSeptember 3, 2018 at 12:17 pm #1004910Hi,
I replaced line 1080:
$class = $fetch == "template" ? "avia-media-img-only-no-sidebars" : "avia-media-img-only";
with
if( empty( $element['show_options'] ) ) { $class = $fetch == "template" ? "avia-media-img-only-no-sidebars" : "avia-media-img-only"; } else if( $element['show_options'] == true ) { $class = "avia-media-img-only"; }
and added it to our pull requests for Kriesi to check.
Best regards,
GünterSeptember 11, 2018 at 3:37 pm #1008439Thanks @Günter
Can you ask Kriesi giving me access to make pull requests to Kriesi directly too?
Would be much faster a lot of fixes and adding a couple of missing hooks in the core!Thanks a lot!
September 11, 2018 at 5:32 pm #1008466Hi,
I will ask Kriesi and we let you know, if he will give you access.
Best regards,
GünterSeptember 20, 2018 at 4:00 pm #1012368This reply has been marked as private.October 18, 2018 at 7:26 am #1023175Hi Günter,
ich habe noch nichts von dir gehört.
Könntest du Kriesi noch meinen Github Username durchgeben,
damit er mich hinzufügen kann, ich hätte wirklich ein paar spannende Pull requests.
Danke dir!
DavidOctober 24, 2018 at 4:24 am #1025772Hi,
I’ll tag @Gunter or @Dude to the thread again. Please wait for their response.
Best regards,
IsmaelNovember 27, 2018 at 2:30 pm #1038015@Ismael Just a quick reminder. What’s the status here?
December 3, 2018 at 4:18 am #1040089December 3, 2018 at 1:34 pm #1040267 -
AuthorPosts
- You must be logged in to reply to this topic.