Christian Westermann
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Flickering@senff the page is now available again!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce product images link to external URL?Yeah, would be really cool if you could SHARE your solution…
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] FlickeringHi Mark,
i have the same problem. Please have a look at:
http://nintendoretrolove.com/product/nintendo-play-choice-tabletop/
If you scroll a little faster up and down you should be able to see that the div is flickering.
Thank you for your help and the work you put in here.
Forum: Plugins
In reply to: [WP Tiles] Alt & Title Text for WP Tiles ImagesHi! Thanks for your post, it helped me find the right place to insert my code (to retrieve the alt text) into the wp-tiles plugin. So here it is, just add this before your code..
$thumbnail_id = get_post_thumbnail_id( $post->ID ); $alt = get_post_meta($thumbnail_id, '_wp_attachment_image_alt', true);and then you can go
alt='<?php echo $alt ?>'Have a great day 🙂
This is not the first time that i work with the (overly complicated) Amazon API and again i gotta say that it’s way to complicated (in compaison to other api’s) and the amazon api documentation a pain in the a** to read.
- This reply was modified 9 years, 5 months ago by Christian Westermann. Reason: i little too harsh