Ja, diese Funktion ist derzeit leider nicht vorhanden. Du kannst diese gerne auf die Feature Request Liste setzen: https://kriesi.at/support/topic/enfold-feature-requests und wenn mehr Benutzer diese Funktion wollen, werden wir diese in ein Update einbauen.
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
with
$output .= $thumbnail ? "<a target='_blank' href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
and
$permalink = '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';
with
$permalink = '<div class="read-more-link"><a target="_blank" href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';
Following this topic: https://kriesi.at/support/topic/fullscreen-easy-slider-in-ie8
Since the latest update (2.1) the problem above is replaced by a new one. Instead of having the background image leave whitespaces on both sides, the background is now stretched to fullwidth without the height staying in proportion.
I’ve checked the Enfold v7 homepage demo and noticed it does stay in proportion there. So I deleted all of my custom CSS, but the issue remains.
My background image has the dimensions 1920 × 1491, while the enfold demo is a portrait format. Could that be a reason?
The site is http://goo.gl/64XSk4
Since v2.1 Enfold comes with a subject filter function. Add following code at the bottom of functions.php
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
function avia_change_mail_subject($subject, $new_post, $form_params)
{
$subject = 'My email subject';
return $subject;
}
and instead of “My email subject” insert your subject text.
Yes, I found the problem and updated the instructions above. Kriesi obviously renamed the activeToggle class to active_tc and forgot to replace the string in two files. It will be fixed in the next update.
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);
replace with
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' ",'a'), $entry);
However because of seo reasons I’d recommend to stick with the link title/tooltip.
Hey!
Try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP by editing wp-config.php
Best regards,
Peter
Hello Dude!
Thanks for getting back to me.
Your solution results in the toggle now staying visible all the time. So when you visit a web page with the accordion and one of the toggles is set to ‘initially be open’ it is now open. But if I open another toggle the initially open toggle will not close any more.
Any ideas?
I just purchased Enfold last week and am very excited about rolling it out on my site because of its great features, but I have come across a full-stop issue in that every events manager plugin I’ve tried to use with Enfold causes a “white screen” error in which no part of the site loads at all (and I have to back it out of the system and go back to my current theme.)
The plugins I’ve tried are:
Events Manager Extended (Franky Van Liedekerke) (my current setup)
Events Made Easy (Franky Van Liedekerke)
Events Manager (Marcus Sykes)
TheatreCMS Lite (Scott Shumaker)
I also have the same problem with Twitter Widget Pro, though I wasn’t planning on running it with Enfold so it’s deactivated before activating Enfold.
I’m running WP 3.6 and have tested it with all plugins deactivated, and don’t have the issue with any other theme I’ve tried.
Help? Ideas?
Hello,
On your preview page, I can see that home layout is set to be “Single Author, small preview Pic (no author picture is displayed, feature image is small)” — http://kriesi.at/themedemo/?theme=enfold
When I go into post, I can see that layout changes to be “Single Author, big preview Pic (no author picture is displayed, feature image is big)” — http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
I want to do the same. But I cannot figure out how. There is no option to set that inside post preferences. Layout preferences inside post let me choose only “Default” , “No Sidebar” , “Left Sidebar” and “Right Sidebar”.
Regards
I updated to rev 3.6 and updated the Enfold theme to 2.1. My Layerslider stops and will not move forward and the Enfold slider (most beautiful) will not work either. Here is the link to a test page with the Enfold slider:
http://altlog.net.s133485.gridserver.com/test-2/
Hi,
Unfortunately, this is not possible with the Layer Slider within the Enfold theme. You can hire a freelance developer to modify the theme and the plugin for you. You can use the Fullscreen Slider if you want a full width image rotator.
Regards,
Ismael
Hi,
Let me tag Kriesi. The theme should always be available in your downloadable items. Are you sure you are logged-in on the correct account? Please try to use a different browser then sign in again.
Regards,
Ismael
Hey,
Please check http://community.weatherseal.co.uk/gallery/. I added this code on your Quick CSS field.
.js_active .grid-image {
opacity: 1 !important;
}
.grid-image img {
width: 100%;
display: block;
height: 100%;
}
I suggest you download Enfold 2.1 then update your installation.
Regards,
Ismael
Devin,
Please take a look at http://acutta.com/z/?post_type=product. The page has different hover effect for links in the footer area and column 4 of the footer has white on black color settings which is different other other pages. Also, as you can see, there is a space right above the social login bar and main menu that just came out from nowhere. Could you please help take a look at that as well and see what may have caused the display of that space?
Thank you,
Hi,
In your WordPress directory please go to Enfold > Config-templatebuilder > Avia-shortcodes and open Postslider.php file and find following code in line 321
$output .= "<div class='slide-content'>";
and add your code right under it
$output .= " your code here ";
But please not that you should use ‘ instead of ” inside your iframe tag so your code should be like height=’20’ and not like height=”20″
On Localhost it did not work for me but Facebook like button for pages worked fine, so i guess you will not have a problem as long as your code is fine :) Feel free to let us know if does not work
Regards,
Yigit
Hi,
I currently design a small, super-minimalistic website based on enfold.
My initial intention was to display a 50px h1 title page without the breadcrumb.
I did not succeed doing so removed the “stretch full title container” by applying the following custom CSS already discussed on the forum.
.stretch_full.title_container {
display: none;
}
However, there still is a need to display h1 titles for proper legibility and SEO. Thus my question:
I how do I remove the horizontal ruler coming next to prestyled h1, running along the page width?
Thanks
Hi!
Following css code is a quick fix – insert it into the quick css field (Enfold > Styling).
.active_tc.toggle_wrap{
display:block;
}
Then open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestoggles.php and replace
$contentClass = "activeToggle";
with
$contentClass = "active_tc";
I’ll ask Kriesi to fix it in the next update.
Best regards,
Peter
Hi,
Please add following code to Quick CSS that is in Enfold theme options under Styling
@media only screen (max-width: 480px) { .social_header .phone-info span { font-size: 14px!important; } }
Until 480px it looks fine so this will switch text and phone numbers font size to 14 when displayed on screens smaller than 480px.
Regards,
Yigit
Open Sans (google) DOES support Polish characters (I use it in another WP blog) – but I can’t achieve proper Polish characters in Enfold. I’ve made an update today, but still no results. Here is the test-page:
http://agakarmol.net/polish-language-test/
Hi yukanl
You shouldn’t need to do anything to get the theme styling to override the woo commerce styling. As long as the config-woocommerce folder is present in the theme files and is getting called in then it should take priority.
What is the URL for your shop page, maybe we can see a failure in one of the scripts loading in or something like that.
Regards,
Devin
Hi,
Please add following code to Quick CSS that is in Enfold theme options under Styling
.header_color .main_menu ul:first-child > li > a { color: white!important; }
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: blue!important; }
ul.sub-menu { color: red!important; }
#top .header_color .main_menu .menu ul li>a:hover { color: green; }
#top .main_menu .menu li>a { color: black; }
Active state will be Blue and submenu hover state will be Green.
Regards,
Yigit
Make the bbpress page editable using all the bbpress widget and be able to set the right column like other pages.
Is it possible to use fullwidth video background loops in Enfold layer slider, or as color section’s background?
Any tutorial for this?
Here we go with my two sites
http://www.der-prinz.de/
http://www.der-prinz.com
I had my own theme for the two sites almost finished when I stumbled over Enfold and found this is the perfect theme for me. So I decided to drop my own development and started using Enfold.
How about addng a box to the theme settings page that allows me to add codesnippets to the footer? For example when I want to add an external Javascript now I need to use the Google Analytics box. That works but in many cases it would be better to have those external scripts on bottom and not on top of the page.
Hi there,
I´m quite happy with the overal peformance but GTmetrix Google Page Speed report tells me that there are two main areas of possible improvement:
1. Defer parsing of JavaScript
2. Remove query strings from static resources
I´m using W3Total cache and it does a good job so far. Any ideas how I can follow the two suggestions with Enfold?
Cheers
Michael
When I select the default WordPress Theme updating pages works again. Is this a Enfold 2.1 problem?
The overview can be found in the first post: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
We’ll include all files in the next update. Eventually I want to set up a glotpress server which allows us to create community driven translation files without merging existing translations, etc.
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
div.entry-content { font-size: 18px!important; }
Regards,
Yigit