Tagged Questions
0
votes
0answers
65 views
Woocommerce: Set thumbnail detail (clipping area)
I am using the german Wordpress 3.5.1–de_DE with Woocommerce 2.0.8 and the Woothemes Mystile Theme 1.2.8.
I have a big picture for a product (Jellyfish.jpg) and want to use a specific area of that ...
-1
votes
2answers
644 views
Make thumbnails in woocommerce replace the main image instead of opening fancybox
I would like the thumbnails underneath the main image on the single product page to replace the main image when they are either clicked or on hover, I prefer hover. Right now the thumbnails just open ...
2
votes
0answers
139 views
Add Image to the RSS plugin reader from another RSS [closed]
Hello there i need help with the "Super RSS Reader". It works great but i need add function to get image thumbnail from RSS description.
foreach ($rss_items as $item){
// Get the link
...
1
vote
1answer
798 views
Using Advanced Custom Fields with Wordpress and Lightbox
Right basically, I am using the ACF Plugin:
( http://www.advancedcustomfields.com/docs/code-examples/ )
I want to have a field where I can upload an image through the custom fields, and it will ...
0
votes
0answers
97 views
Ideas on how to display single row of thumbnail images on home page [closed]
We're looking for a clever way to display a row of logos on our home page. The initial thought was to have a static row of logos, then someone had the idea of a carousel, and someone else had the idea ...
0
votes
1answer
447 views
Thumbnails and Lightbox
As mentioned on wordpress.org, it is possible to link a thumbnail to its larger self.
<?php
if ( has_post_thumbnail()) {
$large_image_url = wp_get_attachment_image_src( ...
0
votes
1answer
803 views
Trying to use Advanced Custom Fields with custom image sizes
I have a product section on my wp-site. I am trying to display the attached thumbnail image in specific sizes that are automatically cropped to the right size.
I have used Advanced Custom Fields to ...