cretzzzu3000
Forum Replies Created
-
Forum: Hacks
In reply to: How To Display Price and Product Name On Rollovers from WoocommerceI meant that you need just to insert that onmouseover line in the <a line
Forum: Hacks
In reply to: How To Display Price and Product Name On Rollovers from WoocommerceOk..
I took a look in WooCommerce.
You could try adding the following code:
<a itemprop="image" <em>onmouseover="<?php the_title(); ?><?php echo $product->get_price_html(); ?>"</em> href="<?php echo wp_get_attachment_url( get_post_thumbnail_id() ); ?>" class="zoom" rel="thumbnails" title="<?php echo get_the_title( get_post_thumbnail_id() ); ?>"><?php echo get_the_post_thumbnail( $post->ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ) ) ?></a>
to woo\woocommerce\templates\single-product\product-image.php
Hope that’s the place and the image you want to show your price and product name.
Good luck!
Forum: Hacks
In reply to: How To Display Price and Product Name On Rollovers from WoocommerceWell the html part I think would have to look like this:
<img src="your_image_srouce" onmouseover="here you have to echo the information and change the opacity of the image with style= "></img>
Now you have to find where in your theme the images are called.
Sorry for the pour details but I don’t know your theme.
Forum: Plugins
In reply to: How to prevent spam from contact page in WordPressAkismet is the best solution.
Forum: Hacks
In reply to: Generate dynamic Google map based on info from custom post typeHy,
You could try using Mappress Easy Google Maps plugin.
I think you can use mashups for you want to do.
Good luck!
Forum: Hacks
In reply to: How To Display Price and Product Name On Rollovers from WoocommerceHy,
I don’t know much about WooCommerce but I retrieve my product prices with post meta.
For every product I have a post.
When i enter a post I insert custom meta by using the custom fields.
ex: Field name= Price
Value = 200 EuroI then show the price in my post excerpt by using:
<?php echo get_post_meta($post->ID, "price", true); ?>
You could do that for your product name too.
Hope it helps.
Good luck.
Are you using a cache plugin?
They sometimes fiddle with permalinks.
Forum: Plugins
In reply to: [Online Backup for WordPress] backup never completesI for one got to the end of the backup but when I downloaded it there were tons of files missing.
Don’t know why!
Forum: Plugins
In reply to: [WordPress Post Tabs] Whitespace above tabsHave you tried inserting the tabs without closing every tab with [/wptab]?
Try using just [end_wptabset] at the end.
Just a hunch.
Good luck!
If you mean inserting a shorcode into php you use:
<?php echo do_shortcode(‘[your_gallery_shortcode]’)?>
Good luck.
Forum: Plugins
In reply to: Radio StationHy,
Don’t know much about radio stuff but if you could use this:
https://www.ads-software.com/extend/plugins/station-pro/
It’s meant to play your own radio stream.
From what i understand they already have an online strem so you just have to insert the ip.
To show the now playing information the stream must be configured to send now playing info.
Good luck…
Forum: Plugins
In reply to: [W3 Total Cache] Updated W3Cache and now very slowHappened to me too.
It started producing a lot of files too(+3gb very fast).
Removed it.
P.S: be careful after deleting. If you can’t see your images anymore change your permalink structure.