• Resolved futbol1

    (@futbol1)


    Hello,

    I have followed the step below and once I try see a preview all I see is the short code on the page

    Import Teams and Matches via the Admin page. – done
    Create or edit a post/page and add the shortcode [world-cup-predictor] – done, But when i look a the preview all I see is the code below
    [world-cup-predictor]
    What am i doing wrong??

    I am running MH Magazine lite – for my site

    https://wordpress.org/plugins/world-cup-predictor/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author landoweb

    (@landoweb)

    I’m not sure what might be interfering with the functioning of the shortcodes on your website. I’ll download this theme and do the tests to see if it is generating some incompatibility.

    Thread Starter futbol1

    (@futbol1)

    thanks for responding, hopefully we can get this issue resolved

    Plugin Author landoweb

    (@landoweb)

    Hello, futbol1

    I installed the theme MH Magazine lite on my website:

    http://www.bolaopredictor.com.br/

    Once I get resolve this problem, I contact, ok?

    Thread Starter futbol1

    (@futbol1)

    Hello
    any updates on this issue. I would like to use your app on my site and would really appreciate any feedback you can provide

    Plugin Author landoweb

    (@landoweb)

    Access Plugin >> Editor and open the file world-cup-predictor/world-cup-predictor.php

    Browse by function __ construct and inside it add the following code: remove_filter (‘the_content’, ‘my_formatter’, 99);

    Should look like this:

    function __ construct () {
    global $ wpdb;
    if (defined (‘WPLANG’) && WPLANG) {
    $ wpdb-> query ($ wpdb-> prepare (‘SET lc_time_names =% s’, WPLANG));
    }

    remove_filter (‘the_content’, ‘my_formatter’, 99);
    }

    Save the file and voila!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't get the plugin to work, please help’ is closed to new replies.