Forum Replies Created
-
AuthorPosts
-
Our newest project realised with enfold – for a exhibition stand provider located in germany:
Team West Präsentationssysteme (www.team-west.net)We are looking forward to your feedback.
February 18, 2019 at 8:30 am in reply to: Contact form: custom text on submit button not showing #1068180Hi Ismael,
thank you so much! When will the next update released?
February 14, 2019 at 11:48 pm in reply to: Contact form: custom text on submit button not showing #1067221We found the following:
Line 169 in the file framework/js/avia_recaptcha.js buttons[ i ].value = "Submit";
This value is used as text for the button after reCAPTCHA was valid. We can change the value in the file but after an template update this changing will be lost.
How can we use the value which we have set at the ALB contact element (id=”aviaTBbutton”) settings for this value?
February 14, 2019 at 9:10 pm in reply to: Erhöhter Spam über Kontaktformular trotz «Captcha darstellen» #1067134Hey Marco,
mit der Version 4.5.4 (https://kriesi.at/documentation/enfold/changelog/) lässt sich »Google reCaptcha« ohne zusätzliche Aufwendungen integrieren – das sollte bei Problem helfen und die Anzahl an Spam-Nachrichten mindern.
Viele Grüße,
TimoWe have made a new ajax based website for HALFMANN Zaun- u. Torsysteme GmbH a german fence and gate construction company.
https://zaun-halfmann.deFeedback is welcome! We hope you like it?
- This reply was modified 5 years, 11 months ago by Pixelsaft GbR.
@Gitte: Thank you – we always use the premium version of e-recht24 (https://www.e-recht24.de) to generate the privacy protection page and legal notice.
But do you have further information to an obligation for opt-out – in germany?
@Gitte: Thanks for your Feedback.
At the moment we don’t use any GDPR relevant content (webfonts, tracker, e. g.) so that we think this should be ok – for now.
Did you know more about a opt-out obligatory in germany?
I look forward to hearing from you.
Fully based ajax navigation and no loading bars in the browser. On mobile devices it feels like an app and can be visited again after visiting a page without an internet connection. We ❤ to realize such projects with enfold!
Romes Elektrotechnik – Electrician from german (www.romes-elektrotechnik.de/)We are looking forward to your feedback.
Something new – blazing fast with ajax ;)
Retz Spirituosen – handmade regional specialties from germany (www.retz-spirituosen.de)
Your feedback is welcome!- This reply was modified 6 years, 1 month ago by Pixelsaft GbR.
This reply has been marked as private.This reply has been marked as private.Enfold goes ajax https://techtrans.de
Feedback welcome!
I found a solution. The bug is present with an not default in script. We disabled the script in edge and all works fine again.
Please delete or close the topic.
Thanks.
This reply has been marked as private.May 18, 2018 at 8:40 pm in reply to: Display the »page_nesting_nav« from any parent page on portfolio #958816Hi Basilis,
we found a way and updated the function “via_sidebar_menu”. We put this into functions.php.
// Add Parent to Sidebar Menu function avia_sidebar_menu($echo = true) { $sidebar_menu = ""; $subNav = avia_get_option('page_nesting_nav'); $the_id = @get_the_ID(); $args = array(); global $post; if($subNav ) { $subNav = false; $parent = $post->ID; $sidebar_menu = ""; if (!empty($post->post_parent)) { if(isset($post->ancestors)) $ancestors = $post->ancestors; if(!isset($ancestors)) $ancestors = get_post_ancestors($post->ID); $root = count($ancestors)-1; $parent = $ancestors[$root]; } // If Portfolio use the Breadcrumb Parent else if ('portfolio' == get_post_type()) { $breadcrumbParent = get_post_meta(avia_get_the_ID(), 'breadcrumb_parent', true); $parent = wp_get_post_parent_id ($breadcrumbParent); // Fix if portfolio_entries at Page <- the page will output as Portfolio when added in builder if (!$breadcrumbParent) { $ancestors = get_post_ancestors(avia_get_the_ID()); $root = count($ancestors)-1; $parent = $ancestors[$root]; } } $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title'); //enables user to change query args $args = apply_filters('avia_sidebar_menu_args', $args, $post); //hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden $display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post); $children = wp_list_pages($args); if ($children) { $default_sidebar = false; // Add Parent link $sidebar_menu .= "<a href='". get_the_permalink($parent) ."'>".get_the_title($parent)."</a>"; $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>"; $sidebar_menu .= $children; $sidebar_menu .= "</ul></nav>"; } } $sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post); if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; } }
- This reply was modified 6 years, 6 months ago by Pixelsaft GbR.
Hi Rikard,
now we have updated the template to the latest version and the scroll position do not work as expected, unfortunately.
Do you have another suggestion?
I look forward to your reply.
Best regards,
TimoHey Rikard,
we have disabled the cache plugin and the browser cache is cleared, too. But this does not solve the problem.
What do you think?
Thanks,
TimoHi Rikard,
thank you for your respond. We removed the file.
Best regards,
Timo
Hi Rikard,
we added the file jquery.smoothState.functions.js by our own and tested the accordion without the file, further. But the bug perfom with and without the custom file.Do you know how we can setup a fixed top positon for the active toogle?
Best regards,
Timo
This reply has been marked as private.This reply has been marked as private.April 24, 2018 at 1:18 am in reply to: Display the »page_nesting_nav« from any parent page on portfolio #945622Hi Jordan, thanks for the fast respond!
Is it possible to fetch the nav with an a parameter e. g. the base page id in php?
I am looking forward to your feedback.
January 31, 2018 at 7:53 pm in reply to: Disable category "Uncategorized" in shop breadcrumb #905731Adding this to the functions.php will remove the category from the breadcrumb.
// Remove Category in Breadcrumb add_filter( 'avia_breadcrumbs_trail', 'remove_woocommerce_category_breadcrumb_trail', 20, 2 ); function remove_woocommerce_category_breadcrumb_trail( $trail, $args ){ if( is_product() ) { unset( $trail[count($trail)-2] ); } return $trail; }
Hey Victoria,
all content excepted the footer should be updated with ajax.At the moment google maps and the booking calendar do not get updated.
For ajax we use the plugin zajax.
Yours,
TimoHi Victoria, we insert google maps on two pages – on the botton of each and update the the content with ajax.
But the map will only loaded once, so that we would update it with javascript.
Do you know, what i mean?
Hey Victoria,
great to hear that the mobile menu will get an update. I know that is difficult, but can you give me a approximately release date for the new Update?Yours,
Pixelsaft -
AuthorPosts