Forum Replies Created
-
AuthorPosts
-
Hey Guenter,
Thank you for pointing out this problem. I can reproduce it on my local install. This is really a bug. I will try to find the solution and will come back.
Best regards,
GünterHi,
Thank you for using our theme. Sorry for the late reply due to summer holidays.
You find the code for this widget in bbpress\includes\common\widgets.php line 66ff.
To achieve this output it needs heavy modifications, which are out of scope of this forum.
Best regards,
GünterHi,
Thank you for using Enfold. Please apologize the late respones due to summer holidays.
You need not worry about your support time. Currently we do not check the expiration date.
I had a look at your site.
There seems to ne something wrong with the installation, because I’m missing the “Portfolio Items” in you dashboard (and also in the selectbox of the masonry element).
And in the selectbox “Qué entradas?” are only categories. There should be the taxonomies that are the base for the posttypes (you need to select the corresponding taxonomie for the selected posttypes in Selecciona tipo de Post)
I would suggest you make a new clean installation.
Let us know, if this helped you.
Best regards,
GünterHi,
Gerne.
Viel Freude noch mit dem Theme.
Gerne kannst Du bei weiteren Fragen einen neuen Thread anlegen.
Best regards,
GünterHi,
Thank you for pointing out the problem for other users.
The E-Mail is not rendered to the frontend – so this actually no problem.
Thank you for using Enfold and enjoy the theme.
Feel free to come back with further problems or questions you have. Simply open a new thread.
Best regards,
Günter- This reply was modified 7 years, 3 months ago by Günter.
August 11, 2017 at 4:45 pm in reply to: Display Add to cart button in slider products + product grid #837513Hi,
Thank you for coming back.
The products below MOST POPULAR GOURMANDISES have the button “Ajouter au panier”. This is the “add to cart” button and it works as expected.
Did you solve the problem?
Best regards,
GünterAugust 11, 2017 at 4:30 pm in reply to: How to display blog posts from a custom year automatically ? #837504Hi,
Glad we could help you.
If you have time can you place a rating for the support on themeforest please.
Have a nice weekend also and enjoy the theme.
Feel free to come back, when have further problems or questions.
Best regards,
GünterAugust 11, 2017 at 4:28 pm in reply to: Google Map Not Displaying After Making Recomended Fix #837503Hi,
I checked the site. You have to link Enfold to a valid Google Maps API key.
Goto Dashboard -> Enfold -> Google Services and enter a valid API key.
Hope, this will help to solve the problem.
Best regards,
GünterHi,
Thank you for the link.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) try to put the following:
#main > div.main_color.container_wrap_first.container_wrap.fullsize { display: none !important; }
Best regards,
GünterHi,
Freut mich, dass wir dir helfen konnten.
Viel Freude noch mit dem Theme.
Jederzeit kannst Du bei Fragen gerne einen neuen Thread eröffnen.
Best regards,
GünterAugust 11, 2017 at 3:54 pm in reply to: How to display blog posts from a custom year automatically ? #837487Hi,
I found a solution.
I updated the file blog.php and postslider.php (both are in the child theme).
The only restriction by WordPress is, that you can select one year only for filter (or all) – this is the restriction for the date query.
I hope, this helps you.
Best regards,
GünterHi,
I have checked again. It is not Enfold that inserts this code.
You can check (created 2 Test pages):
- Add a new contact form and check the code in the debug window – this code is OK
- Safe the page – the code is added at test page Enfold Contact Form 2 but not at Enfold Contact Form
Enfold is saving the content of the debug window without doing any changes to it. If it was Enfold, than it would happen on both pages.
It seems to be in connection with cloudflare, because the script added refers to /cdn-cgi/l/email-protection.
Check with your hoster, if there is running a security script.
Best regards,
GünterHi,
In Quick CSS folgenden Code eingeben:
.current-menu-item > a > .avia-menu-fx { display: none !important; }
oder wenn der Balken immer weg sein soll:
.menu-item > a > .avia-menu-fx { display: none !important; }
LG,
Günter- This reply was modified 7 years, 3 months ago by Günter.
Hey dani85,
Danke, dass Du Enfold benützt.
Das Zoomen ist ein allgemeines Problem, da Browser keine API anbieten, dies festzustellen und darauf zu reagieren, d.h. das Javascript und CSS der Website kann nicht feststellen, ob der user gezoomt hat.
In der normalen Ansicht (bei FF Ansicht->Zoom->Normal) kann ich nichts erkennen – die Seite schaut so aus, wie sie im ALB angelegt wurde (Getestet FF und Chrome).
Best regards,
GünterAugust 11, 2017 at 10:11 am in reply to: How to display blog posts from a custom year automatically ? #837365Hi,
Can you give me FTP access and a WP admin account to your server, so I can update your file directly? Would be the easiest way.
You can post it in private content area.
Best regards,
GünterHey Thomas Hiebsch,
Danke für den Kauf von Enfold.
Bei Fragen und Problemen bitte unser Forum verwenden, https://kriesi.at/support/register/
Freut mich, dass das Problem gelöst wurde. Gerne kannst Du bei weiteren Fragen im Forum einen Thread aufmachen.
Einen schönen Tag noch.
LG,
GünterAugust 10, 2017 at 5:31 pm in reply to: Enfold Product List or Product-Grid Elements not showing up all Products #837076Hey screener,
Danke, dass Du unser Theme verwendest.
Variation Products werden zur Zeit nicht unterstützt. Ich habe es einmal in die ToDo Liste aufgenommen.
Es wird aber etwas dauern, bis sich eine Lösung findet. Unter Umständen kann es sein, dass man nur variable Products oder nur Standard products abfragen kann.
Wäre das eine Option?
Best regards,
GünterAugust 10, 2017 at 4:13 pm in reply to: Mobile Megamenu subitems not shown after 4.1 Upgrade #837042Hi,
Danke für den Link. Das Problem sollte mit dem nächsten Update behoben sein.
Falls Du inzwischen doch auf MegaMenu umsteigen möchtest, unter https://pastebin.com/W5eHVZPq findest Du die Korrektur (7 Tage gültig).
In enfold\js\avia.js um Zeile 1670 findest Du
create_list = function( items , append_to ) { if(!items) return; var list, link, current, subitems, megaitems, sub_current, sub_current_list, new_li, new_ul; items.each(function() { ......... if(mega_title_set) new_li.addClass('av-width-submenu').find('>a').append('<span class="av-submenu-indicator">'); create_list( current_megas , new_ul); }); } }); return list; }; -------- Ende der Ersetzung var burger_ul, burger;
Alles bitte ersetzen mit RAW Paste Data des obigen Link.
Falls Du Probleme hast, gib uns bitte FTP Zugang und wir spielen Dir die Datei hoch.
Best regards,
GünterHey Sophie,
Thank you for using our theme. Sorry for the late reply due to summer holidays.
This is a standard behaviour of Enfold’s breadcrumb logic, which tries to reflect the hierarchical logic in WP taxonomies.
A post is part of the blog and therefore reachable via the selected “blog” page in Enfold theme settings. The rest of the breadcrumb is built from the categories, which may also be hierarchical.
This has nothing to do with the permalink structure.
Hope, I could help you with this information.
Best regards,
GünterAugust 10, 2017 at 2:12 pm in reply to: Probleme Blog Inhalte auf Startseite / Menü dropdown Hintergrund Bild Möglich? #836982Hi,
Freut uns, dass wir Dir helfen konnten.
Bezüglich Menü: Versuche in die URL des Megamenu # einzugeben.
Best regards,
GünterAugust 10, 2017 at 1:46 pm in reply to: How to display blog posts from a custom year automatically ? #836972Hi,
In file enfold\config-templatebuilder\avia-shortcodes\blog.php around line 442 you find:
//if we find categories perform complex query, otherwise simple one if(isset($terms[0]) && !empty($terms[0]) && !is_null($terms[0]) && $terms[0] != "null" && !empty($params['taxonomy'])) { $query = array( 'paged' => $page, 'posts_per_page' => $params['items'], 'offset' => $params['offset'], 'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(), 'post_type' => $params['post_type'], 'tax_query' => array( array( 'taxonomy' => $params['taxonomy'], 'field' => 'id', 'terms' => $terms, 'operator' => 'IN')) ); } else { $query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'offset' => $params['offset'], 'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(), 'post_type' => $params['post_type']); }
You have to add a date query:
'date_query' => array( array( 'year' => $params['year'] ))
that means replace above with:
//if we find categories perform complex query, otherwise simple one if(isset($terms[0]) && !empty($terms[0]) && !is_null($terms[0]) && $terms[0] != "null" && !empty($params['taxonomy'])) { $query = array( 'paged' => $page, 'posts_per_page' => $params['items'], 'offset' => $params['offset'], 'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(), 'post_type' => $params['post_type'], 'date_query' => array( array( 'year' => $params['year'] )), 'tax_query' => array( array( 'taxonomy' => $params['taxonomy'], 'field' => 'id', 'terms' => $terms, 'operator' => 'IN')) ); } else { $query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'offset' => $params['offset'], 'date_query' => array( array( 'year' => $params['year'] )), 'post__not_in' => (!empty($no_duplicates)) ? $avia_config['posts_on_current_page'] : array(), 'post_type' => $params['post_type']); }
And in line 335 you have to add ‘year’ to the default array:
$atts = shortcode_atts(array('blog_style' => '', 'columns' => 3, 'year' => 2016,
Best regards,
Günter- This reply was modified 7 years, 3 months ago by Günter.
Hi,
Thanks for the login details.
I could check your page – the reason is that you hacked the shortcode for the contact form:
[av_contact <a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="90f5fdf1f9fcadb7f9fef6ffd0e4f9fdf8f5e3e4f5e2bef3fffdbef1e5">[email protected]</a><script data-cfhash='f9e31' type="text/javascript">/* <![CDATA[ */!function(t,e,r,n,c,a,p){try{t=document.currentScript||function(){for(t=document.getElementsByTagName('script'),e=t.length;e--;)if(t[e].getAttribute('data-cfhash'))return t[e]}();if(t&&(c=t.previousSibling)){p=t.parentNode;if(a=c.getAttribute('data-cfemail')){for(e='',r='0x'+a.substr(0,2)|0,n=2;a.length-n;n+=2)e+='%'+('0'+('0x'+a.substr(n,2)^r).toString(16)).slice(-2);p.replaceChild(document.createTextNode(decodeURIComponent(e)),c)}p.removeChild(t)}}catch(u){}}()/* ]]> */</script>' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color='' custom_class='' admin_preview_bg='']
The normal shortcode looks something like:
[av_contact (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='text' sent='Your message has been sent!' link='' subject='' autorespond='' captcha='' hide_labels='' form_align='' color='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='']
This hack breaks the WordPress parser for shortcodes and this leads to default values, because our code relies on that – and all your setting are lost.
A shortcode must follow the rules defined by WordPress.
Of course, you are free to adopt the contact form shortcode class if you wish (enfold\config-templatebuilder\avia-shortcodes\contact.php):
Best regards,
Günter- This reply was modified 7 years, 3 months ago by Günter.
Hi,
Ihr müsst ein Menü einrichten, damit das funktioniert.
Ich habe Euch einmal ein Testmenü eingerichtet – nur der Code den Ihr im Quick CSS habt (von Nikko), gehört raus, sonst sind die Menütexte im Mobile nicht sichtbar.
Ich habe Ihn einmal entfernt.
Hoffe, dashilft Euch weiter.
Best regards,
GünterHi,
Ich antworte Dir auf https://kriesi.at/support/topic/logo-and-menu-overlapping-mobile/
Best regards,
GünterAugust 9, 2017 at 6:05 pm in reply to: How to display blog posts from a custom year automatically ? #836534Hi,
Normally PHP makes type conversions automatically where necessary. And in the database query it is converted to a string anyway.
Best regards,
GünterAugust 9, 2017 at 1:11 pm in reply to: Can I link pictures in Horizontal gallery to specific portfolio? #836357Hi,
If you also want to have the slideshow arrows on mobil, than add the following code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #top .av-horizontal-gallery .avia-slideshow-controls a{ display:block !important; }}
Best regards,
GünterHi,
Danke, dass Ihr unser Theme verwendet.
Aufgrund der Urlaubszeit und der vielen offenen Threads sind wir leider etwas im Verzug bei der Beantwortung von Fragen und Problemen.
Wie ich sehe, habt Ihr bereits eine Lösung gefunden.
Es handelt sich hierbei um einen Bug, der uns beim Testen leider durchgerutscht ist. Ich werde für die nächste Release eine Lösung finden.
Ich wünsche noch viel Freude mit dem Theme. Gerne stehen wir wieder bei Fragen und Problemen zur Verfügung.
LG
GünterAugust 9, 2017 at 9:30 am in reply to: How to display blog posts from a custom year automatically ? #836244Hi,
Glad we could help you.
In the code above the content of the select box is missing, should be something like:
array( "name" => __("Which Year?", 'avia_framework' ), "desc" => __("Select which year should be displayed", 'avia_framework' ), "id" => "year", "type" => "select", "multiple" => 6, "subtype" => array( __('2015', 'avia_framework') =>'2015', __('2016', 'avia_framework') =>'2016' ), "required" => array('blog_type', 'equals', 'year'), ),
Best regards,
Günter -
AuthorPosts