Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #636316

    astuteimage
    Participant

    I want to add slick carousel to the page but I am not sure how to check if jquery is loaded…

    #636321

    astuteimage
    Participant

    I cant even find where to add scripts to the header or link stylesheets

    #636323

    astuteimage
    Participant

    After some research it appears that the post carousel from the ethos stack runs on slick. so this should be pretty simple

    #636340

    astuteimage
    Participant

    i believe I have the slick.css loaded in the header by placing it in the wp-header.php file from the “integrity” folder in the “views” folder. now to make sure to add the slick.js <script> tags before closing the body. not sure where to place that

    #636390

    John Ezra
    Member

    Hi there,

    Thanks for writing in and for updating the thread. The closing body tag is located in this file:

    /wp-content/themes/x/framework/views/global/_footer.php

    Hope this helps – thanks!

    #636438

    astuteimage
    Participant

    how can i make these changes to the child theme so that if i update xtheme it does not get overwritten?

    #636439

    Nico
    Moderator

    Hi There,

    You can check this link on how to setup child theme and guide for using child theme.

    https://community.theme.co/kb/how-to-setup-child-themes/
    https://community.theme.co/kb/customization-best-practices/

    Hope it helps.

    Thanks.

    #636448

    astuteimage
    Participant

    i put the items in the wp-head and the footer.php and the put the inline script on the page and it doesnt seem to work. is it possible you can look at the page to see what I may be doing wrong?

    #636451

    astuteimage
    Participant

    http://ydpcs.hosts.cx/

    it is right there where it says Lake Oswego and there is an image. I want to make featured Areas in a scrolling responsive slider. The only way I have found is with this jquery slick carousel. I am really struggling to implement it though

    here is the documentation
    http://kenwheeler.github.io/slick/

    but I am pretty sure from css notation that I have seen in other help threads that the ethos post carousel uses the same jquery slider.

    #636461

    Friech
    Moderator

    Hi There,

    Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    You can follow the documentation of Slick Carousel provided here under that Getting Started section (usage) on the menu.

    You can learn how to enqueue script and style here.

    Thank you for your understanding.

    Hope it helps, Cheers!