Viewing 10 replies - 1 through 10 (of 10 total)
  • I’m having the same problem.

    Plugin Author Joachim Jensen

    (@intoxstudio)

    Thank you for reporting this.

    The conditional UI is “detached” from the rest of the sidebar editor UI, meaning that you need to click “Save Changes” on each condition group to save the logic.
    It also means that you do not need to click “Update” if you just made some changes to the conditions.

    I have some code that will automatically save the conditions, but it still needs some polishing.

    Let me know if this solved your problem.

    Thread Starter Scott

    (@oxscott)

    I don’t have a ‘Save Changes’ option when creating a sidebar. The only button I am able to click when the first conditional logic option is the update/publish button.

    It will allow me to select a ‘Display sidebar with:’ condition, but then never saves and asks for further options. Nothing happens.

    I’m having the same problem too. The screenshot you have at www.ads-software.com (https://ps.w.org/content-aware-sidebars/assets/screenshot-1.png?rev=1257861) is not what I see in my dashboard.

    Plugin Author Joachim Jensen

    (@intoxstudio)

    When you have clicked on “– Select Content Type –” the first time, the UI should look like this: https://imgur.com/3gi60ei
    When you are done with the conditions for a group, you should press the “Save Changes” button as seen to the right in the picture.

    Let me know if you do not see that button. That would mean that you hae another plugin that causes a compatibility issue.

    You are right. On my site I created the first sidebar before installing a testimonial plugin. Deactivating the testimonial plugin remedied the sidebar plugin. I’m good now. Thank you.

    By the way, I love your sidebar plugin. I’ve been using it for over a year.

    Thread Starter Scott

    (@oxscott)

    I deactivated all other plugins, and still having issue. I had my developer also look into it and he is telling me that there is an error with the plugin.

    The specific error I’m seeing is:

    “a.fn.select2.locales is undefined”

    Plugin Author Joachim Jensen

    (@intoxstudio)

    @debrasimpson

    Good to know that you got it solved, and I am glad that you can use the plugin! Can you tell me the name of the testimonial plugin?

    @scott

    Thanks for digging into it. The error you are describing has been in another recent thread, you can look at my last post here: https://www.ads-software.com/support/topic/update-31-32

    In short, your theme most likely loads an outdated script (select2) that this plugin relies on.
    Because the outdated version is “enqueued” first, WordPress finds it unnecessary (with good reason) to load the most recent one that comes with this plugin.
    Am I correct that this is the theme you are using: https://themeforest.net/item/flex-mag-responsive-wordpress-news-theme/12772303

    I will see if I can put in a counter measure to resolve this problem, but I also suggest you contact the theme developer and refer them to this thread.

    Thread Starter Scott

    (@oxscott)

    @joachim – thank you for the assistance. I will send this thread to them as well. Appreciate the help!

    Plugin Author Joachim Jensen

    (@intoxstudio)

    I have tried implementing some precautions as it seems that more plugins are loading the select2 script when not needed.
    Content Aware Sidebars only loads scripts on relevant administration pages.

    You can get the changes here: https://github.com/intoxstudio/wp-content-aware-engine
    Click “Download ZIP” and paste it into /wp-content/plugins/content-aware-sidebars/lib
    Remember to remove the “-master” suffix from the folder.

    Let me know if this solves your problem.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Conditional Logic Not Saving’ is closed to new replies.