-
Search Results
-
Hi there,
I recently worked with Enfold support to optimise our mobile website. Everything works very well, I only discovered a small display error today: the adjusted margins also affect the responsive menu, but only if you use the scroll to top button or are at the top of the page.
Link to the thread: https://kriesi.at/support/topic/website-margins-are-missing-in-the-version-for-smartphones/#post-1303787
We used the following CSS Code:
@media only screen and (max-width: 767px) {
.responsive body#top.mega-menu-avia #wrap_all .container {
width: 85%;
max-width: 85%;
}
}I would like to display only the responsive menu over 100% of the page. Attached you can find the link to our Website.
Thanks and regards,
CarolineTopic: Enfold ADA Compliancy?
Hi, ADA compliant lawsuits are popping up everywhere right now. Can you let me know how compliant the Enfold theme is with ADA standards (ideally WCAG 2.1)? For instance:
1) do you use ‘onkeydown’ instead of ‘onclick’ for javascript actions on things like buttons? (needed by some readers).
2) Do forms associated with Enfold add labels or atria-label for all the fields?
Thx for the info.
Topic: Enfold Mobile Menu Styling
First off, let me begin by saying that I love the Enfold theme, and I use it for most of my client projects. The theme is great, and for the most part it’s easy to customize. The one area where I always get bogged down with customization is the menu and mobile menu. Typically, these two menus need to look a bit different, but using css to style them is not straightforward. The two menus are interconnected, and that makes it hard to customize some suttle changes. The options under Advance styling are also limited and don’t give you full control over the mobile sub menu. As a web designer and frequent user of Enfold, I would like to make the suggestion to be able to style the mobile menu completely separately from the main menu. That would give designers total control over what they need for their particular application.
Here are the current issues that I am trying to fix
- 1. My main menu uses an on hover background color, however, my last menu item is a button, so I don’t want that item to have a background hover. I would just like the button to behave like a button.
- 2. I would like to use a different font for my sub-menu items, but don’t have that option under Advanced Settings
- 3. My sub-menu drop-down has a very thin border around it that I can’t seem to be able to get rid of.
- 4. How do I change the mobile menu hover color for each menu item?
Topic: Search block doesn't work
Hi. Where I have to look for the solution?
Default Enfold Search block doesn’t return any results with any settings, because calls same page https://domain.com/resources/?s=racking&numberposts=6&post_type%5B%5D=post&results_hide_fields= instead of WordPress index https://domain.com/?s=racking&numberposts=6&results_hide_fields
Console shows 404 error:
GET https://domain.com/resources/?s=racking&numberposts=6&post_type%5B%5D=post&results_hide_fields= 404If you don’t submit Search button and use Live Ajax, Chrome console shows JavaScript errors.
avia-head-scripts-902f3cbc95bc7f2d6cded445cf22d228.js:23 Uncaught TypeError: Cannot read property 'indexOf' of undefined at t.AviaAjaxSearch.do_search (avia-head-scripts-902f3cbc95bc7f2d6cded445cf22d228.js:23) at d (jquery.js?ver=1.12.4-wp:2)Topic: problem translation cookies
Hi,
It is impossible to modify the text in the “I refuse” part of the cookies. It always appears in English, impossible to set it in French. This is the only element of the cookies that does not work. Everything else has been translated easily. Is it something to do with the cache? How to empty the Enfold cache? There is no button to do so unless you delete some files, which can affect the theme I guess? Or can we delete them?
Thank you for your help and experience.
NatHi;
the newly in 4.8.3 introduced feature “ALB Social Share Buttons extended” seems to break custom changes via the avia_social_share_link_arguments filter.
Before the update, this code would add a xing share button to blog pages:
function avia_add_social_share_link_arguments($args) { $args['xing'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing.com/social_plugins/share/new?h=1&url=[permalink]&t=[title]"); return $args; }I´ve already tried another approach, but it isn´t working either:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $xing = array('xing' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url=[title]&url=[permalink]", 'label' => __("Teile auf Xing",'avia_framework'))); $args = array_merge($xing, $args); return $args; }Additinally my code, which added the social share links to every single page, does no longer work:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if (is_single()) { $content .= avia_social_share_links(array(), false, '', false); $content .= ''; } return $content; }Is there a fix or workaround for this?
Regards
AnsgarTopic: Google Maps ever disabled
Dear support,
i have a site with wpml. Please show in private content.I create the cookie message and this handling. I use a google api thats worked.
But when i activate the cookie banner handling with message, than i get the cookie banner with option to activate google maps.
When i this doo, than switch on for google maps is visible and cookie button OK.
But the google map dont visible…. neither in German nor in EnglishWhen i dactivate the cookie handling in enfold child theme (german and english) than can i see the google map on contact page.
but dont with activated cookie handling… Whats wrong? What can i do?
Please, please help me!
PS: Show video in private content.
Hi,
to learn how it works, it is a good way, to import demo data.
So I did.
The original can be found here:What I did till yet, can be found here:
I have only made a few translations so far and set a new goal for the button ‘return to shop’ via functions.php.
But that cannot cause the problem.That is:
If I go to the menu item ‘delivery’ (–> original) an click ‘add to cart’, a transparent overlay appears. It slides beginning right over the page and then the product is added to the card.If I do the same on the replicated website, a second scroll bar appears for a short time, the whole page ‘trembles’ a little and then the product is added to the card.
(menu item: Lieferung nach Hause)
That is an unsightly effect and looks a little bit like ‘I couldn’t do it’.
What can be the reason for this? I can’t figure it out.
Thanks a lot for supporting me.
StefanHi!
Unfortunately, I just realized there´s no option for adding a button to upload a file in the Enfold contact form. I have already got the design cleared by the client but now they want job applications together with a CV to be sent with the contact form as well. Bummer. I have tried to style Contact Form 7 with help from your guide but I’d like the form titles to be inside of the fields instead of above them like it is now. Is this possible? Link to page with both the Enfold Contact form (that I prefer ) and the Contact form 7.
I´d really appreciate if you guys could help me to present a contact form to my client that looks like the one in Enfold. So much cleaner.
Regards, Roger
Topic: Menü Problem
Hallo
Wir haben ein dringendes Problem bei unserer WordPress Website.
Zur Website: https://w1nner.com/
Folgendes Problem ist aktuell vorhanden. Wir können unter > Design > Menü > die vorhanden Menü nicht aktivieren. Folglich stimmt die Menü-Struktur aktuell nicht mehr, und wir müssen dieses schnell beheben. Sowohl bei den Menü-Einstellungen “Menüs Bearbeiten” und “Position verwalten” kann man neue Seiten etc. hinzufügen,aber die Änderungen lassen sich nicht aktivieren bzw. speichern mit dem Button.
Version Themes: Parent Theme (Enfold) Versionsnummer ist 4.8.3
PHP-Version: 7.4.19Können Sie mir schnell weiterhelfen?
Vielen Dank für den schnellen Support
Gruss
AndresHi Team,
My graphic designer has redesigned the logos / icons for
Add to Cart
Search
Account (Person Shape)I would like to position these three icons on the right side of the main menu header container.
I would like the Add to Cart button to function as per the default -> Upon hover it shows what is in the cart.
I would like the search button to still be ajax enabled on clickHow do I best approach this?
Previsouly I have created a header widget to get a generic button positioned on the right side of the main menu however this is a little more complex as I would like to still have the default behaviour happen as per the default theme options (search and add to cart)
// Header widget areaadd_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}How would you approach a problem like this?
Hi there,
we are using some content sliders on this page http://klimawandel-buch.dev10.econsor-programming.de/download-bereich/.
We have some slider templates we use and edit afterwards. The first time loading in a template from the saved ones in the backend layout builder, everything is working fine – the problem occurs when editing the same content slider the second time: admin-ajax returns error 500.
The logs show that there is an array instead of a string getting through:
PHP Fatal error: Uncaught TypeError: stripslashes(): Argument #1 ($string) must be of type string, array given in /html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php:570
&
PHP Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, array given in /html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php:575I’ve var_dumped “$content”, and it’s just the button as an array – I don’t know why that happens.
Can you kindly help me out here?
Thanks in advance.
