Maurizio Spicuglia
Forum Replies Created
-
[this is correct post]
Hi you say in usage tab:
To add the ‘Add to Cart’ button on you theme’s template files, use
<?php echo print_wp_cart_button_for_product(‘PRODUCT-NAME’, PRODUCT-PRICE); ?> . Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.it’s’ possible?
ok ,i try it with this code
$title=get_the_title(); echo $title; //i see correct product name $price=$day; echo $price; //i see correct product price //now how use this variables in your function ? // like this it doesn't works echo print_wp_cart_button_for_product($title, $price); ?>in my page with [show_wp_shopping_cart] in it
i see the product name but not price?
what’s wrong?thanks
bye
Mauriziohttp://wordpress.org/plugins/wp-ultra-simple-paypal-shopping-cart/
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] Shortcode for single videohi, if i want to use shortcode in a page template? not from dashboard but inside the php file?
in my home.php i write
<?php echo do_shortcode("[myvideogall:all]"); ?>but when loading site i see the text “[myvideogall:all]” so the shortcode not work.. any solutions?
thanks
MaurizioForum: Plugins
In reply to: [AVH Extended Categories Widgets] Need help in categories display layouthi bizibizi there is a widget to use for.
AVH Extended Categories : Category Group.
– you have to create a group in setting page then pick the categories you want to show, the put the widget in a sidebar.
bye
MaurizioForum: Plugins
In reply to: [Custom Category Post Order] yes for category – not for postsi have no upgrade the plugin on the online site.
Forum: Plugins
In reply to: [Advanced Random Post Thumbnails Widget] Post title?hi in file advanced-random-post-thumbs.php on line 326 and 340 i add this:
". $post_title ."between
</a>and</div>at the end of line.bye from Italy
MaurizioForum: Plugins
In reply to: [Static Random Posts] show post with thumbsi solve it
in file static-random-posts.php at line 117 you have:$posts_string .= "<li><a href='" . get_permalink($post->ID) . "' title='". esc_attr($post->post_title) ."'>" . esc_html($post->post_title) ."</a></li>\n";add this :
". get_the_post_thumbnail($post->ID, thumbnail) . "<br />before <a href='”
like this one$posts_string .= "<li>". get_the_post_thumbnail($post->ID, thumbnail) . "<br /><a href='" . get_permalink($post->ID) . "' title='". esc_attr($post->post_title) ."'>" . esc_html($post->post_title) ."</a></li>\n";now you have thumbs too….
bye from italy
MaurizioHi, i’ve the same problem. i’ve installed 3.4.2!!! please check it!!
on another site with 3.3.2 the tab works and i can use google recaptcha.
thanks
MaurizioForum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] how to show video name in homepagebefore upgrade to 2.5.1 verion, there was a table with these filed:
id – url – caption – category – thumbnail – name – description but now all these info are store in a single field…. !?!?!? why?Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] how to extract video caption from db?i want to diplay last 5 video name in homepage, but how show only name
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] how to change the order the videos are inHi great plugin… i’m waiting for upgrade with the reverse order . When will it be avalible ??
thanks
bye from Italy
MaurizioForum: Plugins
In reply to: [qTranslate] qTranslate not working in WP 3.4.1Worked for me too!! Great and thanks!!
Forum: Plugins
In reply to: [Post Slideshow Gallery] [Plugin: Post Slideshow Gallery] Bug report fixyes!!! it finally works!!
thanks.
bye from Italy
MaurizioForum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Can't upload photo for profile pichere the solution.. i tried it and it’s works..
thanks give to juanmatias
Bye MaurizioForum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] No longer works with WordPress 3.4Wow finally works… but where the developer’s support?
so thanks juanmatias!!!!
here the solution.. i tried it and it’s works..
thanks give to juanmatias
Bye Maurizio