Hi,
I would like to change the ‘Enfold Theme by Kriesi’ link in the footer.
I am using a child theme and i know this has to be done in the functions.php but do you have any code that i can use to paste into this child theme file to change the link to something else?
Thanks
Hi Guys,
Well there are lots of blog post out there dealing with this subject – but none that I could get to work within Enfold.
I see the natively Enfold is using jquery prettyPhoto
you can add “rel=”lightbox” to any < a href element and the lightbox works
So there must be a manual way of setting this up to work with a gallery
OR preferably
changing the Framework options AVIA Layout builder Gallery – to link from text or single image
so that my client can edit the gallery images
any help woud be greatly appreciated
Hi, Yigit.
Sorry, I understand that I have to modify the file wp-content/themes/enfold/functions.php, but I will add a new line or modify an existing line?
regards
Hey chjmok!
The LayerSlider plugin will load automatically as soon as you activate Enfold. If you want to activate it as a separate plugin copy the wp-content/themes/enfold/config-layerslider/LayerSlider folder into the wp-content/plugins/ folder and activate the LayerSlider plugin (Plugins > All Plugins). Then activate the Enfold theme (Appearance > Themes).
Cheers!
Peter
Hello!
I finish a web for a client. All good but. contact form don’t send de emails.
Can you help me?
Thanks!
Hi there
I am using enfold Small Fixed Header instead of white background i want to use semi-transparent turquoise (#2D5C88) with the navigation labels in white but when i change the color scheme from enfold header section at the first time it shows same but after a refresh or navigate on other page it comes back in white again please help me to fix this.
Many Thanks
Abhi
I have purchased enfold them, and it says it comes with Layer Slider Plugin. But I cannot find these plugin in the package I downloaded. Could you please tell me where to find these plugins to install?
Hi!
Seems to be a problem with the plugin styles you use for adding those images. Not sure what exactly is causing this but I guess if you add the following rule to the quick css field at enfold->general stylings that should fix the problem:
.sidebar .simple-image a{display:inline-block;}
Cheers!
Kriesi
Hi team,
can I configure the Google Font “Source Sans Pro” (https://www.google.com/fonts/specimen/Source+Sans+Pro) for the headlines and body per Quick CSS in Enfold?
Thx and cheers,
Jan :)
OMG, Firstly my second day with Enfold. WOW Amazing support and flexibility. That solved my question immediately
Secondly, is it possible to provide a Long & Lat to centre the map on first load.
Denis
I have a music website and I would like the images in the gallery to link to their corresponding songs on soundcloud. Is there any way I can do this? Right now when I click an image in the gallery, it opens that image url in a new tab. I want the same thing, except instead of the image opening in a new tab, the soundcloud track opens in a new tab. There is a wordpress plugin that allows me to do this called WP Gallery Custom Links, but it doesn’t seem to work with the gallery from Enfold. Please let me know if this is possible to do. Thanks.
Hi LecheLMP!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail { width: 80px; }
Best regards,
Yigit
Hey 1456932587!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header { display: none !important; }
Regards,
Yigit
Hi Denis!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Best regards,
Yigit
Am new to Enfold – EXCELLENT – Have searched the help and forums but cannt find the answer to the two questins below.
Firstly, I can put a map on a page with multiple addresses, however if I try to create a Map Widget that can be used on multiple pages I can only enter one address in the Widgets area.
Secondly, you build a form in the page builder how do yo access the shortcode so hat it can be place in a text block in the widget area (i.e. develop one contact form, then drop on a template or multiple page.
Hi, I wanted to know how I would completely get rid of the header to my website as I don’t have a logo and don’t want enfold showing up. Do I need to insert some code to make it happen?
This reply has been marked as private.
Hello,
Greetings.. and thank you again for your wonderful theme and awesome support
I have another problem in mobile main menu.
– Site is RTL Arabic
– at the width threshold image attached and describing the problem
– at width threshold 990 another image is attached showing the problem
– The third image is what I need to do, please.
Best Regards
-
This topic was modified 11 years, 7 months ago by
mndawood. Reason: modifiying tags
Hi.
I need to create a page on my site dedicated to the real-estate (sale and rent). I tried to make it through the portfolio of Enfold but do not know to create a form to filter categories and tags as properties (type, city, size, price, etc..)
How to create a form to filter by multiple categories and / or tags portfolio?
Thank you.
Hi!
Yes it will. You can use a child theme to avoid that. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
You are welcome, we are always glad to help :) Let us know if you have any other questions or issues
Regards,
Yigit
Hi wsflats!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav ul { width: 250px; }
If that does not work, please post the link to your website
Cheers!
Yigit
I thought I saw a post from someone about doing a child theme after the site is finished. Now I cannot find that post.
I have been in denial and am now just having the nightmare of when Enfold sends its upgrade I will lose all of the work I put into the site.
I tried watching the video by Devin a few times but it all seems so complicated.
2 questions:
-Can you direct me to that post about doing child themes after the fact?
– Can you direct me to a simple way to do a child theme if it is possible to do it after the site is finished?
-
This topic was modified 11 years, 7 months ago by
Devin. Reason: fixed formatting
Hey!
Open /wp-content/themes/enfold/css/base.css and remove from line 184 to line 253:
#top form {
margin-bottom: 20px; }
#top fieldset {
margin-bottom: 20px; }
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
padding: 8px 6px;
outline: none;
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff;
border-radius: 0px;
}
#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
color: #555;
}
#top textarea {
min-height: 60px; line-height:1.5em;}
#top label{
display: block;
font-weight: bold;
font-size: 12px; }
#top legend {
display: block;
font-weight: normal;
font-size: 15px; }
#top select {
width: 220px; }
#top input[type="checkbox"] {
display: inline; }
#top label span,
#top legend span {
font-weight: normal;
font-size: 13px;
color: #444; }
#top textarea{width:100%;}
#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
#top #wrap_all .valid .input_checkbox_label{color:#9AA600;}
#top #wrap_all .error .input_checkbox_label{color:#DF653E;}
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
div.ls-playvideo {
background-image: url(https://l2l.ca/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.png) !important;
}
Cheers!
Josue
Hey!
Please change the code to following one in that case
$phone = do_shortcode('[insert shortcode here]');
simply single quote instead of double
Edit: Yes it will. You can use a child theme to avoid that. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Yigit
-
This reply was modified 11 years, 7 months ago by
Yigit.
Margins are too wide all over.
If you visit my home page:
http://somedomain.server309.com/
I would like to tighten up the gutters around and between the blog entries, and the space on either side of the text widget in the right-column.
Hi!
You are currently using an older version of the theme which is not compatible with the WordPress version you are using. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi Frederic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html { background: white !important; }
Regards,
Yigit
This reply has been marked as private.
Hello Enfold team,
I want to tell you I really appreciate your help with the support.
When I refresh the site, it shows a whole grey background before loading the page. Anyway I can change that to white?
Thank you,
Frederic