• Resolved ghaliekashan

    (@ghaliekashan)


    Thanks for your great plugin.

    I used the free version of Modula to make a special gallery for my website.
    The gallery is what I needed, but when I insert it in a table cell using a hook, it disappears. The code is there, but the gallery is not displayed.
    When I specify width for my table, the gallery is shown, ofcourse its appearance is not what I expect.

    The problem remains using a table in a text editor.

    It seems that there is a conflict between the style of the gallery and my table.
    Is there any solution for this problem?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ghaliekashan ,

    Thank you for reaching out to us!

    You can send me the piece of code you added so I can reproduce?

    Please let me know if you have questions.

    All the best,
    Marian

    Thread Starter ghaliekashan

    (@ghaliekashan)

    Hello Marian,

    Thank you for your reply. I want to insert my gallery into a simple table without any style and without specifying width for table or td element. My code is:

    <table>
    <tbody>
    <tr>
    <td>[modula id=”37541″]</td>
    </tr>
    </tbody>
    </table>

    I inserted this code into the product_image_end hook of the page as well as in the beginning of the description of my product. As you can see, the gallery is not shown in none of these places

    Thank you!
    Modula inherits the width of the container it’s in. In this case the table’s width is 4px so the gallery cannot be displayed.
    Hope this makes sense!

    Warmly,
    Mihaela

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The gallery disappears inserting it in a table cell’ is closed to new replies.