I updated today to the latest version of enfold theme (1.8.4). Now correctly displays the option “date picker” to create this type of field in the form.
Thanks
I found this solution, but am not sure how to implement it with the Enfold theme:
http://stackoverflow.com/questions/15678511/opening-tab-with-anchor-link
Not sure why it doesn’t work in your case – the German translation file works just fine for me. You can try following:
1) Add following code to the po file:
# @ avia_framework
#: framework/php/function-set-avia-frontend.php:850
msgid "search results for:"
msgstr ""
# @ avia_framework
#: framework/php/function-set-avia-frontend.php:854
msgid "search result for:"
msgstr ""
and translate the strings with i.e. Poedit.
2) Generate a new po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Works like a charm, thanks for that.
Hello Nick,
1.- Yes but it will be more like http://kriesi.at/themes/enfold/shortcodes/animated-image/ where the selected item is highlighted. I want the same format that in your standar sidebar
2.- OK
3.- I resolved it with a plugin, only one point open the css to target the breadcrumb
4.- I don’t want customs icons only the supported icon of enfold entypo. Which is the HTML to write if I want to put a phone “📞” or any other?
5.- OK
Thanks
Jorge
Hi Devin,
thanks for coming back on my issue.
I change fonts via dashboard-> enfold -> styling -> check if “Select a predefined color scheme” is propperly set (which i do never touch) -> go to tap “General” and change “Heading Font” to Coda, “Defines the Font for your body text” to Maven pro, hit “Save all changes” – but nothing seem to change in the frontend.
Is this not the right way to change basic typo?
Regards, Sebastian.
Thanks, Dude. You just gave me some energy back, as frustration had taken hold. Cheers! DT
1) Yes – use following code to change the excerpt length:
add_filter('avf_postgrid_excerpt_length','avia_change_excerpt_length',10,1);
function avia_change_excerpt_length()
{
return 100;
}
Insert it at the bottom of functions.php and increase/decrease the return value.
2) No, at the moment the slider just supports a fade effect.
Hi there,
Ive successfully implemented and using Bebas Neue on my website and it works on most browsers. Ive then attempted to use an additional google font (Allura) to do very occasional supplement titles. However, I just cant get it to work.
An example of it is in the parallax container on my home page (www.andypeck.co.uk) where ive added the words “A Bit on the side:”. Its fine on my Mac and laptop but it doesnt work on IOS or PC’s (chrome or Safari)
I gave it a class and called it up in the color container: thus…
<h6 class=”script_header” style=”text-align: left; margin-left: 150px; margin-top: -10px;”><span style=”color: #dcd6cb;”>A Bit on the side:</span></h6>
then in my CSS file I installed it thus:
@font-face {
font-family: ‘Allura-Regular’;
src: url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.oet’) format(‘truetype’),
src: url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.oet?#iefix’) format(’embedded-opentype’),
url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.woff’) format(‘truetype’),
url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.ttf’) format(‘truetype’),
url(‘http://www.andypeck.co.uk/wp-content/themes/enfold-child/fonts/Allura-Regular.svg.svg#Allura-Regular’) format(‘svg’);
font-style: normal;
}
finally, I setup the parameters with the following:
h6.script_header {
font-family: Allura-Regular,Geneva,Arial,Helvetica,sans-serif !important;
font-size:3.5em;
font-weight: 200 !important;
}
Any suggestions as to why it wont work on PC & IOS? I’m guessing ive done something but I can’t see the wood for the trees.
Cheers as always
Andy
I’m trying to use the Post Slider in Enfold theme to display short quote snippets that have been saved as individual posts with a specific category. I have noticed that it only reads a few characters of the associated post and truncates when displayed.
1) Is there a setting where I can extract more text from the source post?
2) Is there a way to use other jquery transitions for the slider instead of fade? Would be nice if we could use a carousel.
Hi!
You can change the font size with following code – insert it into the quick css field
.main_menu ul:first-child>li>a {
font-size: 16px;
}
Best regards,
Peter
Hey!
Ah ok :)
Open up wp-contentthemesenfoldincludesadminregister-portfolio.php and replace
'supports' => array('title','thumbnail','excerpt','editor','comments')
with
'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')
Best regards,
Peter
The ajax preview gallery does not support videos at the moment but we’ll definitely look into it because some other users requested this too. If you want to remove the image gallery open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and delete
$output .= "<div class='av_table_col first portfolio-preview-image'>";
$output .= $images;
$output .= "</div>";
Hi there,
We are working on our new website with the Enfold theme. Works great.
But now we can’t figure out how to get images in the slider centrally aligned. Working on different computers shows different alignments of the slider images.
See; http://www.netnotion.nl/dev. The image of the bottles should be always in the middle.
Could you help?
So I finally discovered most of the Avia Layout Builder options are available for use in the ajax previews through insertable code, via the magic wand pulldown (sorry, I had missed that in the documentation). Now I’ve figured out how to get video and items like the accordion content element into my ajax previews through this insertable code… however, I’m confined to only one third of the preview area, since two thirds of it are taken up by the space allotted for image previews. So I guess my question now is, is there a way to either replace the image previews with video clips, or to get rid of the image previews all together, to open up the full preview space for content laid out through code? Again, I am referring to the images seen in Ajax previews, not anything that can be added through the Avia Layout Builder, since I am trying to keep everything viewable on one page.
I hope that clarifies my issue and my end goal. Your help will be much appreciated. Thanks!
It didn’t have to do with the edited files, I installed a clean version of the latest Enfold, and the problem it still there. Also tested to delete my quick CSS but no luck. The problem is both that I wrote in the first post, and also when I sort out something that has few items, the scrollbar looks like this: https://dl.dropboxusercontent.com/u/3884801/2scrollers-B.jpg (scrollbar is just half of the browser and is scrollable down far where it’s just a big white area without content). I have also tried on a diffrent computer (still windows 7 though, but a completely diffrent screen).
Hi,
Edit a page or portfolio item, look for the Advance Layout Editor on top of the editor. If you can’t find it, click Screen Options > check the Avia Layout Editor. That is the new template builder for the Enfold theme. Learn more about the theme here: https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hi,
1) Do you mean like on this page? http://kriesi.at/themes/enfold/shortcodes/ without the bullet points?
2) The easiest thing to do would be to modify the css of existing buttons and replace them with your css so that you can use the same shortcode. There are many button sizes, The css that styles the buttons is located in /css/shortcodes.css on lines 2459 and in many other places. There are a number of plugins both free and premium that allow easy creation of shortcodes.
3) Which text on which page do you want to change?
4) https://kriesi.at/support/topic/adding-custom-icons This post has examples and link to other examples.
5) http://wordpress.org/plugins/header-login/ Please try this plugin for login.
Thanks,
Nick
Can you please tell me how to adjust the size of the phone number in the Enfold Header?
Thanks
Hi,
Sorry, this is beyond the scope of our support job. You can hire a freelance developer to integrate the search functionality of Replete to Enfold.
Regards,
Ismael
An option to sort the different toggles of an accordion by alphabet would be great. With that people would have an easy option to create a glossary function.
Hi,
Hmmm… Well it was a clever use of misdirection since I focused on the phrase without noticing the first sentence even. Heh. Nice job ;)
—
I looked, and nothing really jumps out except what i mentioned about number of columns in smartphone needs to be cut down to 3-4 since otherwise it will overflow. You need to play around with the numbers in the css I gave you since its just a matter of adjusting the width in the mobile device media query.
If you are referring to something taking place in only a small range , you must remember that most mobile devices come in certain sizes. Can you provide a snapshot and point an arrow to what you are referring to please.
Thanks,
Nick
Thanks for the help. I’ll give it a try and see how it goes.
I tried to install the theme but when I do I get the following errors, what can I do to fix this please?:
Warning: Missing argument 1 for get_post(), called in /home/smcleod/public_html/mywebaddress.net/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/smcleod/public_html/mywebaddress.net/wp-includes/post.php on line 371
Warning: Missing argument 1 for get_post(), called in /home/smcleod/public_html/mywebaddress.net/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/smcleod/public_html/mywebaddress.net/wp-includes/post.php on line 371
Fatal error: Call to undefined function wp_get_theme() in /home/smcleod/public_html/mywebaddress.net/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1168
Thank you.
I recently purchased the Enfold theme and am unable to locate the template builder for the theme.
I also have purchased the Angular theme and I can find the template builder very easily on the site with the Angular theme. With Angular, I hover the mouse over Angular, and a sub-menu appears with Theme Options and Template Builder. However, on the site with the Enfold theme, only Theme Options are available when I click on Enfold. Template Builder is missing from the navigation on the WordPress site with Enfold.
Advice, recommendations? Finding a way to access the Template Builder for this theme would be exceptionally helpful.
Hi,
I just purchased the Enfold theme and am starting to migrate my current website over to WordPress. Everything looks good when my browser window is larger, but when I start to shrink it down, the menu starts overlapping the logo. Same thing happens on the iPad. I am trying to figure out how to work around it. Is there a way to get the logo out of the way of the menu so that as the window shrinks it doesn’t have to overlap the logo?
Here is a link to the website:
http://www.nesaw.com/wordpress/
I am using 1.8.4 but this also happened when using 1.7.1.
I am trying to add content to a page. I added 2 1/2 columns and put text box in left one and photo in the right one and update. The right one disappears. Do it again and it stays. Add a special heading and a full width box below and update. Everything disappears except the lefthand text box. Try again and add more and update, ok content is still there, do one more edit with an update and all disappears but 1/2 col and text box. Quit for night and reboot this am and same thing then upload 1.8.4 and same thing. Built another site with Enfold and several pages on this site and this never happened before.
Any ideas?
Thank you,
Lorra