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, 11 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
Hi –
On the mainpage of http://kriesi.at/ there is an animated effect used to show the number of themes and customers. I have seen this as a shortcode option on other themes. How can I use this in Enfold? I can’t find it anywhere.
Thanks
dg
Hi Guys,
I’m having a bit of strange behaviour with the post next/prev buttons which slide out from the side of the page to go to the next post.
I’m using them here http://concretepoolsystems.co.nz/gallery/ (using portfolio items)
and on the ‘in construction’ page (using posts)
I can see the grey pop out arrows, but when hovered over they hide behind the blue body background colour/image.
Using a boxed version of the theme with a blue body background and the ‘light-noise png’
Have tried the css z-index for #top .avia-post-nav but no joy.
Chrome and Safari – using the enfold 2.7.1 and wp 3.9.1
Any help appreciated.
Cheers AL
Hi Micheal0424!
Thank you for using the theme!
Those are nested subpages and you can turn that off on Enfold > Sidebar Layout > Page Sidebar navigation. Just disable the option and you’re good to go.
Best regards,
Ismael
Hey Kriesi, thanks for figuring that out. I had some sort of issue when I first selected a blog page in the enfold area, so I ended up leaving it blank, but I can’t remember what the issue was.
Thanks for your good support again, and also for looking into the mega menu problems in my other thread. I hope 2.8 fixes that issue soon.
Cheers
THP
Hi all, I’m having problems adding new image galleries to a portfolio item with the second language (Spanish). Every time I select the images and click “Upload” it takas longer than usual and the I get http error.
I’m using WP 3.9.1, Enfold 2.7.1, WPML 3.1.5 and latest plugins.
Any help is appreciated.
Jorge.
Eso depende de LayerSlider ya que nosotros simplemente lo incluimos como viene en Enfold. Sin embargo, lo voy a reportar a ver que se puede hacer.
Saludos,
Josue
I am not sure I am using media temple so I will have to dig thru he admin and see if I can find out. Never had this problem before I updated to the latest WP and enfold this past week or so.
Flikk,
What information credentials do I need to give for the support team? wp admin user and password? or site use and password too?
BTW here is a video of the issue live…
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2014-05-20_1729_EnfoldIssueVideo.swf
This reply has been marked as private.
WP Version: 3.9.1
Theme: Enfold
Website Page:http://liquorstore.maximfactory.com/guide/beer-guide/american-strong-alebarleywine/
I can’t figure out how to turn the sidebar pages list off, it is only on the pages that are in the mega menu.
My settings are widget: display everywhere
The pages are set to sidebar settings: Default sidebar settings
How do I get this out of the sidebar?
Thanks.
Hi,
is there a limit of pages that we can intert in the main menu? The last two pages are deleted after saving the main menu. And after saving process the menu is destroyed. Then I have to aktivate the checkbox “Enfold Main Menu” again that the menu works again.
Do you know this mistake? Is it a bug? Is there a maximum page number in the main menu?
Regards
Sandra
No other uploads since 3.9.1 — as I mentioned – Enfold did work that way previously. I am trying FTP now and will report back to this forum.
Thanks…
Hey!
You need to enable that field first using the function on this page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
Devin
Hi!
You can mimic the scroll down arrow with a Icon Box or a Button, just set the link to an anchor (ex: #content_below) in the same page:
http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Josue
This reply has been marked as private.