Forum Replies Created
-
AuthorPosts
-
Hey papernapkinmarketing!
Did you try the “Animated numbers” content element Kriesi added with the Enfold 2.8.1 update? You can use it with the columns shortcode to display 5 animated numbers in one row.
Cheers!
PeterHi!
Please try to insert this code into the quick css field:
.html_logo_center.html_header_top.avia-msie-8 #top .logo{ left: 17%; }
Best regards,
PeterHi!
It seems like the slider works now – probably the 2.8.x update solved the issue: http://www.screenr.com/k1pN
If you want to replicate the look of this slider: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/ please add three additional posts to the slider – then you should have 5 slides and the slider will look like on the demo page.Best regards,
PeterHi Andi!
No, the theme does not support such a shortcode but you can try a plugin like: http://wordpress.org/plugins/post-tags-and-archive/
Regards,
PeterHi!
Thank you for the feedback – I’ll discuss this with Kriesi.
Regards,
PeterHey!
Yes, personally I recommend to create a child theme but if you don’t want to use a child theme ou can modify the enfold/functions.php file. Just insert the code at the very bottom of the file.
Regards,
PeterHey Pedro!
You can’t wrap a shortcode this way. Your only chance would be to use $row[‘image’] as part of the av_slide shortcode like:
$rows = get_field('images'); $output = " [av_section color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' min_height='' padding='default' shadow='no-shadow' id=''] "; $output .= "[av_slideshow size='featured' animation='slide' autoplay='false' interval='5' custom_class='']"; foreach($row as $row){ $output .= " [av_slide id='{$row['image']}'] "; } $output .= '[/av_slideshow] [/av_section] '; echo do_shortcode($output);
and $row[‘image’] MUST contain a valid image/attachment id.
Cheers!
PeterHey pako69!
Probably this post: https://kriesi.at/support/topic/instant-ajax-search-on-sidebar/#post-198969 will give you a starting point.
Best regards,
PeterHi!
You don’t need to change any code. Just place the code into the child theme functions.php file (at the very bottom of the file).
Regards,
PeterHey!
Actually the urls are stored in the database and you can replace them with a tool like WP MigrateDB. Also see: https://kriesi.at/support/topic/ssl-site-is-broken/
Regards,
PeterHi targetzero!
Yes, insert this code into the quick css field or child theme style.css file:
#top .av-magazine-time{ display: none; }
Best regards,
PeterHey Holger!
Yes, you can use a plugin SearchWP to tune the default wordpress search engine. It also works with the ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Regards,
PeterJune 2, 2014 at 9:19 am in reply to: After Update to 2.8 got Error when trying to edit sites #273146Hey!
You can use WP MigrateDB to replace all occurrences of http:// with https:// in your database – also see: https://kriesi.at/support/topic/umstellung-https-und-wp-3-9-muss-ich-da-was-beachten/ – I know that this tool will “fix” all https errors of the Enfold theme. However I can’t guarantee that it will fix all errors on your website especially because some third party plugins may add content to your website which still uses the standard http:// protocol.
Cheers!
PeterHi!
Glad you found the culprit ;)
Best regards,
PeterHey fitzpatrick512!
Please update Enfold to version 2.8.1 and make sure you’re using the latest WooCommerce version. If this doesn’t fix the issue deactivate all third party plugins and WooCommerce extensions except WooCommerce and check if the related products show up afterwards.
Best regards,
PeterHey!
1) Please create me an admin account and post the login credentials as private reply – I’ll look into it. On my test server the code added the parent page of the 3rd level, etc. to the breadcrumb and I’m not sure why it doesn’t work on your server.
2) Try to add this code to the quick css field:
#avia-menu .current-menu-item .sub-menu a { color: #ffffff; } #avia-menu .current-menu-item .sub-menu a:hover { color: #a3d8f5; }
Regards,
PeterHi!
You can try to change the arrow position – please place this code into the child theme functions.php file enfold/functionsphp:
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2); function avia_apply_custom_sort_order_to_post_nav($entries, $settings) { $temp_prev = $entries['prev']; $temp_next = $entries['next']; $entries['prev'] = $entries['next'] = ""; if(!empty($temp_next)) $entries['prev'] = $temp_next; if(!empty($temp_prev)) $entries['next'] = $temp_prev; return $entries; }
Regards,
PeterHi!
Yes, I was a big Lebowski fan when I started to work here and I decided to choose the username “Dude” :)
Cheers!
PeterJune 2, 2014 at 8:49 am in reply to: Portfolio Grid – no sorting until final (oldest) page/posts #273126Hey Jason!
1) You can increase the number of items per page – then you could deactivate the pagination.
2) You can use a plugin like: https://wordpress.org/plugins/post-types-order/ to change the sort order – use it to add your items to the first page.
Cheers!
PeterHi!
Great – glad it works ;)
Regards,
PeterHi crschulz!
Please don’t create duplicate threads… https://kriesi.at/support/topic/latest-news-widget-query-from-all-custom-post-types/
Regards,
PeterJune 2, 2014 at 8:32 am in reply to: Certain icons (for example Search) are no longer working since latest update. #273122Hi!
Yes, please make sure all files are updated (and overwritten) when you upload the new theme files with ftp. probably the font files in wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/ are still outdated.
Best regards,
PeterHi danielpaullucas!
I just re-saved the textblock content (of all 3 columns) and then re-saved the page and now the layout isn’t broken any more. Maybe a cache plugin broke the content somehow and the saving process flushed the cache.
Cheers!
PeterJune 2, 2014 at 8:10 am in reply to: Fullwidth Masonry Sorting Not Aggregating Categories Correctly #273112Hi!
I just tested it and the masonry grid works as expected. You need to click the read more button (at least one time) and then more categories will pop up in the filter list. If no entries of a category are displayed in the grid the filter will hide the category because it wouldn’t make any sense to display a filter criteria which does not return any results. If you want to make sure that all categories are displayed try to increase the number of grid items.
Cheers!
PeterHi!
Please try to use this url: http://shortiedesigns.com/site/#av_section_1 for the fullscreen slider button. Enfold should then scroll to the av_section_1 section.
Cheers!
PeterHi!
On the blog page http://52kards.com/blog/ you’re using a different layout (single small layout) – try:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }
Cheers!
PeterHi!
I just checked the post pages – i.e. http://uppersideblog.staging.wpengine.com/test-1/#.U4wR4Pl_uPs (hosted on WPengine) – and you did not set a featured image yet. You just embedded the image into the content which is NOT a featured image but just part of the content. You’ve two options:
1) Set a featured image with the featured image field on the editor page: http://www.clipular.com/c/4793423542353920.png?k=y8qHkBan0XWxoUVi5LJ76ru2qvE
2) Use the content instead of the excerpt for the preview text – then you need to replace
if(!is_archive()){ echo $content; } else { $excerpt = the_excerpt(); echo $excerpt.'<a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>'; }
with
if(!is_archive()){ echo $content; } else { $excerpt = get_the_content(__('Read more','avia_framework'); }
and use the “More” quicktag: http://en.support.wordpress.com/splitting-content/more-tag/ to generate the excerpt.
Best regards,
PeterHi!
Yes, selecting taxonomies is currently not supported. You can use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 to register a new, custom widget for your cpt/taxonomy. If you want to query posts from several cpts which are grouped in the same taxonomy you can replace this line:
$this->avia_post_type = 'portfolio';
with
$this->avia_post_type = get_post_types();
– the get_post_types function will return all registered post types and WP will include all post types into the query.
If you want us to add this feature/advanced widget to the Enfold framework please submit a feature request here: https://kriesi.at/support/enfold-feature-requests/ and if your idea gets enough votes we’ll look into it.
Best regards,
PeterHey!
Both features are not supported by WooCommerce out of the box and also Enfold doesn’t add them to the WooCommerce code. I searched the plugin repository and I found this plugin: https://wordpress.org/plugins/profile-builder/ which may help you to build advanced, editable profile pages but tbh I’m not sure if you can integrate it with WooCommerce easily. I recommend to contact the plugin author for more details and if necessary hire a freelancer who an develop a custom solution for you.
Regards,
PeterHi romeo74!
Please contact the plugin author because we don’t provide support for third party plugin conflicts. Your best bet is to update the theme to version 2.8, WordPress to 3.9 and TinyMCE Advanced to v 4.0.x – maybe then the plugin starts to work.
Regards,
Peter -
AuthorPosts