-
Search Results
-
Hi guys,
I’ve been trying several (quick-css) codings and can’t get the font straight in the form fields at the page http://dev.plp-group.com/jobs_career/ (Main content and footer) . Need to have: font-family: “Montserrat” !important;
Any ideas?
best
StefanHi,
how can I customise field color of footer form fields?
txs
SHello!
i have created custom types in Porftolio items, with Advanced Custom Fields.
I am now looking for how to make them appear in portfolio, for example i made some fields and i would make them appear instead of the post content.
In which php file must I place my code? I do not find the right place! The code has this format: $value = get_field( “text_field” );
Thanks for your help
Hi,
I’ve created a front-end form on website where users insert some data (title, description, pictures, adress, etc). This data are being used to create a portfolio post saved as draft. The admin reviews the submitted data and uploads the portfolio post.On regular post editor on “screen settings” I can activate “custom fields”, pretty useful to collect the data from submission form.
Unfortunately there are no “custom fields” on portfolio post editor “screen settings”, is there a way to activate them?Thanks
I need a Contact From smaller and more compact.
I’ve managed to make the fields smallers through custom CSS. But I’d like to re-arrange the fields to have an even more compact design.
I’ve attached an screenshot of I would like to perform, can you please help me to arrange the fields so they look something like this:
Many thanks! :)
Hi there,
I’m using the Enfold theme and have added the mailchimp form from the content elements.
Now I would like to customize the mailchimp newsletter form, so that1. the form dosn’t show label texts above the input fields (e.g. name, email-address) – how can I remove the labels above the fields?
2. Instead of labels above I would like to (only) show placeholder texts inside the fields. The placeholder texts should be grey for all fields with the font family ‘Roboto’, font size: 10px.Could you please provide me with the CSS that I could add to the quick CSS section in General stylings to achieve these changes?
Many thanks!HI my site was down after I did a restore to a backup this morning. It got corrupted last night after I was trying out some code in the child theme
I was seeing this:`Notice: Undefined variable: post in /www/wp-content/themes/enfold-child/functions.php on line 106 Notice: Trying to get property of non-object in /www/wp-content/themes/enfold-child/functions.php on line 106 Notice: Undefined variable: post in /www/wp-content/themes/enfold-child/functions.php on line 107 Notice: Trying to get property of non-object in /www/wp-content/themes/enfold-child/functions.php on line 107 Notice: Undefined variable: display_child_pages in /www/wp-content/themes/enfold-child/functions.php on line 108 Notice: Undefined variable: sidebar_menu in /www/wp-content/themes/enfold-child/functions.php on line 108 Notice: Undefined variable: children in /www/wp-content/themes/enfold-child/functions.php on line 110 Notice: The called constructor method for WP_Widget in WPAC_Nav_Menu_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /www/wp-includes/functions.php on line 3916Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
`If I read that right, the error is in the child theme functions.php, correct?
I see the code error is here in the file:/*==========MAGAZINE ELEMENT add excerpt under title al l===========*/ add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1); function avf_portfolio_add_custom_fields($args) { $args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'custom-fields', 'page-attributes'); return $args; } $default_sidebar = false; $parent = get_the_title($post->post_parent); $parentlink = get_the_permalink($post->post_parent); $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>"; $sidebar_menu .= "<h3 class='widgettitle'><a href='{$parentlink}'>$parent</a></h3>"; $sidebar_menu .= $children; $sidebar_menu .= "</ul></nav>"; add_filter('widget_text', 'do_shortcode');I’m not sure I need that code anymore since I think I edited the magazine.php which I have in my child theme to show the excerpts instead with this code that you gave me:
if(empty($this->atts['thumbnails'])) { $image = ""; $extraClass = "av-magazine-no-thumb"; } } $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');.Also I have commented out the code and the excerpt are still showing fine (see page below). Not sure what to do there, if anything
I reinstalled the theme and that seems to have fixed the error with the events-countdown.php file that was giving me that FATAL ERROR. When the debug was still on (it’s off now) I was getting these notices:
Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 468 Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 471 Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 472
Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 421
Should I do something about that those things? The site seems to be displaying OK now.
thanks for your helpNancy
Topic: Advanced Custom Fields
Hi
where I insert the code of Advanced Custom Fields in single.php?
i tried in several places but it does not work
the code is something like that<?php the_field( 'accession_no_[087]' ); ?>Hi! It’s been a while since I used Enfold. I recall there being two fields in a color section, one where I could set the column to only-mobile or only-desktop and a second field I could use for anchors. I only see one field now. Could you please help assist with how I can get the other field to show up so I could create content that is both mobile only but also anchor available? I’m sorry I don’t recall the exact field name.
Thanks!







