-
Search Results
-
Topic: Aircraft Sales Listings
I am going to use the Enfold theme for a glider sales company. I need a way to show rows of glider pictures, and when you click on a picture, it takes you to a page which shows an image gallery and all the text details of the glider including its price. This is sort of like a portfolio, but I need custom fields to be shown. The gliders will not be sold from the website, so this should not require Woo Commerce or any other e-commerce plugin. Is there a way to do this with the Enfold theme alone? Or, is there a plugin that you recommend for this? Thank you
In the Blog-Post Overview element and the Magazin element the definition of ACF (advanced custom fields) show up (see …/news-test).
In both elements I selected to show just the category “Neues” for blog posts. Therefore advanced custom fields should not show up.As a workaround I tried to exclude the ACF definition in CSS, but on News page (…/news) unfortunately the last column is empty and not filled with the following blog post.
/* Hide ACF Fields as blog */
.page-id-927 .post-entry-18737 { display: none; }Do you have a better workaround or solution?
many thanks in advance
tashiHi. I need to display dynamic content stored in custom fields from a specific post on another page of my site. (I’m using the Advanced Custom Fields plug-in.) In Enfold, I’m using a Code Block element along with shortcodes to keep things simple.
The custom field content contains fully qualified URLs. Ideally, I would like to display these links using a Button Row element, but I’m having problem when nesting shortcodes.
In the Code Block, using an ACF shortcode within plain HTML works fine:
<h3>Current Show Daily Forms</h3> <ul> <li><a href= '[acf field="release_form" post_id="530"]' target='_blank'>Show Release Form</a></li> </ul>But, when I try to nest this shortcode within your Button Row shortcode, it breaks:
[av_buttonrow alignment='left' button_spacing='5' button_spacing_unit='px' av_uid='av-jo6idxj2' custom_class='chs-button-row' admin_preview_bg=''] [av_buttonrow_item label='Release Form' link='manually,[acf field="release_form" post_id="530"]' link_target='_blank' size='medium' label_display='' icon_select='yes' icon='4' font='entypo-fontello' custom_bg='' custom_font='#ffffff' av_uid='av-1fbifpm' icon_hover=''] [/av_buttonrow]Anything I am missing, or is this just unsupported? Thank you in advance.
Gary
Hi
I tried to modify the Enfold file template-archives.php in order to create my custom search filter form for the frontend based on that. “That” means advanced post type in my case which is already created, all the data (including attached advanced custom fields) is already visible in the backend.
The goal now is to create a custom filter/search for the frontend based on this data. So as already mentioned I modified the php file above, however, I receive a white screen in the frontend afterwards (and I have no clue why that happens). This is the code I have added to template-archives.php:
/* Custom variables for filter */ if($_GET['region'] && !empty($_GET['region'])) { $region = $_GET['region']; } if($_GET['country'] && !empty($_GET['country'])) { $country = $_GET['country']; }And also:
<form action="<?php the_permalink(); ?>" method="get"> <label>Nachname</label> <input type="text" id="nachname" name="form[nachname]"> <label>Vorname</label> <input type="text" id="vorname" name="form[vorname]"> <label>PLZ</label> <input type="number" name="plz"> <label>Ort</label> <input type="text" id="ort" name="form[ort]"> <label>Region</label> <select name="region"> <option value="tal">Tal</option> <option value="berg">Berg</option> </select> <label>Land</label> <select name="country"> <option value="GER">Deutschland</option> <option value="AUT">Österreich</option> <option value="ITA">Italien</option> </select> <label>Zertifikate</label> <label><input type="checkbox" name="form[diplom1][]" value="diplomdate">Diplom 1</label> <label><input type="checkbox" name="form[diplom2][]" value="branchdiplomdate">Diplom 2</label> <button type="submit" name="">Suchen</button> </form> <?php // Define arguments $args = array( 'post_type' => 'post', 'posts_per_page' => -1, 'meta_query' => array( array( 'key' => 'nachname', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'vorname', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'plz', 'type' => 'NUMERIC', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'ort', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'region', 'type' => 'CHAR', 'value' => $region, 'compare' => 'LIKE' ), array( 'key' => 'country', 'type' => 'CHAR', 'value' => $country, 'compare' => 'LIKE' ), array( 'key' => 'diplom1', 'type' => 'CHAR', 'value' => $form[diplom1][], 'compare' => 'LIKE' ), array( 'key' => 'diplom2', 'type' => 'CHAR', 'value' => $form[diplom2][], 'compare' => 'LIKE' ) ) ); $query = new WP_Query($args); while($query -> have_posts()) : $query -> the_post(); endwhile; wp_reset_query(); ?>It would be great if anybody knows what I am doing wrong and could help me here – thanks in advance.
MichaelHallo,
im Enfold Menü unter “Datenschutz und Cookies”
steht:
In case you deal with any EU customers/visitors these options allow you to make your site GDPR compliant.
The following default text will be applied if you leave the textfields empty:
Ich stimme den Bedingungen zu, die in der [av_privacy_link] Datenschutzrichtlinie [/ av_privacy_link] dargelegt sindDas Problem ist, dass der hintere Shortcode ein Leerzeichen zuviel hat.
Hello,
I have a problem with shipping methods – when there should be more than one shipping options – only one shows up. I tried to disable all plugins except of WooCommerce – issue still here. It happens no matter if I use core Enfold theme or my child theme. But when I switch to twenty-nineteen theme – all shipping options show up. Please help! Here is my status log:### WordPress Environment ###
Home URL: https://www.poortershuyze.be
Site URL: https://www.poortershuyze.be
WC Version: 3.5.6
Log Directory Writable: ✔
WP Version: 5.1
WP Multisite: –
WP Memory Limit: 512 MB
WP Debug Mode: –
WP Cron: ✔
Language: nl_BE
External object cache: –### Server Environment ###
Server Info: Apache / 2.4.38 (Unix) OpenSSL / 1.0.1u PHP / 7.1.27
PHP Version: 7.1.27 – We recommend using PHP version 7.2 or above for greater performance and security. How to update your PHP version
PHP Post Max Size: 128 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
cURL Version: 7.64.0
OpenSSL / 1.0.1hSUHOSIN Installed: –
MySQL Version: 5.5.63-MariaDB
Max Upload Size: 128 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔### Database ###
WC Database Version: 3.5.6
WC Database Prefix: phuyze_wp_
Total Database Size: 15.79MB
Database Data Size: 14.03MB
Database Index Size: 1.76MB
phuyze_wp_woocommerce_sessions: Data: 0.09MB + Index: 0.02MB
phuyze_wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB
phuyze_wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB
phuyze_wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.05MB
phuyze_wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB
phuyze_wp_woocommerce_order_itemmeta: Data: 0.06MB + Index: 0.03MB
phuyze_wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB
phuyze_wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB
phuyze_wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB
phuyze_wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB
phuyze_wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB
phuyze_wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB
phuyze_wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB
phuyze_wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB
phuyze_wp_bulkgate_module: Data: 0.02MB + Index: 0.00MB
phuyze_wp_commentmeta: Data: 0.02MB + Index: 0.03MB
phuyze_wp_comments: Data: 0.02MB + Index: 0.09MB
phuyze_wp_duplicator_packages: Data: 0.02MB + Index: 0.02MB
phuyze_wp_gf_addon_feed: Data: 0.02MB + Index: 0.02MB
phuyze_wp_gf_addon_payment_callback: Data: 0.02MB + Index: 0.02MB
phuyze_wp_gf_addon_payment_transaction: Data: 0.02MB + Index: 0.05MB
phuyze_wp_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB
phuyze_wp_gf_entry: Data: 0.02MB + Index: 0.03MB
phuyze_wp_gf_entry_meta: Data: 0.02MB + Index: 0.05MB
phuyze_wp_gf_entry_notes: Data: 0.02MB + Index: 0.03MB
phuyze_wp_gf_form: Data: 0.02MB + Index: 0.00MB
phuyze_wp_gf_form_meta: Data: 0.08MB + Index: 0.00MB
phuyze_wp_gf_form_revisions: Data: 0.02MB + Index: 0.03MB
phuyze_wp_gf_form_view: Data: 0.02MB + Index: 0.03MB
phuyze_wp_jckwds: Data: 0.02MB + Index: 0.00MB
phuyze_wp_layerslider: Data: 0.02MB + Index: 0.00MB
phuyze_wp_layerslider_revisions: Data: 0.02MB + Index: 0.00MB
phuyze_wp_links: Data: 0.02MB + Index: 0.02MB
phuyze_wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB
phuyze_wp_options: Data: 2.03MB + Index: 0.08MB
phuyze_wp_postmeta: Data: 5.44MB + Index: 0.39MB
phuyze_wp_posts: Data: 5.44MB + Index: 0.20MB
phuyze_wp_realmedialibrary: Data: 0.02MB + Index: 0.00MB
phuyze_wp_realmedialibrary_debug: Data: 0.02MB + Index: 0.00MB
phuyze_wp_realmedialibrary_meta: Data: 0.02MB + Index: 0.03MB
phuyze_wp_realmedialibrary_posts: Data: 0.02MB + Index: 0.02MB
phuyze_wp_termmeta: Data: 0.02MB + Index: 0.03MB
phuyze_wp_terms: Data: 0.02MB + Index: 0.03MB
phuyze_wp_term_relationships: Data: 0.02MB + Index: 0.02MB
phuyze_wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB
phuyze_wp_usermeta: Data: 0.05MB + Index: 0.03MB
phuyze_wp_users: Data: 0.02MB + Index: 0.05MB
phuyze_wp_wc_download_log: Data: 0.02MB + Index: 0.03MB
phuyze_wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB### Post Type Counts ###
acf-field: 3
acf-field-group: 1
attachment: 114
avia_framework_post: 11
custom_css: 1
customize_changeset: 16
nav_menu_item: 24
page: 21
post: 2
product: 21
product_variation: 2
revision: 559
rtb-booking: 31
shop_order: 16### Security ###
Secure connection (HTTPS): ✔
Hide errors from visitors: ✔### Active Plugins (14) ###
Gravity Forms: door rocketgenius – 2.4.6
Advanced Custom Fields PRO: door Elliot Condon – 5.7.13
Better Font Awesome: door Mickey Kay – 1.7.1
Date Field Conditional Logic for Gravity Forms: door Adrian Gordon – 1.1.1
Disable Gutenberg: door Jeff Starr – 1.6
GF Mollie by Indigo: door Indigo webstudio – 1.0.5
Hide Default WooCommerce Category: door Caleb Burks – 1.0.0 – Not tested with the active version of WooCommerce
Loco Translate: door Tim Whitlock – 2.2.1
Menu Swapper: door Chris Mavricos
SevenSpark – 1.1.0.2Mollie Payments for WooCommerce: door Mollie – 5.1.0
WP Real Media Library: door Matthias Günter – 4.2.0
Restaurant Reservations: door Theme of the Crop – 1.8.1
TinyMCE Advanced: door Andrew Ozz – 5.1.0
WooCommerce: door Automattic – 3.5.6### Settings ###
API Enabled: –
Force SSL: –
Currency: EUR (€)
Currency Position: left
Thousand Separator:
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)### WC Pages ###
Winkelbasis: #262 – /gout/shop/
Winkelmand: #263 – /gout/winkelwagen/
Afrekenen: #264 – /gout/afrekenen/
Mijn account: #265 – /gout/account/
Terms and conditions: ❌ Pagina niet ingesteld### Theme ###
Name: Poortershuyze theme
Version: – 0 is beschikbaar
Author URL: http://example.com
Child Theme: ✔
Parent Theme Name: Enfold
Parent Theme Version: 4.4.1
Parent Theme Author URL: https://kriesi.at
WooCommerce Support: ✔### Templates ###
Overrides: poortershuyze/woocommerce/single-product/short-description.php
Hi,
I’m using Enfold 4.5.4 with the plugin Event Organiser 3.7.4 ans WordPress 5.1.
Each event is a post with added fields for dates, etc.When we add a button (using the classic editor) by adding the av_button shortcode, it’s not displayed as it would be.
For example, in the page https://www.imt.fr/events/event/limt-present-au-salon-jec-world-2019/, there’s, below the “en savoir +”link, a shortcode like this :
[av_button label='En savoir plus' link='manually,http://www.jeccomposites.com/events/jec-world-2019' link_target='_blank' size='large' position='center' label_display='' icon_select='yes' icon='ue816' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' admin_preview_bg='']
And it is not displayed…Do you have a solution ?
Best regards,
Olivier.Topic: Toolset compatibility
Hi Enfold Theme,
I am a heavy Enfold User with over 10 licences and willing to stay with enfold. Enfold got a big player over the years, like Divi and Avada as theme, Wpml and Toolset are plugins that are on a high Level of quality and well spread. I wonder why the compatibility issues with Enfold and Toolset get ignored of the Enfold theme? I can‘t use my beloved Enfold to build up Projects with Custom taxonomies and fields and a lot of more features of Toolset.
Toolset-Developers say that you are not willing to cooperate, why? https://toolset.com/forums/topic/integration-with-enfold-theme/
My custom fields in my custom taxonomies with toolset don‘t show up with enfold, i really would like to keep this great theme as framework for my developments and websites. I don’t want to switch to Avada or Divi, please help me to stay with you. I am sure that Toolset is worth to target compatibility and will be a good decision not to ignore anymore.
Kind Regards
