• Resolved vihitk

    (@vihitk)


    Hello everyone, everything used to work fine, but I haven’t had a post on my wp website from a couple of months. Today, when I posted a new blog post (duplicated an old one and edited it on elementor) , it looked fine in elementor but came out alll wrong in previews and live. I tried to make a completely new page to the same effect. I’ve tried the following from reading this blog a bit already:
    1. Disabled all the plugins related to any kind of rendering or website elements.

    2. Downgraded elementor incrementally to version 3.11 (right now at 3.20) . Didn’t got positive result on any version

    3. Did regenerate css at every version.

    4. Checked for any errornous html tag that might have shown up.

    I’m not sure what else to try. Any help would be appreciated. I’m attaching screenshot of how it is looking in Elementor. You can check out the live version at https://labonbeans.com/aeropress-brewing-guide/ .

    Thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vihitk

    (@vihitk)

    Hello everyone, so after some debugging, I found out that permissions of my upload folder were messed up. Corrected them, restart apache server and everything was fine. I’m pasting steps I followed below so that if anyone else faces the same problem, maybe it’ll help.

    I’m assuming you’re in wordpress folder (one that contain wp-config.php).

    cd wp-content/uploads

    sudo find . -type d -exec chmod -v 775 {} \;

    sudo find . -type f -exec chmod -v 664 {} \;

    sudo chown -R bitnami:daemon /opt/bitnami/wordpress/wp-content/uploads

    (I’m not sure what is the correct owner for non bitnami installation, I’m leaving the comments open for someone to inform)

    sudo /opt/bitnami/ctlscript.sh restart apache

    If I’ve done something wrong or formatted the code incorrectly, I hope any moderator of this topic would correct it. Thanks

    • This reply was modified 1 year ago by vihitk.
    Plugin Support Rica V.

    (@ricav)

    Hi @vihitk,

    Since you are an Elementor Pro user, you can open a support ticket at my.elementor.com

    I’d also suggest you check out Elementor Community Group on Facebook. We have created it to connect Elementor users together and share knowledge, Global Elementor Community.

    www.remarpro.com rules state that commercial products are not supported here.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Final page isn’t same as the one looking in Elementor edit’ is closed to new replies.