Forum Forum Magento Theme SNS Nazic – Magento Theme Revolution Slider – license bought, updated, does not work

  • Author
    Posts
  • #19872

    metahelden
    Participant

    Hi,

    after installing nazic theme i did not get the revolution slider running, also i noticed that there was no lincense included in the theme, so i bought the revolution slider jquery on codecanyon. I removed the old versi
    on from the theme

    /skin/frontend/sns_nazic/default/sns/revolutionslider/js# rm jquery.themepunch.revolution.min.js

    and installed the new js, which comes with an extension folder:

    /var/www/html/magento/skin/frontend/sns_nazic/default/sns/revolutionslider/js/extensions# ls -l
    -rw-r–r– 1 root root 7502 Mar 17 16:03 revolution.extension.actions.min.js
    -rw-r–r– 1 root root 7364 Mar 17 16:03 revolution.extension.carousel.min.js
    -rw-r–r– 1 root root 3124 Mar 17 16:03 revolution.extension.kenburn.min.js
    -rw-r–r– 1 root root 32032 Mar 23 11:18 revolution.extension.layeranimation.min.js
    -rw-r–r– 1 root root 6110 Mar 17 16:03 revolution.extension.migration.min.js
    -rw-r–r– 1 root root 25789 Mar 17 16:03 revolution.extension.navigation.min.js
    -rw-r–r– 1 root root 8939 Mar 17 16:03 revolution.extension.parallax.min.js
    -rw-r–r– 1 root root 28131 Mar 17 16:03 revolution.extension.slideanims.min.js
    -rw-r–r– 1 root root 23395 Mar 17 16:03 revolution.extension.video.min.js

    i added in:
    /var/www/html/magento/app/design/frontend/sns_nazic/default/template/page/html# sudo nano head.phtml

    after
    <?php echo $this->getCssJsHtml() ?>
    i added for each extension :
    <script type=”text/javascript” src=”https://www.example.com/skin/frontend/sns_nazic/default/sns/revolutionslider/js/min/extensions/revolution.extension.carousel.min.js”></script&gt;

    i am not sure what i did wrong so far, but i dont get it running until now.

    The reason why i updated the slider plugin was, that i alwas received an error, which said that the “split” function of revolution slider did not work. and the official revolution slider plugin forum recommended to update that plugin. The only problem here is, that this plugin is not only 1 file, it is a file + extension folder. i am not sure if that is the problem.

    in the chrome console it gives no error messages to me, so i assume it should work.

    i also created 2 static_blocks in Magento with simple content:
    staticblock1: Content: “1”
    staticblock2 : COntent: “2”

    i added these blocks in the sns revo slider settings like this:
    staticblock1,staticblock2
    ….

    The page for displaying the slider is configured as you mentioned in your documentation.

    I use Magento 1.9.2.4
    Revo slider included in sns nazic was * @version: 4.3.5 (09.04.2013)
    i bought and included: @version: 5.2.4 (25.03.2016)

    please help me 🙂

    Thanks

You must be logged in to reply to this topic. Click here to login or register