• Resolved seemajani

    (@seemajani)


    On one side of the page I have the following:

    <img id=”clickMeId” onclick=”show(‘comment’);” img class=”alignnone size-full wp-image-679″ src=some-image.jpg” alt=”1small” width=”80″ height=”80″ />

    On the other side I have this:
    <div id=”comment” style=”display:none;”>[LBSP id=668] </div>

    When I click on the image the LBSP shows up but they are stacked and small. Not the 3 column 3 rows I should be getting. Any ideas?

    This is my javascript and I put it before </head> in the header.php file:

    <script>
    function show (toBlock){
    setDisplay(toBlock, ‘block’);
    }
    function hide (toNone) {
    setDisplay(toNone, ‘none’);
    }
    function setDisplay (target, str) {
    document.getElementById(target).style.display = str;
    }
    </script>

    https://wordpress.org/plugins/responsive-photo-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author weblizar

    (@weblizar)

    Hello Seema.

    As per rules of wordpress guidelines we are unable to give you premium plugin support here,

    We have reply you on your email.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘shortcut within’ is closed to new replies.