-
Search Results
-
Hello – I have tried following the instructions here (https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options) to add the Spotify icon (I need Apple podcast too), but it’s not working for me. I must be doing something wrong.
I am not using a child theme (should I be?), so I added the code where the instructions indicate in the functions.php file and changed the icon code to uf328 for the Spotify one. Nothing happens. Now when I add the code to the top of the functions.php file, it does allow me to use a fontello icon (ue800), but not the Spotify one. I currently have the code placed below this line:
if(isset($avia_config[‘use_child_theme_functions_only’])) return;but no addtional icons are available in the theme options.Code I am using:
if( isset( $avia_config[‘use_child_theme_functions_only’] ) )
{
return;
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘uf328’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Icon Label’] = ‘icon_name’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
}`Any help is appreciated.
Topic: Toggle section issue
Hi
I have attempted to toggle a section following this guide https://kriesi.at/documentation/enfold/button/#toggle-id-7), however, I cant get it to work on this page:
Can you assist please
Kind regards
Duncan
Topic: Video startet ohne Ton
Ich habe ein Mp4 Video hochgeladen und eingebunden, folgende beiden Probleme treten auf.
1. In den Player Einstellung ist Video stummschalten nicht angehakt – funktioniert nicht
2. Auf dem Handy fehlt der Lautstärke Regler/ Button auf der normalen Webansicht ist er da.
Es macht keinen Unterschied ob ich das Video per Url -Youtube einbinde oder direkt einbette – Problem ist dasselbe.Wenn ich das Video ohne die Funktion Automatische Wiedergabe – Player Einstellungen einbinde
Dann startet es zwar nicht automatisch, aber der Ton ist auf an.
Wie kann ich die automatische Stummschaltung deaktivieren
Automatische Wiedergabe habe ich aktiviert – funktioniert.Genutzt wird Enfold 5.6.6 auf WordPress 6.3.1
Hi,
Can a moderator please help out? Everything has been tested and run multiple times, there’s some issue with the Enfold “Contact Form”. When testing the sender will recieve the confirmation email, but the mail sent won’t land in designated inbox.
Sending regular e-mail to the adress however works and everything is normal. We launched a site but now we can’t have contact forms so we temporarily replaced them with buttons…
Kind regards
I have a site setup to pull in post types from six different tags using the OR option. The first tag loads the first 6 entires as is set in the pagination settings.
As you click through the other tags across the top, none of the others load there respective first six, and the last tag across the top doesn’t show up until you use the LOAD MORE button on any of them.
Thanks in advance for the help. My team and I have tried everything we could think of.
Enfold version 5.6.6.
***note: the codes below are displaying weird, so the tool I used to identify these issues is https://www.seoptimer.com/gatehealing.com#uimobile . . . go down to Usability issues and expand those sections to see the tables that outline these issues***
regarding: https://gatehealing.com/I have 2 types of usability issues:
1) 3 Font Usability issues, and
2) 5 Tap Target SizesI cannot find the css file in the Theme editor to fix these issues:
1) Summary: Legible Font Sizes (THREE issues)
There is some text on your page that is small and may not be legible enough for particular users.
We recommend reviewing all text on your page in different devices to ensure that it is of appropriate size.1) Font Size
11pxText Block
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, videoStyle Location
https://gatehealing.com/wp-content/themes/enfold/css/base.css?ver=5.6.6
———————————————–
2) Font Size
11pxText Block
.pagination span, .pagination aStyle Location
https://gatehealing.com/wp-content/themes/enfold/css/layout.css?ver=5.6.6
———————————————–
3) Font Size
11pxText Block
.pagination .currentStyle Location
https://gatehealing.com/wp-content/themes/enfold/css/layout.css?ver=5.6.6
-_—_____—–_______—–______—–_______—–______—–______
2) Summary: Tap Target Sizing (FIVE issues)
Some of the links or buttons on your page may be too small for a user to easily tap on a touchscreen.
Consider making these tap targets larger to provide a better user experience.1) Element Label
SearchCSS Selector
nav.main_menu > div.avia-menu > ul#avia-menu > li#menu-item-searchHTML Block
<li id=”menu-item-search” class=”noMobile menu-item menu-item-search-dropdown menu-item-avia-special” role=”menuitem”>
———————————————–
2) Element Label
EVERYDAY LIFECSS Selector
div.slide-content > header.entry-content-header > span.blog-categories > aHTML Block
———————————————–
3) Element Label
FAMILY AND PARENTINGCSS Selector
div.slide-content > header.entry-content-header > span.blog-categories > aHTML Block
———————————————–
4) Element Label
EVERYDAY LIFECSS Selector
div.slide-content > header.entry-content-header > span.blog-categories > aHTML Block
———————————————–
5) Element Label
FAMILY AND PARENTINGCSS Selector
div.slide-content > header.entry-content-header > span.blog-categories > aHTML Block
—–_____——______—–_____——_____——_____—–______—–_____









