Hi there,
Is there a way to enable directions with the Enfold Google Maps Widget? I cannot get the Info Bubble Content to display and address or interact with the pin at all…
Thanks.
Try to add a text widget above and give it a title. The extra spacing may be corrected with CSS.
Next step:
If I do a search on the dutch site and click on “View all results” the link is pointing to the main site. So I do have to manually add the $lang from the request, because I do use WPML with path setting (no subdomains). As for the primary language, the language setting must be removed.
So I changed in functions-enfold
$output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".home_url('?' . $query )."'>".__('View all results','avia_framework')."</a>";
to
<br />
$lurl = $_REQUEST['lang'].'/';
if (empty($_REQUEST['lang']) || $_REQUEST['lang'] == 'de')
{
$lurl = '';
}
$output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".home_url($lurl.'?' . $query )."'>".__('View all results','avia_framework')."</a>";
Not the best…
What’s up Dude, i talked to the plugin author and he said:
“…JavaScript is being wrapped in paragraph tags. This is something that WordPress does when it is processing content. Normally this isn’t an issue with shortcode content however I have seen it happen with several “premium” theme frameworks and plugins which attempt to do cache. Essentially what happens in the content gets rendered and saved to the cache then it gets re-rendered when it is read from the cache and WordPress interprets line breaks and paragraphs and then adds paragraph tags. Obviously this creates unexpected consequences. The themes that I have encountered this with offered a [raw][/raw] shortcode which needed to wrap around our shortcode to prevent this from happening. Take a look at the “wpauto” filter (http://codex.wordpress.org/Function_Reference/wpautop).”
Does enfold have such a raw short code?
Moving on, I’m stuck with the title of the result form. This is done with
$output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
in functions-enfold.
The array is substituted with get_post_type_object() and at this point I’m lost in space. Does this belong to the standard language of WordPress? I do use de_DE and of course I do have the official nl_NL language files in the same folder.
I really don’t know why this ain’t working. Meanwhile I’ve set up a local Enfold copy without any plugins (except WPML), created some pages and it’s the same behaviour. Should I bother the folks at WPML with that?
Ok I’m going to recreate this as a PNG in photoshop.
Am I understanding this correctly?
– color background = 30px x 30px
– color stroke = 2px
– total icon dimensions 32px x 32px
– icon height = 17px
Is this correct? Also I see a 1px dimension (border width & text shadow) as well. What is that? I imagine the border shadow is a 1px drop shadow??
Thank you for your time.
Yeah, thanks for pointing it out. I’ve come across the WPML article, but didn’t check the language param in functions-enfold.
Currently it’s not working and it won’t be a conflict with any other plugin – this sticks to the ajax request.
Any chance this could be fixed in a next version of Enfold?
As a sidenote:
Just messing around with things I figured out how to do a work-around. I’ve been using Codestyling Localisation to do some wording corrections for the dutch language file provided by another Enfold user. No prob at all. I tried to work with the .mo files within WPML and switched now to the string translation handling. So if I do add the translations manually this way, it works. Weird stuff… :-/
Hi,
I am trying to use the “Series Engine” plugin with the enfold theme. I have been advised to disable the themes mediaelement.js in order to use the plugin version of the mediaelement.js. When using the plugin the audio portion will not play and is conflicting with the theme. Can you show me how to disable the mediaelement.js from the theme?
http://adventurechurch.tv/media/
Also, Enfold theme is by far the best theme ever designed and I would like to know when you will be realsing other templates that use the exact same “drag and drop” feature?
Thank you kindly,
Jason
I may correct this, but you need some work-around with CSS/HTML. If you enable the debug-feature of Enfold, you’ll get a simple textarea below the builder. So you may add an own wrapper around your iconbox-element having a unique id (or class). This way, you are able to address only the iconboxes in context and give it a simple display:none. A global overwrite will look like this:
.main_color.iconbox_top .iconbox_icon {display:none;}
If you wrap some iconboxes with a specific div like .my-boxes, it should look like
.my-boxes .iconbox_icon {display:none;}
In case you like to keep the small square box on top, this gets a lil bit nifty. You have to overwrite the selected icon using jQuery. Otherwise you may set the color of the icon to the background itself… ;)
I’ll have to create a work-around a bit further than that – my customer want’s some own icons (graphical)…. :(
PS: Adding an empty icon the the typo-listing is also an option – but I’ll leave this to the support team.
Hi,
using the post slider option, if I select displaying one column it switches to two. Any clues?
thanks!
Hi Jasmer,
The icons aren’t actually a single png or entypo icon but instead a combination of both. Eg, the twitter icon is the font character for the twitter bird but the icon background and icon decoration is actually all css. The CSS for which is:
#top .social_widget_icon {
padding: 0;
margin: 0;
height: 30px;
width: 30px;
line-height: 32px;
text-align: center;
float: left;
font-size: 17px;
border-radius: 2px;
background-image: url("/themes/wp-content/themes/enfold/images/layout/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
border-style: solid;
border-width: 1px;
}
and
.asc_twitter .social_widget_icon {
color: #fff;
background-color: #46d4fe;
border-color: #46d4fe;
text-shadow: 1px 1px 1px #17ACD8;
}
Regards,
Devin
Hi mmsh8765,
Navigate to the themes folder via FTP and delete the enfold theme folder. Make sure there is at least twenty twelve installed so that wordpress can default back to it.
Make sure you can log in and things are up and running again. Try contacting your hosting provider to verify what memory limit your wordpress installation has and if they need to increase it on their end.
Next, try installing via FTP again and this time if you are using Filezilla or another client that shows upload failures keep an eye out for any files that don’t fully upload or fail.
Regards,
Devin
Hello,
my new site… http://www.toner-sammler.de … it was very easy to work with the theme :) Good work
regards
jo
Much appreciated.
With the Testimonials, I saved the page as a template, did the trick…
Hi Gary,
The template option outlined above is a good work around for using a similar layout. I know there is a updated template saving system in the works but it will be a bit until its released with a theme update.
Regards,
Devin
Hi everybody
After removing the hover effect by modifying enfold/css/base.css – lines 350 to 356 to :
.image-overlay{display:none;}
.image-overlay .image-overlay-inside{display:none;}
.image-overlay .image-overlay-inside::before{display:none;}
.image-overlay .image-overlay-inside::before{display:none;}
.image-overlay.overlay-type-extern .image-overlay-inside::before{display:none;}
.image-overlay.overlay-type-video .image-overlay-inside::before{display:none;}
#top .hide-inner-overlay .image-overlay-inside{display: none;}
when the image is hovered a blank space appears under it like in: http://sublimearchitecture.ca/services/
I tried
#top.image-overlay {
display:none;
}
but didn`t do nothing. What can I do ?
Thanks in advance for the support
Thanks for the great Enfold theme. Best one we used so far!
Best Regards
User Requested:
A no-icon option for the icon box so that you can get the icon box background and effect but not have an actual icon
Hi TLinden,
Not at the moment no but I’ll add the idea to the feature request topic for Enfold.
Regards,
Devin
Add the ability to change the URL that uses #tab-id. Using the #tab-id in the URL is not user friendly or SEO friendly for that matter. Please consider an option to the tab element where we can add our own tab name? This is a show-stopper for us as the tab-id does not identify the actual content of the page, especially for SEO. Thanks.
For some pages I need to show some input like category names.
For example, I have country names as categories for my portfolio items. This way I can click the country name in the portfolio grid to filter the portfolio items. But when I click a portfolio item I need it’s category name, the country, to be visible again in the details page.
As far as I’ve read on the WordPress site and Google, I need to insert something like ‘<?php single_cat_title( $prefix = ”, $display = true ); ?>’ or maybe even something like ‘<?php get_the_category() ?>’.
I tried adding that rule in single-portfolio.php and loop-single-portfolio.php, but neither did the job. Preferably, I would even need to add these inside my portfolio page layout with the avia layout builder. For example, I want a portfolio image and on the left and on the right a 1/4 column with the category name (among other details).
Any referral to more information on how to add this is definitely welcome, as long as it’ll work with the Enfold theme, ofc.
User Requested:
Add support for shortcodes to be used within the LayerSlider
Hi gabriel_khod,
I’m fairly certain the shortcodes are not supposed to be support within the layer slider right now. They may work in some cases but it isn’t specifically a supported functionality for now.
I’ll add the idea for them to be added in the Enfold feature request topic.
Regards,
Devin
Hi!
Open up wp-contentthemesenfoldframeworkjsavia_media_advanced.js and replace
avia_media_advanced.sortable();
with
if($('.avia_sortable_gallery_container').length > 0 || $('.avia_handle').length > 0) avia_media_advanced.sortable();
Best regards,
Peter
If you’ve a PHP memory limit of 128M, why do you decrease it in your wp-config? Remove the line, it won’t help. :)
Anyways 64M is rather low. I do use Enfold with WPML and it soakes 67M in Peak… this has driven me crazy, because of a misbehaviour of my server skeleton.
Another hint: Enfold does have a debug-feature. Open up config-templatebuilder/config.php and change
$builder->setMode( 'safe' );
to
$builder->setMode( 'debug' );
This enables a simple input area in posts below the builder (it must be enabled) and you may modify the values right there. It’s also an option to copy contents of the builder to other pages (e.g. dev > live) without using the template stuff.
Won’t solve your individual probs, but worth a shot.
Always check the options tab (this saves sometimes a lot of time and nags). ;)
Hey!
Yes, Enfold fully supports WPML.
Regards,
Peter
Hi hi,
I’ve run into trouble with the installation of the theme. I followed your video for installing via FTP; after the files uploaded the theme appeared in my WordPress ‘themes’ dashboard section – however, when I clicked ‘live preview’ I was taken to this:
Server error
The website encountered an error while retrieving http://yobanfa.com/wp-admin/customize.php?theme=enfold%2Fenfold. It may be down for maintenance or configured incorrectly
and I (mistakenly, maybe) went back and tried ‘activate’ and received the same error page…
Tried to go back and it seems the whole dashboard is broken.. i get the same error just going to /wp-admin :-(
any help would be lovely
cheers
Hi,
I can’t reproduce the issue – did you find the problem in the meantime? The widget areas and the widgets work just fine for me: http://www.screenr.com/oRgH
I switched the theme again because I’m not sure if you want to use it instead of Enfold.
Kind regards,
Peter
@phangmoh – it seems like both portfolio items are assigned to the same category (products) and the “projects” category is empty (no entries are assigned to this category). Enfold won’t display a category in the filter list if it’s empty or if no entries of this category can be found on the current page (eg if you’re using pagination and the items of category X can only be found on page 2, 3, etc. but not on page 1).