Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback and glad to hear that it seems to be resolved, I’m not sure how else it could have been added.
We will go ahead and close this now, 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,
MikeFebruary 12, 2023 at 4:55 pm in reply to: Vertical alignment problem / text element / only in FireFox #1397655Hi,
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,
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,
MikeFebruary 12, 2023 at 4:04 pm in reply to: Vertical alignment problem / text element / only in FireFox #1397650Hi,
Thanks for your screenshot, when I test on Firefox v110.0b9(64-bit) Windows, the test is in line with the image.
When I tested on Mac I saw the issue issuing Firefox v109.0.1(64-bit), unfortunately, there doesn’t seem to be a Firefox update for Mac at this time.
Safari and Chrome on Mac doesn’t have this error, so unfortunately it seems that the error is with Firefox v109.0.1 and it will be corrected in Firefox v110.0b9 when it becomes available for Mac.Best regards,
MikeFebruary 12, 2023 at 3:42 pm in reply to: Code block element removing HTML tags on update page #1397648Hi,
Thanks for the feedback, I tried copying the word cloud code blocks from the three pages to my test site and notice none are in English, all three seem to be the same language, please check your pages.
Can you try posting the three different code blocks on a test page, or different test pages so I can try them.
I’m thinking that a solution might be to turn your scripts into shortcodes.Best regards,
MikeHi,
Thank you for explaining, Envato Market is the exclusive licensor for Enfold, please see our listing here.
We are not able to directly license, all orders must be made through Envato Market.Best regards,
MikeFebruary 12, 2023 at 2:29 pm in reply to: Code block element removing HTML tags on update page #1397640Hi,
Thanks for your feedback as I understand your goal, the Word Cloud script in the code block contains javascript and base64 code to create the Word Cloud, I believe that you are hoping that the WPML Translation can change the text in the script to different languages, but instead it seems to be breaking the javascript, please note that on your French the code block script has been broken with extra tags. When translating the “text” in a javascript code you need to be careful to not change the “variables” or “functions” which use words also but it’s not the same, so for an automatic program to search javascript code and recognize only “text” when translating whould be very difficult, it’s not the same a translating a article.
I see your point about the less complicated date/time code block translating well, but I believe that that points to the complicity of the Word Cloud code and WPML Translation not being able to handle it.
I recommend trying to recreate the Word Cloud script in your three languages at your external service and then manually add the scripts to your pages in the code block after they have been created.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 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,
Thanks for the feedback, I adjusted your css to this:#top .avia-cookie-consent { background-color: #e0e7e8; color: #b45d15; }please clear your browser cache and check.
Best regards,
MikeFebruary 11, 2023 at 11:28 pm in reply to: Header logo size and padding for desktop and mobile sizes #1397614Hi,
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 your image to the column as a background image:

the add the custom class background-cover

then ensure that the Row Layout is set to Equal Height Columns

Then include this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.flex_column.background-cover { background-size: cover; }After applying the css, please clear your browser cache and check, this is the expected results:

Best regards,
MikeHey paolam111,
The images are added with inline css “background-image” not a shortcode, for example:
<span class="av-tab-section-image" style="background-image: url(/wp-content/uploads/2017/02/logosquare-bbpress-mini.jpg);"></span>
Typically you would choose the image you want to use in the element options, can you explain further what you want to achieve with an example page?Best regards,
MikeHi,
Thanks for your feedback and glad to hear that you have this sorted out now.
Enfold uses the WordPress import function for the demos to remain consistent with the WordPress roadmap, unfortunately, we don’t have control over servers that disable basic functions.
I hope that we can continue to help you and thank you for using Enfold.Best regards,
MikeFebruary 11, 2023 at 10:12 pm in reply to: Green Circle with Arrow for url links only appear on some company logos #1397606Hi,
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 Jim Zeigler ,
Sorry I have not heard of any such plugin, perhaps you need to update your site to the latest version, if you are using Enfold that is v5.4, otherwise please check with your theme author.Best regards,
MikeHey aryus96,
Sorry that you are having troubles, but OVH disables the set_time_limit() function and will not enable it for their customers, this function is used by WordPress so that imports will not time out.
This is not the same as max_input_time, OVH is the only host that we have seen do this, often OVH users move to a webhost that gives them full control.
If you are unable to do this try importing your demo on a localhost install and use the Duplicator plugin to migrate/clone it to your OVH host, I believe this will work.
You could also try the manually import a theme demo method, but typically for OVH the import still times out.Best regards,
MikeFebruary 11, 2023 at 9:51 pm in reply to: Text-Elements in LayerSlider shifting to the right in frontend #1397601Hey mike.rav,
You would need to modify the loop-search.php file, here is an example, and another and this is the latest one.Best regards,
MikeHey paolam111,
We don’t have specific documentation for shortcodes as typically the shortcode is displayed on rendering, you could try ob_start and ob_end_clean.
Another option would be to inject the shortcode with javascript or jQuery, for example:window.addEventListener('DOMContentLoaded', function() { (function($){ var wpseo_breadcrumb = '<?php echo do_shortcode("[wpseo_breadcrumb]"); ?>'; $('.breadcrumb.breadcrumbs.avia-breadcrumbs').replaceWith('<div class="breadcrumb breadcrumbs avia-breadcrumbs">' + wpseo_breadcrumb + '</div>'); })(jQuery); });Best regards,
MikeHey volpagirl,
Thank you for the link to your site, please try this css:.header_color .main_menu ul ul, .header_color .main_menu .menu ul li a span, .header_color .main_menu .menu ul li a:hover { background-color: #930c15; font-size: 16px; font-weight: 600; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey studioinktvis,
Please link to the page where we can see the words “shoppincart” and ” my account” and also link to the icons that you want to use, they should already be uploaded to your site, we can then offer the css to hide the words and show the icons.Best regards,
MikeHey jeel147,
You can change the cookie bar background color and font color with this css:.avia-cookie-consent { background-color: rgb(184 201 44 / 85%); color: rgb(128 38 159 / 90%); }please adjust the colors to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey jeel147,
Calibri doesn’t seem to be a font available from Google Fonts, so you would first need to install the font with a plugin like Use Any Font and then apply the font to your site with css like this:#main p { font-family: "Calibri"; }If you were going to use a Google Font from the theme options then you would choose the font at Enfold Theme Options ▸ General Styling ▸ Fonts ▸ Font for your body text

Best regards,
MikeHi,
Thanks for your patience and the link to your site, I first tried to recreate you page on my demo site linked below but couldn’t recreate the error, nor was the inline style added.
After different attempts to solve your issue I ended up adding this script to your site to remove the inline styles and test if that was the issue:function remove_inline_style() { ?> <script> (function($){ $('#top.home style[data-created_by="avia_inline_auto"]').remove(); })(jQuery); </script> <?php } add_action('wp_footer', 'remove_inline_style');This did remove the inline styles and solved your issue, please clear your browser cache and check.
When I tried the function Ismael recommended your element was not correct, so I’m not sure if your server is using object-oriented cache or if your cache plugin is a factor or if it is something really simple that I’m not looking at, but please take a look at your page now and see if it is working right now.Best regards,
MikeFebruary 11, 2023 at 7:04 pm in reply to: Text-Elements in LayerSlider shifting to the right in frontend #1397584Hey fellwoody,
Please include an admin login in the Private Content area so we can assist.Best regards,
MikeHi,
Sorry we couldn’t help more with this, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold and have a great weekend.Best regards,
MikeFebruary 11, 2023 at 6:54 pm in reply to: Code block element removing HTML tags on update page #1397582Hi,
Thanks for your patience, the HTML that you are adding to the code block is not correct, it is not good to add
<html>
<head>
<title>Content Types Word Cloud EN</title>
<meta name=”author” content=”WordArt.com”>
</head>
<body>
on any page a second time, it causes conflicts.
The second opening HTML is stripped out of the source code to correct the error, it is better to not add this error on the English page to start with.
Please try removing this from the start of your code
<html>
<head>
<title>Content Types Word Cloud EN</title>
<meta name=”author” content=”WordArt.com”>
</head>
<body>
and this from the end of your code
</body>
</html>
and then re-traslate your page.
Let us know if you need any help with this.Best regards,
Mike -
AuthorPosts



