Forum Replies Created
-
AuthorPosts
-
It depends on the layout. The grid layout does not support the Date-Author-Category info because there’s not enough space and it doesn’t display properly on small screens. The other layouts should display the meta info though.
You can use the “blog” element with custom taxonomies too. Select “Display entries from a custom taxonomy” and select your “Companies” taxonomy. If you want to list other post taxonomies too just add another blog element and select another taxonomy.
June 3, 2013 at 5:39 am in reply to: "Enfold Latest News" widget when in archive view shows broken links #122793Hey!
I can’t reproduce this error: http://www.screenr.com/aVHH and we didn’t receive other bug reports regarding this issue. This is maybe a client side problem (browser configuration/extension, etc.).
Best regards,
Peter
Hi!
I tagged this thread for Ismael.
Regards,
Peter
1) Enfold does not support such a menu description. You can try to use html code to “shrink” your menu item link text (eg with
<span style="font-size: 10px">My description</span>
2) You can change the color of the dropdown with
#top .header_color .main_menu .menu ul li a{
background-color: #333;
color: #fff;
}Adjust the color values and insert the code into the quick css field.
1) You can try to use the excerpt length filter: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters – insert the code at the bottom of functions.php.
2) The advanced layout builder is only included in Enfold. Other (“older”) themes do not support this feature however Replete, Incarnation, etc. support a “Template Builder” which is similar to (but not as flexible as) the layout builder.
Tbh I can’t answer the question because I don’t have a reference point for a comparison. Enfold comes with a lot of unique features which require additional code and obviously this code will always slow down your website a bit. Compared to a simple theme like TwentyTwelve Enfold is not speed optimized because we’d need to strip all these features for a fair comparison. That said we created most parts with the loading performance in mind (sometimes it’s not possible because of browser compatibility reasons, etc.) and Kriesi also works on some framework improvements to reduce the php memory usage.
You can insert any html code into the menu item title field and the description field. Eg you can insert a simple html image tag: http://www.tizag.com/htmlT/images.php into the description field and then the menu should display an image too.
Hey!
Try following code instead:
.avia-slideshow .avia-caption .avia-caption-title {
color: #ff0000 !important;
}Best regards,
Peter
Hi!
Can you post a link to your website please – we need to compare your page layouts first.
Best regards,
Peter
Hi!
What a pity. If I find some spare time I’ll search for a compatible plugin. I’ll leave this thread open – maybe someone from the community can recommend a plugin.
Regards,
Peter
Yes – open up wp-contentthemesenfoldincludesloop-index.php and replace
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
with
$current_post['content'] = get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>');
Hey!
Ok, I’ll leave this thread open.
Regards,
Peter
Hi!
Try to replace:
if($.fn.avia_activate_lightbox)
$('body').avia_activate_lightbox();with
if($.fn.avia_activate_lightbox)
$('body').not('.justified-image-grid').avia_activate_lightbox();Best regards,
Peter
Actually I guess Kriesi doesn’t want to scale down the default size to 13px/0.813em but he used those font size & line height values which gave him the best results (nice typography, readability, etc.). Maybe some articles about typography will help you: http://webdesignerwall.com/tutorials/typographic-contrast-flow , http://coding.smashingmagazine.com/2009/04/03/8-simple-ways-to-improve-typography-in-your-designs/ , http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/ and http://speckyboy.com/2009/08/31/50-essential-web-typography-tutorials-tips-guides-and-best-practices/
Hi!
Yes, that’s right. You can also try a plugin like: http://wordpress.org/plugins/paginated-effects-gallery/ – however I didn’t test it and it may not be compatible with our theme.
Best regards,
Peter
Hey!
Great :)
Best regards,
Peter
You can use the font icon shortcode and wrap it into a paragraph with rounded corners like:
<p style="border-radius: 20px; background: #333; height: 40px; line-height: 29px; float: left; padding: 10px;">
[av_font_icon color="#1e73be" icon="31" size="20px"]
</p>You could also set the page status to “draft” – then the pages won’t be deleted and you can view the content anytime. On the other hand website visitors users can’t access them:
Open up wp-contentthemesenfoldincludeshelper-social-media.php and replace:
$html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
with
if($icon['social_icon'] == 'rss'){
$html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'><img src='http://mywebsite.com/image.jpg' alt='' /></a>";
}else{
$html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
}and instead of http://mywebsite.com/image.jpg insert the path to your image/icon.
I’m sorry but this is not easily possible. This theme seems to split up the main menu into two menus – Enfold just supports one main menu and you’d need to implement another menu. Then it would require a complete rewrite of the menu css and the new menus would be incompatible with our mega menu & submenu dropdown functions. If you really need this feature please hire a freelancer.
You need to increase the padding-top vale of the main content container. Insert following code into the quick css field:
.fixed_header #main {
padding-top: 88px;
}and increase the 88px to eg 100px (depends on your logo size).
Hey!
Please try the fix from this thread: https://kriesi.at/support/topic/custom-widget-areas-not-working-after-upgrade-to-15#post-114794
Best regards,
Peter
Hi!
Please post a link to the website – we’ll investigate the source code and provide some css code to fix it.
Best regards,
Peter
Hi!
Please post a link to the justified grid page.
Regards,
Peter
Hi!
No, the standard gallery does not support a pagination. You can try Nextgen though: http://www.nextgen-gallery.com/
Best regards,
Peter
Hey!
Can you post a link to a page where you noticed the issue? We’ll investigate the code and fix it if possible.
Regards,
Peter
Hi!
Try to clear the browser cache & flush the minify plugin cache.
Regards,
Peter
Try following – in wp-contentthemesenfoldframeworkphpclass-style-generator.php replace
$this->output .= $rule['elements']."{nfont-family:".$rule_split[0].", 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;".$font_weight."n}nn";
with
$this->output .= $rule['elements']."{nfont-family:'".$rule_split[0]."', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;".$font_weight."n}nn";
-
AuthorPosts