Support for Envato Buyers Forums Samsara Update from 1.17 to 1.2 gone wrong

Viewing 10 reply threads
  • Author
    Posts
    • #9919

      Hi there,

      I’ve just updated to 1.2 from 1.17. A few things have gone wrong.

      Are you able to have a look and tell me what you think has gone wrong?

      http://fullframeproductions.com.au

      Thank you.

    • #9923

      Hi

      First of all, visual composer has changed some row settings in their new version, so you have to save all row settings again.
      I see the custom CSS is appeared on the top, could you let me know your WP login details? I will check it soon.

      Thanks

    • #9927

      please download this changed file https://www.dropbox.com/s/bu48wuudmdnvzyt/admin-functions.php?dl=0 , upload it to functions folder.

    • #9943
      This reply has been marked as private.
    • #9947

      Hi

      Yes, the changed file will also included in the new version, and I found it’s a bug, I will update the theme again.

      About the anchor issue, please edit js/jquery.samsara.js file, find the following codes at line 218

      Change

      /*Smooth Scroll to section*/
         $.localScroll({
      		target:'#container',
      		duration:1000,
      		queue:true,
      		hash:true,
      		easing:'easeInOutExpo',
      		offset: {left: 0, top: -70}
         });

      To

      /*Smooth Scroll to section*/
         $.localScroll({
      		target:'body',
      		duration:1000,
      		queue:true,
      		hash:true,
      		easing:'easeInOutExpo',
      		offset: {left: 0, top: -70}
         });
      

      Thanks for your feedback, I will include these changes in the next version.

    • #9955

      Perfect. Thanks!! That has fixed it.

    • #9957

      Great!

    • #9958

      Hi John,

      Just thought I’d let you know another possible bug i’m experiencing…

      Whenever I edit my home page and safe it, the rev slider short code gets cut in half.

      So say it would be set to this:

      [rev_slider alias=”videoslider”]

      I then go in and change something on the page (can be anything) and then press save, wordpress saves the slider shortcode as:

      [rev_slider alias=

      This breaks the slider and it doesn’t show.

    • #9960

      Hi

      The solution is change [rev_slider alias=”videoslider”] to [rev_slider videoslider]

    • #9968

      Perfect, thanks!

    • #9971

      Glad to hear it 🙂

Viewing 10 reply threads
  • You must be logged in to reply to this topic.