Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1132088

    The Custom ID and Classes Section and the Choose of Heading Tag – brilliant.
    No need to update on that point my edited Enfold ALB Elements.
    The only thing i miss is a new nice Demo and the Possibility of H-Tag Choose on Slider Captions.
    I hope that this will be adopted, because this feature makes sense here.

    How to avoid loading Google Recaptcha on all Pages? the function: public function is_recaptcha_active() does not exist anymore in new class-grecaptcha.php ?
    To be precise i’m looking for a possibility to include – ( analog to the regex method ) Contact Form 7

    #1132139

    and the Possibility of H-Tag Choose on Slider Captions

    On Easy Slider the array is in –

    do you have only forgotton to add the array for that options field to fullwidth and fullscreen slider ?

    array(	
    	'type'		=> 'template',
    	'template_id'		=> 'heading_tag',
    	'theme_default'		=> 'h2',
    	'context'		=> __CLASS__
    ),

    Everything works as it should if it is in the code. ???

    #1132290

    And another thing on Headings / Iconlist – there is now the option to choose even div and p tag – so you could also leave it to the user what he wants for a small list as tag.

    And perhaps here it would be better to only choose the heading tag vor all list points. List Items are equivalently – so it might be better to have all the same tag. But i can live with editing each!

    so maybe this is obsolete on line 610:
    we had to style it then – but i guess that is ok – and easier done for even standard users than to change the tag itself.

    if( $this->iconlist_styling == 'av-iconlist-small' )
    {
    	$title_el = 'div';
    	$iconlist_title = '_small';
    }
    #1132505

    Another only cosmetic thing is: could you give an ordernumber of 90 to the audioplayer.
    The squence with: video / easy-slider / slider full-width / audio / slider full-size is a bit disordered – the above will end in:
    a squence with: video / audio / easy-slider / slider full-width / slider full-size

    #1133341

    Hi,

    Thanks for your feedback – and sorry for the late reply.

    How to avoid loading Google Recaptcha on all Pages?

    enfold\framework\php\class-grecaptcha.php line 414:

    
    public function is_loading_prohibited()
    

    replaced the former is_recaptcha_active().

    And there you find a filter avf_load_google_recaptcha_api_prohibited.

    Return boolean true to disable recaptcha.

    Do you need an example for that?

    For the rest of this topic I will look into asap and make the adjustments.

    Best regards,
    Günter

    #1133346

    on : avia_google_recaptcha_api.js i thought that this is normal behaviour – that it only loads on contact pages.

    Do you need an example for that?

    yes please – you know that i can do alot – but not all at once.
    Learning from a master is always best.

    Sorry that i start a new topic for that recaptcha thing – but the first tenor of that post here was the big compliment to all changings.
    So maybe you post this to : https://kriesi.at/support/topic/google-recaptcha-dsgvo/

    #1133394

    Hi,
    I also need to change the <h2> for the caption on the fullwidth slider to <H1>
    will be great if If you can tell me how I can do it.

    Thanks

    Uri

    #1133398

    just replace these two alb elemtents in their Folder.
    Link

    Then you will have h-tag choice too like in the easy slider

    #1133645

    Thanks Guenni007,
    I tried replacing the files as you suggested but it didn’t add any H tag selection options

    #1133681

    did you overwrite the original files – or where did you upload them?
    Have you tried to open the slider – and save again.
    You had to define the h-tag for each image/slide – so have you opened the images popup – Caption Tab.?
    Try to pull a new one into your layout and have a look if it works then.

    #1133783

    Hi,


    @guenni007

    and the Possibility of H-Tag Choose on Slider Captions

    Had forgotten – added for next release.

    ordernumber of 90 to the audioplayer

    added for next release.

    Best regards,
    Günter

    #1133900

    It’s great that you can put the ideas into practice so quickly. Many thanks to you

    #1134573

    Thanks for that fast fix to 4.6.1. !

    #1135721

    Hi,

    You are welcome!

    Best regards,
    Basilis

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