-
Search Results
-
Modal shows only 1 sec and closed. I want to keep it until customer close it.
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Modal Header</h4> </div> <div class="modal-body"> <p>Some text in the modal.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div>I am using Enfold 4.0.4 and lightbox settings are open.
You can visit the link and click on the any image and click on Open Modal button. after fix it I want to call Modal from Jquery when clicked on Click for pricing.
Thank you
On this page https://colegelidyr.ac.uk/ there are 3 bores containing an image on top and a text-box + CTA button Hald Way Down.
I have tried to make something similar i in enfold but with little succes. Is there some one who have some good ideers?
Regards,
Chrilles
Using Enfold, I created a secondary menu with three custom links in it. I need the third one to open in a lightbox. Example:
Phone number (custom link): links to tel:1234567890
Apply (custom link): links to external site ex: google.com
Request (custom link): Links to a page : /request-information?iframe=trueI’ve then added this to the child-functions file:
// custom script
add_action( ‘wp_footer’, ‘ava_custom_script’ );
function ava_custom_script() {
?>
<script type=”text/javascript”>
(function($) {
function b() {
$(“#header_meta a”).magnificPopup({
type: ‘iframe’,
mainClass: ‘avia-popup mfp-zoom-in’,
});
}$(window).load(function() {
b();
});})(jQuery);
</script>
<?php
}With this functions script added, it opens ALL three links in a lightbox. Without it, doesn’t open the third menu item in a lightbox.
Question: What is needed to make only the third button open in a lightbox?
Thanks in advance. You guys are the best.
Topic: Color section wipes all data
Hi
I am facing a very strange problem. As soon as I add a Color Section to my pages, and hit teh update button. everything wips out form the page. I have inactivated all plugins, and changed child theme back to teh normal Enfold theme ect.No success
Please help
Topic: CSS not working
Hi,
i tried to modify avia fullwith button (border radius) but it did not work.
I activated css class option in “Enfold” -> “Layout Creator” and tried different css code snippets from support forum via Quick CSS and in custom.css file. Both did not work.
I also tried to modify button with extra plugin “Yellow Pencil Live CSS Editor” but it did not work.
Can you help me to find a solution?Thanks in advance
Regards
NikTopic: Horizontal Mail chimp form
Hi,
– i’d like to have mail-chimp form on a single horizontal line, like something in the documentation (https://kriesi.at/documentation/enfold/mailchimp-signup/ ) under ” Playing with columns”. The example there is all HTML and no CSS and in the Mail Chimp element i can’t find a way to assign classes to each element of the form.
– Also how do i change the text on the submit button?
Thanks and regards,
SteffenRunning the latest version of Enfold, I clicked on the Update button for WordPress version 5.1.1 and the site broke, returning a 500 Internal Server Error. After some time on the phone with BlueHost (our web host), they were able to get the site back up after turning off the Enfold theme. Just turning off all plugins didn’t restore the site.
I reinstalled WordPress 5.1 (one version back), re-activated Enfold and everything is working again.
Can you please look into this issue between Enfold and WP 5.1.1? Credentials listed below. Thank you!
Dear support,
I am rather new at using the Enfold theme.
My goal is to build a popup slider using LayerSlider which was bundled with the Enfold theme.
I upgraded the LayerSlider plugin to be able to use the popup functionality.
Now I want to make a popup slider which is triggered by a click (on a weblink, a button, in the menu and on a button in a full screen slider).
LayerSlider wants me to enter a CSS/jQuery selector in a field for the popup slider.
That’s why I need to specify an “ID or class attribute on the button or element that should open the popup”.Is there a simple tutorial on how to do that in Enfold? I have already enabled custom CSS field by enabling “Show element options for developers” in the Enfold Child Theme Options. But I can see no options in the Enfold user interface (weblinks, buttons, menu). I am using the block editor.
Hello,
I’ve found myself in an extremely frustrating situation where the homepage on my website is now a blank page with my normal header / footer. I haven’t logged on in a number of months and wanted to edit some sections this evening. Upon logging in I noticed that WordPress had upgraded and now when clicking “edit” on the home page from the “pages” tab there is now a great deal of code at the top of the page. When I scroll down for quite a ways I get back to the Avia Layout Builder that used to be at the top. (I would love to view the builder like it was a few months ago.) Long story short, I started editing some colors on sections and wanted to see how they looked. Normally I just click preview and it works. This time it didn’t refresh the preview and it just showed the same color scheme unless I clicked update. Upon playing with the new colors I realized the update feature began to not work any longer as well. I tried clicking the “revisions” tab that to see if I can roll back the revisions I had made but instead it completely removed the entire page to where it is blank now. There is obviously some bug that is beyond my novice abilities with WordPress.
After doing some research I’m seeing that there have been a number of updates released since I last logged in. I tried upgrading WordPress and all the plugins, but couldn’t figure out how to upgrade the Enfold theme. Could this be the issue that I’ve run into? It appears I’m only running 4.2. Either way, it seems that my work is still available under revisions, I just can’t apparently load it nor view it when I click preview or update any longer. Any help on what I need to do to get back to my normal site would be much appreciated.
Hi guys,
Whenever I click the “Show more” button under my masonry gallery it simply does not work OR it does work but I get to see 2 scrollbars.
Any idea what might be causing this? I saw this issue first right after I tweaked the Enfold performance settings. Another cause might be my WPMU plugin.Would you mind taking a look, please?
Cheers :)
OK… I cannot just keep blaming my hosting or caching plugins anymore… I am just over it. I’ve disabled everything, I’ve taken steps I’ve never had to take, including dumping my entire server and reinstalling all software. The theme color changing (ironically about the simplest customization i can make) is constantly not working for me and resetting alternate text, buttons, and more to the original puke green theme colors. Despite the style selections showing me what I have picked.. I cannot tell you how at the end of my rope I am with it. I have NEVER had this problem before on ANY other theme. Its ridiculous that I have given this much time and effort in to just changing the theme colors and making them stay… I do not wish to spend any more time on this, I am not going to use enfold for this project. I would like a refund, that’s it. This has taken the better part of my work week and its just plain silly. I’m moving to a different theme. Perhaps a simple phone call could have resolved this… But not an option so… Refund or not, this theme will not be used on my site. Thanks. There was lots of cool in there. Nothing is worth this tho.
Hello,
I’m just using the reCaptcha V2 for one of our clients page.
Unfortunately the label settings for the send-button are not effective anymore when using the reCaptcha.
Could you advice how to change the label according to the backend form settings:

Right now we only can see the english label:

Thanks, Enrico
Topic: Enfold Button no target
Hello,
I am trying to define a target for the Button.
The button widget doesn’t have any possiblitiy to define a custom target. That’s why I use the code-widget.[av_button label='Zurück zur Übersicht' link_target='_main' link='manually,https://intranet.weber.wor/' size='medium' position='left' icon_select='yes' icon='ue841' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2z']“_main” is my custom target. But its not rendered.
Below you see the result which is genrated:
<section class="avia_codeblock_section avia_code_block_0" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="avia_codeblock " itemprop="text"> <div class="avia-button-wrap avia-button-left "> <a href="https://website.com/" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Back to overview</span></a> </div> </div> </section>Do you have any advice?
Thanks in advance,
Sepppl

