-
AuthorSearch Results
-
August 30, 2022 at 5:46 pm #1363271
In reply to: Change color of arrow in Reiter Section (mobile)
Hey Raphaela,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .av-tab-section-outer-container .avia-slideshow-arrows a::before, .av-tab-section-outer-container .avia-slideshow-arrows a::after { background: rgba(255,200,112,0.7); color: red; }}255,200,112 is RGB value of the color and 0.7 is opacity level that you can set between 0-1.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHey Bob,
Thanks for contacting us!
It looks like you have inserted Personal Token instead of your Purchase code. Please refer to screenshot below to find your purchase code

You can register here – https://kriesi.at/support/register/ and then go to https://kriesi.at/support/forum/enfold#new-post to start new threads :)
Regards,
YigitAugust 30, 2022 at 5:20 pm #1363259Topic: YOAST SEO Breadcrumbs in Enfold
in forum Enfoldcyrilbedel
ParticipantHi there!
What are the best practices to implement YOAST SEO Breadcrumbs on the whole site except on the home page in Enfold?
Are there means to custom the breadcrumbs such as alignment or colors for instance?
Thanks!
Olivier
August 30, 2022 at 5:08 pm #1363255In reply to: breadcrumbs doesn't work
Hi Tim,
1- Please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/ and replace page IDs (59 and 89) to match your page IDs
add_action('ava_after_main_container','new_ava_after_main_container'); function new_ava_after_main_container(){ if ( is_page( [59,89] ) ) { $bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) ); echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">' . $bc_sc . '</div></div>'; } }2- And add following code to functions.php file to change “You are here” text
add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1); function avia_change_pre_text_breadcrumb($args){ $args['before'] = '<span class="breadcrumb-title">' . __( 'Your custom text:', 'avia_framework' ) . '</span>'; return $args; }Best regards,
YigitAugust 30, 2022 at 4:47 pm #1363249Hey,
Thanks for contacting us!
Please try using Enfold’s own Mega Menu – https://kriesi.at/documentation/enfold/mega-menu/ :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitAugust 30, 2022 at 4:25 pm #1363234In reply to: How to remove dot in menus
Hey Alan,
Please try the following in Quick CSS under Enfold->General Styling:
#top .widget_nav_menu ul ul li:before { display: none; }Best regards,
RikardAugust 30, 2022 at 4:02 pm #1363230In reply to: Transparent Header
Well – i use nearly almost the quick css – the only thing that always bothers me is that the window widths are limited. I’m now working on a high-resolution 4k 32” monitor. So I want to be able to take advantage of that.
I put in my child-theme functions.php file:
function admin_head_mod() { echo '<style type="text/css"> #avia_options_page .live_bg_wrap .main_h3 { font-size: 36px !important; } #avia_options_page .content_p, #avia_options_page .bg2 { font-size: 24px; } #avia_quick_css .avia_description {float: none;margin-bottom: 20px !important;padding-left: 0 !important;width: 98%} #avia_quick_css .avia_control {float: left;max-width: 98% !important;width: 98% !important} .avia_footer_links li {float: left;padding-right: 20px} .avia_footer .avia_footer_save {float: left} .avia_reset {display: none !important } #avia_options_page { max-width: 3000px!important} </style>'; } add_action('admin_head', 'admin_head_mod');however, the latest enfold versions now have a “Theme Reset All Options” button on the import/export tab – I already include this in the code as seen above.
August 30, 2022 at 3:23 pm #1363219In reply to: Enfold 5.0 Animation Mobile
Hi Mike
We have updated all installations to Enfold 5.1.1. Now the effect is no longer visible. Why this occurred is now probably impossible to find out. But anyway, the thread can be closed.
Regards,
MikeAugust 30, 2022 at 3:20 pm #1363214In reply to: css caching Avia page builder
What version of Enfold are you using?
As far as I am aware this issue was addressed a few versions ago. Originally the Post-xxx.css files did not have a version query at the end. They do in the current version of Enfold.If you have remove query strings turned on then the cache wont ever update. The team at Enfold made it so that the built in remove queries excludes the post css folder. But other plugins or even server side caches may be set to remove query strings.
-
This reply was modified 3 years, 7 months ago by
thinkjarvis.
August 30, 2022 at 3:01 pm #1363212Imperato Pauline
GuestHello, I would like to add a mega menu on my website using Enfold and Max Mega Menu but nothing working… Please help me
August 30, 2022 at 2:25 pm #1363205In reply to: OMGF | Optimize My Google Fonts
Hi Rikard,
thanks for the input. It was more work than with OMGF, but i like that it is a build in feature of enfold.
Best regards,
MikeAugust 30, 2022 at 1:42 pm #1363199In reply to: Broken revisions on home page
Thanks for the information. I just updated to the current enfold version, but still the same behaviour of the “home” page.
August 30, 2022 at 1:35 pm #1363197In reply to: Testimonial Shortcode is Glitching Site
Hi Rikard,
I have checked on the Enfold theme update in Enfold settings and it says that I have the most updated version.
Why would the update not be showing on the wp backend?
Thanks!August 30, 2022 at 12:05 pm #1363187paoluccimarketing2015
ParticipantHi I have a problem with some product images displayed in the category images. They are 400px x 400px and the size is not set neither on Woocomerce nor on WordPress.
August 30, 2022 at 11:20 am #1363180Hi Ismael
Thank you for your reply and the suggested solution.
Sorry, I didn’t mention that we need a solution also for users who refuse cookies. As I’m sure you know, for Google Enhanced Conversion Tracking this is important. So it needs a server side integration. Is this even possible with the Enfold Contact form? We have found an alternative solution with Contact Form 7:
Thanks for your support.
August 30, 2022 at 10:42 am #1363165see here with break-inside : https://enfold.webers-webdesign.de/multicolumn-text-block/
August 30, 2022 at 10:07 am #1363154In reply to: Transparent Header
allthough Rikards css is correct – the enfold original css has two ID’s in the selector. An ID has a much more higher specifity than the classes – so try:
#top.page-id-591 #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: #000 }August 30, 2022 at 8:47 am #1363146Hi Ismael,
i want to implement the consentmanager plugin to handle all the cookies. It works fine, only the recaptcha from google does not work on the contact form.
To adjust the default Cookie Behaviour I have only 2 options – activate or deactivate. Even if i try to make the enfold-cookie banner visible (which makes no sense, cause i want the consentmanager) and allow external scripts – recaptcha doesnt work.
I want that the Cookie Handling to be made by the consentmanager plugin. Is this possible? I really hope so, cause i want to implement this plugin on about 30 enfold-sites ;) Otherwise i have to take another plugin for the form.
Any ideas how i can manipulate the cookie handling by enfold? Or deactivate it generally in functions?
Thanks in advance.
add_theme_support( 'avia_supress_cookie_modal_html_creation' );
didnt work either-
This reply was modified 3 years, 7 months ago by
xxtita.
August 30, 2022 at 4:25 am #1363136In reply to: Enfold + Directories Pro compatibility issue
Hi,
Thank you for the update.
If user hover at the category title, it does not shows the title name but shows strange code
We are not getting that issue anymore, the title attribute of the category title is now set accordingly. This is what shows on hover.
Permanent Link: Category: RestaurantWe are not yet sure why the category title doesn’t have the correct link, so we modified the functions-enfold.php file temporarily and added this code around line 650 within the avia_title function.
if ( is_tax() || is_category() || is_tag() || is_archive() ) { global $wp_query; $term = $wp_query->get_queried_object(); $link = get_term_link( $term ); }Best regards,
IsmaelAugust 30, 2022 at 3:38 am #1363131In reply to: Problems in admin panel VS custom error 404 page
Hi,
Thank you for the info.
Looks like the site contains an older version of the theme (v4.9), which might be the reason for the redirect issue. Please create a site backup or a restore point, then upgrade the theme to version 5.1.1 and WordPress to 6.0.1. After the upgrade, try to temporarily disable the 404 redirect and temporarily turn off the Enfold > Performance > File Compression settings, purge the cache afterwards.
Best regards,
IsmaelAugust 30, 2022 at 3:24 am #1363129In reply to: Alt text and Titles for Social Share Links
Hey Thomas,
Thank you for the inquiry.
You can edit the enfold/includes/helper-social-media.php code file and around line 751 you will see the html for the social share links.
$this->html .= " <li class='av-share-link av-social-link-{$key}' >"; $this->html .= "<a {$blank} {$aria_label} href='" . esc_url( $url ) . "' " . av_icon_string( $icon, false ) . " title='' data-avia-related-tooltip='{$name}'>"; $this->html .= "<span class='avia_hidden_link_text'>{$name}</span>"; $this->html .= '</a>'; $this->html .= '</li> ';The $name variable should contain the text “Share on xx” or “Link to xx”.
Best regards,
IsmaelAugust 30, 2022 at 3:15 am #1363125In reply to: Portfilio Grid Pre Filtered
Hey Vangone,
Thank you for the inquiry.
Yes, this should be possible. You can use the following script in the functions.php file, which should trigger or activate a sort button based on the value of the sort URL parameter.
// activates a sort button based on the sort query parameter function ava_activate_sort_button() { if (NULL == $_GET["sort"]) { return; } ?> <script> (function($){ $(document).ready(function() { <?php echo '$(".'. $_GET["sort"] .'_sort_button").trigger("click");'; ?> }); })(jQuery); </script> <?php } add_action('wp_head', 'ava_activate_sort_button');Example of the URL with the sort parameter.
https://kriesi.at/portfolio?sort=enfoldVisiting the above URL will trigger the category sort item named enfold.
Best regards,
IsmaelAugust 30, 2022 at 2:46 am #1363124In reply to: Single Posts using index.php instead of single.php
Hi,
Thank you for the inquiry.
Did you check the plugins in the client’s site? We added the following code in the functions.php file and all functions return the appropriate values.
add_action('wp_head', function() { global $template, $post; echo '<pre>' . var_export($template, true) . '</pre>'; // returns single.php echo '<pre>' . var_export(get_post_type(get_the_ID()), true) . '</pre>'; // returns post echo '<pre>' . var_export(get_single_template() , true) . '</pre>'; // returns single.php echo '<pre>' . var_export(get_query_template('single'), true) . '</pre>'; // returns single.php });Tested on Enfold 5.1.1 and WordPress 6.0.1.
Best regards,
IsmaelAugust 30, 2022 at 1:55 am #1363120Hey xxtita,
Thank you for the inquiry.
You may have to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior settings to the first or second option to allow the Google-reCAPTCHA-API scripts. The API doesn’t work because the privacy option blocks the scripts in order to prevent any cookies from being stored in the users’ browser storage without their consent. Adjusting the default cookie behavior should allow external scripts even without the users’ explicit consent or without them accepting the cookies first.
Best regards,
IsmaelAugust 30, 2022 at 12:34 am #1363115In reply to: Color Section Overlay
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 29, 2022 at 9:31 pm #1363112Topic: Enfold de Avia
in forum Pre Sale QuestionsEdurne
Guesthttps://pagespeed.web.dev
When it comes to checking my web speed, I get an errorAugust 29, 2022 at 9:30 pm #1363110Topic: tema Enfold de Avia
in forum Pre Sale QuestionsEDURNE
Guesthttps://pagespeed.web.dev
When it comes to checking my web speed, I get an errorAugust 29, 2022 at 9:30 pm #1363108Topic: tema Enfold de Avia
in forum Pre Sale QuestionsEDURNE
Guesthttps://pagespeed.web.dev
When it comes to checking my web speed, I get an errorAugust 29, 2022 at 6:54 pm #1363102In reply to: Support not working after Purchase Licence
This reply has been marked as private.August 29, 2022 at 6:14 pm #1363094In reply to: Same Pictures in Slide
Hi Vangone,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
This reply was modified 3 years, 7 months ago by
-
AuthorSearch Results
Viewing 30 results - 23,401 through 23,430 (of 244,498 total)
-
Search Results
-
Hi there!
What are the best practices to implement YOAST SEO Breadcrumbs on the whole site except on the home page in Enfold?
Are there means to custom the breadcrumbs such as alignment or colors for instance?
Thanks!
Olivier
Hello, I would like to add a mega menu on my website using Enfold and Max Mega Menu but nothing working… Please help me
Hi I have a problem with some product images displayed in the category images. They are 400px x 400px and the size is not set neither on Woocomerce nor on WordPress.
Topic: Enfold de Avia
https://pagespeed.web.dev
When it comes to checking my web speed, I get an errorTopic: tema Enfold de Avia
https://pagespeed.web.dev
When it comes to checking my web speed, I get an errorTopic: tema Enfold de Avia
https://pagespeed.web.dev
When it comes to checking my web speed, I get an error
