Forum Replies Created
-
AuthorPosts
-
Hi!
Yes, it should work with Enfold. I tested and it worked for me. However we can’t guarantee the compatibility of third party plugin (like German Market) and there’s always a risk of incompatibility problems.
Best regards,
Peter
Hey!
We released this update today. We don’t have any bug reports yet…
Best regards,
Peter
Hi!
Please elaborate – I’m not sure if I understand the question…
Regards,
Peter
Hey!
WooCommerce comes with a “setup assistant” – it will create all necessary pages automatically. If you don’t want to use the setup assistant insert following shortcode into a page
[woocommerce_my_account]
Best regards,
Peter
I tagged this thread for Kriesi because he tested the layerslider plugin and he decided to include it. Personally I didn’t find major bugs with it but the setup (and the creation of slides) take some time because you need to play around with all options, animation parameters, etc.
Hi!
Great – glad it worked :)
Regards,
Peter
Enfold does not support IE6 or IE7 (see “Compatible Browsers” list here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) and we can’t provide a fix in this case. The problem is that these browsers are just outdated (IE 7 was released on the 18. Oktober 2006) and it’s impossible to maintain the compatibility with these browsers if you want to present a modern website to Firefox/Safari/Chrome, IE9/10, etc. users…
Hi!
Insert following code into the quick css field
#top .avia-slideshow-arrows a {
text-indent: -600%;
}Regards,
Peter
Sorry for the late reply – I missed this post. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and delete:
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
Then replace:
$output .= !empty($excerpt) ? "<div class='slide-entry-excerpt'>".$excerpt."</div>" : "";
with
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : ""; $output .= !empty($excerpt) ? "<div class='slide-entry-excerpt'>".$excerpt."</div>" : "";
Hey!
I marked this thread for Kriesi (feature request) because this would require some changes to the template builder elements code.
Best regards,
Peter
No, that’s not possible. This hack wouldn’t make much sense too because it would also affect all other toggles and you can’t change this behavior on a case by case basis, etc. However you could add your idea to the wishlist: https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-118752 – maybe Kriesi wants to add such a feature to the toggle shortcode.
Hey!
Try:
#top .advanced_mortgage_calculator_content input[type="text"] {
display: inline !important;
}Best regards,
Peter
Hey!
Insert following code into the quick css field
.main_menu {
width: 80%;
}
.social_header .main_menu ul:first-child > li a {
height: 40px;
line-height: 70px;
}
#header_main {
height: 105px;
}
div .logo {
height: 100px;
}Best regards,
Peter
It’s not possible to change the tooltip width based on the thumbnail width because the width is “hardcoded” with css. However you can change the current tooltip width to any other width – insert following code into the quick css field
.avia-tooltip {
width: 180px;
}and adjust the width value.
You could try http://codex.wordpress.org/Function_Reference/wp_redirect -to redirect the user to another page. Add the function to the very top of search.php. You can retrieve the user input (search query) with: http://codex.wordpress.org/Template_Tags/get_search_query
Afaik Kriesi added this gallery effect because it looks nice and if you’ve just some images in a gallery (and not a complete page of thumbnails) it makes sense. For now we won’t implement this code into the theme files because we like the fade in effect…
Hi!
Open up enfold/js/avia.js and search for:
opa = 0.7;
Replace 0.7 with an higher value like 0.8 or 0.9.
Best regards,
Peter
June 18, 2013 at 5:49 am in reply to: Not show number of COMMENTS on homepage/any grid layout – show only date/author #125131Hi!
Insert following code into the quick css field
ol.comment-list{
display: none !important;
}Best regards,
Peter
You can use the more quicktag http://codex.wordpress.org/Customizing_the_Read_More , http://en.support.wordpress.com/splitting-content/more-tag/ to split your content into an excerpt and full version. If you don’t want to add a quicktag replace following code in includes/loop-index.php
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
with
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more";
if(is_single()) $blog_content = "content";– afterwards Enfold will generate an excerpt automatically or it will use the text from the “excerpt” option field.
Hey!
1) This login page is part of the WooCommerce plugin – you just need to link to the “My account” page (you can use the menu manager (Appearance > Menu) to add it to the menu.
2) You can try to add the html code of the button to the “My Account” page, if this doesn’t work you need to add the html code to the account page template ( wp-contentpluginswoocommercetemplatesmyaccountmy-account.php ).
Regards,
Peter
Hey!
I corrected the code – it should work now.
Regards,
Peter
You can only change the color of the thumbnail background is transparent – otherwise you need to change the background by editing the image. Use following css code to change the slideshow background
.main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb {
background: #f8f8f8 !important;
}This is not possible without creating a new layout element. Even if you’re using a fullwidth content element you’re limited by the content area width of 1210px. You can add your idea to the wishlist though: https://kriesi.at/support/topic/enfold-feature-requests – maybe Kriesi is interested in such a content/map element.
I tagged this thread for Kriesi because I can’t find a js error. Chrome shows me an error message
Blocked a frame with origin "http://player.vimeo.com" from accessing a frame with origin "http://posa.dk". Protocols, domains, and ports must match."
which seems to be related to the vimeo video but I’m not sure if it affects the slider.
June 17, 2013 at 12:48 pm in reply to: Enfold Theme by Kriesi Signature at Bottom of Website #125200Hey!
tmunz – Thanks for helping us out :)
Regards,
Peter
1) In wp-contentthemesenfoldincludeshelper-template-logic.php replace:
$result = avia_get_option($layout);
with
$result = avia_get_option($layout);
if(get_post_type() == 'portfolio') $result = 'fullsize';2) In functions-enfold.php replace:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
with
if($breadcrumb && get_post_type() != 'portfolio') $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
3) https://kriesi.at/support/topic/footer-7#post-109976
4) Yes, unfortunately WP will use the taxonomy name on portfolio category pages and you can’t change the slug without changing the taxonomy name. On the other hand you can’t change the taxonomy name because we hardcoded/use it on various places within the framework.
When you insert the images to the gallery make sure that the “Link to” option is set to “Media File” and not “Attachment Page”:
I’d suggest the wp types plugin: http://wordpress.org/plugins/types/ to add new post types. However this is not an easy modification because you’ll need to change various things in the framework. Depending on your skills you need to hire a freelancer/coder who can implement the new post type for you.
Hey!
Yes, we’ll add an option or a filter – it depends on Kriesi. We’ll also change the delimiter to a space char by default because the period doesn’t make much sense…
Best regards,
Peter
-
AuthorPosts