-
Search Results
-
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!Hi, I’m developing my second site with your theme.
Sorry if I do lots of questions but I will get a generic vision of all possibilities to offer to customers.
Now I have three more and all I’ll use your theme (with their respective licenses) because I find it super-agile.
This project is a pastry in the color scheme is pink.
I meet different problems, that I can not afford, see if you can help me.
The main problem I see is the use of certain styles in the control panel for more than one thing and, above all, the colors that appear are defined (which I assume will be a subject of opacity).
IMAGE 1
I put red in one of the fields the color scheme and background affects the social icons, hover the menu, and search bar, how to make it different?. I want same color in social and search bar (dark pink) and in hover menu another color (red by example).
http://imageshack.com/photo/my-images/842/p9o6.png/
IMAGE 2, 3 and 5
When initially loading the menu or via logo looks correct, but when entering a node and go to page x, when I return to menu nodes letters are not displayed correctly (grey, why????), would have wanted to be white.
http://imageshack.com/photo/my-images/543/i1r8.png/
http://imageshack.com/photo/my-images/543/i1r8.png/
http://imageshack.com/photo/my-images/11/pgzr.png/FIGURE 4
How to make the main links are black?
http://imageshack.com/photo/my-images/812/9k2x.png/
PICTURE 6
How to make the search not return form letters in gray (another time???, ;))
http://imageshack.com/photo/my-images/5/4e9o.png/…
Thanks so much for your help!!!
Xavier.
I am very new to WordPress/Web Design.
My client wants a page like this http://consciousbusinessplayground.com/event/
Now, my question is I can’t find where to create the header/image with full width.
And also if you scroll down, there are parts where there are full width colors.
Please help.
Thank you in Advance
I just auto updated and now the layout in IE8 is seriously wrong.
http://www.htsfreeschool.co.uk
Images on pages should be 3 columns, and post slider on front page should be 3 columns also. Both show only 2 with the 3rd column wrapped.
Can anyone help put it right ?
Thanks
Mike
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.
Hi.
I just bought Enfold Theme, very nice.
I need to insert an image above the header, I was wondering if I can insert a new div tag in the header.php file. The div is going to have a sinle image and nothing else.
Coul you provide the PHP code? I’ll appreciate that a lot.
Thanks, regards.
Viewing 30 results - 102,511 through 102,540 (of 106,403 total)


