Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1360535

    Hi

    I am using some code blocks to enable bio pop-ups (you’ve helped me already with this yesterday :-) )
    However, I am seeing the characters <> appearing on the front end where the code blocks are. I have studied the code and cannot see what is causing this. Here is a screenshot https://postimg.cc/8JTzrbVN

    I include site details in the private content.

    Could you please suggest a solution?

    Many thanks
    Tia

    #1360566

    Hi Tia,

    I would suggest moving those scripts and styles from the codeblock to the child theme.
    Here’s how you can add the script/style in footer: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section
    Hope this helps.

    Best regards,
    Nikko

    #1360595

    Hi Nikko

    I have tried to add my first script and style (for the image pop-up) to the child theme by following the instructions to put the custom script in the footer but it doesn’t work.
    I have left the button pop-up script and style in the page code blocks and that is still fine.

    Sorry about this and thanks for your help.

    Rgds
    Tia

    #1360874

    Hi Tia,

    Try adding this CSS code in Enfold > General Styling > Quick CSS:

    .home #after_section_7 {
        border: 0;
    }
    
    .home #after_section_7 .av-content-full {
        height: 0;
        padding: 0;
    }

    Then test the functionalities.

    Best regards,
    Nikko

    #1360903

    Thanks again Nikko, this hides that part, it’s all good now.
    I really appreciate the great support.

    Kind regards
    Tia

    #1360926

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1360948

    Yes please close the thread.
    Thank you.
    Tia

    #1360976

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘characters appearing on the front end where code blocks are’ is closed to new replies.