Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    I don’t see the shortcode on there, what page are you using it on? Did you add the shortcode in the content area of the page editor?

    Try deactivating your other plugins and testing it to see if there is a conflict.

    Thread Starter hendrixo

    (@hendrixo)

    I have placed it on the main page.
    I disabled all other plugins and still not render anything.

    My code page:

    [meteor_slideshow slideshow=”inicio”]

    <h1>La Cultura del Pan</h1>

    Plugin Author Josh Leuze

    (@jleuze)

    Strange, even if the slideshow doesn’t display, the shortcode should at least show up. Can you send me a login for the site so I can take a closer look?

    Thread Starter hendrixo

    (@hendrixo)

    I sent the login details

    thank you very much

    Plugin Author Josh Leuze

    (@jleuze)

    Your theme has a built-in slideshow, you have the slides setup in that slideshow, not Meteor Slides. There aren’t any slides created in Meteor Slides, so the slideshow isn’t loading.

    Thread Starter hendrixo

    (@hendrixo)

    I’m sorry.

    Load now.

    But additional paragraphs appear

    Thread Starter hendrixo

    (@hendrixo)

    Appears

    <p>
    <!– .mslide –>
    </p>

    And

    <p>
    <!– .meteor-clip –>
    </p>

    Plugin Author Josh Leuze

    (@jleuze)

    I’m not sure what’s adding those paragraphs, it’s theme conflict, your theme is filtering the shortcode. The paragraphs are still in there, but I zeroed out the padding in your theme and it isn’t effecting the layout anymore:

    .meteor-slides p {
    padding: 0;
    margin: 0;
    }
    Thread Starter hendrixo

    (@hendrixo)

    I founded and you too. jijiijiij

    Thank you very much.

    Thread Starter hendrixo

    (@hendrixo)

    Sorry for my english.

    You are a great professional.

    Thank you very much.

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘ShortCode not working’ is closed to new replies.