-
Search Results
-
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.
After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.
http://chriswardphotography.net/business/portfolio/
I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.
I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?
By the way nice new forum site :-)
hi there
i have added this to my css, which removes the thumbnail:
.avia-post-nav .entry-image {
display: none!important;
}i am also trying to reduce the width of the area on rollover, and tried:
.avia-post-nav:hover .entry-info-wrap {
width:140px;}but the text is not displaying properly now; please advise, thanks :)

