Forum Replies Created
-
AuthorPosts
-
Hi daves1997,
Can you give us temporary admin access? so we can check it.
If you can provide a staging site, it would be much better, so live site won’t be affected by any change.Best regards,
NikkoHi Monika,
Thanks for giving us admin access.
I have added this CSS code in Enfold > General Styling > Quick CSS, just replace the background image with the image of your choice:#ueberlappung { background-position: center right 32% !important; } #ueberlappung:after { background-image: url(https://website.com/wp-content/uploads/2023/01/element.svg); background-repeat: no-repeat; background-position: center left; content: ''; display: block; height: 100%; width: 100%; position: absolute; top: 0; right: 0; transform: scaleX(-1); }
Please review your site.
Best regards,
NikkoHi tammiviestinta,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 17, 2023 at 8:15 am in reply to: Icons not displaying properly after 5.3.1.1 Update #1388015Hi ihf-eramstad,
Thanks for giving us FTP access however, the solution does not seem to work.
The workaround I could think of is to use the Better Search & Replace plugin to change the URL from https://subdomain.wpenginepowered.com to https://subdomain.wpengine.com/ however it may be better to request help from your hosting provider first.Best regards,
NikkoHi Monika,
It is possible via some CSS code however we need a link to the page mentioned.
Also, add a Custom ID Attribute to the Color Section, so we can target it properly.Best regards,
NikkoHi Veronika,
Thanks for giving us admin access.
I have commented out this code:.responsive .av-horizontal-gallery-img { transform: none !important; }
and replaced:
@media only screen and (max-width: 989px) { .responsive .av-horizontal-gallery-inner { position: static; min-height: 1100px; } }
with:
@media only screen and (max-width: 989px) { .responsive .av-horizontal-gallery-inner { position: static; min-height: 497px; } }
Please review your site :)
Best regards,
NikkoHi erinr,
Thanks for providing the screenshots, it seems you are using the gutenberg editor, I have added this CSS code in Quick CSS:
.wp-block-image { margin-bottom: 1rem; }
Please review your site.
Best regards,
NikkoJanuary 17, 2023 at 5:13 am in reply to: Icons not displaying properly after 5.3.1.1 Update #1388001Hi ihf-eramstad,
Can you give us FTP access? so we can try to debug it.
Just post the credentials in private content.Best regards,
NikkoHi Mike,
You can only purchase item support if you have purchased the item first, if your ThemeForest account has purchased Enfold then you can purchase only the item support but if not then you’ll have to purchase the item first. Please try to ask Envato/themeforest support what you are asking is possible though since they are the ones who are in-charge and we just comply to them.
Best regards,
NikkoHi Mike,
Unfortunately, that’s not possible because the purchase code is a requirement for our registration process, and our only way to verify with ThemeForest that the account still has item support for Enfold.
Best regards,
NikkoJanuary 17, 2023 at 1:52 am in reply to: Icons not displaying properly after 5.3.1.1 Update #1387996Hi ihf-eramstad,
Thanks for providing us with admin access, the issue on your site is Cross-Origin Resource Sharing (CORS), your website fonts are fetched in another domain (see link in private content) and it is prevented by the server, to fix it please check the solution in our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- (Icons are showing as rectangular boxes)
Best regards,
NikkoHi Mike,
Thanks for contacting us!
Please register the account using the purchase code.
You can register here: https://kriesi.at/support/register/#1 We will need a link to your site to check it.
#2 It is not a known issue but it maybe due to an outdated version of the theme or plugins
Best regards,
NikkoHi daves1997,
Can you try to temporarily disable WP-Optimize’s minification? and see if it helps.
Best regards,
NikkoHey Whippert,
In your WordPress Dashboard, please go to Enfold > Import/Export > Iconfont Manager then delete Flaticon.
Hope this helps.Best regards,
NikkoJanuary 14, 2023 at 4:48 pm in reply to: Google Fonts werden nach Import und Umstellung trotzdem gefunden #1378687Hi Highlander-2013,
Thanks for providing us with the admin credentials.
I wasn’t able to find: https://fonts.googleapis.com/css?family=Arimo:400,700%7CArimo
Also, it is not loaded when I checked the fonts being loaded, screenshot in private content.As for @import url(‘//fonts.googleapis.com/css?family=Acme|Montserrat’);, I do find it but it was called by Popup Maker plugin.
Best regards,
NikkoHi Antonio,
If you’re using a video element, it should wrap around nicely with no extra spaces if video uses aspect ratio of 16:9.
Can you give us a link to your page? so we can try to check it.
You can post the link privately.Best regards,
NikkoHi Tim,
I have answered your previous thread with the same title.
I will close this thread and continue the conversation on the other thread :)Best regards,
NikkoHi Tim,
For transparency logo you’ll need to use avf_logo_subtext instead, please try this code instead:
add_filter('avf_logo_subtext', 'av_change_transparency_logo_img'); function av_change_transparency_logo_img($sub) { if( is_page('1005973') ) { $sub = '<img src="https://www.zinkwaliteitsborging.nl/wp-content/uploads/2023/01/Academy-logo.svg" class="alternate" alt="" title="alternate logo">'; } if(is_singular('portfolio')) { $sub = '<img src="https://www.zinkwaliteitsborging.nl/wp-content/uploads/2023/01/Academy-logo.png" class="alternate" alt="" title="alternate logo">'; } return $sub; }
Hope it helps.
Best regards,
NikkoHi Antonio,
I think it is possible for videos that are hosted locally but an advanced script will be needed for it which you may need to hire a developer for it.
As for embedded videos such as youtube and vimeo, I’m not sure it’s possible since it’s external to the site.
I think a workaround would be to hide the Color Section for the desktop and then add a video and a heading/textblock and only show it for mobile.Best regards,
NikkoJanuary 13, 2023 at 11:50 am in reply to: Maximum number of images in fullwidth easy slider? #1378566Hi mb,
I tried to re-add the images on the slider and it seems to be working properly.
Please review the page. :)Best regards,
NikkoHi Manon,
Please try to ask for help from Envato/Themeforest support for that issue since the problem seems to be coming from the account you are using, which we don’t have any way of checking on our system.
Best regards,
NikkoHi Camilla,
We’re glad that we could help you :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi trustedone,
I’m glad that you were able to find out the plugin causing the issue.
As for the performance of the site, please update the PHP version of your site from PHP 5.6 to PHP 8 (or atleast 7.4), this should increase the performance, however, I also experienced Error 500 on your site which seems to indicate either the hosting package may be insufficient or the server is a bit slow and couldn’t handle multiple requests.Best regards,
NikkoHi wsgcrest,
cURL error 28: Connection timeout after 10001 ms maybe due to poor network connectivity between the server where your site is hosted and our server where the demo is hosted or maybe due to some firewall or security settings. I think the only way around it is manually import the demo.
Please try to follow the instructions in our documentation: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Hope it helps.Best regards,
NikkoHi Camilla,
Thanks for giving us admin access.
I have changed your code above with:.toggle_icon .vert_icon, .toggle_icon .hor_icon { border-color: #2b3a97 !important; } .magic-reading .toggle_icon .vert_icon, .magic-reading .toggle_icon .hor_icon { border-color: #ffffff !important; } .av-elegant-toggle .toggle_icon { opacity: 1; }
And it seems to be working fine.
Please review your website :)Best regards,
NikkoHi Antonio,
I’m afraid there’s no way to it since it’s the major browser’s policy (like Chrome, Firefox, Safari) that setups this rule to prevent unmuted videos to autoplay.
Here are some of the references:
– https://developer.chrome.com/blog/autoplay/Chrome’s autoplay policies are simple:
– Muted autoplay is always allowed.
– Autoplay with sound is allowed if:
– The user has interacted with the domain (click, tap, etc.).
– On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
– The user has added the site to their home screen on mobile or installed the PWA on desktop.
– Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.– https://support.mozilla.org/en-US/kb/block-autoplay
Firefox blocks all media with sound from playing automatically, by default.
Best regards,
NikkoJanuary 13, 2023 at 6:16 am in reply to: Search results — possible to display product image? #1378511Hi envato99,
I’m glad it helped :)
Just let us know if you still need further assistance.Best regards,
NikkoHi Munford,
You’re welcome :)
Just let us know if you still need further assistance.Best regards,
NikkoHi Munford,
Thanks for giving us admin access.
I have inspected the images and it seems the portfolio-sized images are gone, please try to do the following things:
1. Re-upload the images in the gallery and check.
2. If it does not show any improvement, please temporarily disable Performance Cache plugin and check.
3. If still it does not display properly, go to Enfold > Performance and disable Responsive Images
Hope this helps.Best regards,
NikkoHi ddubell,
You’re welcome :)
The PHP version is not required to update, however, we suggest you update it to PHP 8 since 7.3 has already reached it’s End-of-life, you can read this article for further information: https://www.ionos.com/digitalguide/websites/web-development/php-73/
Hope this helps.Best regards,
Nikko -
AuthorPosts