Hey guys,
I just noticed this: when I’m on a page and I want to add a form I made in Gravity Forms, when I hit “Add Form” it pops up behind the Enfold interface, so you can’t use it :) Anything I can do to fix this?
Kind regards,
Thomas
If you want to copy elements to an existing page it will override the old page with the template, right?
For a more flexible way see: https://kriesi.at/support/topic/copyingmoving-elements-to-different-pages-enfold-theme/#post-173375
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#custom-id-of-color-section .grid-entry-title { color: black !important; }
Please post the link to your website and point out the section if that code does not work
Cheers!
Yigit
Hey GOWD!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#socket {
font-size: 14px;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important;
margin-top: 5px!important;
}}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#socket .copyright { font-size: 10px; }
If you need more adjustments, please post the link to your website
Regards,
Yigit
Hi,
All I wanted was to upgrade my blog. I am not a web developer, but Enfold has allowed me to do something beyond my wildest dreams. A great theme and a great support forum. My blog is:
http://www.duckandroses.com/
Best regards, Nick
Well, Josue, again so sorry to troubling you with this.
I was just trying to make FV SEO work with ENFOLD’S Portfolio Items too.
The code is below, and before adding it to the functions.php I just don’t know how to customize it.
I mean, how should I change the word , your_custom_pos_type ?
If I add it directly to the end of functions.php it brokes the site.
Sorry if I am getting this all wrong.
add_action('admin_menu', 'yoursite_your_custom_pos_type_meta_box');
function yoursite_your_custom_pos_type_meta_box() {
global $fvseo;
if( is_a( $fvseo, 'FV_Simpler_SEO_Pack' ) ){
add_meta_box('fvsimplerseopack',__('FV Simpler SEO', 'fv_seo'),
'fvseo_meta', 'your_custom_pos_type');
}
}
-
This reply was modified 11 years, 7 months ago by
Bedros.
Hi Yigit,
Thx for your help;-) I uninstalled all plugins, unfortunately the white line was still visible :-(
Than i add your CSS-Code to Quick CSS in Enfold Theme – and it works, no white line. BUT: now it has destroyed the image of the marker. He was only a red fragment…Damned…
What can we do? Can i kill the image of maker or is this not possible?
Best regards
Fränk
Sveiki!
You are currently using an older version of the theme. Can you please try updating it to the latest version 2.7.1 ( which makes the theme fully compatible with WordPress 3.9+ ) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Mes uz Lietuva! ;D
Pagarbiai,
Yigit
Hi,
I am thinking a purchasing Enfold again for another project. I saw some people managed to use a WordPress Typekit plugin to install custom fonts. But I don’t have ANY idea of how this works… Is it easy to do (does the plugin do the job by itself) ? or do we have to change code in some special files and how ? I am a graphic designer (not a developer… so I am not skilled enough with pure code…).
I would like to know your best advice regarding this matter : Plugin (and if so, which one ?) ? Another way that would be better ?
The idea here is to use both one of the proposed google fonts in the theme, but also a custom font (for headings) using typekit if possible and not to complicated. :) Thank you in advance for your advices !
Marie
Thanks Josue,
Yes – I’ve done that – do they need to be a specific size or ratio.
In the enfold theme options I’ve selected Single Author, Small preview Pic.
Is there another option I should be clicking?
Thanks
Hi ndimmick!
Please go to Enfold theme options > General Styling and click Save changes. If that does not help, add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon {
display: none!important;
}
Best regards,
Yigit
Hi!
Please add following right below the code Josue posted
echo "<strong class='tagline'>".get_bloginfo('description')."</strong>";
and add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.entry-content-wrapper .post-title { font-size: 24px; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog div.entry-content {
display: none;
}
Blog style in the link you posted is not using Grid Layout? :)
Cheers!
Yigit
Hi quadrocreative!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { max-height: 108%; }
2-
.avia-menu-fx { bottom: 100px; }
3- Please edit your page and choose not to display Subheader under Layout section – http://i.imgur.com/KrHUowD.jpg
Regards,
Yigit
Hey!
I have changed blog style in Enfold theme options > Blog Layout – http://i.imgur.com/V5HfveV.png it worked fine.
I have also created a private page called “Test page” and added Blog posts element and it does too work fine.
Best regards,
Yigit
HI Devin
I have done a test site which is running enfold 2.7.1, but am still not seeing the video background in safari & firefox. Chrome is fine. Site is:
Any suggestions? Am I setting something wrong?
Thanks for your help
n
-
This reply was modified 9 years, 9 months ago by
Yigit.
Hi guys, just upgraded to latest version of Custom Facebook Feed Plugin and have now trouble with Theme Enfold as AVIA layout builder shows me at editing a page with AVIA layout builder activated only a forever spinning wheel but no content. Seems that javascript is not compatible?
Hey!
Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php and replace:
$output .= !empty($slide->post_excerpt) && !empty($this->config['excerpt']) ? "<div class='aviaccordion-excerpt' {$markup_content}>".wpautop($slide->post_excerpt)."</div>" : "";
with
!empty($slide->post_excerpt) avia_backend_truncate($slide->post_excerpt, 60, " ", "…", true, '');
$output .= !empty($slide->post_excerpt) && !empty($this->config['excerpt']) ? "<div class='aviaccordion-excerpt' {$markup_content}>".wpautop($slide->post_excerpt)."</div>" : "";
and replace 60 with the number of characters you want to show in the excerpt text.
Best regards,
Peter
Hello all, I was having the same issue using Google Chrome on Windows 8, WordPress 3.9.1 and Enfold 2.7. All pages where I had used the advanced layout editor would not load the content, but would just give the spinning image.
I upgraded to Enfold 2.7.1, but it didn’t resolve the issue. As recommended I started deactivating plugins. In the end, the culprit was the “Custom Facebook Feed” version 1.9.8.
I was surprised since I don’t recall seeing any interaction between this plugin and the WordPress editor. Hopefully this post will help any others with this plugin and issue.
Thanks for the terrific theme and the excellent advanced editor.
Hey!
The url ( http://192.185.4.114/~castweb/about/leaders/eldersold/ ) gives me a 404 error. I’ll try to reproduce the issue on my local test servers and to debug the code. Please activate the debug mode of the template builder ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and post the template builder data from the debug field here. You can use the “Code” button or backticks ` to mark your text as code.
Cheers!
Peter
Hi Imburr!
Open up wp-content/themes/enfold/js/prettyPhoto/js/jquery.prettyPhoto.js and try to replace:
http://www.youtube.com/embed/
with
https://www.youtube.com/embed/
Regards,
Peter
Hey elale82!
No, you can’t use tags to filter portfolio categories without customizing the theme files. Depending on your coding skills you can write a custom version of wp-content/themes/enfold/taxonomy-portfolio_entries.php or hire a developer who can help you.
Cheers!
Peter
Hi avsurganov!
The only thing the theme has built in which might be what you are looking for is:
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
or
http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
Neither support video within them however.
Regards,
Devin
Hi Support Team!
First off, I love your product! Enfold is an amazing theme. I just have a quick question, do you know of any way to set up a tile system on the Enfold theme? For example, I know there is a plugin called “WP_Tiles” that exists, but I do not want tiles for my posts, but instead, fill those tiles with custom content (like a video, or a picture with a link). I tried to fiddle around, and use the Advanced Layout Builder to create a makeshift tile page (containers size 2/5, 1/5, 2/5, etc.), however, the spacings were off, and the size of the media wasn’t aligned, etc. Without going into the CSS and drastically changing things, I really don’t know how else to find a solution to this problem. Any thoughts?
hi there,
there is a weird thing happening and it seems not coming from woocommerce original files since this has been fixed in the last updates:
once the customer gets an Email confirmation (text) the section of where his shipping/adress details are displayed comes without line breakes – which makes it hard to read. that means name, surname, adress number, postal code etc come in one line without a break…
i checked the woocommerce/templates/emails/admin-new-order.php which should be the version 2.0.0. where this was fixed and everything seems up to date.
so i wonder if there is the same php somewhere in a theme folder or wrapped in another file that i did miss… i could then check if its the same up to date version…
if Enfold doesnt even override that file i can move on and check where else this might come from.
so this is just something i wanted to double-check…
thanks for all your efforts and time!
my best regards
Pedro
Hi sparkeeey!
Thank you for using the theme!
The layout that you’re after won’t work without further customization within the theme. You might need to hire someone to do the header for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. As a workaround, you can do the following. First, remove the css snippet that you added for the header background. Apply the background image on Enfold > General Styling > Header tab > Background Image. After that, go to Enfold > Header Layout > Header Size. Select custom pixel value and set it to 173px. Add this on Quick CSS or custom.css:
#header_meta {
display: none;
}
strong.logo.bg-logo {
display: none;
}
div#header_main_alternate {
top: 36px;
border-top: 1px solid #ffffff;
}
#header_main {
border-bottom: 0;
}
This layout won’t work for fixed headers. As we said, you need to hire someone because this particular request or modification is beyond the scope of support.
Regards,
Ismael
Hi tom77113!
Thank you for using the theme!
If you want the layout like the Coalition, you can try to use the Single author, small preview pic blog style then enlarge the featured image with this on Quick CSS or custom.css:
.small-preview {
width: 162px;
height: 162px;
margin: 50px 0 0 0;
line-height: 162px;
left: -40px;
}
This can get you started but it needs polishing. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
Ismael