• I am trying to include shortcode (Ultimate Maps by Supsystic) on the mentioned page for displaying a map with marked points. The shortcode is included in the WordPress built-in page content builder.
    When I look at the page with the Firefox inspector tool, the shortcode seems to be parsing, but nothing is displayed except a blank space. As I am new to template programming, I did not really find out the reason for this. Some suspicions are:
    – Overflow problem
    – Javascript / plugin css not working / available to the site

    The same is the case for all other pages, which include shortcode, so I think there is a general problem with how shortcode is handled.
    /reisefakten/aktivitaeten-sehenswuerdigkeiten/
    /shop/ (Bestellformular with Ninja Forms)
    Thanks in advance for any ideas on how to solve this!
    Carole

    • This topic was modified 3 years, 5 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think your theme has serious problems. It has an old <DOCTYPE> declaration, and then the newer <DOCTYPE html> declaration, and three different <body> tags.
    I see this from View Source:

    Thread Starter cpauli

    (@cpauli)

    Thanks for this hint!
    I’ll start with resolving this problem and this might also solve the other issues :-).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcodes parsing but not visible’ is closed to new replies.