Okay
  Public Ticket #264487
Chat X conflicts with Salient
Closed

Comments

  • Calin started the conversation

    Hi,

    I`m using Chat X, a live chat plugin from codecanyon. I was getting an syntax error every time I navigated from one page to another. 

    After I wrote to their support, they concluded that it the plugin conflicts wit the theme's AJAX page transitions.

    Please see the support thread here: screets.com/i/forums/topic/synthaxerror-unexpected-identifier/

    Can this be fixed? I would like to keep the page transitions but also use Chat X.

    Thank you.

  •  1,070
    ThemeNectar replied

    Hey Calin! AJAX page transitions will conflict usually with plugins that rely on javascript and the only way to resolve that would be through some reinitializing of the needed JS after the AJAX load - if you can provide me with login credentials I'd be glad to take a look though :)

  •   Calin replied privately
  • Calin replied

    Please let me know if you changed something in my site's settings. I checked it now and for some reason, the page I've set as the portfolio page does not show any of my portfolio entries and the Nectar Slider heading is with italic/cursive letters although I have not set it like this and the typography settings are okay. Thanks

  • Calin replied

    I think I found a bug with Ascend. When a page is set as the Portfolio page, if you add a full screen nectar slider and check the parallax effect box, the entire portfolio bellow it disappears. Also, the sortable categories bar is thicker and deformed... doesn't look good.

  •  1,070
    ThemeNectar replied

    Hey again, sorry for the delay! I actually haven't logged in yet - I'll still need the URL to be able to access. Also in regards to the slider issue with the portfolio - instead of using the portfolio page template, set that back to "default" and use the portfolio Visual Composer element. This should sort that as seen here:

    http://themenectar.com/demo/salient-frostwave/portfolio-fullwidth-style-three/

    Cheers


  •   Calin replied privately
  •  1,070
    ThemeNectar replied

    Thanks! I just applied a fix that should suppress that message you were seeing. The fix will also be included in future releases of the theme :)

  • Calin replied

    Thanks for the fix.

    I checked it and it's okay now but i found another problem. As seen in the attached screen capture, the shopping cart button does not show.

    Also, i would like to have the logo centered in such cases. Could you give me some custom css for that?

    Thanks again.

  • Calin replied

    Also, i installed a plugin named Canvas by Bonfire. This also does not work because of the ajax page transitions. When clicking on the triangle in the bottom left, a window should come up with the content defined in the page creartiv3/canvas-by-bonfire/. However, it just snaps to the top and link changes to creartiv3.eu/#.

    Could you apply a fix for this also?

    Thanks again!

  •  1,070
    ThemeNectar replied

    Hey again!

    1. Add this into the custom css box located in your Salient Options panel:

    @media only screen and (min-width: 1000px) {
    .cart-outer {
        display: block!important;
    }
    }
    2. The scripts to make different plugins work will be specific to each plugin - if you ask the author of your new plugin how to initialize it when loading through AJAX i'd be glad to apply it for you :)
  • Calin replied

    Hi,

    1. Fixed. Thanks.

    2. Here is the plugin's developer answer:

    "It's essentially the simplest form of jQuery. An example below.


    jQuery('.button').on('touchstart click', function(e) {

    jQuery('.this').addClass('that');});

    You'd need to know how to make ".button" immune to the theme's AJAX loading and allow it to do its own thing."

    Is it clear enough? If you need me to ask him for other info, please let me know.

    The AJAX page transitions is turned off for now. Turn it back on when it's fixed.

    Thanks!

  •  1,070
    ThemeNectar replied

    Hey again - that isn't quite the reference needed, but the good news is the next update will include new options for AJAX transitions one being the ability to switch the method from actual AJAX to Simulated AJAX which will look almost identical from the users point of view but will end up loading each page the same as it does without AJAX so all plugins will still function normally. Please sit tight on this - it'll be out in 1-2 weeks :)