Hi,
I looked into it and something (a plugin or custom code) replaces the default pinterest sharing link and icon (which comes with Enfold) with a pinterest bin button. The pin button uses a background image for the icon whereas Enfold uses an icon font (and not a background image) to embed the social share icons. Also the pin button styling is not optimized for the Enfold sharing bar.
Please remove the pin button code to solve the styling issue. The share bar will then look like: http://www.clipular.com/c/6292076673892352.png?k=2oLE3FGp1zde4XQo2yRnA97p-q4
If you want to keep the pin button you need to customize the code. Please hire a developer for this task because it’s beyond the scope of our support forum.
Best regards,
Peter
Hello!
I am new to Enfold and am attempting to recreate a clean blog page look that I have seen elsewhere. I am using the Blog element in the Advanced Page Builder. Under Enfold->Blog Layout, I have selected only Author under Blog Meta Elements.
All looks good on my page, except for an unwanted horizontal line under the featured image for a given post.
If you look at the blog page that I linked to in the private content, you will see the featured image, then the “read more” button, then a horizontal line, then the author name, then another horizontal line. This is all good. But, there is another horizontal line that I want to get rid of but cannot. Please help!
I’ve posted a second link for you to review that shows the blog layout that I am attempting to recreate. In this layout, you will see only one horizontal line under the author name. Please do not mention the URL in the public response.
thanks!
Hi dear Kriesi team!
The threads to this topics are closed already so I started a new one. I used the code from here:
https://kriesi.at/support/topic/read-more-in-masonry-gallery-portoflio/
It worked like a charm, thank you again, Ismael! To show a ‘read more’ button in the masonry portfolio is very user friendly especially for older visitors of the site.
It seems that the code starts working after the page is fully loaded. That causes jumping entry titles in this case. What am I doing wrong?
Best regards,
Thomas
I have done this with another theme (Weaver II) along time ago and I’m trying to do the very some thing with Enfold. I have a site that is HTML and I just want to use the one page restaurant demo for an event. I have the demo edited and set to go and have FTP it to the online server, in a subfolder. But every time I try to access the page:
http://www.sfrcsonora.com/wineride
(wineride is the subfolder containing the WordPress and Enfold theme)
The following happens, the URL changes to: http://www.sfrcsonora.com:8888/wineride
and of course the page cannot be found.
My .htaccess file is the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wineride/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wineride/index.php [L]
</IfModule>
# END WordPress
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
RewriteCond %{QUERY_STRING} author=\d
RewriteRule ^ /? [L,R=301]
I did add the following lines to the wp-config.php file:
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
The page came up but was broken.
I cannot login either, the login page comes up but when you select the login button:
http://com.sfrc.mamp:8888/wp-login.php
It tries to go to my local server login.
I have done a search and replace so that it uses the online server information with the application “Search Replace DB” version 3.1.0.
I do have this setup working with another theme: http://www.justapieceofcloth.com/cistudios_wp/
Thanks for any and all help,
David
Guenni007
Is there any chance that the document that is uploaded at https://pastebin.com/dl/BRQizfDT (for iconbox.php) may have been changed? When I read thru it, the comments at top reference creating a white space, and the word “head” is only present once in the entire document.
EDIT–Ok, I’m 99% sure that I was only using IconList on staging site, but am changing to IconBox now. I am 99% sure that the wrong code is attached to the iconbox.php button on the webers-testseite.de/edited-enfold-alb-elements/ page. The iconlist one actually references Icon List in the comments, but the icon box code only references a white horizontal space, but no mention of icon box anywhere.
Let me know when the correct code is up and I’ll go grab it.
Thanks!
Jon
-
This reply was modified 7 years, 6 months ago by
gatehealing.
I am hoping to be able to this in Enfold
https://better.com/
there are two buttons get started and view rates. But when you click on the get started it will give you two options > Purchase or refinance. Can this be done?
Hello there!
We have been using Enfold for quite awhile with great results. We noticed a couple days ago that when we were logged into edit, the site looked really odd and messed up when we view it, but it looked more or less normal when not logged in. We decided to update the theme and get to the newest version, which we have been meaning to do anyways. After a lot of ups and downs, we got it installed and seems to be working… Although we are having the same problem!
I will give a login and password for you to see what is going on, and see if you can help.
The main issues currently:
– When logged in as admin, and viewing site, it doesn’t look right and top bar for dashboard is gone
– When in dashboard, and clicking the Enfold section to edit options, it doesn’t load fully with buttons and isn’t functional.
Hi,
The current theme does not support mobile devices.
The slider works fine on mobile view by default as long as the caption or content are within limit as you can see on the demo. Usually, the button goes off the slider because the captions are too long. I don’t think it’s quite fair to say that theme is not responsive at all just because you can’t make something work the way you expect it to, without making any adjustments.
Demo: https://kriesi.at/themes/enfold-2017/elements/fullscreen-slider/
Screenshot: https://imgur.com/a/vtPNqvP
Best regards,
Ismael
My developer has given me this code to put into the Child Functions.php file.
This fixes this problem on my Enfold site:
add_action('admin_enqueue_scripts', 'ww_global_connect');
function ww_global_connect($hook_suffix)
{
if ($hook_suffix == 'toplevel_page_gf_edit_forms') {
$l10n_ls_mce = array(
// TinyMCE slider chooser widget
'MCEAddLayerSlider' => __('Add LayerSlider', 'LayerSlider'),
'MCEInsertSlider' => __('Insert LayerSlider', 'LayerSlider'),
'MCEEmbedOptions' => __('Embed Options:', 'LayerSlider'),
'MCEStartingSlide' => __('Starting Slide:', 'LayerSlider'),
'MCENoOverride' => __('no override', 'LayerSlider'),
'MCEInsertButton' => __('Insert into post', 'LayerSlider'),
'MCENoPreview' => __('No Preview', 'LayerSlider'),
'MCENoPreviewText' => __('Previews are automatically generated from slide images in sliders.', 'LayerSlider')
);
wp_localize_script('jquery', 'LS_MCE_l10n', $l10n_ls_mce);
}
}
I hope this helps.
I have tried it several times on different Enfold sites that have this exact same problem with Gravity Forms and it works everytime.
http://www.mosa-mosa.be A small webshop in Enfold :-)
A special “thank you” goes to the Kriesi Team for helping out with the placement of the quantity button in the single product box in the shop overview.
Hi,
How can I have the social media buttons be shown while viewing in mobile devices? It shows on desktop, but not on mobile. My website is http://www.WisithJ.com
-
This topic was modified 7 years, 6 months ago by
Wisith.
Hello,
I followed the directions in the documentation for adding custom icons to social profiles, but I am having a hard time getting the right icons to show up. I would like to add the phone and the location icons from Entypo. I updated the icon code and font name, but they both keep displaying as the pencil. They do show up as items in the dropdown menu in the Social Profiles section. This is the code I added to my functions.php. Is there something I’m missing? Thanks for your help!
function avia_add_custom_icon($icons) {
$icons['icon_name'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854');
$icons['icon_name'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue842');
return $icons;
}
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons['Phone'] = 'phone';
$icons['Location'] = 'location';
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
The Text Area (TinyMCE) link button has been missing for some time in Enfold. Have other people been having this issue? I’m using the latest version of WP 4.9.8 and latest Enfold 4.4.1 without any other plugins activated.
-
This topic was modified 7 years, 6 months ago by
Josh.
Hi,
You can copy the settings from the parent theme to the child theme. Go to Enfold > Theme Options > Import/Export and click on the “Import Parent Theme Settings” button.
Best regards,
Peter
Hi, i`m trying to get this working on enfold, but isn´t showing nothing if i use condition for language:
function enfold_customization_add_to_header() {
if(get_locale() == 'en_en') {
echo do_shortcode("[av_button label='Book' link='manually,https://mydomain.com/test/' link_target='' size='large' icon_select='no' icon='ue800' font='entypo-fontello' font-size='0.1em' custom_class='bookbtn']");
}
if(get_locale() == 'es_es') {
echo do_shortcode("[av_button label='Reservar' link='manually,https://mydomain.com/test/' link_target='' size='large' icon_select='no' icon='ue800' font='entypo-fontello' font-size='0.1em' custom_class='bookbtn']");
}
}
I was trying with es_es en_gb en only, etc…
Well, i`m sorry, its working if i use es_ES like this, but, this is a bit hard to configure it for any locale.
I`m using WPML translate, can i check if im using in url /en/ or /es/ ?
-
This topic was modified 7 years, 6 months ago by
mrpacogp.
Hello together,
I am using the content element “Mailchimp Signup” within my Enfold theme.
Unfortunately, the font-weight for this element does not match the font-weight used within other body text elements.
How can I apply the same font-weight used for normal text within the body on the complete Mailchimp signup forms (incl. placeholders, labels, buttons etc.)?
It would best be an inherit style rule, so it would adapt whenever I would change the overall look of the website.
Best regards,
Marc
Theme: Enfold
Version: 4.4.1
I have not made any changes to the site but have just noticed in Safari that the main menu is not showing (it was previously a hambuger menu).
I have the following code, which may need adjusting?
body {
font-size: 16px;
}
@media only screen and (max-width: 768px) {
.avia-layerslider {
display: none!important;
}}
@media only screen and (max-width: 1250px) {
.custom-font {
font-size: 30px !important;
}}
@media only screen and (min-width: 1250px) {
.custom-font {
font-size: 40px !important;
}}
.avia-button {
font-size: 23px !important;
}
@media screen and (max-width: 1250px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Hi, I implemented a solution to have a Pinterest icon appear on all images of my site, which can be clicked and have the image pinned on pinterest.
However, I can’t get it working on post featured images, because of Enfold’s default link to the image itself.
Searching the forum, I found this, but it’s of no help, since it disables all pointer events on the featured image, including my pinterest overlay and link:
.blog .big-preview.single-big { pointer-events: none; }
So I need another solution (without changing core Enfold files) please.
Here is a page on the site, notice how the pinterest button appears on all post images, except the featured image.
Is there a hook or something to disable Enfold’s featured image link?
Thanks,
Tom
Hey Jak73,
Thanks for the screenshot, I see that it is of the “Shop Demo”, I believe that you are asking how to activate (install) this demo.
To do so please go to Enfold Theme Options > Demo Import > Import demo files
Then hover over the image of the demo and click the button that appears “Click to import”
Please note that the “Shop Demo” requires the WooCommerce plugin to be installed and activated first.
Please let us know if this answered your question.
Best regards,
Mike
Hi Kriesi
I have customized the navigation (next, prev) buttons on my portfolio to reduce them down to small tabs only.
They still show a white title and have a slight jumpy transition which I can’t stop.
Can you please help by pointing me to the right CSS to stop the title showing on hover and stop the tab jumping.
Many thanks
Helen
Hey atifaijaz123,
Thank you for using Enfold.
Adjust the youtube url format and the button should automatically link to a lightbox. (see private field)
Best regards,
Ismael
Hi Victoria,
Yes the avia.js updated with the lates Enfold version last week.
header.php was added after Basilis suggested to update it from the main enfold theme to child theme.
Now, I deleted header.php but nothing changed.
Below problems still continue :
1- Burger menu X Close button do not appear. So I can not close the menu.
2- I tried to add the text ‘Menu’ to burger menu but it does not work.
3- When I change the burger menu icon color from Enfold Theme Options, the color only changes when I scroll down the page and when sticky header becoems active.. Otherwise it does not reflect the customized icon color.
4- Is it possible to place full screen slider inside a color section? Or any solution to make color section bg images to slide?
Hi!
When I press the search button of my site the theme gives me an error:
Warning: include(/membri/challandart/wp-content/uploads/avia_fonts/lifestyles/charmap.php): failed to open stream: No such file or directory in /membri/challandart/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469
Warning: include(): Failed opening ‘/membri/challandart/wp-content/uploads/avia_fonts/lifestyles/charmap.php’ for inclusion (include_path=’.:’) in /membri/challandart/wp-content/themes/enfold/config-templatebuilder/avia-template-……………..
What can i do?
Thank you!
Thanks, Mike. Good to go on the button issue. As for the iPhone issue, I’ll wait to hear from the team. I did look at your link.
I’m not sure where the issue lies (Chrome Inspector, Enfold, iPhone, etc.), but it’s frustrating that views are different. See the example below.
This is how the home page looks in Chrom Inspector (iPhone 7 landscape).
This is how that same page looks on the Chrome browser (iPhone 7 landscape).
This is how that same page looks on the Safari browser (iPhone 7 landscape).
I’m not looking for perfection here, as I know how difficult this stuff is. However, a client will never accept elements bleeding into their headers.
Orli OvadiaGuest
Hello,
I do want to register but I don’t have the license number because the programmer that built my website doesn’t work for me anymore.
I have a technical issue that I cannot repair.
Clicking the “Advanced Layout Editor” button just adds a # to the url rather than toggling the editor.
Clicking the edit button doesn’t work
I have worked with the Enfold theme without any problems for a long time. Any ideas what the conflict could be?
Thanks!
I installed the Addtoany plugin, but I wanted to use the social share button of Enfold, but without the hover effect on the social icons, for example, I would like to see, even without hovering over the mouse, the blue of the Facebook icon.
Hey NR1234,
Thank you for using Enfold.
You can use this css code to create buttons with rounded edges.
#top body div .avia-button {
border-radius: 5px !important;
}
Adjust the value as needed.
Best regards,
Ismael
Hi,
I checked your site and I see the same logo on all pages.
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

Best regards,
Vinay
Hi Ismael,
Thanks for that – I have inserted the debug mode code into my functions.php file as per the instructions you have provided. Below is the copy/paste I got from the ‘Default Editor’ option (not sure if that is what debug mode is) – I tried to edit the code but it came back weird after that (there were no edges around the content) so I reverted the changes.
[av_section min_height='75' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-startup/files/2015/02/pricing_big.jpg' attachment='496' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#4ecac2' overlay_pattern='' overlay_custom_pattern='']
[av_one_fifth first]
[/av_one_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[av_heading heading='NO CONTRACTS. NO LOCK INS. NO BULL TURDS. SIMPLE - EFFICIENT <strong>PAY AS YOU GO</strong> LOCAL PROFESSIONAL WEB DEVELOPMENT. DON’T PAY A CENT MORE.' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#ffffff'][/av_heading]
[av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[/av_one_fifth]
[/av_section]
[av_submenu which_menu='custom' menu='2' position='center' color='main_color' sticky='aviaTBsticky' mobile='active']
[av_submenu_item title='Top' link='manually,#top' linktarget='' button_style='']
[av_submenu_item title='Pricing' link='manually,#pricing' linktarget='' button_style='']
[av_submenu_item title='FAQ' link='manually,#faq' linktarget='' button_style='']
[av_submenu_item title='Pre Sale Questions' link='manually,#pre-sale' linktarget='' button_style='av-menu-button av-menu-button-bordered']
[/av_submenu]
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='pricing' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_table purpose='pricing' pricing_table_design='avia_pricing_minimal' pricing_hidden_cells='avia_show_empty_cells' caption='' responsive_styling='avia_responsive_table']
[av_row row_style='avia-heading-row'][av_cell col_style='']In 'n' Out[/av_cell][av_cell col_style='']Regular[/av_cell][av_cell col_style='avia-highlight-col']Plus[/av_cell][av_cell col_style='']Enterprise[/av_cell][/av_row]
[av_row row_style='avia-pricing-row'][av_cell col_style='']$80<small>per hour</small>[/av_cell][av_cell col_style='']$60<small>per hour</small>[/av_cell][av_cell col_style='avia-highlight-col']$55<small>per hour</small>[/av_cell][av_cell col_style='']$45<small>per hour</small>[/av_cell][/av_row]
[av_row row_style=''][av_cell col_style='']For small projects under 10 hours[/av_cell][av_cell col_style='']For small projects under 10 hours[/av_cell][av_cell col_style='avia-highlight-col']For medium/large projects over 10 hours[/av_cell][av_cell col_style='']For medium/large projects over 10 hours[/av_cell][/av_row]
[av_row row_style=''][av_cell col_style='']Priority Phone/Email support[/av_cell][av_cell col_style='']Email Support[/av_cell][av_cell col_style='avia-highlight-col']Priority Phone/Email support[/av_cell][av_cell col_style='']Email Support[/av_cell][/av_row]
[av_row row_style=''][av_cell col_style='']24 Hour Turnaround Time[/av_cell][av_cell col_style='']3 Day Turnaround Time[/av_cell][av_cell col_style='avia-highlight-col']24 Hour Turnaround Time[/av_cell][av_cell col_style='']3 Day Turnaround Time[/av_cell][/av_row]
[/av_table]
[/av_section][av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='faq' color='main_color' custom_bg='#fcfcfc' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_fifth first]
[/av_one_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[av_heading tag='h1' padding='10' heading='Frequently Asked Questions' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='70px' custom_margin_bottom='70px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_one_half first]
[av_textblock size='' font_color='' color='']
<h4>What if I buy 10 hours but don’t use all the hours in my project?</h4>
[av_dropcap1]W[/av_dropcap1]ell I have good news for you - if you can send me an email confirming you will not have any work in the future and request a partial refund - you will receive a payment back for the hours you don’t use. Pretty neat right? You can also keep the hours left as credit for projects in the future.
<h4>Can we meet for a coffee to discuss?</h4>
[av_dropcap1]I[/av_dropcap1] believe in modelling those that are successful - one of the people I look up to is author Tim Ferris from the book ‘The 4 Hour Workweek’. We live in a connected world of Skype, WhatsApp, FB and join.me - I expect my clients to understand or make a serious effort in being connected - and you will find the rewards immense and be able to accomplish a lot more in a much shorter time span.
<div>While I do meet face to face with clients occassionally on larger projects ($6K+) - the majority of my client work is conducted online - so the short answer is no.
[/av_textblock][/av_one_half][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat'][av_textblock size='' font_color='' color='']
<h4>How much for a website?</h4>
[av_dropcap1]L[/av_dropcap1]ooking back at my clients for the last 6 years no good relationship has ever started with the question ‘How much is a website’ - however I feel it’s a fair quesiton so I will answer as best I can.
The cheapest website I’ve ever made was $350 and the most expensive was about $22,000.
If you are looking for a quote and have a budget of $1,600+ I can review your requirements and give you a fixed price - however if your budget is under that then I can give you an estimate of how much time your project would require in hours - you can get a pretty decent looking website for $500 if you agree to write the content and buy the theme/hosting.
<h4>Do you do SEO?</h4>
[av_dropcap1]I[/av_dropcap1]’m currently on Page #2 for the highly competitive term ‘wordpress developer sydney’ - which I have been steadily climbing since the start of this year.
If you provide your Google Analytics/Google Webmaster Tools I can review your website and give a recommendation for how I can help - you might want to do that before I get to Page #1 because once I do my rates for SEO will go up substantially.
</div>
[/av_textblock]
[/av_one_half]
[/av_section]
[av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='pre-sale' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_fifth first]
[/av_one_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[av_heading heading='HAVE MORE QUESTIONS? SEND THEM THIS WAY! I’M <strong>ALWAYS AVAILABLE TO ANSWER YOUR ENQUIRIES</strong> AND START A DIALOGUE - BEGIN WITH THE FORM BELOW' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
[/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='70px' custom_margin_bottom='70px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
[av_contact email='' title='' button='Submit' on_send='' sent='Your question has been sent, we will reply as soon as possible!' link='manually,http://' subject='Pre Sale Question' autorespond='' captcha='' color='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third'][/av_contact_field]
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third'][/av_contact_field]
[av_contact_field label='Which Plan?' type='select' options='Starter, Regular, Plus, Enterprise' check='' width='element_third'][/av_contact_field]
[av_contact_field label='Subject' type='text' check='is_empty' options='' width=''][/av_contact_field]
[av_contact_field label='Message' type='textarea' check='is_empty' options='' width=''][/av_contact_field]
[/av_contact]
[/av_section]
Also don’t forget the question about the menu I put down above:
Also is there a way to make the header menu be small from the get go instead of get large then smaller?
https://cl.ly/d2b9494adadc/Image%2525202018-09-11%252520at%25252012.43.47%252520PM.png
https://cl.ly/77bd973e7521/Image%2525202018-09-11%252520at%25252012.44.28%252520PM.png
screenshots above are from this page: http://www.headstudios.com.au/sample-landing-page/
Thanks for all your help!
Hi,
Great, you can set the footer site wide if you go to Enfold->Footer and change the settings in the Default Footer & Socket Settings option. Before that you need to create a new page and paste the following shortcode in the box below the regular Layout Builder:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='footer-template' color='footer_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='diagonal_bt' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-jfgi5bwp']
[av_buttonrow alignment='center' button_spacing='20' button_spacing_unit='px' av_uid='av-jfj7zffg' admin_preview_bg='']
[av_buttonrow_item label='Follow me on Twitter' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8f1' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-13flxu' icon_hover='']
[av_buttonrow_item label='Follow me on Facebook' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8f3' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-y5cei' icon_hover='']
[av_buttonrow_item label='Follow me on Dribbble' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8fe' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-rviru' icon_hover='']
[av_buttonrow_item label='Follow me on Instagram' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue909' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-m6ojm' icon_hover='']
[av_buttonrow_item label='Follow me on LinkedIn' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8fc' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-gz0de' icon_hover='']
[av_buttonrow_item label='Get in touch' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue805' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-xw4y' icon_hover='']
[/av_buttonrow]
[av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='#eaeaea' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='#000000' icon='ue808' font='entypo-fontello' av_uid='av-jfj8eyp1' admin_preview_bg='rgb(255, 255, 255)']
[av_one_third first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2gdk2']
[/av_one_third][av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lejfe']
[av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jfiohzkt' admin_preview_bg='']
<h4 style="text-align: center;">Subscribe</h4>
<p style="text-align: center;">Get our latest news, tips and tricks</p>
[/av_textblock]
[av_contact (Email address hidden if logged out) ' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color='av-custom-form-color av-dark-form' av_uid='av-jfiogcbk' admin_preview_bg='']
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_three_fourth' multi_select='' av_contact_preselect='' av_uid='av-fmhgi'][/av_contact_field]
[/av_contact]
[av_textblock size='12' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jfiohzkt' admin_preview_bg='']
<p style="text-align: center;"><a href="#">About</a> | <a href="#">Imprint</a> | <a href="#">Contact</a> | <a href="#">Terms</a></p>
[/av_textblock]
[av_textblock size='12' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jfiohzkt' admin_preview_bg='']
<p style="text-align: center;"><a href="http://kriesi.at">© 2018 Enfold by Kriesi</a></p>
[/av_textblock]
[/av_one_third][av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-6l59m']
[/av_one_third]
[/av_section]
Best regards,
Rikard