• Resolved wocmultimedia

    (@wocmultimedia)


    Hello,
    I’m used to use this cookie consent plugin in my websites and using language quicktags as shown below it works perfectly but in my new site using the same plugin and your plugin it doesn’t work. can you check these two links to have a better idea
    https://www.mappeattive.com/en/
    https://www.4kmediastock.com/en/ (this is the one not working correctly)

    [:it]Utilizziamo i cookie per migliorare la vostra esperienza sul nostro sito. Continuando la visita acconsentite al loro impiego in conformità alla nostra Cookie Policy.[:en]We use cookies to enhance your experience on our site. By continuing to use this website you agree to their use in accordance with our Cookies Policy.[:]

    • This topic was modified 7 years, 3 months ago by wocmultimedia.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this config in wpm-config.json

    
    {
      "options": {
        "ctcc_content_settings": {
          "heading_text": {},
          "notification_text": {},
          "accept_text": {},
          "more_info_text": {}
        }
      },
      "admin_pages": [
        "settings_page_ctcc"
      ]
    }
    
    Thread Starter wocmultimedia

    (@wocmultimedia)

    Hi,
    where do I find this wpm-config.json because I only found in WPM > core-config.json

    and if this is the file, do I have to add this code after the closing bracket or adding a comma after last line and enter the code without the brackets inside other code before the closing bracket?
    i.e. this are last two lines
    {….
    “custom_html”: {
    “content”: {}
    }
    },
    “admin_html_tags”: {},
    “options”: {
    “ctcc_content_settings”: {
    “heading_text”: {},
    “notification_text”: {},
    “accept_text”: {},
    “more_info_text”: {}
    }
    },
    “admin_pages”: [
    “settings_page_ctcc”
    ]

    }
    or how?

    • This reply was modified 7 years, 3 months ago by wocmultimedia.
    Thread Starter wocmultimedia

    (@wocmultimedia)

    Hi,
    You are rock!
    I added as I showed above and it works perfectly.
    Thank you very much.

    Angelo

    @wocmultimedia
    You need create the file ‘wpm-config.json’ in root of your active theme. And add the code in there.

    Thread Starter wocmultimedia

    (@wocmultimedia)

    Ok,
    I set in the root of my child theme and removed the lines added to the core-config.json of your plugin and it works.

    Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘quicktags not works’ is closed to new replies.