Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – product display box
Tagged: Product Display
- This topic has 4 replies, 3 voices, and was last updated 10 years, 8 months ago by george@lvv.
-
AuthorPosts
-
January 18, 2014 at 6:57 pm #10439paradisepraisesMember
Regardless of which short code for the products I use, or whether the short codes are entered on separate lines or on the same line directly after each other, I am getting a large amount of white space in the product box below the description. This makes the user have to scroll down the page to see the next product. Could this be an issue with another plugin? Is there a code to insert somewhere?
January 18, 2014 at 10:35 pm #60398adminKeymasterIf the product display box doesn’t appear like the ones shown in the following page (as examples) then there is likely some CSS conflicts:
http://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
Can you post a link to the page where I can go and see how your product boxes look?
April 1, 2014 at 12:06 am #60399george@lvvMemberIs my theme once again to blame for the extra vertical spacing above and below the Squeeze Page shown in this page?
[http://www.learningviavideo.com/mediation-interview/]
Earlier assist reply (below) provided possible CSS solution to reduce the vertical spacing somewhat. Is there a similar suggested CSS code block or other solution to reduce the vertical space above “Name” and below the “Watch Free” button?
This page shows Squeeze Page input field titles left justified whereas they show centered on my page. Are there adjustments available for this?
Thanks again. GW
===============
> Your theme has a big margin on the form element (not sure why).
> Below is a copy and paste of the CSS code block I am referring
> to from your theme’s style.css file:
>
> p,
> hr,
> dl,
> pre,
> form,
> table,
> address,
> blockquote {
> margin: 1.6em 0;
> }
>
> Remove the “form” element from there or adjust the margin accordingly if you don’t want that spacing.
April 1, 2014 at 12:23 am #60400george@lvvMemberJust noticed this mentions:
“bloated CSS files. It removes comments as well as white space characters from the CSS….”
Possible solution?
CSS Compress is a nice plugin to reduce the size of bloated CSS files. It removes comments as well as white space characters from the CSS (new lines and tabs). It also performs GZIP compression. Using this plugin reduces the CSS for the default “Kubrick” theme from 8 KB to 1.7 KB! It’s also very easy to install and use. If you are using the W3 Total Cache plugin then you shouldn’t need to use a CSS compressor plugin.
April 1, 2014 at 12:27 am #60401george@lvvMemberNever mind last question.
http://wordpress.org/plugins/css-compress/
This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
-
AuthorPosts
- You must be logged in to reply to this topic.