Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #883865

    Hi Kriesi.at-Team.
    I´d like to change the sliding-style at the ajax portfolio preview – fading instead of “from left sliding”.
    Please let me know how to do.
    Thx in advance.
    Best regards, FKM

    #885041

    Hey,

    Please add following code to Functions.php file of your child theme

    function wp_change_shortcodesjs() {
       wp_dequeue_script( 'avia-shortcodes' );
       wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_shortcodesjs', 100 );

    then go to Enfold/js/shortcodes.js and copy it inside enfold-child/js/ folder, open the file and find

    
    transition:	'slide'

    and change it to

    
    transition:	'fade'

    Best regards,
    Yigit

    #896211

    Hey,
    first of all thank you very much for your reply and please excuse me for answering that late.
    Sadly I couldn´t devote myself to this project – which is still very important to me – any earlier.

    A friend of mine (the same who created the child theme for me) just tried to implement the instructions of the message before.
    Unfortunatelly it didn´t work – nothing happened.
    Do yo have any idea where the mistake might be?

    Thx in advance and best regards,
    FKM

    #896283

    Hi,

    Could you please post FTP and WP admin logins here privately so we can look into it? :)

    Best regards,
    Yigit

    #896515

    Hi,

    thank you for your immediately reply.

    Best regards,
    FKM

    #896975

    Hi,

    Thanks for the details however FTP logins are not working for me. Could you please check them once again?

    Best regards,
    Yigit

    #898359

    Hi,
    thanx a lot for your reply.
    Best regards,
    FKM

    #900602

    Hi,

    The ajax portfolio effect or transition is already set to fade. It’s not discernible because of the “Page Preloading” option.

    Best regards,
    Ismael

    #901567

    Hi, Ismael.
    Thank you very much for your reply.
    I´d like to use this website as an one page website (beside the imprint).
    So please let me know how to change the slider at the portfolio preview (“Page Preloading”!?) at the said side from “slide” to fade”.

    Thx in advance.
    Best regards, FKM

    #905116

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #905518

    Hi,

    alright, I see.
    Thanks a lot anyway :)

    Best regards, FKM

    #905646

    Hi again.

    Another question:
    Is there a simple way for disable to open the single portfolio sites for visitors and seo?

    Thanks a lot in advance.

    Best regards, FKM

    #906431

    Hi,

    You can edit the pages and remove the permalink completely and then make the single portfolio pages to have a no-follow value.

    Best regards,
    Basilis

    #906798

    Hi, Basilis.

    Thank you so much for your immediately reply.
    Could you please tell me (as an IT rookie) how to do this.

    Thx in advance.

    Best regards, FKM

    #907310

    Hi,

    That would require to create a child theme and modify the page templates.
    I suppose that if there is no knowledge on that, it is better to consider hire someone who would be able
    to help you out with the customization.

    Best regards,
    Basilis

    #907805

    Hi,

    alright, that´s what I´ll do.
    Thank you very much.

    Best regards, FKM

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