-
Search Results
-
Topic: Change thumbnail size
hey there,
1. i use the 2.2 enfoldtheme, in portfoliosettings i can`t set any thumbnailcolumns, i choose 4 its 5, i choose 12 it´s still 5?
i read a topic with the same problem – one solution is this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
when i add this code in my css, yep it changes the columns from 5 to 10, but it is no solutions… maybe it`s a bug- blease guys is there any help for that?2. my thumbnailpictures in the portfolio looks not sharp in the gallery thumpnailcolumn with set to 5, the thumbnailframe in the portfolio got the size
137px x 200px and the thumbnailpicture has just only 53px x 80px, so that scratch my eyes!
in the function-enfold.php is a option to change the thumbnails, the original settings in the functions.php are 80px x 80px, must i change this, and when in wich size blease, a size waht works for every setting?
sorry about my english, i hope you can unterstand me.Hi –
I’m using Enfold, and have set up this website: http://www.flylanddesigns,com
Something strange has been happening. When you click on a portfolio page, it first loads the thumbnails at the landscape size, then once they all appear, they go blank and it reloads them at the square 450×450 size (which is the size I want).
In Safari, once they reload to the square size, they are all blank white. That’s not good. And sometimes this happens in Chrome, though not often.
Here are the plugins I have installed:
Akismet
Google XML sitemaps
Post Types Order
Regenerate Thumbnails
Vibe SEO Pack
Woo Commerce
WP-DB Manager
WP Smush it
WP Super CacheAlso, an unrelated question – is anyone on your team interested in doing work on my site and charging hourly? I’d like to have someone who knows what they’re doing go in and optimize the site to make it as fast as possible. I’m not sure if that’s something that you’re allowed to do. Please contact me (contact form on my website) if interested.
Thanks!
Hi, the following is kind of difficult to explain, so let’s hope I succeed in doing so. What I basically need to do is automatically show certain content felds on my portfolio pages. For example:
I have hundreds of customers which I added in the portfolio section. I’ve added the whole list of customer logo’s on a page. When visitors click on a customer logo to see the customer details page, they get details such as a quote, pictures, downloadable pdf files, and so on. This information is added through the Avia Layout Builder.
BUT, above the content of the Avia Layout Builder, I want to automatically show the following elements, because most customer detail pages will consist ONLY this info and it’s therefore a big timesaver to make this happen automatically:
– Show the customer logo (featured image)
– Show the customer name (page title)
– Show the customer country (assigned category)
– Show the customer website link (custom field added with Simple Fields plugin)On top of that, I’d like to be able to layout it somewhat so that the logo is placed to the left of the title+country+website. I’ve already tried adding some php in the single-portfolio.php file, but my PHP knowledge is very limited and I keep getting errors.
To call for the correct fields, I think it’s something like:
– Featured image: the_post_thumbnail( );
– Page title: the_title( );
– Assigned category: get_the_term_list( get_the_ID() )
– Simple Fields custom field: $customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);Below is an example of the code I’ve put together, which still has an error and seems to replace any content inside the Avia Layout Builder, but as I explained it’s supposed to just show above it.
<?php echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>"; if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail( ); } echo "</div>"; the_title( '<h3>', '</h3><p>' ); echo strip_tags ( get_the_term_list( get_the_ID(), 'customers_entries' ) ); $customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true); echo "</p><p><a href='$customers_website' target='_blank'>$customers_website</a></p>"; ?>Any advice is greatly appreciated.
Thanks in advance!so I have subcategories set to be the landing page for the user when they go to our store here http://tinyurl.com/jvqcdns. I like how the categories have thumbnails that I added in the categories tab. but once a category is selected I don’t like the category image that shows above the products.http://tinyurl.com/mtjal2h
How would I get ride of that image above the products once a user clicks on a category.

