ilanm47
Forum Replies Created
-
Forum: Plugins
In reply to: [Resize Image After Upload] Image croppingHi, How do I set the plugin to make the image into a different aspect ratio without cropping or distorting?
Forum: Plugins
In reply to: [WooCommerce] intransparent multi vendor marketplaceThanks, you help me a lot.
I think it more clear to me now how the solution should be.
Thanks againForum: Plugins
In reply to: [WooCommerce] intransparent multi vendor marketplaceHi,
Your answer made my conflict clearer -is this solution is an overkill? Since vendors and customers are not supposed to meet and most of the process is by a form – “upload product form” and “request a quote” form, then maybe I need to invest my efforts in a communication plugin like PM or team management plugin that will record the activity?What do you think?
Thanks again
IlanForum: Hacks
In reply to: Need to add sponsor banner before posts on Category archive page SOSHi Milke, I have too many holes in my PHP. it shows the same header on all categories. I’m not sure what are the variables (is ID is where I put the post number?) is category-1 is the slug? which line should I duplicate if I have 4 categories (the whole piece or just the first if)?
Thanks Ilan
Forum: Hacks
In reply to: Need to add sponsor banner before posts on Category archive page SOSThanks but I don’t see any change, Does it appears only on archived posts? I would like it to appear on any post.
Is it enough just to delete backslash before the question mark or does it appears in other places? <?php if (is_category( ‘concepts’ )) { ?>
Forum: Hacks
In reply to: Need to add sponsor banner before posts on Category archive page SOSHi,
Saw your thread and I wonder what is wrong with my piece of code. I’m trying to give different header to each category by pasting this in the header.php.
[please mark your code, following the forum guidelines for posting code]
<?php if (is_category( 'concepts' )) \{ ?> <img src="http://www.portfolio.clickmarketing.co.il/wp-content/uploads/header_concSmall.jpg" width="940" alt="<?php bloginfo('name'); ?> header image" /> <?php \} elseif (is_category( 'tools' )) \{ ?> <img src="http://www.portfolio.clickmarketing.co.il/wp-content/uploads/header_toolsSmall.jpg" width="940" alt="<?php bloginfo('name'); ?> header image" /> <?php \} ?>Please assist.
Thanks
IlanForum: Plugins
In reply to: [TheThe Image Slider] [Plugin: TheThe Image Slider] Caption Issue in IE8I’m using the latest version 1.1.1 and still have problem with ie8.