- This topic has 1 reply, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Inline HTML Display not displaying Go_Pricing table properly
I am using the Inline HTML Display shortcode to display a product comparison table on a page. The table is created using Go Pricing, a paid WordPress plug in, which also uses a shortcode. The table does display properly on a stand alone page.
We use a custom theme and long story short, we need to hard code shortcodes into the page instead of using the WP editor so I am relying the following code to display the table in an overlay:
<?php echo do_shortcode( '[wp_lightbox_ultimate_inline_content_embed div_id="compare" anchor_type="text" title="Compare Ecrypt One Editions" text="Compare Ecrypt One Editions" source="" auto_popup="false"]' ) ?>
<div id="compare" style="width:980; height:480px; display:none;">
<br/>
some content...
<?php echo do_shortcode('[go_pricing id="ecrypt_one"]') ?></div>
The problem is that the row heights are not equalized across all columns like they are supposed to be.
Page on which table displays properly: [http://sixsend.com/?p=7217]
Page on which table does not display properly: [http://sixsend.com/solutions/software/ecrypt-one/] (click on Compare Editions link under Product Details).
I am also contacting Go Pricing developer but want to find out if this was something obvious I was missing with the Lightbox Ultimate plug in/shortcode. Any assistance is appreciated.
Thank you very much!
Kasia
Hi, It may have something to do with the “display: none” attribute. So the height of each cell is not getting applied.
Wp Lightbox Ultimate – slider resizing issues in Inline HTML Display
We will be able to tell more once we investigate this issue. I have sent an email to your registered email address for site access. Let me know if you don’t receive it.