Forum Replies Created
-
AuthorPosts
-
Thx for your answer… So that mean that masonry_entries.php also works with av-custom-link ?
Thx
Thanks Josue for your feedback.
How can I modify it in my Child Theme ?
I copy the file somewhere in my child theme folder or only the function into my functions.php ?
Thanks for your help.
Thanks Josue,
To be precise, I want to create a shortcode to display my list of vendor on my site. So far, I’ve been able to create this :
add_shortcode( 'list_vendors', 'wc_list_vendors_shortcode' ); function wc_list_vendors_shortcode( $atts ) { $vendors = ''; $terms = get_terms( 'shop_vendor', array( 'hide_empty' => false ) ); foreach ( $terms as $term ) { $term_link = get_term_link( $term, 'shop_vendor' ); $logo = get_field('logo', $term); if ( is_wp_error( $term_link ) ) continue; $logo_ids .= $logo['id'] . ","; } $vendors .= do_shortcode("[av_masonry_gallery ids='" . $logo_ids . "' items='24' columns='flexible' paginate='pagination' size='flex' gap='large' overlay_fx='active' caption_elements='title excerpt' caption_display='always' container_links='active' id='']"); return $vendors; }
But I can’t apply a link to my image leading to my vendor page. It’s possible if I create the shortcode straight from the post editor but I can do it on the fly, do I ?
Thanks for your help!
Exactly. :)
Pleaaaaase tell me it’s possible.
Thx for your feedback but I don’t understand, how you’re able to display the terms in the second dropdown as soon as I select the Shop Vendor taxonomy but on the frontend side, it’s not possible to achieve such thing ?
Thanks in advance for your help!
Yes I see the Shop Vendor taxonomy and when I select it I can see the Taxonomy Terms.
But It only displays the products attached to Taxonomy Terms not the Termes themselves…
Thanks for your help.
- This reply was modified 10 years, 1 month ago by basilefanon.
Glad it helped!
I had the idea while installing Livefyre Commenting System for one of my client. I got a warning telling me Rocket Loader was enabled and that it could break the comment layout…
A good idea for Kriesi Team (when they’ll post a statement on the topic…) would be to warn Enfold user of potential conflicts with CloudFlare…
Regards,
OK. On my side the problem is due to CloudFlare.
I had one of CloudFlare feature : Rocket Loader (Asynchronous Loading of Javascript : https://support.cloudflare.com/hc/en-us/articles/200168056) enabled.
Disabling it solved the problem.
Any statement from Krisi team ? First team we’re waiting so long before an answer…
Same problem here on a client website. Suddenly, after updating Enfold to version 3.0, LayerSlider became blank…
Urgent support requested… :)Thx
July 29, 2014 at 4:59 pm in reply to: Make a Portfolio Grid on one line and scrollable horizontally #297351Thanks for your reply.
I’ll try to do it on my own.
Can you just tell which files I need to import in my Child Theme to customize the Portfolio Grid element ?
Thank you in advance for your help.
Regards,
Thanks you!
Top level support!
I tried this morning. Doesn’t work either…
Still on 2.8.1 for the moment.
I added the CSS and tried to delete my child theme’s functions.php (which I need anyway)
And it doesn’t change a thing.
Rolling back to 2.8.1
I rolled back to V2.8.1 because none of the sliders appear (Easy Sliders, Layer Slider, Google Map Widget from Avia)… This is too serious.
Waiting for a fix.
May 20, 2014 at 12:02 pm in reply to: Enfold space between menu items / and space between portfolio item #267243Thanks Yigit !
You’re a star!
May 20, 2014 at 11:49 am in reply to: Enfold space between menu items / and space between portfolio item #267234Thanks Yigit, it works for the responsive, but, how can i do to put a larger space by default ? To align my “Collection” menu item at the left, and “Actualité” at the right ? You understand what I mean ?
May 20, 2014 at 11:33 am in reply to: Enfold space between menu items / and space between portfolio item #267222This reply has been marked as private.May 20, 2014 at 11:25 am in reply to: Enfold space between menu items / and space between portfolio item #267216I’ve solved my issue with portfolio’s items, with a simple border..
Now, i’m working on my menu items, still searching a solutions ^^
Thanks !
I got it !
After some minutes searching in the av_shortcode portfolio.php i found the solution. For people who want the tips :
Line 419 in portfolio.php :
else { $extraClass .= ' default_av_fullwidth '; $output .= "<div data-ajax-id='{$the_id}' class=' rozepitem grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>"; $output .= !empty($excerpt) ? "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'><div class='rozeptxt grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div></a>" : ''; $output .= "<article class='main_color inner-entry' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">"; $output .= apply_filters('avf_portfolio_extra', "", $entry); $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">"; /*$output .= !empty($title) || !empty($excerpt) ? "<div style='z-index:100;box-shadow: 0px -5px 20px #888888;' class='grid-content'><div class='avia-arrow'></div>" : ''; if(!empty($title)) { $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false)); $output .= '<header style="z-index:100;" class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>"; $output .= '</header>'; } $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';*/ $output .= '<footer class="entry-footer"></footer>'; $output .= "</article>"; $output .= "</div>"; // Add a new div containing the new default image $output .= "<div data-ajax-id='{$the_id}' class=' rozepitem grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>"; $output .= "<img src='http://www.dysign.fr/wp-content/uploads/2010/09/logo-dysign-2010-206x206.jpg' alt='pen'></img>"; $output .= "</div>"; // Close the div }
But now, how can i have to do to put this code in my child theme ?
Did i have to duplicate portfolio.php in my child-theme folder? or just duplicate the function called “function html” in my functions.phpThanks for your answer
Same problem here : http://smarturl.it/uvvodb
Try with “GARANTIR”
Looks like the bug appeared on 2.3 version.
September 20, 2013 at 1:19 pm in reply to: How to display Excerpt + Read more link in every category / archive pages ? #164037Cool it works!
Thx
September 20, 2013 at 9:31 am in reply to: How to display Excerpt + Read more link in every category / archive pages ? #163969Sorry but it doesn’t work… When I browse a category page I have the full content displayed…
Any news ?
Sorry, effectively it’s not clear… :)
In fact I’d like to modify the function avia_breadcrumbs( $args = array() )
So I just have to paste the code of class-breadcrumb.php to my child theme’s functions.php and edit directly the function avia_breadcrumb() ?
Thanks for your help.
Excellent! Thx for your help!
August 31, 2013 at 11:21 am in reply to: [WPML] Secondary language posts not showing in "Blog Posts" in the frontpage #138004Hi I updated everything and tried to deactivate all plugins but the bug remains.
I dropped you a mail, can you please let me know what I may have done wrong ?
Thanks.
Basile
Thx it works :
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace
Code:$output = str_replace(‘{{thumbnail}}’, $thumb_fallback, $output);with
Code:$output = str_replace(‘{{thumbnail}}’, $thumb_fallback, $output);
wp_reset_query();Great! I’ll try and let you know!
I’ve been looking a bit deeper, and it only affect Frontpage sidebar when we attempt to apply a custom widget area (created through widget page)
if we us the sidebar blog, sidebar page or fill anything in Display Anywhere, it works fine.
The thing is I need to display specific widgets on my Homepage.
I’ll contact Peters. Thx.
-
AuthorPosts