wingye
Forum Replies Created
-
Forum: Plugins
In reply to: [mqTranslate] Flags on Top BarHi this is the code i use for the flash in any place of the site
<?php echo qtrans_generateLanguageSelectCode(‘image’); ?>Forum: Plugins
In reply to: [WooCommerce] Add to cart button with animation.i found something like this but i cant get it to work
http://mark.bloomfield.co.za/coding/styling-sexy-woocommerce-shop-messagesForum: Plugins
In reply to: [WooCommerce] Add to cart button with animation.This is a theme thats been craft by me its not a standart theme. I tried to look at the other theme but without luck:/.
Forum: Plugins
In reply to: [WooCommerce] Add to cart button with animation.Sorry for my late reply did you mean in the settings? Ye its checked.
And below is the coe for my Add to cart loop.<?php /** * Loop Add to Cart */ global $product; if( $product->get_price() === '' && $product->product_type != 'external' ) return; ?> <?php if ( ! $product->is_in_stock() ) : ?> <a href="<?php echo get_permalink($product->id); ?>" class="button"><?php echo apply_filters('out_of_stock_add_to_cart_text', __('Read More', 'woocommerce')); ?></a> <?php else : ?> <?php switch ( $product->product_type ) { case "variable" : $link = get_permalink($product->id); $label = apply_filters('variable_add_to_cart_text', __('Select options', 'woocommerce')); break; case "grouped" : $link = get_permalink($product->id); $label = apply_filters('grouped_add_to_cart_text', __('View options', 'woocommerce')); break; case "external" : $link = get_permalink($product->id); $label = apply_filters('external_add_to_cart_text', __('Read More', 'woocommerce')); break; default : $link = esc_url( $product->add_to_cart_url() ); $label = apply_filters('add_to_cart_text', __('Add to cart', 'woocommerce')); break; } //printf('<a href="%s" rel="nofollow" data-product_id="%s" class="button add_to_cart_button product_type_%s">%s</a>', $link, $product->id, $product->product_type, $label); if ( $product->product_type == 'simple' ) { ?> <form action="<?php echo esc_url( $product->add_to_cart_url() ); ?>" class="cart" method="post" enctype='multipart/form-data'> <?php woocommerce_quantity_input(); ?> <button type="submit" class="button alt" ><?php echo $label; ?></button> </form> <?php } else { printf('<a href="%s" rel="nofollow" data-product_id="%s" class="add_to_cart_button button product_type_simple product_type_%s">%s</a>', $link, $product->id, $product->product_type, $label); } ?> <?php endif; ?>Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not workingHi Beaver,
Thanks for your quick respons. I use mosaic for those mouse over effect on thumbs. But it seems i cant get it to work. I have turn on debug mode.. I really appreciate if you could help me out.
Greetz
WingForum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not workingHi Beaver,
Thanks alot for ur reply.
It seems to work but its not loadung properly. What could be the probleem?Wing
Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not working<div class=”navigation”><p><?php posts_nav_link(); ?></p></div>
is the code for navigation and below are the slector:
div.navigation
div.navigation a.nextbut nothing seems to work :/
Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not workingThis is the link where it should work
Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not workingHi Beaver,
I get the scroll to showup but its not loading any new post:/
Wing.
Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not workingThanks Beaver,
So i need to get my pagination to work in order to get it to work on the site ?
Hi Jacob,
My apologie for not explaining it well. The idea i have is like this. I have a slider with 100% width and 500px height. I want the slider to fit inside width and hight. So the sliderwrapper is my 100% width by 500px height. Inside sliderWrapper i have sliderContent where i can place navigation arrows and text etc. After the sliderContent i have ul class slider where the image should be 100% width. so the slider would go through the width of the browser. Its kinda hard to explain what i am trying to achieve.
But i hope this help a bit..
Thanks
WingHi Jacob,
Thanks for the great plugin. However i am coming across a problem wicht i tried to solve but am not able to find a solution. Let me show you the structure of my divs.
<div class="sliderWrapper"> <div class="sliderContent"> <div class="slider"> <-- this should be an ul instead ofdiv.--> <ul id="slider-random number"> <li></li> </div><--- end of slider </div><-- end of sliderContent </div><-- end of sliderwrapperas you see the UL id with random numbers i want to change it to class slider which is not an div above the UL.
is there a way to change it ?
thanks in advance
Forum: Fixing WordPress
In reply to: Wp ecommerce paginationSorry for a late reply.
It works now because i set the permalink to default so you are able to use pagination.But when i put it on permalinks pagination just doenst work it just go back to the main product page instead of the next product page.
Thanks Idillie i will try your suggestion out and hope its going to work. I will keep you up to date later when i am near my pc.
Regards
WingForum: Fixing WordPress
In reply to: Wp ecommerce paginationso everyone is familiar with this problem and there is no fix for it ?
Forum: Fixing WordPress
In reply to: Wp ecommerce paginationno one knows how to deal with this problems ?