Forum Replies Created
-
AuthorPosts
-
August 18, 2023 at 1:14 pm in reply to: Restart a GIF animation: Play from first frame on every page load #1416541
Hey dominictschupp,
Thanks for your question and the possible solution, but I have tested your page on Windows in Chrome, Firefox, & Edge and Mac in Safari, Chrome, Firefox and on my Android mobile device, and each time I go to another page and back again the GIF animation plays. I also created a test page on my test site and the animation always loads when the page loads.
So since I can’t see the error I can not test the solution.Best regards,
MikeHi,
Thanks for the feedback, I don’t have an iPhone but I believe that I see the issue on Android in landscape mode, please see the screenshot in the Private Content area.
So I recommend removing your border from the column and use this css to add a border around the image, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-image-container .avia-image-container-inner { border-width: 6px; border-color: #ffffff; border-style: solid; }If you would like to ensure that this border is only applied to specific images, try adding a custom class to the image such as image-border and then add your custom class to the css like this:
.image-border.avia-image-container .avia-image-container-inner { border-width: 6px; border-color: #ffffff; border-style: solid; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:48 am in reply to: Icon Grid Flip Box custom color for title not working #1416524Hi,
Glad Rikard could help, typically Enfold ▸ Advanced Styling has precedence, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey Gabriele-Marie,
Thank you for your patience, unfortunately I don’t see a way to do this with the Enfold elements and contact form, I recommend using a contact form like Contact Form 7 and one of it’s addon plugins like: Multi Step for Contact Form 7 or perhaps Extensions For CF7
There are many other addons for Contact Form 7 and I imagine one would work for you.
I don’t have any specific experience to help you create this, but I think this would be your best option.Best regards,
MikeAugust 18, 2023 at 1:24 am in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416516Hi,
Try this css instead:#top .special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Martin,
Thanks for your question, I checked your page on mobile and see that you have a 6px border which looks correct, when do you see that issue “the frames are wider than the image”?Best regards,
MikeHey Martin,
Thanks for your question, there is not a option to make the header sticky on mobile, but you could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; } .responsive #top #wrap_all #main { padding-top: 110px !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 12:57 am in reply to: Deprecated : The get_page_by_title function has been deprecated since version 6. #1416512Hi,
You must create a token in your Envato Theme Forest account, we can not create it for you, please see our documentation How to generate a Envato Personal Token
Step One: To generate your personal token, go to Envato create a token page. If not logged in please use your Envato credentials.
Step Two: Your Token needs specific permissions to verify the purchase and link your Envato account to the theme. 7 permissions are necessary to display user information on Enfold theme options ▸ https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2018/12/token-permissions.png
Step Three: After selecting the required permissions, read the Terms and Conditions and agree to create your new token. Copy and save your token on your local system.
After completing the steps above, you are now ready to register your Enfold theme. Go to Enfold > Theme Update > Enter a valid Envato private token and enter your token.
If you still have trouble try using the Envato market plugin
Another option is to update the theme via FTP, or though the WordPress theme page.
Download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.

Best regards,
MikeHey gatehealing,
Thanks for your question, the reason the Advanced Layout Builder (ALB) is not recommended for posts is because some features are not automatically added to these posts, such as the featured image, the social share box, the related posts, and the comment form, also the excerpt must be manually added in the manual excerpt field.

This is by design so that you would have full control of the layout, you can manually add these with the ALB elements, so if you don’t mind adding these manually using the ALB for posts is fine.Best regards,
MikeHey ballindigital,
Thank you for the link to your site, I see that you are using v5.6.2, please update to v5.6.5
The MailChimp API has changed, after you update the setting at Enfold Theme Options ▸ Newsletter ▸ Mailchimp needs to be reverified and then each mailchimp element on your pages needs to be opened and resaved.Best regards,
MikeHi,
Yes, you should include the child theme when you copy the files and database from the staging site to the live site.
To move the menu text in line with the bottom of the logo, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 990px) { #top .main_menu .menu li a { padding-top: 50px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
When the child theme is active the setting Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme doesn’t ask for a file to upload, it automatically gets the file from the parent theme.
I added a child theme for you and imported the parent theme, please review the documentation so you can apply this to your live site.
The Logo left and menu centered on the same line is not and option, but I adding this css to achieve it:@media only screen and (min-width: 990px) { #top .main_menu { display: flex; justify-content: center; width: 100%; } }please clear your browser cache and check.
Best regards,
MikeAugust 17, 2023 at 12:12 pm in reply to: Masonry – tag “portrait” does not work in mulitlingual pages #1416470Hi,
I’m thinking that perhaps Ismael solution could be applied like this:add_filter('avf_ratio_check_by_tag_values', 'avf_ratio_check_by_tag_values_mod', 10, 1); function avf_ratio_check_by_tag_values_mod($tags) { $lang = pll_current_language(); if($lang == 'en-GB') $tags = array('portrait-en' => 'portrait', 'landscape-en' => 'landscape'); return $tags; }but I’m not able to login to your site to test, I also notice that your German version is now not working so your tags were probably changed, try changing them back.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-button-wrap .avia-button { border-radius: 50px; } #top .avia-button .avia_button_background { bottom: -3px; } #top .form_element .button[type="submit"] { border-radius: 50px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
1: You can change the logo and menu style without a child theme, go to Enfold Theme Options ▸ Header ▸ Header Layout ▸ Menu and Logo Position and choose Logo left, Menu below

2: You can add a child theme without losing your current layout, please see our documentation Step 4: Import parent theme options

Best regards,
MikeHey Dave,
Thank you for your question, in the column element the “row settings” refer to all of the columns in a row, and can only be adjusted in the first column.

This would be the correct behavior.
Perhaps if you linked to your page and explain what you would like to achieve we could advise.Best regards,
MikeAugust 17, 2023 at 12:31 am in reply to: How to get Enfold theme license outside of Envato? #1416434Hi,
You would have less content, videos, and images.
But as it is right now I don’t have any problems with it on my Android.Best regards,
MikeHey phausner,
Sorry to hear that your client is having trouble, but unfortunately Enfold is only available on Envato, we can not sell or give licenses directly.
Perhaps you can purchase the license for her or she can ask a family member to open an account and purchase it for her?
Unfortunately there is nothing we can do on this end to help.Best regards,
MikeHi,
I see no problem on my Android phone.
You page is very heavy to load, so make sure that your phone is not on power saver mode or that it allows videos to be loaded on power saver mode and on mobile network, not just over wifi.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the link to your site, deactivating Jetpack Boost solves the issue, try reviewing the Jetpack Boost settings deactivating each one at a time to find the conflict.
I don’t have experience this this plugin so I’m not sure what the cause could be, if you can’t find the setting causing the issue then I would recommend disabling it completely.Best regards,
MikeHey M-Graphics24,
Thanks for your patience, I checked your homepage on the backend and see there are 570 Revisions, but all of them are empty without any Enfold elements, I don’t know what would have caused this, but the only option that I can think of is to ask your webhost to restore the last working backup of the site.
Try asking your webhost for help, typically webhosts will make a full backup weekly, but each host is different so you’ll need to ask them, please ensure to restore the database and files as all of your content is stored in the database.Best regards,
MikeHi,
Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 15, 2023 at 5:44 pm in reply to: Youtube Embed Shows Link, Not Video… But Older Videos Work #1416356Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts


