-
Search Results
-
I want to enable to show Titles and breadcrumbs which are generally found in custom field options. When I click on screen options then I don’t see custom fields. I have already:
- Reinstalled WordPress
- Reinstalled enfold
- Reset options in enfold
- deactivated all plugins
The problem still remains. Could you please take a look at this?
Regards
Marks
I use the portfolio and issue the title and the excerpt there. How can I display two additional fields in the Portfolio Grid? So I need two custom fields. I can create these with Advanced Custom fields. How do I get these into the Portfolio Grid View? Or can I also create the fields directly in the portfolio?
Dear Enfold-Team,
I am migrating from an older theme to Enfold atm and made use of ACF in the old theme a lot. I need to get the value from ACF fields and display them on the website but that does not seem to work in Enfold.
[acf field=fieldname] or
%%cf_fieldname%%should return the value of the field but nothing happens within Enfold. Is there a way I can fix this? If you could give an example that would be great.
Thank you!
Kind regards,
MartinHi :)
Is there any way i can define custom default content to make things easy for Editors?
Like Default preselected Taxonomies, Default selected Sliders, Default Text and Titles and things like this?I have to do a workaround because Enfold does not support Toolset Layouts … The ALB content of all entrys in my custom post type will be the same, the Main-content is in the custom fields.
Is there a possibility to achieve this in any way with the ability to use shortcodes, too?
Hope you can help.Kind Regards
Hello,
I have quit a large (height) form in use.
I want to have a message under the submit form whenever an user has forgotten one of the required fields
Now the forgotten field is only light up however having a large form, users not always see which field it is about thinking they to all right.
So I want to have a custom message behind the submit button “Please make sure all required fields are entered.”
How can I accomplish such ?Regards
Hello ladies & gentlemen,
i use 2 custom post types called “Seminare” and “Anmeldungen” built with the plugin “Advanced Custom Fields” with Enfold.
Now i have the problem the masonry blog element shows this two cpt too, how i can exclude them from this element.
Please note thy are not shown in the dropdown of the backend element, so i don´t could exlcude them.Thank you team Kriesi
Kindly regards,
JürgenHi,
I’m using the masonry to show some type of posts and would like to substitute the post date shown under the title with a custom post.
I’ve found the code in av-helper-masonry.php, but wont like to change the main code. How can I change it in a child theme?thanks piero
I updated my theme from version 2.4.2. The one who built the webpage had made some customization without making a child theme. After the update, some private posts was made public. These are custom post types made with the plugins CPT UI andACF . I looked in the old WordPress backup and found that before the update there was a header-q_a.php with the following code in the <head> to prevent posts of the type Q&A with the custom field status set to “private” from being displayed:
if(get_field('status') != 'private'){ if (function_exists('avia_set_follow')) { echo avia_set_follow(); } } else{ echo '<meta name="robots" content="noindex,nofollow">'; }I tried to add if else statement to the header-q_a.php in my child theme around the existing line:
if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
and have added get_header(‘q_a’); in single-q_a.php as it was before, but the posts still display. Is it possible for you to log in and have a look at it? I had to set my website in maintencance mode until this is fixed. I share my login details in the private content and a link to one of the private posts that have been made public.Dear Enfold-experts,
I just added a support contact form on my enfold theme.
The problem is that is does not look like the forms here:
I would like the following:
– In my version I have borders around the different text fields – I would like it like in the above link
– There is too much padding under the submit-button
– There does not come a red border when it validates the formWhen I try to add some of the CSS modifications on my quick css it does not affect anything:
Here is how I inserted the form:
[av_contact (Email address hidden if logged out) ' title='How can we help you?' on_send='' sent='Your message has been sent! We will get back to you shortly.' link='manually,http://' subject='Support Request' autorespond='' captcha='' form_align='' color='' custom_class='' admin_preview_bg='' av_uid='av-hroj83']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='' multi_select='' av_contact_preselect='' av_uid='av-hkvmv7'][/av_contact_field]
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='' multi_select='' av_contact_preselect='' av_uid='av-hhfwe3'][/av_contact_field]
[av_contact_field label='Message' type='textarea' check='is_empty' options='' multi_select='' av_contact_preselect='' width='' av_uid='av-h5d55n'][/av_contact_field]
[/av_contact]I tried to change to layout by:
.av-contact-form-title fieldset h3 {
font-size: 24px;
text-transform: uppercase;
}or
/*—————————————-
// CSS – Contact form label icons
//————————————–*/
#top .avia_ajax_form.cf-label-icons label{
padding-left: 20px;
}
#top .avia_ajax_form.cf-label-icons label::before {
position: absolute;
left:0;
font-family: ‘entypo-fontello’;
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(2) label:before{
content:”e80a”;
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(3) label:before{
content:”e805″;
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(4) label:before{
content:”e826″;
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(5) label:before{
content:”e83b”;
}
/* Input field do not support pseudo elements so we target the last p in the fieldset which is usually the submit button */
#top .avia_ajax_form.cf-label-icons fieldset p:last-child:before{
content:”e844″;
color:#FFF;
font-family: ‘entypo-fontello’;
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
}But nothing changes
I hope you can help.
Hi there,
Can you guys help me on this? i’m stuck.
I installed the ACL ( advanced custom fields) plugin and created a custom field “news_origin” and want to add to the postslider.php just after the excerpt.
i added this piece of code:$output .= “<img src=’ “;
$image = the_field(“news_origin”);
$output .= $image[‘url’];
$output .= ” ‘ alt=’ ‘ />”;but the result is
Is not applying the image url.Can you help
Thanks.Hy there
I am currently creating a website with a contact/application form.
The customer of this business should be able to add plants which he wants the business to take care off to the form.Here is the link to the page, so you can get an Idea of the form:
If you scroll down, you’ll find the form (Anmeldung).
I’ve added two Plants (Pflanze 1 + Pflanze 2). Is it possible to create the option to ”add more”, and then one more (and then how many more) area appears where the customer can add plants?If you got follow-up questions to my request let me know.
Looking forward to hear back from you.Kind regards
Joel BergerWhen I have Enfold active, I can’t show the menu to enable custom post options, “screen options”. If I switch to a default WP theme, it works fine. Please advise a solution. Thanks.




