-
Search Results
-
Topic: Shortcode migration
Hello,
Old web site contains old short codes. We migrated to Enfold and alot pages have old button shortcodes, button, according, like:
[button size=”small” src=”https://www……” target=”_blank” ] SOME INFO [/button]
and
[toggle_box]
[toggle_item title=”BIBLIOTEKININKYSTĖS IR KRAŠTOTYROS SKYRIUS”]
[/toggle_item]
[/toggle_box]
etc…And we using Ultimate Shortocde plugin, and maybe you have ideal how replace Ultimete Plugins short codes to Enfold shortcodes too?
Any idea how add [button shortcode like [av_button…. ? or replace
Thank you
Hey guys.
I read and wrote a code to add a custom social icon with an image from here – https://kriesi.at/documentation/enfold/social-share-buttons/#gist85414748
but nothing works
1. Instead of my image, it shows the pencil icon.
2. The CSS code for the hover image and background color doesn’t show at all.I’ve added the site and login details (the site is under construction)
thanks for the help
Hi guys,
We have a website http://www.overthemoongh.co.za
in particular pages
and
half way down the page on the right hand side is a “Check Availability” code box with html javascript. When you click the button a calendar should pop up but it appears that something in the Enfold theme is blocking this popup. Also is there any way to make the background of this box Black so that the white font can show?
I look forward to your assistance :)
Topic: conditional button enfold
hi, there is a way to show two different button one for guest and one for logged in user. into an home page?
Hi there!
I´m using an iframe to show an image by clicking another image.
You can have a look at the result here: https://www.klinikum-lippe.de/allgemein-und-viszeralchirurgie/#team
It´s the “image-button” “FOCUS Top Mediziner 2021” in the right side of the big image. While viewed in Firefox the displayed content perfectly adjusts to the iframe dimensions. Unfortunately Google Chrome does not adjust the content and cuts it off. Is there a way (“on the enfold side”) how I could force all browsers to adjust the iframe content to show 100% of the image?Thanks a lot in advance!
Greetz
MarcoThe social media sharing buttons on the product page are not displayed correctly, after Enfold update 4.8.3.
See example page.
See this screenshot.Best regards,
OrianoHi 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.




