Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #726696

    Hello!
    I made shortcode and I put it in text editor, but content form this shortcode appears over other elements. It’s just after <div id=”main”>.
    Where I can be wrong?

    #726916

    Hey Borislava123,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please point out where we can see the error in question.

    Best regards,
    Rikard

    #726946

    Hi, error is in home page.

    #727385

    Hi,

    Thanks for that, what code are you using and what is it supposed to do? Also, how are you applying the code?

    Best regards,
    Rikard

    #727478

    Hi, this is just test, but my real wish is to show news with different design view. I want show every category with different html structure

    #727828

    Hi,

    Ok, thanks for the feedback. But we need to know what the actual error is so if you could post the code you are trying to use that would be a step to being able to analyse the error.

    If you can’t do that then try to explain a bit further what you are looking to alter on your site.

    Best regards,
    Rikard

    #727850

    Well, You have admin login, so You can see my code is after Advanced Layerslider, after row with 3 demo blocks and after row with title. My code is in 4-th row in admin, but in public it;s over first 3 rows.
    Admin
    admin part
    Public
    public

    • This reply was modified 7 years, 3 months ago by Borislava123.
    #728326

    Hi,

    I changed your shortcode to following one

    function news_shortcode($atts = [], $content = null)
    {   
        $output = "just test my things";
        return $output; 
    }
    add_shortcode('wporg', 'news_shortcode');

    Please review your website now

    Enjoy your holidays!

    Best regards,
    Yigit

    #732156

    Thank You!

    #732166

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Shortcode appears over other elements’ is closed to new replies.