-
AuthorPosts
-
December 1, 2017 at 12:50 pm #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, FKMDecember 5, 2017 at 1:44 pm #885041Hey,
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,
YigitJanuary 11, 2018 at 6:47 pm #896211Hey,
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,
FKMJanuary 11, 2018 at 11:04 pm #896283Hi,
Could you please post FTP and WP admin logins here privately so we can look into it? :)
Best regards,
YigitJanuary 12, 2018 at 11:09 am #896515Hi,
thank you for your immediately reply.
Best regards,
FKMJanuary 13, 2018 at 11:24 pm #896975Hi,
Thanks for the details however FTP logins are not working for me. Could you please check them once again?
Best regards,
YigitJanuary 17, 2018 at 10:23 am #898359Hi,
thanx a lot for your reply.
Best regards,
FKMJanuary 22, 2018 at 5:37 am #900602Hi,
The ajax portfolio effect or transition is already set to fade. It’s not discernible because of the “Page Preloading” option.
Best regards,
IsmaelJanuary 23, 2018 at 5:16 pm #901567Hi, 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, FKMJanuary 30, 2018 at 8:56 pm #905116Hi,
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,
BasilisJanuary 31, 2018 at 11:45 am #905518Hi,
alright, I see.
Thanks a lot anyway :)Best regards, FKM
January 31, 2018 at 4:55 pm #905646Hi 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
February 1, 2018 at 8:29 pm #906431Hi,
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,
BasilisFebruary 2, 2018 at 11:43 am #906798Hi, 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
February 3, 2018 at 11:31 pm #907310Hi,
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,
BasilisFebruary 5, 2018 at 10:14 am #907805Hi,
alright, that´s what I´ll do.
Thank you very much.Best regards, FKM
-
AuthorPosts
- You must be logged in to reply to this topic.