Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

C

crux23

@crux23
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Shortcodes didnt show up
    C crux23

    I had the problem that shortcode contents didnt show up.
    Then i saw that the ids of the shortcode placeholder div and the shortcode content holder div where not the same:

    <div class="lay-shortcode lay-textformat-parent" data-sc-source-id="1500466149080">
    &
    <div data-scid="1.50046614908E+12"><div class="test">Hello World!</div></div></div>

     
    I could solve it by doing a number format in frontend/shortcodes.php:

    $markup .= '<div data-scid="'.$occ["shortcodeid"].'">'.do_shortcode($shortcode).'</div>';
    ->
    $markup .= '<div data-scid="'.number_format($occ["shortcodeid"], 0, "", "").'">'.do_shortcode($shortcode).'</div>';

    Not the best way but now its working for me!

    Kind regards, Michael

    Bug Reports
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search