-
Search Results
-
Hi,
This is a link to my site, and a product page using WooCommerce.
http://www.theaudiobarn.co.uk/product/nd5-xs/?preview=true&preview_id=125&preview_nonce=85f7d955f4
How can I change the size of the gallery thumbnail so that a 16:9 image isn’t cropped on either side.
Thanks,
Bryan
I’m trying to create a widget or code that outputs WooCommerce product thumbnails in a grid.
Similar to this site’s sidebar section labeled “Some of our themes”.
The default WooCommerce product widget shows the products as a list with title and price. I only want the thumbnails to show in a grid.
Are there existing styles to use for a thumbnail grid in Enfold?
I wrote custom code that was placed in a text/php widget that worked when I was using the Woothemes Canvas theme.
Here’s what it looked like:
<ul class="thumbnails"> <?php $my_query = new WP_Query( array( 'post_status' => 'publish', 'post_type' => 'product', 'posts_per_page' => 8, 'meta_query' => array( array( 'key' => '_stock_status', 'value' => 'instock', 'compare' => '=' ) ) ) ); if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post(); ?> <li class="col-lg-2"> <a class="thumbnail" href="<?php the_permalink() ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail('thumbnail-m-c', array('class' => '')); ?> </a> </li> <?php endwhile; endif; ?> </ul>Any help or insight would be appreciated. Whether it’s CSS or a recommended plugin.
Seems like there should be something out there for WooCommerce sites wanting an optional way to display products in the sidebar.
Topic: Magazine and Portfolio Text
Hi, I have the magazine element in use on this page (see private content).
All links and everything clickable on the site are orange #f15c23.
So my users will know if it is Orange it can be clicked.But the magazine ajax inactive clickable sort text is the default text colour #4d4d4d with the current/active filter text the orange text colour #f15c23.
How can I change it so that the clickable inactive filter text is orange #f15c23 and the current active text filter is the default text colour for the page #4d4d4d.
Also the clickable magazine post headings beside the thumbnail Images. I want to make them orange #f15c23 as well.
I wish to solve the same issue for the Portfolio Ajax text on (page in private content).
The ajax menu above the business listings has the same issue.
Also the Text underneath each portfolio image is the reverse to how the user would assume.
The name of the business is #4d4d4d which is clickable and the description text is orange #f15c23 but not clickable.How can I reverse this also.
Thanks.
Hi,
With hundreds of items in an Enfold portfolio with categories and subcategories, there must be a simple way to create either text or thumbnail links to other items within the same category or subcategory.Since the portfolio items are a special type of post, I tried plugins such as:
https://wordpress.org/plugins/custom-taxonomies-menu-widget/but no luck.
Does the theme support this internal portfolio navigation somehow? Navigation that supports “previous/next” or a list of similar items would be very useful.
Thanks for pointing me in the right direction!
lease find my problem with Screendumps here:
http://www.evernote.com/l/ABhCMF7TRL5NXJeiSzEYnAI_xNGirqqyvDw/
Kindly Jesper
Hi,
I’ve been trying to find solutions in the forum and even tried a couple of plugins. But i’m not developer and didn’t success… so i’m going to try in my specific case maybe you can give me more direct solutions.
1) Excerpt: in Home page doesn’t show the usual 30 or 50 words that i read usually shows. I even tried one of the plugins suggesteds, but didn’t change anything.
2) Blog Post Featured Image. What exact sizes I should upload to have a good and correct aspect ratio? Depending on the image size creates a “double column” image. Also others the crop is ugly. I won’t be posting a lot of updates so I don’t mind doing in computer the exact preview / thumbnail that i want. What would be best solution? Now you have “weird” examples… in homepage.
Website in private. Thanks
HI,
on the page below we have a teaser list of “news”. I would like to have the teaser pic sizes there in e.g. 200 or 300px width – but I can only find options to have it very big or a micro-small thumbnail. Eventchanging the overall thumbnails size was not successful.What can I do?
Thx a lot & best regards, Tilman
Topic: Image sizes varying
hi image sizes are varying on this page
http://www.dkbglasgow.com/bathrooms/bathroom-suites/
When in mobile phone version see screenshot
https://www.dropbox.com/s/1rdbd47g11l6dfc/Screenshot%202014-12-15%2014.41.52.png?dl=0
Any ideas on how I can ensure all thumbnails follow a uniformed look and size?
Topic: Video in portfolio grid
Hi,
I’m looking for a way to display videos in the portfolio grid more neatly. Ideally, if I click a thumbnail image in the grid, the popup links to a video. But if I click on the title or a link (if possible) in the excerpt, I get taken to the actual portfolio item. Is this possible to set up?
Right now it’s either/or: I either have it all set to show a video popup (with no way to link to the portfolio item page) or it will just go to the page without showing a video when clicking on the portfolio grid image.
Also, what would be even more ideal is video support in the Ajax portfolio!
Thank you
Never had this before (see screen grab below) but can you tell me how to have it removed please?
Many thanks.

Topic: Featured Image – custom post
Hello
am creating a Portfolio post via a Formidable Form/ Create Post setting
There is a Custom Field section which enables an uploaded image to be designated as the featured image via
_thumbnail_id – mapped to the single upload file field
The problem is the featured image automatically displays at the top of the created post.
Is there a way add code to delete the automatic top display but keep it as the feature image?Many Thanks
ChrisHi, How do I get the images to appear when the portfolio grid is displayed? All I get at the moment is the name and the excerpt in a sort of rectangular box? The portfolio entry has a single image attached to it that I would like to appear in the grid as well as the name.
thx



