Forum Replies Created
-
AuthorPosts
-
@kahil I dont pat on my back. I just help people to solve the issue and many are thank full. You just yell ‘MATURE issue’ instead of sharing your knowledge. Have a nice day.
@kahil my answer wasn’t meant to be rude. Sorry if I offended you. But as I can read from your answer my hint solved your issue. You are welcome.
@kahil It is simply not the duty of a theme developer to address the laziness of users. You are using an outdated version of PHP that has been retired a long time ago. Just log in to your providers customer control panel and switch to at least PHP 7.0. This will address the issue in this thread.
Hast Du kein Backup Deiner Seite? Der Sprung von 3.5.1 auf 4.2.1 ist gewaltig. Warum wurde so lange kein Update gemacht? Welche PHP Version ist im Einsatz?
If your PHP Version is smaller than 5.6 update to at least 7.0
@jpollackphoto I bet your PHP version is very old and unsupported these days. The error you get is typically pre PHP 5.6. WordPress recommends PHP 7.2. You should at least have 7.0 installed.
December 20, 2017 at 5:21 pm in reply to: is there a way to hide some menu-items onclick a button #890859@Guenni007 would you mind to contact me directly? Talking in German might be easier and way faster than posting. We can use skype as well. You will find all my contact information on my homepage. I am happy to help one of the most valuable participants on this forum without cost (x-mas gift :-))
December 20, 2017 at 4:31 pm in reply to: is there a way to hide some menu-items onclick a button #890828With jquery you simply check $(event.target). In your case this is the button. Take the button class to be stored in the cookie. Now you can conditionally display A or B.
December 20, 2017 at 7:05 am in reply to: is there a way to hide some menu-items onclick a button #890702I would probably create a second menu location and append it to the main menu. Either by overloading the helper-main-menu.php or using the ava_after_main_menu action hook. The second menu would represent the B items while the standard menu would show the A items. I would load the second menu hidden (css) and use a jquery script to set a cookie to indicate the currently displayed menu. Using jquery toggle I then would be able to hide the primary menu and unhide the secondary menu while setting the corresponding cookie. On page load i could use the avf_main_menu_nav filter to hide the primary menu in case the secondary menu has to be loaded in case the A/B menu items should be inherited by other pages.
December 19, 2017 at 11:39 pm in reply to: is there a way to hide some menu-items onclick a button #890628jQuery toggle would be one solution.
December 12, 2017 at 7:38 am in reply to: 404 – Call to inexistent file mediaelementplayer.css #887764As OKEI said the mediaelement folder is missing from the js folder in Enfold. It is missing in the download files from Themeforest (full package as well as installables). The folder got removed with the 4.2 update but is still referenced in class AviaBuilder.
The issue clearly stems from the update to Enfold 4.2 and is nothing caused by the user(s). There are two possible reasons for the issue and both must be solved by Kriesi:
1. Kriesi removed the mediaelement folder and the included files because they are not needed anymore since 4.2. In this case Kriesi has to remove any reference to the files and the folder from the source code as well.
2. Kriesi missed to include the still necessary mediaelement folder and its files in Enfold 4.2. In that case Kriesi has to add the folder again and prepare an update.
@jordan_s 404 errors can’t be ignored at all. Even if you know it is a false positive you have to remove the root cause for the issue. Otherwise you may find your self in a situation like me hunting a ghost. I run fail2ban on my servers and block IP addresses that cause ten 404 errors in 300 seconds. While working on a new client site I got banned my self over and over again and it took me 3 hours to realize the missing mediaelement.css file causes the 404 errors while saving and editing content with the layout builder.Until we get an update from Kriesi anyone in need to fix the issue can download the mediaelement folder and its content from Enfold 4.1.2 here. Unzip the file and copy the complete folder to /themes/enfold/js/
@GisoS the source code of your site says wp super cache is broken. Check your wp-config.php, check your plugins. If you don’t use the plugin delete it.
@GisoS deactivate the WP Super Cache Plugin and test your shop again. As far as one can see your setup of WSC is brocken:
‘WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory.’
December 5, 2017 at 3:35 pm in reply to: Internal Server Error after WordPress update 4.9.1 – Enfold Child Theme #885103Without knowing the content of your childtheme functions.php and/or what you changed in template files it is impossible to say what causes the issue. The problem might stem from incompatible code but may also be caused if you have not enough memory. It is for sure not an Enfold problem.
@septura only admins see login details. We as participants don’t see privat messages. Your issue clearly stems from EventON. Therefore you need to contact the EventON support and not the Enfold support.
- This reply was modified 7 years ago by mensmaximus.
@mschon1 the community can’t help if you do not supply any information about your installation, like plugins used, version numbers of plugins and url to website. I am pretty sure you have plugin conflict. Disable all plugins except woocommerce and test again. If it works enable one plugin after an other and test it again after each plugin activation. As soon as it stops working you know which plugin ist causing the issue.
@septura not all your plugins are up to date. At least your EventON plugin is massively outdated. The current versions of Enfold and WooCommerce do not produce the issue you have posted.
Interesting title. Anyhow I don’t get what it’s about.
Regardless whether removing the icon from the checkout is a wise decision you can add the following css code to your custom css:
.woocommerce-checkout ul#menu-item-shop { display: none; }
To fix the Firefox and Brave issue one have to additionally add:
#top .av-video-slide video { height: auto; }
I can confirm the background video bug. Applying the CSS fix makes the video work as intended in Chrome and Edge. But Firefox and Brave still do not show the video. I keep on investigating.
October 27, 2017 at 8:24 am in reply to: Is Enfold 4.2 and WooCommerce 3.2.1 playing well together? #869451@jancecile Enfold 4.2 and Woo 3.2.1 might have on small issue. If there is only one image (featured image) for a product and you use the original woocommerce gallery setting clicking on the magnifier glass button on the image will not open the lightbox. I am still investigating so as for now I can’t confirm this to be bug.
August 3, 2017 at 8:25 am in reply to: Woo booking + accommodations + variable product ( extra bed) #833778@alamdita you should log into your account https://woocommerce.com/ and submit a ticket. Your question is not related to Enfold.
10 weeks have passed since I reported this bug and still the enfold product gallery does not change images if you select a variation. It worked before Enfold 4.0.6 and stopped working at the moment the new WooCommerce product gallery has been introduced. Some customers want or need to stay with the enfold product gallery for layout reasons but also want the images of variations to change. Did you miss this issue or are there no plans to bring this feature back?
July 19, 2017 at 4:54 am in reply to: Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() #823628@julusha as of today (19.7.2017) 4.1.1 is the latest version. Enter your themeforest api token into enfold to receive updates.
Enfold ist in der Version 4.0.7 aktuell nicht 4.0.5 und WooCommerce ist in Version 3.0.9 aktuell nicht 1.8.11 (das klingt ehere nach Germanized). Also bitte genau nachsehen.
@sellher bitte auf die aktuellen Version von WooCommerce, Enfold und WordPress aktualisieren. Das angesprochene Problem deutet auf veraltete Versionen hin.
June 12, 2017 at 6:52 am in reply to: Please read – Regarding Wordfence LayerSlider warning on Enfold 4.0.3 #806733@photoviews7 To remove layerslider create childtheme and but the
add_theme_support('deactivate_layerslider');
in it’s functions.php file.@rizpar this issue is related to your server setup. As mentioned in many threads more details are needed. Good point to start would be to show the php error log entries as the can tell what the problem is.
May 27, 2017 at 6:11 am in reply to: Product variation images not showing after latest Enfold update #800488@giorgio_betagrafic I have reported this bug nearly 2 weeks ago and Kriesi has confirmed this to be a bug. And my patch is not needed anymore since Enfold 4.0.6. More important it has to be removed!
-
AuthorPosts