blaatje123456
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Estimated Shipping Date] Exclude weekendsHi Mohammed,
Thank you so much for fixing this, this was a long time on my wishlist.
I want to thank you for your effort, and that you take time for this. Really appreciate it.Thanks so much.
Forum: Plugins
In reply to: [Dynamic Pricing and Discounts for WooCommerce] Tier pricingHI,
thanks for your quick reply.
But can this also to different options into the configurator?
For example:
Print pricing has a different tier pricing
Amount has a different tier pricingYou can see it as 1 product, but the price depends on the option you choose, and the final price contains 2 tier pricing rates.
Customer choose frist Print option ( 1 color , 2 colors , 3 colors) <- this contains a tier pricing
then the customer choose a final amount <- 100 – 200 pcs X price, 200 – 500 X price etc.
Forum: Fixing WordPress
In reply to: Add rss feedyou know a good one, that can do the job?
Forum: Fixing WordPress
In reply to: Add rss feedAlso installed the “Custom Field Images” plugin
but the image is now showing in the rss feed, looks fine. But how to get this seperated from the <description> tag?
Forum: Fixing WordPress
In reply to: Add rss feedyes, thanks. Have tried it, but can’t find the image thumbnail tag.
Have also installed this: http://justintadlock.com/archives/2008/01/27/custom-fields-for-feeds-wordpress-plugin but can’t get it work with the image tag.
any help please. I’m stuck!
Forum: Fixing WordPress
In reply to: Rss thumbnailSomeone?
Forum: Fixing WordPress
In reply to: Show a image and strip some text how to?someone?
Forum: Fixing WordPress
In reply to: Show a image and strip some text how to?hello?
Forum: Fixing WordPress
In reply to: Show a image and strip some text how to?yes, i agree with you! It seems nobody here seems to be able to help, and this forum looks to be inactive. So, people….. tell us please the answer!
Forum: Fixing WordPress
In reply to: Show a image and strip some text how to?hello???
Forum: Fixing WordPress
In reply to: Show Snippetother people maby?
Forum: Fixing WordPress
In reply to: Show SnippetHey filosofo, i got it!
I have now created this code:
<div id="mpu_test1"> <?query_posts(array( 'showposts' => 4, 'offset' => 9, 'random' => true, 'category__not_in' => array(95,145,226), ));?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div> <table width="100%" border="0"> <tr> <td><img src="<?php echo bloginfo('template_url'); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, "image", $single = true); ?>&h=57&w=100&zc=1&q=95" alt="<?php the_title(); ?>" class="th" /> </td> <td><?php the_title(); ?></td> </tr> </table> </div> <?php endwhile; else: ?><p>Oops, no posts!</p><?php endif; ?>but that gives this output:
(see screenshot)
http://i44.tinypic.com/20fxrn6.jpgHow to make the results right under each other?
Instant of this?:– item
– item
– item
– itemForum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessWell, it’s working now.
I have already deleted all the files (except the wp-content folder)but doesn’t help.With this solution of creating some folders into the admin folder it works now.
Forum: Fixing WordPress
In reply to: Show SnippetThank you filosofo! You rock!
only, one small problem, it’s not random anymore. I think it’s because the value is set by 4.
But it must be random to (for example post 4 – 9999)Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessi know, my config screen is this:
http://img401.imageshack.us/img401/2388/35846330rh3.jpg
i have fixed now:
i have created 3 new folders into the wp-admin folder.
my structure is now:/blog/wp-admin/blog/wp-content/uploads/
(not into the miscellaneous screen) but @ my ftp
very strange and weird situation