Forum Replies Created
-
AuthorPosts
-
February 4, 2022 at 1:32 am in reply to: Icon Grid responsive break points (4.8.3 and 4.8.9) #1338790
Hi anna,
add this to Theme Options -> Quick CSS
Adjust size or breaking point if needed.@media only screen and (max-width:989px) { li.av-row-with-3-cells, li.av-row-with-4-cells, li.av-row-with-5-cells { width: 50%; } } @media only screen and (max-width:767px) { li.av-row-with-3-cells, li.av-row-with-4-cells, li.av-row-with-5-cells { width: 100%; } }
February 3, 2022 at 9:52 am in reply to: Icon Grid responsive break points (4.8.3 and 4.8.9) #1338643Hi RIkard,
Thanks for your feedback. Meanwhile I will bypass the issue with custom css.
Best
nickA full backup contains all files + database. When you just replace the files, your backup is probably not working, because it’s still connected to the new database version.
If you have all files + database from the last working version, I would create a sub domain and install the full backup.
Without ftp and admin access to your website its hard to figure out. When I have issues like that, I do a clean install of WordPress and Enfold and connect my database.
Do you have done any changes on the files? As I can see all errors are located in /config-templatebuilder/
Maybe you want to try to replace the folder only? If you have a backup, there should be no risk. But I can’t guarantee anything, because I don’t know your installation / backup. I’m just participant here.Do you use Enfold Child Theme? If so, I would download a fresh installation file of Enfold and replace it with the damaged one via ftp.
https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
February 3, 2022 at 1:08 am in reply to: Missing content with Enfold 4.8.9 and WordPress 5.9 #1338562All pages showing an error in your merged footer scripts (avia-footer-scripts). I would try to clear cache and delete all merged files. Disable cache plugins if installed.
More: https://kriesi.at/documentation/enfold/optimization/#troubleshootFebruary 2, 2022 at 4:30 pm in reply to: Icon Grid responsive break points (4.8.3 and 4.8.9) #1338504Here you go :)
EDIT: I tried to activate the icon grid element on another Enfold 4.8.9 installation. Same issue here.
- This reply was modified 2 years, 9 months ago by dern1ck. Reason: tried another enfold website
April 16, 2020 at 7:46 pm in reply to: Logo oben, Navigation darunter links und Social Icons rechts #1204515Hi nomore,
das geht auch mit Umweg bei Enfold. Du musst die Social Media Links als Menüpunkt hinzufügen.
Du aktivierst in den Header-Einstellungen “Logo oben, Menü darunter”. Dann ist das Menü erst einmal mittig. Folgender CSS-Code setzt es linksbündig:.avia-menu ul {display:block;}
Dann gehst du in Design -> Menü und legst neue Menüpunkte an (individueller Link). Der Link zu deiner Plattform und beim Link-Text folgender Code aus diesem Post: #258819
April 16, 2020 at 7:24 pm in reply to: Custom search box in Fullwidth Sub Menu kills mobile search icon #1204510Hi Yigit,
Thanks a lot! The solution looks easier than expected ;-)
Best
MartinHi Curly!
(New try in the correct post)
I’m not a programmer but I can see your woocommerce has a jQuery error. Thats why you can’t see products.
What I would do: create a backup, delete woocommerce, reinstall and see if it fixed the problem.
https://imgur.com/a/fUxaw7IHave you tried to deactivate your plugins one by one? There is a footer script error that shouldnt be there :)
- This reply was modified 4 years, 7 months ago by dern1ck.
Hi Erdmann,
Upload Enfold by FTP directly to the themes folder. You can use for example Filezilla or maybe your provider has a web FTP.
BestHi edc!
For me the provider sometimes block wordpress media uploads for different reasons. Could you try to upload a picture and see if it works?
If not, please try to troubleshoot (description here). Otherwise the support maybe has to take a closer look.
As the demo is imported from the internet, I think you need to save the pictures by hand from here: https://kriesi.at/themes/enfold-visual-artist/April 16, 2020 at 11:53 am in reply to: I want to get youtube video in background of colour section to auto play on mobi #1204369Hi Geoffdyle
I’m not sure whether thats possible with the integreted background video function in Enfold. You need to add special code. Maybe google is blocked in your location so I just made a quick search and found a description video on YouTube:
https://www.youtube.com/watch?v=Xc25RykxUrM
I think you need to make the desktop colour section invisible for mobile and create a code container for mobile devices.
Edit the code the way you need it<!-- 1. The <iframe> (video player) will replace this <div> tag. --> <div class="iframe-container"> <div id="player"></div> </div> <script> // 2. This code loads the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // 3. This function creates an <iframe> (and YouTube player) // after the API code downloads. var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { width: '100%', videoId: 'YOUR_VIDEO_ID', playerVars: { 'autoplay': 1, 'playsinline': 1 }, events: { 'onReady': onPlayerReady } }); } // 4. The API will call this function when the video player is ready. function onPlayerReady(event) { event.target.mute(); event.target.playVideo(); } </script>
April 16, 2020 at 11:32 am in reply to: [RESOLVED] Enfold 3.8 + WordPress 5.4 – Updating Enfold crashes the site. #1204363Hi Pascal!
What I would do is to backup the site, database and Enfold settings. Delete 3.8 and install the latest Enfold version. Import the Enfold settings afterwards. Make sure, if you have made any changes in the functions.php or other files, to backup those too and use a child theme.
Maybe you need to do some tiny adjustments in the new system, but it shouldn’t crash.
Good luck
.
Best
MartinApril 15, 2020 at 4:54 pm in reply to: Custom search box in Fullwidth Sub Menu kills mobile search icon #1204050Hi Victoria, please see temp admin access in private window. Please don’t wonder the site has no childtheme yet. It’s a client installation..
Go to the documentation (or google if you like) and find: https://kriesi.at/documentation/enfold/theme-registration/
#welcome
Hi lelef,
Is your wordpress and enfold up to date? If not, please update it to the last version.
Mailchimp should be in the “newsletter” tab. Can you provide a screenshot?
Best -
AuthorPosts