on some servers when ia have saved the theme settings and go through the site like other plugins or edit sites, and i come back to the them settings there is the button “save all settings” highlighted in blue…. but i have no changes made!
I am trying to figure out how to control the look and feel of the Search Results, for WooCommerce products. Obviously, I can do some things in CSS, but I am finding that it is pulling the full content of the product information, which by default shows all of the attributes and lots of other minor meta information. I have had success removing some of that, but am running into issues in that it is not parsing Enfold shortcodes like buttons.
Is there an easy way to turn on the parsing for Search Results?
Even better, is there a way to completely control the way search results are displayed?
Thank you for any suggestions or guidance!
-jason
Hello
I tried all of the functions/css I could find in this forum to make social icons also in the burger menu of the Enfold Theme visible. However without sucess. Is there any new version of this script.
Here the old versions i unsucessfully tried:
https://kriesi.at/support/topic/adding-social-media-icons-to-mobile-menu-on-mobiles-only/
https://kriesi.at/support/topic/social-icons-in-burger-menu-issues/
https://kriesi.at/support/topic/social-share-buttons-not-appearing-on-mobile/
The last one does work, but I would prefer it that the socials go into the mobile menu.
Please describe exactly where the function and/or css should be added, because I am often not sure where to go :)
Best regards
Dominik
OK.
Mehr Probleme.
Dieser Satz steht in Formularen die ich vor wenigen Wochen implementiert hatte.
Dies konnte man in den Formularsettings hinzufügen:
“Bitte löse die Gleichung. Diese Maßnahme dient der Abwehr von Spam”
Jetzt kann ich diesen String weder aus den alten Formularen entfernen, noch edtieren, da er einfach nicht mehr da ist.
Er ist allerdings im Frontend noch da – aber nicht im Backend.
???
In neuen Formularen taucht dieser Zusatz nicht auf, auch wenn ich exakt dieselben Formularsettings übernehme.
Es kann logischerweise also eigentlich nur daher kommen das in irgendeinem Theme-Update etwas wesentliches vergessen wurde
EA
PS: Soviel Aufwand nur um in einem Formular über oder in einem Multiselect-Feld eine Überschrift zu haben???
Da steht irgendwie die Frage im Raum warum Enfold eine so simple und ständig benötigte Option nicht einbaut bzws warum dieses Formular derart buggy ist.
PPS: Bitte lass mich wissen wie die Lösung aussieht wenn ich das möchte – aber ohne wählbaren, häßlichen, leeren grauen Balken:
[av_contact title='' button='Senden' on_send='' sent='Ihre Nachricht wurde versendet!' link='manually,http://' captcha='active' captcha_theme='light' captcha_size='normal' captcha_score='0.5' email='info@.......de' from_email='' subject='' autoresponder_email='info@......de' autoresponder_reply_to='' autoresponder_subject='' autorespond='' autorespond_after='' hide_labels='aviaTBhide_labels' form_align='' color='' heading_tag='' heading_class='' alb_description='' id='' custom_class='kursformular' template_class='' aria_label='' av_uid='av-l59y6d3l-6' sc_version='1.0' admin_preview_bg='']
[av_contact_field label='Name' type='text' check='is_empty' options='' multi_select='' av_contact_preselect='' element_display='' width='' headline_tag='h3' av_uid='av-19lvsfd-5' sc_version='1.0'][/av_contact_field]
[av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' av_contact_preselect='' element_display='' width='' headline_tag='h3' av_uid='av-35sn6x-4' sc_version='1.0'][/av_contact_field]
[av_contact_field type='html' label='Welcher Kurs?' options='' check='' element_display='' width='' headline_tag='h3' av_uid='av-l8ab7kvw' sc_version='1.0']
Für welchen Kurs möchten Sie anfragen?
[/av_contact_field]
[av_contact_field type='select' label='' options='Ohne Geige geht es nicht,Streichen lernen / 22.10.2022' multi_select='aviaTBaviaTBmulti_select' check='' element_display='' width='' headline_tag='h3' av_uid='av-l5e3okhn-3' sc_version='1.0'][/av_contact_field]
[av_contact_field type='text' label='Anzahl der Personen?' options='' check='is_number' element_display='' width='' headline_tag='h3' av_uid='av-l59y48df-2' sc_version='1.0' multi_select='' av_contact_preselect=''][/av_contact_field]
[av_contact_field type='textarea' label='Anmerkung' options='' check='' element_display='' width='' headline_tag='h3' av_uid='av-l59y4xcu-1' sc_version='1.0' multi_select='' av_contact_preselect=''][/av_contact_field]
[/av_contact]
-
This reply was modified 3 years, 5 months ago by
evas49.
and by the way – if you like to have search input field on hamburger too – we can use that ID set above ( on hamburger the IDs will change to classes)
you need this additional snippet just under the above inserted:
function add_search_to_burger_menu(){
?>
<script type="text/javascript">
(function($) {
$('.av-burger-menu-main').one('click', function() {
var page = window.location.href;
var mobile = $('.menu-item-search');
var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>';
setTimeout(function() {
if(mobile.find('form').length == 1) return;
mobile.html(search);
}, 500);
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'add_search_to_burger_menu');
and a bit of additional css in quick css:
#top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items.menu-item-search {
padding: 15px 50px;
position: relative !important;
}
#top #av-burger-menu-ul #searchsubmit {
height: 45px;
}
#top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items.menu-item-search form {
position: relative !important;
}
#av-burger-menu-ul .ajax_search_response {
background-color: #efefef;
border: 1px solid #ddd;
padding-top: 20px;
}
#av-burger-menu-ul .ajax_search_response > a {
padding: 10px 12px 20px !important
}
See Results on : https://enfold.webers-webdesign.de/
Hi,
Please add the following CSS codes in Enfold > General Styling > Quick CSS:
1. (Required) I woiuld like to be #AEFB47 – there are lots of these.
#top .gfield_required {
color: #AEFB47;
}
2. Section titles (APPLICANT INFORMATION, SPOUSE/PARTNER INFORMATION, BUSINESS/MANAGEMENT GOALS & OBJECTIVES, ETC) I woiuld like to be #AEFB4 – is there also a way to make this text larger?
#top .gsection_title {
color: #AEFB47;
font-size: 32px;
}
Just adjust the font size as you see fit (default size is 20px).
3. The submit button text i need black
#top .gform_wrapper .gform_button {
color: black;
}
4. How do I remove the form title? The Title is RFC at the top
#top .gform_heading .gform_title {
display: none;
}
Hope this helps :)
Best regards,
Nikko
Hi, I have gravity forms and I’m trying to update the color styles. I read the gravity forms doc and it says it uses the theme styles. I got most of them but a few I’m unable to get with the enfold settings:
1. (Required) I woiuld like to be #AEFB47 – there are lots of these.
2. Section titles (APPLICANT INFORMATION, SPOUSE/PARTNER INFORMATION, BUSINESS/MANAGEMENT GOALS & OBJECTIVES, ETC) I woiuld like to be #AEFB4 – is there also a way to make this text larger?
3. the submit button text i need black
4. how do I remove the form title? The Title is RFC at the top
Hallo,
I added a new Social Profil with this description: https://kriesi.at/documentation/enfold/social-share-buttons/#toggle-id-1
This worked well and i could add a new profile in enfold settings. But know i want to use this new profile within the avia layout element “social buttons”. There i cant see the new profile? can you plz help me with this?
Best regards
Chris
Hi David,
Please try the following in Quick CSS under Enfold->General Styling:
p.woocommerce-mini-cart__buttons a {
float: none;
}
p.woocommerce-mini-cart__buttons a.wc-forward {
padding-left: 25px;
}
Best regards,
Rikard
Hi,
Thanks for contacting us!
Please see “Using images or non-Fontello icons” and “In case of using an image” sections here – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
If you need assistance with it, please create temporary admin logins and post them here privately :)
Regards,
Yigit
Hey ivopivo,
Thank you for the inquiry.
The Logo option is located in the Enfold > Theme Options panel. The Upload button should open the media library where you can add a new image and insert it as logo. You can also disable the maintenance mode in the same panel.
Best regards,
Ismael
Ok next question
I need to put a button into the logo area.
I saw information on how to do it Here https://kriesi.at/documentation/enfold/add-button-elements-to-your-header/#toggle-id-2
but this tutorial was only if you want the menu below the logo area.
My client has the logo area below the menu, and the logo is justified to the left.
How can I add a button on the right side of the logo area?
Hi,
Thanks for your patience.
I did not remove any private test pages, but private pages redirect to 404 if you are not logged with admin status. (Your account has admin status.)
On the prod site, I removed the button row on the original page and I was able to add back the code block. I didn’t try to add back the button row because this page is important, and the current state, although not ideal, is usable by customers.
I made no change on the 007 test page because it is easy to reproduce the problem on it with only 100% Enfold code. I know reproducing a problem is essential to fix it.
One question: is there a limit on page size? Looks like, if I remove something, I can add something else…
Best regards,
Serge
Hi!
You can enable/disable Telegram social share button in Enfold theme options > Blog Layout > Profile Links At The Bottom Of Your Blog Post :)
Best regards,
Yigit
Hey Michael,
Thanks for contacting us!
We have tested the Telegram button but it only shows up when it is enabled in Enfold theme options > Blog Layout > Profile Links At The Bottom Of Your Blog Post. Could you please check if it is enabled in your theme options? If not, could you please simply save theme options and check if that helps?
Best regards,
Yigit
Hey woogie07,
Thanks for the link to your site, please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field
.home a.avia-slideshow-button.avia-color-white.avia-slideshow-button-2 {
color: #000;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
I need to make the text Black in the 2nd link White button on my homepage banner. There do not seem to be any styling or Enfold settings for this.
Please advise
Thanks
Hey woogie07,
You can create your own footer in a page, then set it as your custom footer under Enfold->Footer. You can use the Mailchimp and Social Buttons elements for your content.
Best regards,
Rikard
Hi,
You can enable the “scroll to top” button for mobile this this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey chrisc121,
Please try the following in Quick CSS under Enfold->General Styling:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
color: ##17426E;
}
Best regards,
Rikard
just put his code name it f.e. prg_patterns.php – therefore you had to start that codesnippet of him by a leading <?php
– and upload it to your child-theme/shortcodes folder.
if you haven’t allready this littel snippet in your child-theme functions.php – insert it :
function avia_include_shortcode_template($paths){
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
see doku to have own alb elements
see example in the footer area with links to impressum and datenschutz
https://enfold.webers-webdesign.de/impressum/#footer
i just edited his code a bit to have on form element classes to style the form output better:
/* form output */
ob_start();
?>
<?php if( $atts['newtab'] == 'true' ): ?>
<form class="prg newtab" method="POST" target="_blank">
<?php else: ?>
<form class="prg" method="POST">
<?php endif; ?>
<button class="noLink" type="submit" name="prgpattern" value="<?php echo $redirect_slug; ?>"><?php echo $atts['title']; ?></button>
</form>
<?php
return ob_get_clean();
then i can set for those forms:
#top form.prg {
display: inline-block;
margin-bottom: 0;
}
#top form.prg .noLink {
border: none;
font-size: inherit;
color: inherit;
background-color: transparent;
}
#top form.prg .noLink:hover {
color: gold;
cursor: pointer;
transition: all 0.5s ease
}

hm – first of all – as far as i know the bots of the crawlers will not follow submit buttons – thats the trick on prg patterns. So a search form like yours would not be affected by the “linkjuice” issue anyway.
Is that an Enfold Search ALB element you put on the page? Because I don’t get a “link element” there in my DOM anyway:
(click to enlarge the image)

And even the search results beneath that form – do not have a rel : nofollow
So now my question regarding your Enfold version in which this occurs.
Edit: Ok now i see – this is the magnifier glass on top besides the navigation …
It is only that link that opens the search input form – But doesn’t it even make sense to set a nofollow at this anchor for SEO reasons?
Hi,
the Telegram Button (sharebox) is automatically displayed for all my installations. This is very bad, because it violates the DSGVO in Germany. This should please be fixed quickly! Yvonne is right at this thread: https://kriesi.at/support/topic/bug-in-enfold-5-1-2-telgram-button/!
Best regards
Michael
I need to put a button into the logo area.
I saw information on how to do it Here https://kriesi.at/documentation/enfold/add-button-elements-to-your-header/#toggle-id-2
but this tutorial was only if you want the menu below the logo area.
My client has the logo area below the menu, and the logo is justified to the left.
How can I add a button on the right side of the logo area?
Hey dweddell,
Thank you for the inquiry.
You can use the actual shortcode of the custom button and add it manually to the content slider. To see the builder shortcodes, you have to set the builder to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
After enabling the debug mode, you will see the shortcodes field below the Advance Layout Builder. Just copy the shortcode of the custom button and place it in the slider.
Best regards,
Ismael
Waltraud ReisingerGuest
Sehr geehrte Damen und Herren!
Ich ersuche sie höflichst um Hilfe.
Ich habe das enfold theme health coach gekauft und baue gerade folgende HP: http://www.mediation-prammer.at. Leider bin ich bei den Theme Optionen auf den Button alles Styling zurücksetzen angekommen. Und jetzt sieht alles ganz anders aus.
Ich benötige die schöne geschwungene Schrift welche bei den Überschriften verwendet wurde. Im Textblock konnte man die Schrift einfügen.
Vielleicht können sie mir weiterhelfen.
Vielen Dank Reisinger Waltraud
I would like to round the corners of the form fields and the submit button.
I would also like to edit the font size of the form fields, form labels and the submit button.
Can I have the CSS code? Thanks.
-
This topic was modified 3 years, 6 months ago by
Samuel.
Hi Samuel,
Thanks for contacting us!
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .seva-fields input[type="text"] {
margin-bottom: 0;
}
2- There seems to be an empty field above your submit button. I attached a screenshot in private content field below. Could you please edit your form and delete it?
Best regards,
Yigit