Sofusalbertsen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] pic problemsTak for example this one: (I can’t read kyrillic, but i’ll try to guide anyway)
http://solti.org/?product=%D0%B2%D1%81%D0%BC%D1%83%D0%BA%D0%B0%D1%82%D0%B5%D0%BB%D0%B5%D0%BD-%D0%BA%D0%BE%D1%88The HTML is like this:
<li class="etalage_thumb etalage_thumb_active thumb_1" style="display: list-item; background-image: none;"> <a href="http://solti.org/wp-content/uploads/2013/07/vsmukatelen_kosh-300x300.jpg"> <img class="etalage_thumb_image" src="http://solti.org/wp-content/uploads/2013/07/vsmukatelen_kosh-300x300.jpg" style="display: inline; width: 556px; height: 556px; opacity: 1;"> <img class="etalage_source_image" title="vsmukatelen_kosh" src="http://solti.org/wp-content/uploads/2013/07/vsmukatelen_kosh.jpg" alt=""> </a> </li>So you take the 300×300 pictures from your media lib and enhance it to 556X556
you need to regenerate your thumbnails:
For that, use this plugin:
http://ww.wp.xz.cn/plugins/regenerate-thumbnails/Forum: Plugins
In reply to: [WooCommerce] pic problemsYes, under Woocommerce–> Settings–> Thumbnail Settings i think it’s called (mine’s in danish so i try to translate on the fly).
Hope it helpsForum: Plugins
In reply to: [WooCommerce] Display username in emailIt’s simple: Just use the normal wordpress codes:
get_currentuserinfo();
global $current_user;
<?php echo $current_user->user_login; ?>Forum: Plugins
In reply to: [WooCommerce] Please help me……..First of all, when doing an upgrade, make a backup, especcialy if you are running a business.
2. are the first problem solved? Did you find your plugin that was causing the trouble?
3. can you give the link to your site?Forum: Plugins
In reply to: [WooCommerce] How to fix catalog pictures?Great then:) Please mark this as closed.
Forum: Plugins
In reply to: [WooCommerce] How to fix catalog pictures?you can def. do that, but be aware not to make them absolute (eg. px) if your theme is responsive.
Good luck!Forum: Plugins
In reply to: [WooCommerce] How to fix catalog pictures?Sorry, no i haven’t.
It could have something to do with your theme. Are you sure that it uses the scaling from WP?
If you right click and and choose image info what is it displaying under dimensions?Forum: Plugins
In reply to: [WooCommerce] How to fix catalog pictures?Check if it ain’t the WP thumbnail settings that it is using instead.
So try to change the WooCommerce settings to something odd (123X123), regen the pics, right click on the pics with Firefox and see the image information about how large the picture is.Forum: Plugins
In reply to: [WooCommerce] How to fix catalog pictures?Yep, size(s)
They are all the same width. So either use hard crop, and regenerate the thumbnails http://ww.wp.xz.cn/plugins/regenerate-thumbnails/
or juse the same size and ratio picture everywhere.Forum: Plugins
In reply to: [WooCommerce] How to fix catalog pictures?They are all the same width.
I all depends on the scale you give the pictures.
The watches a taller than the Iphone cable picture,Forum: Plugins
In reply to: [WooCommerce] How do I Hide Billing AddressIf it is billing then in CSS:
.col-1 { display: none; }Otherwise if it is shipping then
.col-2 { display: none; }Forum: Plugins
In reply to: [WooCommerce] Single page breadcrumbs shows random post navigationChanged back, and you are right, it’s the theme that does it.
Any quick fix on that, or is it the theme makers i should talk to there?Forum: Plugins
In reply to: [WooCommerce] Single page breadcrumbs shows random post navigationBump.
Smashing, any ideas?Forum: Plugins
In reply to: [User Access Manager] Integration with WooCommerceSecond that.
The abillity to lock down product categories could be really nice!