Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #990189

    Hi

    could you please add this code in html-helper.class.php for function 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 for function multi_image( )

    Thanks!

    • This topic was modified 6 years, 4 months ago by Innovie.
    #991113

    Hey Innovie,

    We’ve forwarded your request to our developers.

    Best regards,
    Dude

    #1003484

    Hey @Dude
    any update on this issue so far?

    thanks!

    #1004691

    Hi,

    Unfortunately no, but we are working on some nice updates and solutions on those issues.

    Best regards,
    Basilis

    #1004910

    Hi,

    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ünter

    #1008439

    Thanks @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!

    #1008466

    Hi,

    I will ask Kriesi and we let you know, if he will give you access.

    Best regards,
    Günter

    #1012368
    This reply has been marked as private.
    #1023175

    Hi 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!
    David

    #1025772

    Hi,

    I’ll tag @Gunter or @Dude to the thread again. Please wait for their response.

    Best regards,
    Ismael

    #1038015

    @Ismael Just a quick reminder. What’s the status here?

    #1040089

    Hi,

    Sorry, I’m not really sure what’s their decision here. I will tag @Dude and @Guenter again.

    Best regards,
    Ismael

    #1040267

    Hey!

    Our github repo is a dev repo and not intended to be opened to non developpers.

    If you have requests you can add them to the latest unmodified release of the theme and zip the theme files and then we can merge your changes in a branch to test them.

    Best regards,
    Günter

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.