-
Search Results
-
Topic: Floating button suggestion
Hi there guys,
Thanks for the great theme. We would like to ask your opinion on how to integrate a floating button like the one we already have on the website.
We need that floating prompt for people to contact us, but this specific solutions we are currently using is loading from an external source and we do not like that.Do you have any plugin suggestion that we can use, or does enfold have any integrated functionality that can serve us?
Hi,
i have a few problems and the creator of the plugin told me to aks you. Here the link to our conversation (http://codecanyon.net/item/stachethemes-event-calendar/16168229/comments?page=4 last conersation from hannam282)
I placed the calender in the widget area but i had style problems and the reminder/erinnerung button has problems.
Can you help me?
Thank you!!!
Topic: custom mobile layout
Dear enfold team,
my website looks great on monitor but for mobiles i want to custom those things:1. Reduce white space of breadcrumbs on mobile version (there are too much white space on the left and the top of the breadcrumbs)
2. More white space between the toggle and the map on mobile version
3. Reduce white space between the gallery and the button “jetzt anfragen” on mobile versionCould you please helf me with those issues?
Just implementing some sub menus on an Enfold based site and noticed that the menu doesn’t toggle when viewing on mobile UNLESS “Sticky submenu” is ticked.
Digging into the javascript code, this function below causes the menu to toggle. There is no other mention of toggling the sub menu in the javascript code that I can see
$(".av-sticky-submenu").each(function() { var menu = $(this), placeholder = menu.next('.sticky_placeholder'), mobile_button = menu.find('.mobile_menu_toggle'); win.on( 'scroll', function(){ window.requestAnimationFrame( $.proxy( check, menu, placeholder) )} ); if(mobile_button.length) { mobile_button.on( 'click', toggle ); } });Topic: enfold contact form colors
Hi,
After you press the Submit button, there is this outline (green) and button color (pink) that appears briefly before the Thank You message appears. Is it possible to change these colors? I am using the enfold contact form.
Thank you.
I have been fixing bugs for a client with the Enfold theme since the latest WP update. My last fix is the social share buttons. The current code fix puts the buttons on the bottom every page. I don’t want/need them on every page. I originally had them isolated to “portfolio items ” and “posts” but the update messed that up. I need a code update or css work around.
I am using the following code from another post in my the functions-enfold.php file.
// add social toolbar to pages & builder pages
add_action(‘ava_after_content’, ‘avia_add_social_toolbars’, 10, 2);
function avia_add_social_toolbars($id = “”, $context = “”)
{
if($context == “page” || $context == “single-portfolio” || $context == “product”)
avia_social_share_links();}
add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
function avia_add_social_toolbar_template_builder($content = “”)
{
$content .= ‘<div id=”custom_share_box” class=”avia-section main_color container_wrap”><div class=”container”>’;
$content .= avia_social_share_links(array(), ”, ”, false);
$content .= ‘</div></div>’;
return $content;
}Hi,
I realize this is likely outside of the regular support, but it’s something I’m trying to achieve with the site, to satisfy a client requirement so would definitely appreciate any ideas you might have as experts with the theme.
On my front page I have a button that opens a youtube video, the youtube video opens in the enfold lightbox.
If a user clicks the cross at the top right of lightbox , the lightbox closes and they are taken back to the front page.
or if they click anywhere off the light box they are also taken back to the front page.I want to promote a signup to my newsletter as soon as they’ve finished watching the video.
I am thinking the easiest way to do this would be to pop up something when the lightbox is exited (either because someone pressed the cross, or because someone clicked off the screen).
Can anyone give me any idea how I might do this? if it involves a plug in suggestion that’s fine also,
if you can tell me some code that I might be able to get to trigger when the lightbox closes that might be handy too.
I am looking for the simplest solution to achieve this, many thanks
Hi,
I am tracking google events on my enfold forms, but I am using a particular “request a quote” form on various pages, and that form uses the same class. How can I tell the difference between the various form in GOALS? Can I add a second class in the custom class input field?Hello,
I have just gone to update to your latest update and the site has totally crashed. I literally did nothing other than hit the update theme button.This message comes up. I have no idea how to fix this as I can’t even get into the back end of the site now to do anything. I have put the login details below in case you need them.
thank you!
Warning: require_once(config-wpml/config.php): failed to open stream: No such file or directory in /home/trustshore1/public_html/wp-content/themes/enfold/functions.php on line 30
Fatal error: require_once(): Failed opening required ‘config-wpml/config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/trustshore1/public_html/wp-content/themes/enfold/functions.php on line 30
I created a page and saved. I went back in to edit and the advanced layout builder will not display or load. It shows the loading icon, but the layout elements will not load.
I created the Contact Us page prior to creating these two. It loads fine. I created Hunting in South Fork, next. After creating the text, I added a full width Easy Slider and the publish and preview buttons grayed out and I could not update. I assumed WordFence needed to be modified to Learning Mode, had another window open and changed it there. The page would not let me update, still, so I created a new one. It allowed me to save, but now I still cannot edit.
Thinking it might be a cache issue, I tried to load it in a different browser (Chrome) and it won’t load there either.
1. I’ve turned off all plugins. They are still off.
2. WP, Enfold, and plugins are all updated.
2. I recreated a new page, with the same problem.
3. Old pages prior to updates load fine.
4. Created you a login.
5. Tried initially in Firefox.
6. Tried again in Chrome.
7. I’m on a Mac OSX.
8. I also tried adding the jquery code in your ‘update to wordpress 4.5 please read this post’ notice. Didn’t fix, so I deleted.
9. Reset Wordfence to learning mode.The two pages in question:
Hunting and Fishing in South Fork
Hunting in South ForkTopic: CSS for input[type='reset']
I just made a custom form using the default Enfold CSS formating.
One of my buttons is the “reset” button to delete all fields. I was surprised to see a basic button next to the nicely formated “submit” button.
Reviewing the Enfold CSS I noticed that there is no code for input type “reset”. I have added that now manually in my child CSS file.
However, I would suggest to amend the official Enfold CSS with some definitions for this input type.
Best regards,
GuntherHello
I would like to change text of sending button in Enfold contact form. When I push the button – right now apears “sending” but I want another text.Thank you
Ondrej

