Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeJuly 1, 2023 at 8:03 pm in reply to: css help for transparency overflowing logo to scrolling header logo w min size #1412225Hi,
Glad to hear Guenni007 is going to help you, Guenni007 has more experience with SVG than I do, for your other pages where the logo is very small after scrolling perhps this css will help:#top:not(.home) #header.header-scrolled .logo a svg, #top:not(.home) #header.header-scrolled .logo a, #top:not(.home) #header.header-scrolled .logo { padding: 0; max-height: 50px !important; height: 50px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey extraeyes,
Thank you for the link to your site and adding two images for us to review, I checked these two images in Windows on Chrome, Firefox, & Edge and I don’t see colors that are “washed out”.
I wouldn’t say that these two images look any different from your other images on the page.
I also view the source image links and they look the same, perhaps if you link to the original image that has not been uploaded to WordPress I will see a difference and understand
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
Were your previous uploaded images showing correctly and this is a new error?Best regards,
MikeHey mathieu,
It looks like an error in your child theme functions.php around line 619, try removing the customization in that part in your child theme functions.php and test again.
Then review your customization to determine how to correct your customization.
Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Best regards,
MikeHey haines1,
Thank you for the link to your site, I also need to click menu items twice but I don’t see any errors in the browser console, try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.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,
Thanks for the feedback, I have reported this to the Dev Team for their review and either I or another member will reply back, Thank you for your patience.Best regards,
MikeHi,
When I check your page I see that you have the Double opt-in enabled, if you don’t want the confirmation email sent, please disabled this feature.

I originally thought that you were refuring to a “welcome” email confirmation, so I asked the Dev Team if the recent changes could be triggering this and they said no.
When I test on my demo site with the Double opt-in disabled, I receive no emails, since my Mailchimp account setting do not have a “welcome” email confirmation enabled. This is not overridden by the theme.
When I test on my demo site with the Double opt-in enabled I receive a Please Confirm Subscription from Mailchimp, this is the correct behavior since the Double opt-in is enabled.

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,
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,
Try adding the custom class grid-column to your column, for this example I used a 2/3 column with a text block and a button and a image element:

Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.grid-column { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 0px; } .grid-column .av_textblock_section, .grid-column .avia-button-wrap { grid-column: 1; grid-row: 1; } .grid-column .avia-image-container { grid-column: 2; grid-row: 1; } @media only screen and (min-width: 1024px) { .grid-column .avia_textblock { display: grid; align-content: start; justify-items: center; padding-top: 20%; } .grid-column .avia-button-wrap { display: grid; align-content: end; justify-items: center; padding-bottom: 20%; } } @media only screen and (max-width: 1023px) { .grid-column .avia_textblock { display: grid; align-content: start; justify-items: center; } .grid-column .avia-button-wrap { display: grid; align-content: end; justify-items: center; } }the expected results:

For your second question the column z-index will need to be adjusted, but we will need to examine your page to offer a solution.Best regards,
MikeHi,
Thank you for the link to your site, to make this whole data table with the custom class table-link link to one url, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor instead of the scripts above:function custom_link_for_data_table() { ?> <script> (function($){ $('.table-link tbody').click(function(){ window.open('https://google.com'); //opens new tab //window.location.href = 'https://google.com'; //uses current tab }); $('.table-link tbody').css({'cursor':'pointer'}) })(jQuery); </script> <?php } add_action('wp_footer', 'custom_link_for_data_table');This will open a new tab, to make it change the location of the current tab remove the line:
window.open('https://google.com'); //opens new tab
and remove the // from the second line and adjust the url to suit.Best regards,
MikeHi,
Please include a link to your custom fontello icon zip file so I can test on my test site.Best regards,
MikeHi,
Do you have the option Double opt-in enabled?
Is the email you are receiving a request to confirm the email address?Best regards,
MikeHi,
Glad Nikko was 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,
MikeHey mary301187,
Do you mean this element:

This would be a column, a color section section is a full width element so the rounded corners would be at the edge of the screen and I didn’t see anything like that on your example page.
But you could have rounded colors on a color section with css like this:.avia-section { border-radius: 50px; }but then the background color for the #main container will show at the corners and if you are using parallax with any of the other elements this will show.

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,
MikeHey Beat,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and adjust to suit:#top label.input_checkbox_label { font-size: 10px; line-height: 10px; font-weight: normal; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 29, 2023 at 6:01 pm in reply to: WordPress 404 email alerts with ENFOLD’s custom 404 error page #1412088Hi,
Glad to hear that you have this sorted out, and thank you for sharing your solution, perhaps this will help other users. We will close this thread as you asked, 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,
MikeHey condonp,
Thanks for the link to your example page, so as I understand you want your text side of the grid row element to be more uniform for all of the grid row elements, such as always under the image half of the grid row.
Please go to Grid Row ▸ Advanced ▸ Responsive ▸ Column Behaviour When Fullwidth here you can choose the behavior for each grid row element

Best regards,
MikeHey Annie,
Typically this occurs when the WordPress install is using the default php mail, so when the email is sent from WordPress it is marked as spam and many SMTP email hosts will delete the email if the domain doesn’t match the sending address.
Try setting up your WordPress to use SMTP with a plugin like WP Mail SMTPBest regards,
MikeHey Matthias,
Thank you for your question, for IOS it will stay like this because it is a limitation of IOS.Best regards,
MikeHi,
I’m not sure so I have asked the rest of the team for advice, please reply back so your thread is visible to all of our team members. In the meanwhile can you try excluding the fonts from being served by the CDN and see if that helps. Thank you for your patience.Best regards,
MikeHey SimonePols,
To send people to a specific location on your page to would first add a unique ID for the section that you want to send them to. For example lets say it is the color section with the text heading “BEFORE JOINING OUR PROGRAM” in the backend, edit the color section and go to the advanced tab and go to the developer settings, then add a unique word to the ID option like “beforesection”

Then in your button, or custom menu item, or in a text link on your page you can use the link #beforesection to link to that section:

Best regards,
MikeHey sjahan,
Thanks for the link to your site, I see your site is giving an errorFailed to decode downloaded fontfrom a javascriptp3cdn1.secureserver.net/wp-includes/js/dist/vendor/lodash.min.jsnote that the url contains “cdn”
I assume that the lodash javascript is used by your cdn to serve your site from the cdn, but I don’t know how it works or why it is trying to “decode” your font, this is surely and error but we don’t typically address cdn issues so I recommend asking your cdn about this.Best regards,
MikeHi,
To display different footer widgets depending on the language go to your widgets and notice that each widget now has an option to display for a certain language. You can choose the language and add more widgets as needed.Best regards,
MikeHey Petra123_,
Thanks for your question, it looks like at some point in the past the page /katzenpsychologie/ was used and is not any longer, to correct I recommend installing a redirect plugin like Redirection and create a new 301 redirect from /katzenpsychologie/ to auf-katzenart.de
Then go to your Google Search Console and correct the error so Google will know and change your search results, please read this article: How to Fix Crawl Errors in Google Search Console This could take a week or so to change.
If you don’t already have a Google Search Console account, then this is a good time to create one and add your website and request a crawl to correct the google search results. Please read this article: How to Add Your WordPress Site to Google Search ConsoleBest regards,
MikeHi,
Try this updated script for the table, it doesn’t add a link around the tables so it doesn’t change the layout, instead the javascript changes the window location on click. Note in the script you can have the current window location change or open a new tab, depening on which lines are used, the lines with “//” are disabled
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_link_for_each_pricing_table() { ?> <script> (function($){ $('.table-link .pricing-table-wrap:first-child').click(function(){ window.open('https://google.com'); //opens new tab //window.location.href = 'https://google.com'; //uses current tab }); $('.table-link .pricing-table-wrap:nth-child(2)').click(function(){ window.open('https://duckduckgo.com'); //opens new tab //window.location.href = 'https://duckduckgo.com'; //uses current tab }); $('.table-link .pricing-table-wrap:nth-child(3)').click(function(){ window.open('https://bing.com'); //opens new tab //window.location.href = 'https://bing.com'; //uses current tab }); $('.table-link .pricing-table-wrap').css({'cursor':'pointer'}) })(jQuery); </script> <?php } add_action('wp_footer', 'custom_link_for_each_pricing_table');Best regards,
MikeJune 28, 2023 at 1:10 am in reply to: Cls rate due to Avoid non-composited animations Unsupported CSS Property #1411898 -
AuthorPosts


