Settings not working

This topic contains 6 replies, has 2 voices, and was last updated by kristianechols kristianechols 9 years, 10 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1836
    kristianechols
    kristianechols
    Participant

    None of these styles are saving and the widget won’t allow selecting for the categories. It also will not allow me to drag excluded categories in the backend or do many other common tasks i.e. Preview and refresh do not work either.

    #1837
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Thank you for the login details! Once I logged in and clicked on the search settings the following javascript error came up in my dev tools:

    Uncaught ReferenceError: tinyMCE is not defined shortcoder.js?ver=1.0.7:793

    The file wp-content/themes/shp/core/backend/scripts/shortcoder.js had a fatal error on line 793 so I corrected it. It’s part of the current template (nVision). You should also notice the developer of the template about this issue – it was causing errors on other pages on your backend as well.

    The following line was replaced:

    if(tinyMCE.activeEditor){

    with:

    if(typeof(tinyMCE)!= "undefined" && tinyMCE.activeEditor){

    Now the search should work without any problems.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #1838
    kristianechols
    kristianechols
    Participant

    Wow.. thanks for the quick response! I’ll def be giving you guys a great rating. I did notice that the check box selections are not working. Other than that everything else seems to be working properly.

    Thanks in advance for the help.

    #1859
    kristianechols
    kristianechols
    Participant

    I’ve tried several things but for some reason still can’t get the check boxes to work. I have to present this to the client tomorrow. Is there anyway you can take another look to see what the problem might be?

    Thanks in advance for all your help…

    #1860
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Of course, it’s a minor issue, I will fix that for you in an hour 🙂

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #1861
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    It should work properly now.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #1862
    kristianechols
    kristianechols
    Participant

    Thanks so much! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.