Hi guys,
Site in question is http://codelessme.com/weightlossrebels/blog/
I am trying to do 3 things:
1. Left align the post content on the blog excerpt page
2. Move the image left of the content
3. Make the preview image larger
Thanks in advance.
have also just launched this site for an arts group http://thewalkingneighbourhood.com.au/
Hey AssuranceOgilvy!
Please edit functions-enfold.php, find this code on line 69:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
Replace it with:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="search-text">Search</span></a></li>';
Add this on Quick CSS:
.search-text {
margin-left: 10px;
font-size: 12px;
}
Regards,
Ismael
Hey!
I’m sorry but the the theme version is still 2.4.4. Please download version 2.5.2 then update the theme via FTP. Please deactivate the minify plugin.
Cheers!
Ismael
Hey!
You have a veeeery old version of Enfold, please update to the latest one (2.5.2):

Regards,
Josue
Hey!
Edit js > avia.js, find this code on 307:
if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
{
switchWidth = 989;
header.addClass('mobile_menu_tablet');
}
Replace it with:
if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
{
switchWidth = 767;
header.addClass('mobile_menu_tablet');
}
This will force the theme to only show the responsive menu on screen sizes lower than 768px.
Best regards,
Ismael
Hey mfinlayson!
Can you please post a screenshot of what you’re trying to do? You can change the background color of the main and alternate content on Enfold > Styling.
Regards,
Ismael
I rename all of the versions before uploading the new one, but I deleted the 2.4.5 and 2.5 just to make sure there aren’t any problems. Thanks.
Hi Jas!
You can do something similar with the Masonry element:
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
Cheers!
Josue
Cool illustrations @gloopy1!
Hi codemode!
Please give us a link to the website and point us to the social icons. A screenshot will help. Might be a css conflict.
Best regards,
Ismael
Hi angwisch!
What type of header do you have right now? Please check on Enfold > Header > Header Type.
Regards,
Ismael
Hey!
The theme doesn’t have a shortcode for a newsletter submit. You would need to add it to the header.php directly and customize as needed. Most likely it would need to be done by a freelance developer to keep everything responsive and cross browser compatible.
For a color section, you can remove it from your layout by deleting it in the avia layout builder or you can save the whole page including that element as a template from the Template button on the top right of the ALB. Hiding it with CSS on the front end won’t prevent it from loading.
However if you want to you can try giving the color section a unique ID in the For developers only field which adds an ID to the color section. Then target it by that name:
#colorsectionname {display: none;}
Best regards,
Devin
Hey Publicus!
For #1 there isn’t currently a way to do that. We’ve tried a few things internally but Kriesi is still looking to add some more options for things like that once the playback bugs that are live get taken care of.
2) HTML5 formats in general is the best bet. You can use fallback as needed for the most flexibility as long as the video files are in the same folder with the same name but a different extension.
3) You would need to give the item either a custom class name or if its a color section its own ID and then specifiy your custom height via css. See: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
I deleted your post in the video debugging topic because it was off-topic for that specific thread. I know I step on a few toes when I do that but it helps immensely to keep single use stickied topics clear of any general questions.
Regards,
Devin
Hi Devin,
I guess I’m not clear where that code would be placed, or where Swiftype would add code similar to that? I just need the Enfold search box to use an engine that can provide results from both my main domain and subdomain, and the subdomain isn’t wordpress…any other ideas to simplify this?
This reply has been marked as private.
– being able to choose an image as an icon like with the testimonial element
Better still in anywhere that an icon is used.
Hi,
wow, I have searched now a lot, to find where to change the portfolio slug. I supposed to find it in the theme settings, but they are at the “permalinks” page.
But now I’m a bit confused about the difference of
– portfolio-item
– portfolio-entries
I need to translate it into German, but I’m not sure, where both slugs appear.
At the demo theme I find only the slug “portfolio-item”:
http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/
but nowhere a slug “portfolio-entries”.
For what is “portfolio-entries” please?
What’s the difference?
Thanks a lot in advance
Hi,
I’d like to add a Product Grid to my pages, which displays all images with a specific “tag-name” instead of a “category” taxonomy. Is this possible?
If Enfold doesn’t do this “out of the box”, I know this probably means editing a few php files. And I don’t mind looking into this, using the WooCommerce codex. But could someone please point me int the right direction, i.e. tell me which of the theme files to watch out for?
Thanks a lot!
Hey zoiestudio!
You can use Codestyling as well: http://wordpress.org/plugins/codestyling-localization/
Best regards,
Devin
Hallo,
Erstmal möchte ich mich bei euch bedanken, Enfold ist ganz toll :-)
Ich habe mich noch nicht viel beschäftigen können mit dem Theme und habe nun folgende Anfänger-Frage:
Wie kann ich mehr als 4 Columns anlegen? Wo muss ich das einstellen?
Ich habe hier schon im Forum gesucht, bin aber nicht fündig geworden.
Danke schonmal sehr für eine Antwort..
LG, Karo
The two sliders on our homepage do not transition in Chrome and Firefox. They only work with Internet explorer. I am using WordPress 3.8.1 and the latest version of Enfold.
http://www.euromondialelanguages.com/homepage/
Hi,
is there any free translator plugin instead of WPML that i can use with Enfold?
Tks,
Unless you re-name, yes. In general though I wouldn’t recommend keeping multiple versions of a theme within WordPress at the same time.
Hey garyguthrie!
There isn’t a mechanism in place to do that right now but you can turn on the debug field which shows the raw shortcode output for your ALB layout. Then copy the shortcode out and place it into another page. Its not recommended however as if you incorrectly paste in a shortcode or forget a bracket it can cause that pages layout to break and no longer render.
See: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Devin
Hey dugginb!
The fullwidth masonry element doesn’t have a definable column size and instead it adapts the images to fit the width of the current users screen. So the more wide the screen, the more images that fit.
For the single page I would use a slideshow and then a separate gallery element where each image has a smaller size and when clicked opens the large one like the first one here: http://kriesi.at/themes/enfold/shortcodes/gallery/
But really any of those would work it just depends on how you want the design to flow.
Regards,
Devin
So what’s the best way to approach creating a custom template within Enfold if I do want to use a full width template?
This is upsetting, because the menus are not some gimicky feature you can live without. It is core functionality. It is important it works on any device.
This kind of thing could happen when:
1. Internet explorer is non standard compliant
2. Enford is non standard compliant
3. There is a bug (with either IE or Enfold)
4. Enfold is not touch device friendly
Could you please let me know which one this falls into? Thanks.