Forum Replies Created
-
AuthorPosts
-
Hi,
I think I found the problem.
I added the possible fix to our dev repo. I hope Kriesi will merge it for 4.5.6. Can you wait for this release?
Best regards,
GünterApril 17, 2019 at 11:41 am in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1091932Hi,
Da gibt es offensichtlich ein Problem mit dem Caching plugin.
Ich rufe die gleiche Adresse https://www.swatch.stawi.de/ einmal in FF auf und bekomme das stylesheet:
und das Hintergrundbild wird korrekt angezeigt.
Mit Chrome bekomme ich:
https://www.swatch.stawi.de/wp-content/cache/wpfc-minified/9mckiavh/x5e.css
wo die URL Adresse zum Bild noch falsch drinnen ist.
Clear browser cache bei beiden browsern ändert nichts.
Offensichtlich erkennt das caching plugin nicht, dass sich etwas verändert hat und lädt noch ein altes stylesheet.
Warum bei FF es geht – keine Ahnung.
Versuche einmal den Server cache des plugins zu löschen.
Best regards,
GünterApril 16, 2019 at 6:21 pm in reply to: 404 error loading themes/enfold/images/background-images/ios-linen-dark.png #1091617Hi,
There was a problem with the file paths (relative to root). Did you try to update the file asset-manager.class as mentioned in this other topic?
In this fix the problem should be solved if the paths to your file are following the standard CSS rules.
Best regards,
GünterApril 16, 2019 at 5:44 pm in reply to: 404 error loading themes/enfold/images/background-images/ios-linen-dark.png #1091606Hi,
Might be related with https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689 and enabled css merging.
Best regards,
GünterApril 16, 2019 at 5:21 pm in reply to: Move to mobile menu if the menu bar begins to wrap on desktop? #1091601Hi,
You can try to replace in enfold\css\layout.css:
line 2198:
@media only screen and (max-width: 989px) {
with
@media only screen and (max-width: 1400px) {
line 2240:
@media only screen and (min-width: 768px) and (max-width: 989px) {
with
@media only screen and (min-width: 768px) and (max-width: 1400px) {
Replace 1400px with your size and select Menu Items for mobile: Activate for Smartphones and Tablets (browser width below 990px).
You might also need to change the values in enfold\css\dynamic-css.php:
line 278:
@media only screen and (max-width: 989px) {
and line 818:
$output .= " @media only screen and (max-width: 989px) {
But you will need to test if this does not break any other stylings.
Best regards,
GünterApril 16, 2019 at 4:49 pm in reply to: Plenty of notice messages in WP log since update to Enfold 4.5.5 #1091564Hi,
Please replace enfold\framework\php\font-management\class-avia-type-fonts.php line 875:
$name = $uploaded[ $font_key ]['config'][0]['name'] . ' (' . implode( ', ', $weight ) . ')';
with
$name = isset( $uploaded[ $font_key ]['config'][0]['name'] ) ? $uploaded[ $font_key ]['config'][0]['name'] : $font_key; $name .= ' (' . implode( ', ', $weight ) . ')';
This will remove the notice.
Best regards,
GünterHi,
Glad it works now.
It is in the pull requests – hope Kriesi will merge it in the next update. Check the changelog please.
Best regards,
GünterApril 16, 2019 at 4:09 pm in reply to: issue with previous and next navigation in the porfolio #1091480Hi,
The filter is deprecated and replaced by a more clear solution (see enfold\functions-enfold.php line 570ff):
add_filter('avf_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1 ); /** * $settings['skip_output'] = true if you want to skip output * $settings['same_category'] = true|false * $settings['excluded_terms'] = array|comma speerated string of id's * * @param array $settings * @return boolean */ function avia_remove_fullwidth_slider_check($settings) { $settings['skip_output'] = false; return $settings; }
Best regards,
GünterHi,
Sorry for the problems.
Please replace enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php
Do not forget to make a backup of the original file for a fallback – and clear server and browser cache.
Best regards,
GünterHi,
Glad you found a solution and sharing this.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterApril 16, 2019 at 3:13 pm in reply to: Color Section – Section Minimum Height – ADD option for 15% #1091461Hi,
I will try my best. I will let you know when we have a solution.
Thank you for using Enfold and enjoy the theme.
Best regards,
GünterHi,
Please also provide the link to the login page and to the shop page.
Best regards,
GünterApril 16, 2019 at 2:29 pm in reply to: Custom post type does not display correct after update #1091444Hi,
To display content of custom fields is not out of the box. Moving the content to the main tinyMCE editor is the easiest way.
Can we close this topic?
Best regards,
GünterApril 16, 2019 at 2:13 pm in reply to: Color Section – Section Minimum Height – ADD option for 15% #1091434Hi,
To keep your modifications of the php file copy the file enfold/config-templatebuilder\avia-shortcodes\section.php to your child theme folder
enfold-child/shortcodes/
and rename the class (= creates your own class ) or remove the original file.
But I’m afraid there is no easy way to override the jQuery avia_browser_height function in js.
As it is only a few lines of code I think you better stick to modifying it after each update.
I add it to our dev – maybe I find a solution to allow to choose a custom value and not a fixed one.
Best regards,
GünterApril 16, 2019 at 12:55 pm in reply to: Custom post type does not display correct after update #1091410Hi,
Concerning the background images please check https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689.
Best regards,
GünterApril 16, 2019 at 9:41 am in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1091324Hi,
Kannst Du mir bitte genau beschreiben, wo auf der Option page sich der Eintrag für das Bild befindet?
Ich hab auf der Seite mit den Zugangsdaten von https://kriesi.at/support/topic/hintergrundbild-und-headerbild-nach-update-nicht-mehr-darstellbar/#post-1090284
in der Logo area ein integriertes Hintergrundbild ausgewählt gehabt, das hat bei mir funktioniert.
Best regards,
GünterHi,
Freut mich, dass wir helfen konnten.
Viel Freude noch mit dem Theme. Gerne stehen wir für weitere Fragen zur Verfügung.
Best regards,
GünterHi,
Try to update (in 4.5.5):
enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php
and enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php
Best regards,
GünterApril 15, 2019 at 5:16 pm in reply to: Fixed issue with shortcodes used outside of template builder pages #1091019Hi,
Try to update:
enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php
and enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php
This fixes some problems with functionality for REST API, feed, …
Check the well documented filters in function shortcode_handler_prepare in shortcode-template.class.php.
Make sure to enqueue your scripts in function extra_assets() as we do for our shortcodes (if your shortcodes are derived from aviaShortcodeTemplate). This adds your scripts to the header.
Or try to hook into ‘wp_head’ action with 1 to add your scripts as one of the first scripts.Best regards,
GünterApril 15, 2019 at 4:48 pm in reply to: Problems after updating tot 4.5.5. Cannot edit pages anymore. #1091008Hi,
Thank you for using Enfold – and sorry for the late reply.
This error message occurs because the file enfold\config-templatebuilder\avia-template-builder\php\save-buildertemplate.class.php could not be loaded properly – probably it is missing or corrupted.
Might be that the update went wrong or you had corrupted files.
So please delete all theme files completely via FTP, before installing a fresh copy from your ThemeForest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works.
Best regards,
GünterApril 15, 2019 at 4:33 pm in reply to: Adding a dropdown WPML language switcher to a custom position in menu #1091004Hey OblakJ,
Thank you for using Enfold.
I’m afraid this is not easy to achieve. Check enfold\config-wpml\config.php line 257 function avia_wpml_language_switch.
This is where Enfold hooks to output the WPML language switcher. You might need to check the 2 action filter if you have a chance to alter the output.Buth this is customization and beyond the scope of the support forum.
Best regards,
GünterHey Guenter,
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/Submenu_screenwidth/menu.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/Submenu_screenwidth/menu.cssPlease replace corresponding files in enfold\config-templatebuilder\avia-shortcodes\menu\
Added an option similar to screen options tab.
Added a pull request in our dev repo for core.
Best regards,
GünterHi,
Please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor
This lets you view the shortcode for all the page elements of the shop page (in a textarea below the layout builder area).
Please copy the shortcodes in the private content area or create a WP admin account for us so we can get access to it to check if we are able to reproduce on our dev server.
Best regards,
GünterApril 15, 2019 at 1:14 pm in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1090952Hi,
Danke für die Daten.
Soweit ich sehe, werden die Bilder richtig geladen? Ich bekomme auf der Homepage keine Fehlermeldungen.
Hat sich das Problem gelöst? Resp. wo finde ich das Problem.
Best regards,
Günter- This reply was modified 5 years, 7 months ago by Günter.
April 12, 2019 at 2:15 pm in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1090065Hi,
Ja – unbedingt die Theme options neu speichern, damit die komprimierten Dateien neu aufgebaut werden (hatte ich leider vergessen zu sagen).
Freut mich, dass es jetzt funktioniert. Nochmals sorry für die Probleme. Viel Freude mit dem Theme. Jederzeit stehen wir gerne zur Verfügung, wenn weitere Fragen auftreten.
Best regards,
GünterApril 12, 2019 at 9:17 am in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1089975Hi,
Please check https://kriesi.at/support/topic/again-one-problem-with-merged-css/ and https://css-tricks.com/quick-reminder-about-file-paths/.
Sonst bitte einen WP Admin account einrichten mit einem Link zu der Seite damit wir uns das Backend anschauen können.
Best regards,
Günter -
AuthorPosts