Viewing 6 replies - 1 through 6 (of 6 total)
  • Try to use a theme like TwentySixteen and see if this is resolved. We don’t support bare-bones themes

    Thread Starter barnesew

    (@barnesew)

    @benpines

    Thank you for the reply. Yes, the TwentySixteen works, but this doesn’t help me figure out what’s wrong with my own custom theme. What about the TwentySixteen theme makes it so Elementor works with it and not a theme with just “the loop”?

    Thread Starter barnesew

    (@barnesew)

    Turns out, a bare-bones implementation works. Elementor requires a loop implementation that outputs the content via the_content(). Guess I forgot to include that line in my test theme.

    Thanks for the help!

    Hi barnesew!
    could you help me out with this?, i have the same problem but I dont know where tot put the line in the theme im using

    Thread Starter barnesew

    (@barnesew)

    Hi @sabrina1128,

    My issue was with a theme I am developing from scratch. If you are using a downloaded theme, it might be a little more complicated; However, I will do my best to help.

    Elementor seems to work based off of “the loop” (https://codex.ww.wp.xz.cn/The_Loop). Make sure that loop is in the theme template along with the line: “the_content();”. The specific template file might be different based on which theme you’re using, but a good bet is the “page.php” file for general pages.

    Hope this helps!

    Thread Starter barnesew

    (@barnesew)

    @sabrina1128

    Here is the only code I needed to get Elementor working:
    https://pastebin.com/veknL8Hq

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

The topic ‘Getting My Theme to Support Elementor’ is closed to new replies.