-
Search Results
-
Hi team,
As per title, how can I remove/hide the image title for images added using the Easy Slider? I’ve tried installing a few plugins but none of them actually do anything.
Is there something I can add to the custom.css to fix this?
Here’s a snippet of code from the Easy Slider.
< img itemprop=”contentURL” alt=”” title=”fieldsales-ipad” src=”http://xxxxxxxxxxxxxxxxxxx/wp-content/uploads/2013/11/black-ipad-splash-screen.png” />Hi,
Is it possible for the blog post grid to display further information below the featured image?
I am currently using a plugin that I had created but the developer has disappeared and I can’t make any changes. I have seen that your enfold theme does everything that I would like it to. I would still use the plugin for the vehicles as it works just find but use the theme to display them. On a page using the blog posts feature and choosing the “display entries from a custom taxonomy” option, I would like it to show certain custom fields below the image and a button to take you to the page.
This is an example of what I am talking about. http://development.executivecontracts.co.uk/test-home-display/ but I would like it to display the information on this link: http://development.executivecontracts.co.uk
Make,
Model
Term
Mileage
Options
Price
Enquiry button.I do not need it to show an excerpt of the post. Just the list of items detailed above.
Can this be done and if so would you be able to let me know how?
Many thanks
Dom
Team Kriesi has done a great job building the breadcrumb script, I read about the origins of this way back in 2008.
There are situations where it would be desirable to be able to designate a parent breadcrumb to a page which may not have any hierarchy. Based on previous posts regarding breadcrumbs I think this could be useful for many Kriesi theme owners.
I have figured out the process to do this, however I have not found the exact location to set the parent post ID in enfold/framework/php/class-breadcrumb.php
I’m using advance custom fields to optionally assign a parent breadcrumb post ID – ‘parent_breadcrumb_postid’
This field can then be used to assign a parent breadcrumb in enfold/framework/php/class-breadcrumb.php
<?php if(get_field('parent_breadcrumb_postid')) { $post_id = get_field('parent_breadcrumb_postid'); } ?>Should the above code for retrieving the parent_breadcrumb_postid (if assigned) be placed in the class-breadcrumb.php file before the function starting line 521 function avia_breadcrumbs_get_parents( $post_id = ”, $path = ” )
Thank you Team Kriesi for providing outstanding support for the best wordpress theme … Enfold
Topic: gallery rollover bug
Having an issue with a rollover on gallery thumbs. Rollover chews up the large image directly above….
Too complicated to explain so a shot a quick video of it. Any help would be appreciated.
You can view it here. http://screencast-o-matic.com/u/VtgF/Enfold_Gallery_Rollover_BugSearched forum support for: gallery rollover, gallery rollover bug , rollover bug, gallery bug, portfolio gallery rollover bug
WP Dev Url – http://dev100.us/balloons/
Theme Name: Enfold
Theme version: Version: 2.1Active Plugins:
Advanced Custom Fields
Advanced Custom Fields: Gallery Field
Advanced Custom Fields: Options Page
Advanced Custom Fields: Repeater Field
BackupBuddy
Black Studio TinyMCE Widget
Duplicate Post
Media Categories
Pinterest RSS Widget
Post Types Order
TablePress
WordPress SEOTopic: Debug
Hi,
i have added the debug code to the functions.php file within the enfold theme directory.
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Although ‘Avia Layout Builder’ and ‘custom fields’ are active i dont get displayed the debug field to manually edit the code. What have i done wrong?
Btw. editing the functions.php seems to be a bad idea because i guess you will overwrite this file with any update. Wouldn’t it be much better to have a functions-custom.php included like the functions-enfold.php?
Regards
Michael
Hi i arrleady learned how to add custom fields to the portfolio in this topic.
https://kriesi.at/support/topic/portfolio-items-custom-fields/Just now i would like to know, how can i add some advanced custom fields to it, that i created with a plugin like
http://wordpress.org/plugins/advanced-custom-fields/ or
http://wordpress.org/plugins/custom-content-type-manager/i did try to just add the name “datefield” of the customfield to the line in the register-portfolio.php:
‘supports’ => array(‘title’,’thumbnail’,’excerpt’,’editor’,’comments’,’custom-fields’,’datefield’)
but doesn’t workThanks for answers
Topic: Header, Navigation menu,
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.
