Hey!
Please deselect the Blog on Enfold > Theme Options > Where do you want to display Blog?. Edit the homepage that you set on Enfold > Theme Options > Frontpage settings then insert the Blogs Posts element. Set it to Grid Layout.
Regards,
Ismael
Hi!
You can actually use the Contact Form 7 plugin instead of the default Enfold Contact Form. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
Ismael
Hey vasilybodnarchuk!
You can add this on Quick CSS or custom.css:
.srr-tab-wrap.srr-tab-style-orange.srr-clearfix li {
display: inline;
clear: none !important;
}
Regards,
Ismael
To use many of the awesome apps like the sliders and etc you have to upload images first and host it from the same server where your theme is located. Can you guys make it possible to use images that are hosted at an eternal servers and have the capability to use those images in sliders and other apps. My company is stepping away from hosting images on our servers to a cloud server due to bandwidth issues.
Hi themelumberjack!
I’m sorry but I don’t see the “flash” and “jump” issue on your site. You can add a phone number on Enfold > Header > Phone Number or small info text.
Cheers!
Ismael
Hi Dan!
You can use the <!–more–> tag or enable the excerpt box on Screen Options > Excerpt. If you want to create your own blog, deselect the blog on Enfold > Theme Options > Where do you want to display blog? then create your own page. Switch to Advance Layout Builder then insert the Blog Posts element. Choose Excerpt on Blog Content length option.
Cheers!
Ismael
I’m sorry…I have read some answers to this but I cannot figure out how to change the font in the layerslider. Can I please have step by step instructions?
http://lizybloomdesigns.com/storeboards.net
Lizy Bloom
Google+ asks the following to verify your website as part of your google+ company page:
“By adding a short line of code to (website url), you can make your Google+ page eligible to show up on the right hand side of the Google search page for relevant queries and make your Google+ page more discoverable. Learn more (link to info page)
Ask your site’s webmaster to add the following line of code to your site’s homepage:”
It is an a link. ?
I have already linked to my google+ page with the options in your theme header options.
Any suggestions?
Okay. Is it possible to get the enfold partner/logo element under woocommerce shop page not above? All the content that i add on that page appears above the shop but I dont know how to get it underneath.
Thank you!
Ignore this
I have seen on the sections page that what I needed is not there.
Would be good for a future update as it helps to get content closer to each other when you don’t want to much padding
Thanks
Pete
This reply has been marked as private.
Hi keithcrest!
Please go to Appearance > Editor and open Header.php file and find
$phone = avia_get_option('phone');
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";
cut it and paste it right under
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
then add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info { float: right; margin-top: 20px; }
.social_header .phone-info.with_nav span {
border-left-style: none; }
You can adjust margin-top value to position the height of your text
Cheers!
Yigit
Hi foreigner!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}
.header_color .main_menu .menu ul li a:hover {
background-color: orange;
}
Cheers!
Yigit
Hey brijesh1111!
Not a page template but you can see login form on the sidebar of demo site here http://kriesi.at/themes/enfold/shop/
Regards,
Yigit
Hi newlife68!
Please go to Appearance > Widgets and add needed widgets to Footer columns. You can set how many columns to display in footeer in Enfold theme options under Footer tab
Best regards,
Yigit
Hey CloudChoice!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top #searchform>div {
max-width: 200px; }
Best regards,
Yigit
Hi!
Please try to increase the allocated php mermory to 128M. Please see http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Yigit
Hi condonpb!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview .image-overlay { display: none!important; }
.big-preview.multi-big { width: 150px !important; }
Regards,
Yigit
Hi Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_2 img:hover {
opacity: 1 !important;
}
Cheers!
Yigit
Hi Maik!
Please add following code to Quick CSS in Enfold theme options under Stylling tab and adjust as needed
.main_color .av-masonry {
background-color: red;
}
Cheers!
Yigit
Hi!
You are welcome Fabrice! If it does not work, let us know so we can take another look
Best regards,
Yigit
Hey Yigit
Works perfect. Don’t know why but the button on the register-form isn’t still at the correct position with the padding-bottom. So I have change the code to:
.col2-set .col-1 {
width: 70%;
}
.col2-set .col-2 {
float: left;
width: 70%; }
.col2-set .col-2 form.register {
height: 250px; }
.col2-set .col-1 form.login {
height: 200px; }
Hope that works on every device :-)
Thanks a lot for your great support!
Greetings and good night.
Fabrice
Hey frvill!
1- Which type of header are you using? You can post the link to your website so we can check or you can check it yourself in Enfold theme options under Header tab. If you are using “Header with social icons and bottom navigation”, you can add following code to Quick CSS in Enfold theme options under Styling tab
.bottom_nav_header.social_header #header_main .container { height: 200px; }
2- Yes, you can use that code to remove breadcrumbs bar
Best regards,
Yigit
Hi caip!
Plase go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open iconlist.php file and find
$output .= "<h4 class='iconlist_title' $markup>".$atts['title']."</h4>";
and change it. You can find shortcode files in that folder and make changes
Cheers!
Yigit
Hi!
@cszinvestigazioni Thanks!
Regards,
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.col2-set .col-1 {
width: 60%;
}
.col2-set .col-2 {
float: left;
width: 70%; }
.col2-set .col-2 form.register {
padding-bottom: 50px; }
Best regards,
Yigit
Hi milatch!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.bottom_nav_header.social_header #header_main .container {
height: 156px; }
2-
#header_meta { display: none; }
3- Yes, some custom CSS codes may be needed, but it is possible
Cheers!
Yigit
Hey Yigit!
Thanks for your (unbelivible) fast answer! :-)
Yeah right, it’s on this site. Have a look to “Mein Konto”. If you not logged in, you should see this page.
Greetings!
Fabrice
Hi Fabrice!
Is this happens on the website you have on your profile? If not, please post the link to your website and point out this section
Cheers!
Yigit
In text, words that are bold/strong look exactly the same as links (both use the theme “Primairy color”). Looks great, but this is not optimal for usability imho :).
So I wanted to change the color of the strong tag to something else. What I did was use the Enfold Quick CSS field in the backend to add some CSS:
strong {color:blue;}
However, that doesn’t change the color, it stays exactly the same. When I try something like
strong {text-decoration:underline;}
that works fine (the text is now underlined), but obviously that is not wat I want. Somehow text-decoration does work, but color does not.
So how do I best change the color of text that uses the strong tag?
Thanks in advance!