Forum Replies Created
-
AuthorPosts
-
Hey scientistsofmedia,
Thank you for using Enfold.
In functions.php of your child theme (or parent theme) add the following:
add_filter( 'avia_post_nav_settings', 'my_avia_post_nav_settings', 10, 1 ); function my_avia_post_nav_settings( $settings ) { if( $settings['type'] == 'portfolio' ) { $settings['same_category'] = true; } return $settings; }
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterDecember 18, 2018 at 2:06 pm in reply to: Pagination broken in Enfold when WPML Multilingual CMS plugin enabled #1046861Hi,
Thank you for the credentials.
Sorry for the late reply but I’ve been stuck in core development the last days.
I see the problem on your site – also created a test page that is not the blog page. Deactivating WPML we have a correct pagination. I also tried adding new categories to the posts, but when WPML is active it is broken.
I tried to reproduce it on my dev server – WP 4.9.8, Enfold 4.4.1, WPML 4.0.7 – but it works fine there.
Your Dashboard says you are using WP 4.9.9 – that is not an official release (last is 4.9.8).
Did you make any modifications to core files or customization that hook into WP queries?
Could be that the database is somehow corrupted ?
Best regards,
GünterDecember 17, 2018 at 4:13 pm in reply to: Custom Footer Page – How to prevent it appearing in search results #1046357Hey!
Thank you for reporting this.
We really missed that. I will add a fix to core – but I’m not sure if it will be in the next release.
Cheers!
GünterDecember 10, 2018 at 12:33 pm in reply to: Invalid argument supplied for foreach() in /helper-assets.php on line 329 #1043014Hi,
Freut mich. Allerdings müsst Ihr diesen Fix bei jedem Update machen, da er nicht Teil des core wird.
Viel Freude mit Enfold und einen schönen Tag.
Sollten noch Fragen auftreten, kannst Du jederzeit einen neuen Thread aufmachen.LG,
GünterDecember 7, 2018 at 6:06 pm in reply to: Pagination broken in Enfold when WPML Multilingual CMS plugin enabled #1042137Hi,
Thank you for using Enfold and sorry for the late reply.
Can you give us an admin account so we can check your backend?
And we need allowance to deactivate plugins temporarily.Did the pagination work before an update ?
Best regards,
Günter-
This reply was modified 6 years, 7 months ago by
Günter.
December 7, 2018 at 5:37 pm in reply to: Invalid argument supplied for foreach() in /helper-assets.php on line 329 #1042129Hi,
Du könntest folgendes probieren:
In der Datei enfold\includes\helper-assets.php in Zeile 324 findest Du:
function av_video_assets_required() { global $posts; $used = false;
Füge dazwischen ein:
if( ! is_array( $posts ) ) { return false; }
d.h. es schaut wie folgt aus:
function av_video_assets_required() { global $posts; if( ! is_array( $posts ) ) { return false; } $used = false;
Falls Du Probleme damit hast, gib uns bitte FTP Zugang und einen WP admin account dann können wir das für Dich machen.
Nicht vergessen, ein backup der Originaldatei für ein fallback machen.
Best regards,
GünterDecember 5, 2018 at 12:14 pm in reply to: Placing back a revision, places back another post #1041182Hi,
Thank you for using Enfold.
I checked the page (see private content) and created a few revisions by adding ALB elements at the bottom.
As far as I see I could correctly restore the revisions I created.
There had been an update in the logic how Enfold handles revisions in one of the last releases because that was buggy. Could be a reason.
I would recommend not to use a second pagebuilder – that might lead to conflicts with Enfolds pagebuilder – could also be a reason for the problems.
Best regards,
GünterDecember 5, 2018 at 10:49 am in reply to: animated numbers fire time on mobile – change via functions? #1041143Hey barak97,
Thank you for using Enfold.
Unfortunatly no, because basic core js files are not overrideable with the child theme.
Best regards,
GünterDecember 5, 2018 at 10:37 am in reply to: Invalid argument supplied for foreach() in /helper-assets.php on line 329 #1041138Hi,
Danke dass Du Enfold verwendest.
Falls es sich um dieses plugin handelt:
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Wir versuchen Enfold soweit möglich mit plugins kompatibel zu halten, dies ist aber aufgrund der vielen am Markt befindlichen nicht möglich.
Versuche einmal auf Dashboard -> Enfold -> Performance -> “CSS file merging and compression” beide Selectboxen auf disabled zu setzen und evtl. noch
“Disabling of template builder elements” auf “Always load all elements”.
Vielleicht hilft das.
LG,
GünterDecember 3, 2018 at 3:01 pm in reply to: Error showing above LayerSlider – av-helper-slideshow.php on line 97 #1040332Hey!
Thank you for reporting this.
I had a look at your frontpage – you have an empty fullwidth easy slider (no images) before the layerslider – I think this causes the warning division by 0.
Try to remove it.
Nevertheless this is a bug and we will fix it. Hope ti will be in the next update.
Best regards,
GünterDecember 3, 2018 at 2:05 pm in reply to: Featured image slider, The Events Calendar and custom post type support #1040277Hi,
Thank you for reporting the problem and sorry for the late reply.
I could locate the problem.
Please replace
wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\html-helper.class.php
with
I did that already on your test server and the page works now.
The problem is actually caused by events calendar defining a custom post type with label “Posts” – and that broke or options select array.
The fix should be in the next update.
Best regards,
GünterHey!
Our github repo is a dev repo and not intended to be opened to non developpers.
If you have requests you can add them to the latest unmodified release of the theme and zip the theme files and then we can merge your changes in a branch to test them.
Best regards,
GünterHi,
Are you talking about contact form element and “Your email address” ?
I tried it on my testserver and cannot reproduce the problem. If I enter 3 email accounts and seperate them with a “,” without spaces it works fine.
Best regards,
GünterNovember 20, 2018 at 11:01 am in reply to: Enfold: Eigenschaften, Vorkenntnisse, Lizenzbedingungen #1035498Hi,
Ich wünsche Euch viel Freude mit Enfold.
Bei Fragen einfach auf https://kriesi.at/support/ registrieren und ein topic aufmachen.
LG und einen schönen Tag,
GünterNovember 17, 2018 at 12:25 pm in reply to: Enfold: Eigenschaften, Vorkenntnisse, Lizenzbedingungen #1034714Hey Horst Eberhard,
Danke für das Interesse an Enfold.
1. Ist Enfold ein für unseren Zweck passendes Theme oder gibt es bei Kriesi ein besser geeignetes ?
Enfold ist unser modernstes Theme und wird laufend weiterentwickelt und verbessert. Ich würde kein anderes empfehlen.
2. Es sind wirklich keine spezifischen Programmierkentnisse, wie z.B. in HTML oder anderen Sprachen erforderlich ?
Soferne man keine speziellen Anfordrungen hat, die nicht durch out of the box Elementen oder plugins abgedeckt werden – nein. Kenntnisse über CSS sind von Vorteil, um kleine Anpassungen vornehmen zu können. Für solche Kleinigkeiten steht aber unser Forum gerne zur Verfügung. Auch finden sich dort Lösungen für komplexere Sachen (https://kriesi.at/support/).
3. Was konkret erhalten wir beim Kauf einer Lizenz ?
Einen Download des codes von Envato (zip), der mit WordPress dann installiert werden kann (oder mit FTP). Wir empfehlen die Verwendung des Childthemes (ist inkludiert), da man Anpassungen dann im child theme machen kann und updates des parent themes diese nicht überschreiben (https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme).
Es ist nur WordPress notwendig.
Die Lizenz ist genau für eine Website (Migration auf eine andere domain ist möglich, aber Enfold darf nur auf einer laufen). Updates sind inkludiert – zeitlich nicht begrenzt. Nur die lizenz für support muss verlängert werden.
7. Support in deutscher Sprache ? Das wäre schön
Die Moderatoren sprechen Englisch, daher ist eine raschere Antwort in Englisch möglich. Ich bin nicht ständig im Forum – daher kann eine Antwort in Deutsch länger dauern.
Hoffe, das hilft einmal weiter.
Hier noch ein Link zu der Dokumentation: https://kriesi.at/documentation/enfold/
Best regards,
GünterNovember 13, 2018 at 12:50 pm in reply to: Performance Settings "load only used elements" causes error, fix manually? #1032979Hi,
Can you deactive all plugins except bbPress and check, if the problem also occurs?
Then reactivate one by one (caching plugins as the last ones) and check?
Best regards,
GünterHey Harald Marbacher,
Danke für Dein Interesse an Enfold. Bitte die verspätete Antwort zu entschuldigen.
Mehrere Themes kann man nicht mischen in einer Domaine – Du müsstest eine subdomaine verwenden:
Z.B. my-domaine.com und shop.my-domaine.com
Enfold selbst ist optimiert für WordPress und verwendet mit Ausnahme kleinerer Anpassungen Standard WooCommerce Einstellungen und Ausgaben. Ich kenne die Möglichkeiten von Flatsome nicht, aber Enfold bietet für spezielle Shop Anpassungen out of the box nicht viel an – man müsste im konkreten schauen, welche Anpassungen das wären. Falls es sich nur um CSS handelt, ist sehr vieles machbar – da helfen wir auch gerne, Änderungen, die auf WooCommerce Ebene eingreifen, wären customization und out of scope des support.
Hoffe, das hilft weiter.
LG,
GünterHey Christian Mayer,
Danke für das Interesse an Enfold.
Es gilt: 1 Lizenz pro Website, d.h. z.B. für http://www.example.com.
Gibt es eine zweite (z.b. http://www.my-domain.com) dann ist eine weitere Lizenz nötig. Was auf der Website gemacht wird, spielt keine Rolle.Extended License sind für Agenturen, die Enfold für Kundenseiten verwenden und nicht immer eine einzelne Lizenz kaufen wollen.
Momentan erlaubt die Lizenz unbegrenzten Zugriff auf updates des themes – für support muss man dann die support license verlängern.
Hoffe, das hilft einmal weiter.
LG,
GünterNovember 8, 2018 at 1:13 pm in reply to: Image hotspot Tooltips with click – again – again 2018 #1031230Hi,
Thank you for using Enfold – and sorry for the late reply.
I will check with Kriesi if this is something to add to core and will let you know, when we have a decision.
Best regards,
GünterNovember 8, 2018 at 12:53 pm in reply to: Enfold Instagram Widget not Working (Enfold 4.2.6, PHP 7.2) #1031213Hi,
Pleae open an own thread with the link to your page, give us admin access and ftp access and we need the allowance to modify core files temporarily to debug the problem.
Up to now we were not able to figure out, why a few users have problem accessing the instagram API from their servers – (https://kriesi.at/support/topic/enfold-instagram-widget-not-working-enfold-4-2-6-php-7-2/#post-992944).
You can post credentials in private content.
Thank you.
Best regards,
GünterHey Ulla Kugler,
Danke für das Interesse an Enfold.
Enfold bietet Demos an, die man importieren und als Ausgangspunkt für den Aufbau der eigenen Website dienen (https://kriesi.at/themes/enfold-overview/).
Allerdings funktioniert das nicht wenn Inhalt vorhanden ist. In diesem Fall müsste man einen Testserver nehmen und die Optionen dann im Echtsystem importieren.Pagecontent und Postcontent sowie die Mediengallerie wird übernommen, allerdings funktionieren theme spezifische Funktionen und shortcodes in der Regel nicht mehr – und auch das Design wird nicht mehr passen (aktiviere einfach einmal ein WP Standardtheme wie 2017).
Wir haben ein Supportforum (https://kriesi.at/support/) wo wir gerne behilflich sind bei Installation und grundsätzlichen Fragen, allerdings nicht für Customization.
An Spesen fallen an die ThemeForest Kaufgebühr und evtl. Supportverlängerung falls gewünscht.
Hoffe, das hilft einmal.
LG,
GünterHey cktanju,
Danke dass Du Enfold verwendest.
Könnten wir bitte einen linkzu der Seite mit den Problemen haben und auch einen admin account fürs Backend. Die Daten kannst Du im Private Content unterbringen – sind dann nur für Moderatoren sichtbar.
Best regards,
GünterHey Jutta_Sendelbach,
Danke dass Du Enfold verwendest.
Versuche einmal die theme option page in einem inkognito Fenster zu öffnen und dort die Prüfung des token durchführen. Hat in vielen Fällen geholfen.
Auch sicherstellen, dass der token die nötigen Berechtigungen hat (https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#how-to-generate-a-envato-personal-token)
LG,
GünterOctober 30, 2018 at 12:55 pm in reply to: Enfold not allowing sites to link properly – Part II #1027973Hi,
Sorry for the late reply.
I’m not able to reproduce the problem.
I created a page with a featured image on my localhost and on a live testserver.
If I embed the links on my localhost both pages are shown with the featured image and the excerpt (or post content).
If I embed the link to the live serverpage in a page on my live server it also works.If I embed a link to your page I get js error: SecurityError: The operation is insecure
and it seems that there are very many requests to your sites while loading the iframe.Might be some server settings?
What you can try is to create a page with very few content (e.g. a simple textblock) and check and then increase the content and check.
Also disabling all plugins and acivate one after the other and checking can narrow down the problem.Enfold does not hook into embed – it routes back to default WP embed behaviour.
Best regards,
GünterOctober 29, 2018 at 12:47 pm in reply to: Performance Settings "load only used elements" causes error, fix manually? #1027490Hi Lars,
Sorry for the late reply and your feedback.
Strange – I have bbPress and WooCommerce running on my dev server and do not have the problem.
Did you try it with bbPress alone? I think it must be a combination of bbPress with another plugin – might be a caching plugin.
Can you check the php error log? You might need to set WP debug mode in wp-config.php (https://codex.wordpress.org/Debugging_in_WordPress).
Best regards,
GünterHi,
I checked it.
The problem is the #lot-a. But this is not coming from the standard tabsection initialisation code. To be sure I debuged the js code on pageload and this is added after the function change_tab in enfold\config-templatebuilder\avia-shortcodes\tab_section\tab_section.js is left.
Also on my test server on a clean install and I cannot reproduce it.
As you added the id=…. to your code for subsections this causes the browser to scroll.
It must be some other plugin or modification you made that causes that the hash value is added to the browser url.
Best regards,
Günter -
This reply was modified 6 years, 7 months ago by
-
AuthorPosts