• I don’t understand how to make this work. I understand short codes, but it doesn’t seem to be doing anything. I have the api registered with Fat Secret. What am I doing wrong. Thanks

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @jwrigh10

    I go to your page and appear that re ok.

    How do you do to create the page?

    I added the code below to a page and dont work. nothing.

    Can you share please?

    <style>
    .entry-title {
    display:none;
    }
    </style>
    [cw_fatsecret_basic]

    Thank you
    Rita

    Maybe is because i cant create account on your site.

    Can you share create account link please

    Plugin Author Me

    (@cyberws)

    If the plugin is active and it still isn’t working you need to enable shortcodes in functions file. The steps to do this are in the Help Guide area in the plugin control panel.

    Plugin Author Me

    (@cyberws)

    It appears that information is missing from the plugin help area, so that is an oversight.

    At any rate in your theme’s directory/folder edit the functions.php file and add the following on its own line. Make a backup of your functions.php first so if something goes wrong you may restore it.

    add_filter('widget_text', 'do_shortcode');

    Then save the changes and upload the file if you editted it off the server.

    Hello Jeremy.

    Thanks for answer.

    The plugin is active, but need unblock on all desktop browsers to works.

    And on mobiles doesnt open the script, because its blocked by mobile browser.

    how to fix this, to dont need mannually unblock page?

    ty
    Rita

    Plugin Author Me

    (@cyberws)

    ?

    Ublock doesn’t have anything to do with this plugin other than possible code you are including in daily information.

    If your daily information is including some kind of javascript that may be blocked by uBlock but again the plugin will add it to the website.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t Get to Work’ is closed to new replies.