Hello,
I love this theme!!
A quick question for you. I’m using the Enfold Child theme for the site I’m setting up, and I would like to have a 5 column option (currently I can only see up to a 4 column option). Is it possible? And if so how do I go about doing that??
http://test.inlink.com.au/portfolio/
Also is it possible to disable the link from the Featured Image to the portfolio page for the item, as I really only want to show the Featured Image as part of a gallery that can be filtered for each portfolio category.
Many thanks!!
Alison
This reply has been marked as private.
99 pages total. Hope nothing happens also. All is looking good though. Have 3 people on it right now. Will take the old site offline for about an hour to get things sitting pretty.
He-he, hope nothing wrong happens, best of luck!
Cheers!
Josue
Hey Josue,
Worked great. BTW – we are launching this site today. Will likely be one of the most active ones running this theme. Moving in over 1000 members and have built it social sharing during the signup process tomorrow. Let’s see if we can kill the server :)
Hi
Please please please can you add a Masonry layout for portfolios? Thanks!
Hi JaredBurnett!
Open includes/loop-index.php, remove or comment line 74 to line 78:

Tested on my local installation of Enfold 2.3.
Regards,
Josue
Hi krshoffner!
They are in alphabetical order by default. Please download the latest version of Enfold and give us a link to your website.
Regards,
Ismael
Hey brananward!
Edit the file permission of enfold.css located on wp-content > uploads > dynamic_avia. Set it to 755.
Best regards,
Ismael
hmmm, interesting. Much appreciated! Adding now.
Hi filippocorretti!
This is a bit complicated. You can hire a freelance developer to modify the portfolio sort function for you.
Regards,
Ismael
Hello!
It’s hard to tell why, but here’s a fix:
#black-studio-tinymce-8 .aligncenter{
margin-bottom: 20px !important;
padding: 0 !important;
}
Regards,
Josue
Hi gianmarizzi!
Can you give us a link to both websites? You can set the width on Enfold > General Settings > Responsive Layout.
Regards,
Ismael
Hey Josue –
Here is an example page for this – http://godiaperfree.me/newsite/blog/ on the right, if you hover over join the community…you will see the move.
Thanks Devin, looks like the template option should work just fine. I’m assuming that when I load the template into the new page and then start deleting the extraneous stuff, it won’t effect the original page (which is my homepage –http://LilaRetreat.com )
BTW, getting tons of good feedback about the site and I’ve raelly enjoyed playing with the testimonials element in creative ways, as you can see at the above link –check out the venues/dates section :)
Cheers,
Leif
You only need to include the styles you want to edit into your style.css file. If you pull in the entire file it won’t automatically be used instead of the parent however.
This is happening everywhere as well though. For example, check out the join page and hover over the images on the right side (the button graphics)
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue
Hi zerozendesign!
This will fix it:
.youtube_gallery_player br {
display: none !important;
}
.youtube_gallery_player .thickbox{
display: inherit !important;
}
Cheers!
Josue
Hey leifhansen!
In the top right corner of the advanced layout editor there is a Template button where you can save a page as a template and then on another page load all of that content in.
There isn’t currently an option to pull out an individual element but you can enable debug mode to reveal the shortcodes that make up the advanced layout editor. You just need to be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.
Add the following to your functions.php to enable it:
//set advanced layout editor to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Best regards,
Devin
Hey zerozendesign!
Try with this:
.single-post .title_container{
display: none;
}
Cheers!
Josue
Hi!
You could have them custom coded in but it isn’t something we could assist via support unfortunately.
Cheers!
Devin
How do we get a Sidebar for “Single Product Page” ?
Such as on…
http://kriesi.at/themes/enfold/product/bodum-brazil-coffee-press-8-cup/
This page is at “Full Layout”.
Thanks in advance.
Glad you got it working, let us know if you have any more questions or issues :)
Regards,
Josue
looks like there was some server side caching. Fixed.
On my mobile device my sidebars on my Blog Page and Connect Page are not visible. How can I make sure the sidebar that is on the desktop view is also on the mobile. Does Enfold support WP Touch plugin?
Hey!
That CSS is being applied by this file, try editing it directly.
Cheers!
Josue