Forum Replies Created
-
AuthorPosts
-
September 21, 2017 at 12:00 pm in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854768
Hi,
Let us know, if this fixes your issues, so we can close this topic.
Best regards,
GünterSeptember 21, 2017 at 11:13 am in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854729Hi,
Thank you for using our theme and reporting this.
I proposed a fix for that for the next update – Kriesi will check it.
Best regards,
GünterHi,
Thank you for using our theme.
Sorry for the inconvienience.
The problem you reported should be fixed with the next update.
Meanwhile you have to update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of
This link is valid for one week. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.
If you have problem we can do the update for you, please give us FTP access to your server.
If the problems remain, please create a tempoprary admin account for us so we can check the backend.
Do not forget to clear browser and server cache after each update.
Best regards,
GünterSeptember 21, 2017 at 10:36 am in reply to: Shopping cart hidden but blocking hamburger menu in mobile #854709Hey turemovich,
Thank you for using our theme and for pointing out this problem. I will put it on our TDO list for the next update.
If you need any further assistance do not hesitate to open a new topic.
As you have a solution for this problem I will close this topic for now.
Best regards,
GünterHey promind-customer,
Thank you for using our theme.
Please try to update avia.js with this latest version:
If this does not help, please create a temporary admin accout and ftp access for us, so we can check in backend. You can post this in private data.
Also remove your customisations after upload of the new version, clear all your browser and server caches after every change.
Best regards,
GünterSeptember 21, 2017 at 10:19 am in reply to: Kein Bildwechsel bei Varianten im Shop /No image change for variants in the shop #854697Hi,
Thank you for using our theme and coming back.
Variation images on the single product page are only supported in the new WooCommerce 3.0 gallery.
You can enable this on Dashboard -> Enfold Option page -> Shop Options -> Product gallery -> WooCommerce 3.0 Gallery
Best regards,
GünterSeptember 21, 2017 at 10:15 am in reply to: How to override Enfold admin options in Child Theme? #854692Hey Leo,
Thank yyou for using our theme.
In enfold\framework\php\class-superobject.php line 117 you have 2 filters:
if(isset($avia_pages)) $this->option_pages = apply_filters( 'avf_option_page_init', $avia_pages); if(isset($avia_elements)) $this->option_page_data = apply_filters( 'avf_option_page_data_init', $avia_elements);
There you can alter the option array and the elements with a filter hook in functions.php in the child theme.
If you need assistance in creating the filter hooks let us know.
Best regards,
GünterSeptember 21, 2017 at 10:06 am in reply to: Variation image not change when select new variation #854678Hey marcellovoc,
Thank you for using our theme.
Variation images are only supported in the new WooCommerce 3.0 gallery.
You can enable this on Dashboard -> Enfold Option page -> Shop Options -> Product gallery -> WooCommerce 3.0 Gallery
Best regards,
GünterHey Pete66,
Thank you for using our theme.
Have a look at the accordeon element of the ALB see kriesi.at/themes/enfold-2017/elements/accordion/
I think, this should solve your idea.
Best regards,
GünterHey unicaweb,
Thank you for using our theme and coming back.
This cannot be done out of the box because these are different queries and elements combined in different locations of the page.
Of course it is possible, but this will require modifications that are customization and beyond the scope of the support forum.
Best regards,
GünterSeptember 20, 2017 at 5:13 pm in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854472Hi,
Yoast SEO plugin just released an update. Please upgrade to version 5.4.1
This should solve the problems, only
plugins\wordpress-seo\admin\links\class-link-query.php
was not fixed by Yoast yet, so please update this file with
Best regards,
GünterSeptember 20, 2017 at 4:43 pm in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854449Hi,
Thank you for coming back.
After long testing I found that this is caused by a bug in Yoast SEO plugin.
I deactivated it, deleted all translations, cleared WP Rocket cache ( !!!! very important !!!!) and now you can translate the pages.
Also it is not a theme related problem (you can swith to a standard WP theme and translating will break after enabling Yoast) I found the bugs.
You have to update 3 files:
plugins\wordpress-seo\admin\links\class-link-column-count.php
plugins\wordpress-seo\admin\class-meta-storage.php
plugins\wordpress-seo\admin\links\class-link-query.php
Please replace the complete content of these files with the RAW paste content.
The links are valid for one month.
Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.
If you have problem we can do the updates for you, please give us FTP access to your server.
Best regards,
GünterSeptember 20, 2017 at 11:51 am in reply to: Blog grid layout not showing meta/ date unless there's content #854304Hey Niemitz,
Thank you for using our theme.
You have to modify around line 599 you find:
if($show_meta && !empty($excerpt))
replace with:
if( $show_meta )
This will show the metadata like date for every post.
Best regards,
GünterHi,
As a temporary fix please update the complete content of file enfold/functions-enfold.php (in parent theme !!!!)
with the raw paste of
Make sure, you are using Enfold 4.1.2 and do not forget to make a copy of the original file to have a fallback.
Changes concern line 132 – 145 and 158 – 168.
This should support Zen Menu logic.
Best regards,
GünterHi,
Freut mich Dir geholfen zu haben.
Jederzeit kannst Du mit weiteren Fragen einen neuen Thread aufmachen, wenn Du weiter Hilfe benötigst.
Viel Freude noch mit dem Theme und einen schönen Tag.
LG,
GünterSeptember 19, 2017 at 5:59 pm in reply to: Burger Menu "Display submenu items on click" not allowing submenu items to show #853974Hey ex0rcist88,
Thank you for using our theme.
Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor and change ‘My Search’:
add_filter('avf_frontend_search_form_param', my_frontend_search_form_param, 10, 1 ); function my_frontend_search_form_param( array $params ) { $params['placeholder'] = __('My Search','avia_framework'); return $params; }
Best regards,
GünterSeptember 19, 2017 at 4:42 pm in reply to: The Events Calendar — eliminate double breadcrumbs #853937Hi,
Thank you for using our theme.
The logic of building the breadcrumb trail is to reflect the hierarchy of custom post types and the way to a page. This sometimes results in an output like that one with events.
The easiest way is to hide the breadcrumb trail.
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) put the following:
#id.tribe-events-page-template .avia-breadcrumbs{ display: none !important; }
Best regards,
GünterHi,
Danke für den Link.
Du hast den Selektor nur auf die einzelnen Menüpunkte gelegt (war die erste Variante), richtig für Dich ist die 2. Lösung:
.page-id-22 .main_menu { display: none !important; }
LG,
GünterSeptember 19, 2017 at 4:20 pm in reply to: SM-Icons – Anzeige mobile / Slidertexte-Hintergrund #853905Hi,
Freut mich, dass wir helfen konnten.
Viel Freude noch mit dem Theme und Du kannst jederzeit mit weiteren Fragen und Problemen zu uns kommen – einfach einen neuen Thread eröffnen.
Liebe Grüsse,
GünterHey jeanora,
Thank you for using our theme.
You have a file ../themes/forcenet/css/styles.min.css and some of the settings there break the styling of the theme,
e.g.
.header_color .main_menu .menu ul.sub-menu li.menu-item:hover a { background: #3e3e3e; color: #fff !important; }
changes the heading to white on a white background.
You have to use a more specific selector for the elements.
If you need more assistance please give us ftp access so we can have a look at the content of the original file (please deactivate any server side caching and caching plugins).
Best regards,
GünterHi,
Thank you for using our theme.
When you are using the Advanced Layout Builder you have the element “Social Share Button” or you can use “Widget Area” and define a custom widget area with your social buttons. and place these elements, wherever you want.
Hope, this will help you.
Come back, if you need further assistance.
Best regards,
GünterSeptember 19, 2017 at 12:25 pm in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #853810Hi,
Thank you for using our theme.
Try to disable all plugins except WPML Base plugin and check, if it works. Then enable one plugin after the other.
Could be a plugin conflict.
Let us know, if this helped.
Best regards,
GünterSeptember 19, 2017 at 11:30 am in reply to: Quantity is missing from the cart page on mobile #853798Hey DROR,
Thank you for coming back.
This is a default behaviour of Enfold for smaller screen width as you also can see on http://kriesi.at/themes/enfold-2017/shop/custom-shop/.
This code should show the buttons:
@media only screen and (max-width: 767px) { .responsive .shop_table .product-quantity{ display: block !important; } }
Best regards,
GünterSeptember 19, 2017 at 11:12 am in reply to: Enfold – Google API failing and referencing MailChimp? Bug? #853792Hey spidercreations,
Thank you for using our theme.
The retired version warning does not affect the functionality of google maps, but with the next update we modified this element so it will be easier for users to update the version number so this warning can be avoided.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend to check the API key message in the Google Section.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use wordpress@kriesi.at ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
GünterHey ik_p2p,
Danke dass Du unser Theme verwendest.
Ich würde Enfold 2017 Demo importieren, wenn Du langfristig dieses Design haben möchtest.
Das Nachbauen der Seiten der Flat Business geht am besten mit Shortcodes im Advanced Layout Builder debug mode. Siehe dazu
https://kriesi.at/support/topic/full-page-shortcodes-for-enfold-flat-business-theme/.Entweder legst Du eine WP installation auf einen eigenen Server (evtl. auch localhost) an oder du kannst den shortcode auch direkt von der Online Demo abfragen, indem Du ?shortcode=true an die URL anhangst, z.B.
http://kriesi.at/themes/enfold-business-flat/blog/?shortcode=true
Den Shortcode kopierst Du dann in das Debug Fenster, speicherst die Seite und bearbeitest dann die Elemente im ALB Fenster.
Best regards,
GünterHi,
Please try the following fix instead of the previous:
Best regards,
GünterHi,
It is just a try – this is the latest version of enfold\js\avia.js
Can you please try to update this file on your stage site (do not forget to make a backup of the original file for a fallback).
Link is valid for one week.Thnank you.
Best regards,
GünterHi,
Thank you for coming back.
It seems to be an issue concerning touch screens only (using a desktop and minimize the window to show burger menu it works fine).
I opened a bug issue so we will focus on this problem and will try to find a solution as soon as possible.
We will inform you, when we have found a solution. Thank you for your patience.
Can you give us ftp access to your staging site please so we can test a possible solution?
Best regards,
Günter -
AuthorPosts