-
Search Results
-
Using this code
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = "popup"; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);I managed to make the advanced layout editor button appear when editing a popup in Popup Maker.
But then it does not work, the popup is empty also if i build a layout.
I tried also with this older code that i found here on the forums:
`function add_builder_to_posttype($metabox)
{
foreach($metabox as &$meta)
{
if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
{
$meta[‘page’][] = ‘popup’; /*Using ‘ as quotes*/
}
}return $metabox;
}But this does nothing.. does not even show the blue advanced editor button
So? What should i do?
Topic: Google reCAPTCHA
Hi,
i have 2 problems with Enfold Theme:
1)after enabling Google reCAPTCHA I see “I’m not a robot” in my contact form, but after clicking the checkbox, I see my submit button;
2) also, in the Contact form i setting “Redirect”option” ( with a thankyou page), but the page, after enabling Google reCAPTCHA, doesn’t open, because contact form wait clicl on send button.Topic: Fullwidth slider
Hey Enfold, so on mobile portrait and landscape screen I wont to remove my captions and buttons in my fullwidth slider. I use the slider as my top banner. Can you help?
Propulsion works with simple shortcodes, perhaps these are its default shortcodes, such as the following examples:
[button link=”https://www.website.com/webpage/” text=”grey”]Order, Learn More[/button]
[hr_invisible]
etc.
Will these Propulsion shortcodes work in Enfold too?Best regards,
Thomas Kurzej
Hi!
I’m making a new site using the One Page template https://kriesi.at/themes/enfold-landing-page/. I am just realizing before launch that I don’t like the fact the browser’s back button takes the user back to the previous web page, but not back to the previous #bookmark within the same page. I like the jump feature for navigation, but think it’s nature for people to hit the back button when they want to see what they were just looking at. Is there a way to over-ride this so when a user clicks the brower’s back button, they will be taken back to the last bookmarked section (for example,. going from the link mysite.com/#pricing to the link mysite.com/#faq when clicking the back button, instead of leaving the website)? As a second resort, is there a way to make the “up” arrow that floats on the screen turn into a Back button that takes the user back to the previous bookmark instead of the top of the page?
Thanks!Hi, we didn’t find answers to the following two topics:
1. How can we define “custom buttons”, e.g. https://www.dropbox.com/s/ym3rqjihlf9z9dn/button.jpg?dl=0
So the symbol on the right side of the button should have the height of the button.2. How can we define individual font colors to be easily used in WordPress editor? E.g. https://www.dropbox.com/s/yizimk83jwgmrm1/font-individual-color.jpg?dl=0
We want to define them in Enfold child theme.Thanks a lot.
Topic: Design Question
Hi,
I bought the Enfold theme and also installed it onto a Clients Server and so far it is working well. But there are some Problems that i noticed.
1. On Chrome The page looks good and also most buttons etc are in one line. But on the Firefox and Internetexplorer there are some issues. Im not sure how to fix this.
2. The Theme currently is Boxed layout. There the content looks good but now the clients want full Width BUT the Content Boxed like it is. So in generall no problem. But i have some color sections with different colors. (You can see in example Link.)
SO now i need to know how can i get full width but the color sections with it colors also full width to the end of the sites?3.Then the Header Area. When im Loged in to the page then im not able to see the Wp-Admin Area on the Frontend.
I installed Enfold Child Theme.
Hope you can Help me!
Kind RegardsRene
Topic: Enfold contact form
Hello Enfold Team,
Enfold contact form … or what solution do you recommend?
I would like to relinquish a simple registration for a raffle.
1 question. Does the form also 2 columns? If so, what do I have to do.
2nd Question: Idelal would have a prominent “Join Now” button. If you make this click you should see a pop-up (Thank you for your participation. We wish you good luck!)
If an additional plug-in would be used, that’s fine with me too.https://www.dropbox.com/s/bmhu2x5qzr7pqdy/Bildschirmfoto%202019-08-23%20um%2014.15.51.png?dl=0
Thanks so much!
StefanHi there!
I am trying to change the button in my main navigation bar to have a background image and custom text formatting along with the same effect that comes default with enfold for hover (I think it’s a white semi transparent overlay).I’m including the links to the site in the private section below.
Thanks in advance for your help!
~L
Hi guys and gals,
I’m almost done building a site for client, need some help finalizing a few things, some of them being mobile specific. Here goes:
Website: greenmtnbowtag.com (login deets in the private content area)
1) On the homepage (http://greenmtnbowtag.com/) the video at the top won’t autoplay on IOS devices. I checked the site on my friend’s Iphone, you get a still screen with a play button over it. You can’t press the play button naturally because there is text overlayed over it. Is there a way to get it to autoplay on IOS devices? Have yall ran into this problem before?
2) This is a bit of nitpicky thing, but I don’t know how to edit it. On the INFO page (http://greenmtnbowtag.com/info), you get this on mobile: https://imgur.com/a/NfewvgJ
There is a black bar that spills over from the top section with the helmet to the one below it. It doesn’t happen on desktop screens, so I’m not sure why it is on mobile.3) This one is a bit embarrassing, as you showed me how to code it for a previous website I built. I tried to re-appropriate the code, but it didn’t work for me. On the contact page (http://greenmtnbowtag.com/contact), I want to move the “travel all over” image above the contact form on mobile. It naturally moves left to right, but I want to switch those two on mobile. Here is what I tried, I wonder how close I am:
div#contactarea div.av-section-color-overlay-wrap { display: flex !important; flex-wrap: wrap !important; } #contactarea .flex_cell.conform { order: 2 !important; } #contactarea .flex_cell.vermap { order: 1 !important; }4) Remove “Enfold WordPress Theme by Kriesi” from the footer
5) Also, for some reason, when I’m on the Pages section of the backend, I can’t clone pages – which is weird. Also, the two new pages I just published, “Privacy Policy” and “Terms of Use” are both being weird and aren’t being protected by https. I’m not quite sure why, almost seems as if the browser thinks they’re coming from a different website.
Thank you so much for your continued help. I’ve learned a lot from yall and was able to style most of the site myself. Hopefully I keep getting better :)
Cheers,
-DanielHi!
A while ago you helped me with some text in a popup: https://kriesi.at/support/topic/simple-text-in-popup-when-clicking-a-button/.
The site we use this on still runs Enfold 4.2. When I try to update it to 4.5.7, I get the error magnificPopup is not a function, and the content that was previously in the popup is now displayed outside of the popup, on the page. I tried to fix it and I saw it was fixed here: https://kriesi.at/support/topic/magnificent-popup-not-workin-not-recognized-as-a-function/ but I cannot see what is done here exactly.
The used code:
function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script>Can you help me with fixing this error? The site is currently back on 4.2 so there’s no error.
Thanks!
Daniel
Hi Enfold support,
From the Content Elements, I dragged a Fullwidth Sub Menu item and then chose the option: Build simple custom menu
I added the entries and for one of those entries I changed they Style to: Button Style (Colored)
I added a Custom CSS class for that Fullwidth sub menu item called: sub-menu-localI’m trying to change the entry with a Button Style (Colored) – Specifically I want to change the border-radius.
Edit: I also want to change the text color to #6b6868, but only for the entries that are not “Button Style (Colored)”
Can you please help me accomplish this?

