Forum Replies Created
-
AuthorPosts
-
Hi Gabi,
We’re glad to hear that and thank you for your kind words to our support team :)
Thanks for using Enfold and have a great weekend!
Merry Christmas! :)Best regards,
NikkoDecember 20, 2019 at 3:47 pm in reply to: disable looping for video color section background #1168170Hey sdesign-web,
You’ll need to override section.php (Color Section file).
To make this modification permanent you’ll need to do the following:
1. Use a child theme: https://kriesi.at/documentation/enfold/child-theme/
2. Replace element (Color section) in ALB, here’s an instruction on how to do it: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
3. Copy section.php from Enfold theme, located in enfold>config-templatebuilder>avia-shortcodes, paste this in the shortcodes folder of your child theme.
4. Modify section.php (in child theme), find this code (line 1102).'video_loop' => true,replace true with false
Hope it helps.Best regards,
NikkoHi Steph,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Manuela,
Yes it’s possible to modify however the complexity will depend on what you want to modify, if it’s the styling then we can help with it.
Best regards,
NikkoDecember 20, 2019 at 3:29 pm in reply to: Change code from affecting 1 blog post to all blog post pages #1168162Hi Aefffekt,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Eve,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Eve,
The border is due to the pre and code tag.
Go to the textblock, set it to Text (from Visual) remove any < pre > < code > < /code > < /pre >
Then to make the text’s color to white, go to Enfold > General Styling > Quick CSS and add this css code:#top .avia_textblock .breadcrumb.breadcrumbs.avia-breadcrumbs span, #top .avia_textblock .breadcrumb.breadcrumbs.avia-breadcrumbs a { color: white; }Best regards,
NikkoHey jwencke,
It’s the default css styling for those areas.
To remove it, please add this css code in Quick CSS, located in Enfold > General Styling:.container_wrap { border-top-width: 0; }Best regards,
NikkoDecember 20, 2019 at 3:12 pm in reply to: [av_privacy_cookie_info id="" class=""] – does not work #1168149Hi Lena,
av_privacy_cookie_info adds a list about used and accessable cookies in domain with value and additional info about the cookie.
Here is how it looks like: https://imgur.com/HxqYaQk
As for where/how you translate the string, you can refer to our documentation: https://kriesi.at/documentation/enfold/translation/#child-theme-translations
If you want to know the location of those descriptions, you should find it in enfold > includes > helper-privacy.php (line 504):$infos = array( '?' => __( 'Usage unknown', 'avia_framework' ), 'aviaCookieSilentConsent' => __( 'Cookies are used, even if user does not accept them. Will be removed if user accepts cookies.', 'avia_framework' ), 'aviaCookieConsent' => __( 'Use and storage of Cookies has been accepted - restrictions set in other cookies', 'avia_framework' ), 'aviaPrivacyRefuseCookiesHideBar' => __( 'Hide cookie message bar on following page loads and refuse cookies if not allowed - aviaPrivacyEssentialCookiesEnabled must be set', 'avia_framework' ), 'aviaPrivacyEssentialCookiesEnabled' => __( 'Allow storage of site essential cookies and other cookies and use of features if not opt out', 'avia_framework' ), 'aviaPrivacyVideoEmbedsDisabled' => __( 'Do not allow video embeds', 'avia_framework' ), 'aviaPrivacyGoogleTrackingDisabled' => __( 'Do not allow Google Analytics', 'avia_framework' ), 'aviaPrivacyGoogleWebfontsDisabled' => __( 'Do not allow Google Webfonts', 'avia_framework' ), 'aviaPrivacyGoogleMapsDisabled' => __( 'Do not allow Google Maps', 'avia_framework' ), 'aviaPrivacyGoogleReCaptchaDisabled' => __( 'Do not allow Google reCaptcha', 'avia_framework' ), 'aviaPrivacyMustOptInSetting' => __( 'Settings are for users that must opt in for cookies and services', 'avia_framework' ), 'PHPSESSID' => __( 'Keeps track of your session', 'avia_framework' ), 'XDEBUG_SESSION' => __( 'PHP Debugger session cookie', 'avia_framework' ), );Hope this helps.
Best regards,
NikkoHi Lena,
aviaCookieSilentConsent is a cookie that’s enabled when the user does not accept yet Cookie consent.
It allows frontend to activate necessary services and default setting for toggles.
This is removed if the user accepts cookies.Best regards,
Nikko-
This reply was modified 6 years, 1 month ago by
Nikko.
Hi Milan,
You can find the link to the beta version in private content.
Best regards,
NikkoHi Mickyhood,
Thank you for your kind words and I do agree to create a backup file first just in case :)
We’re happy to help and thanks for using Enfold!
Merry Christmas :)Best regards,
NikkoHi Mike,
Yes, there was no explanation why it was using that specific size, width and height was added for better page speed ranking (based on the comment).
Let us know if you need further assistance.Best regards,
NikkoHi Ebonknox,
It’s now fixed. It was a caching issue, the audio files are now correct after flushing out the cache from WP Super Cache.
I apologize I misunderstood it, I thought you were not seeing files in media library via audio player.Best regards,
NikkoHi PeterE,
No worries, just glad we could help :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoDecember 20, 2019 at 11:50 am in reply to: Black line on the right of an external media video #1168085Hi cfourtune,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi PeterE,
Thanks for providing admin access.
The reason it’s not appearing is because that one can be edited in the page. :)Best regards,
NikkoDecember 20, 2019 at 6:58 am in reply to: Can't import the shop demo (and other demos as well) #1168048Hi chucinan,
Thanks for giving us admin access, I have tried to import using the methods we recommmend however only a part of the demo is getting fetched, maybe because of some server settings.
The only workaround that I could suggest is to install WordPress, Enfold and other plugins in your local server, you can use xampp, mamp or localbyflywheel for it, then do the demo import on your local site then use the Duplicator plugin you are using to migrate it to your live site.
We apologize for the inconvenience.Best regards,
NikkoDecember 20, 2019 at 4:44 am in reply to: Can't import the shop demo (and other demos as well) #1168026Hi chucinan,
Have you tried doing the manual demo import: https://kriesi.at/documentation/enfold/import-demos/#manual-demo-import–using-xml-files-
Best regards,
NikkoHi Mike61,
Please add this code at the bottom of your child theme’s functions.php: https://pastebin.com/1QjKzpRp
Find this part in the code:$dimension = "height='100' width='300'"; //basically just for better page speed ranking :Pand replace the height and width.
Hope this helps.Best regards,
NikkoHey PeterE,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- 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 (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Mickyhood,
Can you try the solutions posted in this thread: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
Hope it helps.Best regards,
NikkoHi Ebonknox,
Thanks for providing the admin access.
I created a test page with audio player and I was able to see and add the audio files.
You can see the screenshot and test page in private content.Best regards,
NikkoHi gb,
We’re glad to hear that it’s working properly now :)
Thanks for using Enfold and Merry Christmas!Best regards,
NikkoHi sizzler65,
We’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi KiM,
We’re glad to hear that :)
We wish you a merry Christmas and a happy new year as well!
Thanks for using Enfold and have a great weekend :)Best regards,
NikkoHi ellio1mk,
You’ll need to go to Plugins > Add New and type in the name of the required plugin, for example woocommerce
After installing and activating the plugin, you can import the demo.
Hope this helps.Best regards,
NikkoHi HighFiveEvents,
I’m seeing this js errors in your site:
Access to font at 'http://yoursite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff' from origin 'http://yoursite.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.To fix it just follow the instructions in our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
NikkoDecember 20, 2019 at 3:51 am in reply to: Color Section Diagonal Border broken after 5.3.1. update #1168002Hey Cutterina85,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
.av-section-color-overlay-wrap { z-index: 2; }Best regards,
NikkoHey coldspring,
Can you give us a link to the page where this is applied? so we can check further and try to inspect the page for js errors.
Best regards,
Nikko -
This reply was modified 6 years, 1 month ago by
-
AuthorPosts
