Forum Replies Created
-
AuthorPosts
-
Hi,
@truejoke, unfortunately, the Flashlight is no longer being developed and it is not expected to work with WordPress 5+, glad to hear it is working for you with v5.4.2 but I would recommend installing a plugin like Disable All WordPress Updates so your site won’t keep updating and breaking your site.
In the meanwhile, you will probably want to start considering a new theme to start creating your new site.Best regards,
MikeHey sifupeter,
Sorry for the late reply and thanks for pointing this out, I will submit to the dev team for review.Best regards,
MikeHi,
Glad to hear this helped, so disabling Emoji/Smiley Support solved? I assume we can close this now?Best regards,
MikeHi,
Thank you for the feedback, I checked your site’s merged css and didn’t find the above css, but when I test by injecting the css it works, please see the screenshot in Private Content area.
So my thought is that your cache didn’t clear or it wasn’t merged. So please try disabling your Enfold Theme Options > Performance > JS & CSS file merging and compression and enable the Enfold Theme Options > Performance > Delete old CSS and JS files at the bottom of the same page.
Then add the css to: WordPress > Customize > Additional CSS field, this will have the highest priority.
Then clear your browser cache and check.
If this doesn’t work for you please check if you can clear your server cache, if you have one.
Otherwise, please include an admin login so we can check.Best regards,
MikeHi,
Thanks for the link to your page, I’m not sure where you would like a gap, I looked for two columns and picked this one (screenshot 1) the yellow link.
So for this you could use this css:#top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) { border-spacing: 6px !important; }but this add the space around the whole element (screenshot 2), now a blue line.
Another option is to add a 3px border to the two columns on the right and left only and then match the border color with the background so it fakes the space, (screenshot 3).#top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first { border-right-width: 3px !important; border-color: #007FC8 !important; } #top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first + .av_one_half { border-left-width: 3px !important; border-color: #007FC8 !important; }When you try these codes please only try one at a time a be sure to clear your browser cache each time.
If this is not the correct area please try posting a screenshot of the area.Best regards,
MikeSeptember 14, 2020 at 12:48 am in reply to: Change the enfold breakpoint for the Portrait Mode #1245568Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 1600px) { #top.home #after_layer_slider_1 .post-entry-11 .flex_column.av_one_third.flex_column_table_cell { display: table-row !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 14, 2020 at 12:25 am in reply to: You are editing the page showing your most recent posts. #1245566Hey Tolgahan,
Thanks for the login and ftp access, I see that you are getting this error:Failed to load resource: the server responded with a status of 500 (Internal Server Error)a 500 error is server related, please check your server error log for details such as an outdated PHP version, for example.
I tried to rename your child theme directory to force WordPress to load one of the default themes, but it didn’t solve the error.
It looks like you are using a LiteSpeed Server Cache, typically this is a object cache, please try clearing your server cache and disable temporarily if you can.Best regards,
MikeSeptember 13, 2020 at 11:43 pm in reply to: Enfold menu is missing (tried incognito & diff. browser) I cannot change qck CSS #1245563Hey Dartuk,
Thanks for the login, I see you are using Enfold v4.2 with WordPress v5.5.1
Please update Enfold to the latest version via FTP.The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeHi,
Glad this is sorted out, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey dase_es,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 1024px) { #menu-item-shop { display: block !important; } } @media only screen and (max-width: 430px) { #menu-item-shop .cart_dropdown_link { padding-right: 0 !important; } #header_main .av-logo-container { margin: 0 !important; width: 95% !important; max-width: 95% !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey heufti65,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 430px) { #kontakt, #kontakt .av-section-color-overlay { height: 105vh !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey pamk21,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#wrap_all #main #av_section_5 .hasCurrentStyle .toggle_icon, #wrap_all #main #av_section_5 .hasCurrentStyle .toggle_icon > span { border-color: #fff !important; opacity: 1 !important; } #wrap_all #main #av_section_5 .hasCurrentStyle .activeTitle .toggle_icon, #wrap_all #main #av_section_5 .hasCurrentStyle .activeTitle .toggle_icon > span { border-color: #424680 !important; opacity: 1 !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the late reply, yes I did see that Victoria and Rikard were able to see the error, yet I was unsure why a few days later I was able to test on two different machines and not recreate. Anyways I tested further with Chrome on Windows and found that sometimes, randomly, I see this error in the console (screenshot 1), which leads to this code (screenshot 2),and then if you click on “Load More” you get this error (screenshot 3).
But this only seems to occur for me sometimes whether I clear my cache or not.
So the first error seems to be key which seems to point to wpemojiSettings.
Try disabling: Enfold Theme Options > Performance > Disable Emoji/Smiley Support
I also assume you tried to disable your plugins and any custom scripts.Best regards,
MikeSeptember 13, 2020 at 7:19 pm in reply to: Can't edit posts, pages or portfolio items due to providers firewall application #1245533Hi,
The rules are specific to your provider, but “aspiegel.com” seems specific to “HUAWEI” mobile devices, are you using a “HUAWEI” device?Best regards,
MikeSeptember 13, 2020 at 2:30 pm in reply to: Can't edit posts, pages or portfolio items due to providers firewall application #1245510Hi,
Thanks for the error log, your providers firewall is giving false positives, for example:msg "NoScript XSS InjectionChecker: Attribute Injection"] [data "Matched Data:, javascript: history.back ()This message is saying that the javascript: history.back is an Attribute Injection, which it is, but it’s not an attack on your site.
To correct this your provider will need to disable the appropriate firewall rules, such as:
941170
941210
I see from above these were already identified as the rules to disable.
Another way to test would be to disable all of the rules and then enable one at a time to see which ones cause issues.Best regards,
MikeHey amyteslin,
Sorry for the late reply and thanks for the link to your site. When your hot spots are clicked the built-in lightbox and the Lity lightbox are both opened. The Lity lightbox seems to be a part of the cq-hotspot plugin.
So one option would be to disable the built-in lightbox at: Enfold Theme Options > Lightbox Modal Window, if that doesn’t help because you need this lightbox elsewhere you can try this script that will disable the Lity lightbox on the one page on click.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function() { $("#top.page-id-5774 .hotspot-container a.cq-hotspot-tooltip").click(function() { setTimeout(function(){ $(".lity.lity-opened").css({ 'display': 'none' }); }, 300); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHi,
@Melaniegray92 it looks like the other thread solved your issue, from your comment there, shall we close this then?Best regards,
MikeHey williamslyd,
Sorry for the late reply and thanks for the login. To have the pagination jump to the top of the magazine element instead of the top of the page we will first add a custom ID to the magazine element,newsroom

Then I added this script to the bottom of your child theme functions.phpfunction custom_pagination_script(){ ?> <script> (function($){ $(document).ready(function(){ $(".av-masonry-pagination.av-masonry-pagination-pagination nav.pagination a").each(function() { var $this = $(this); var _href = $this.attr("href"); $this.attr("href", _href + '#newsroom'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_pagination_script');This is now working, please check.
Best regards,
MikeHey fcp,
Sorry for the late reply, your code was missing commas, I corrected, please check.Please compare this corrected code with the above code:
add_filter('avf_frontend_search_form_param', 'avf_frontend_search_form_param_mod', 10, 1 ); function avf_frontend_search_form_param_mod( array $params ) { $params['placeholder'] = __('Rechercher un produit...','avia_framework'); return $params; }Best regards,
MikeHey hwci,
Sorry for the late reply, unfortunately we do not expect other page builders to work with Enfold, our page builder is built into the core of the theme.
I recommend building your Enfold site on a staging sub-domain and continue using your original site until you are done.Best regards,
MikeSeptember 13, 2020 at 1:57 am in reply to: Pricing table: Description and standard column row not aligning #1245443Hey Morticka,
Sorry for the late reply and thanks for the login and video. For your pricing table I added a custom IDget_height_from_first_columnso the following script would not affect other possible pricing tables on your site.
The logic of the script gets the height of each cell from the first column and applies it to the other cell in the same row, regaining with the fourth row. Please ensure that the first column has the largest cells.
This is the script I added to your child theme functions.phpfunction pricing_table_get_height_from_first_column(){ ?> <script> (function($){ $(window).load(function(){ var $this = $('#get_height_from_first_column .pricing-table-wrap:first-child'); var $that = $('#get_height_from_first_column .pricing-table-wrap:nth-child(n+2)'); var t4 = $this.find('li:nth-child(4)').outerHeight(); var t5 = $this.find('li:nth-child(5)').outerHeight(); var t6 = $this.find('li:nth-child(6)').outerHeight(); var t7 = $this.find('li:nth-child(7)').outerHeight(); var t8 = $this.find('li:nth-child(8)').outerHeight(); var t9 = $this.find('li:nth-child(9)').outerHeight(); var t10 = $this.find('li:nth-child(10)').outerHeight(); var t11 = $this.find('li:nth-child(11)').css('height', '86px').outerHeight(); var t12 = $this.find('li:nth-child(12)').outerHeight(); var t13 = $this.find('li:nth-child(13)').outerHeight(); var t14 = $this.find('li:nth-child(14)').outerHeight(); var t15 = $this.find('li:nth-child(15)').outerHeight(); $that.find('li:nth-child(4)').css('height', t4 + "px"); $that.find('li:nth-child(5)').css('height', t5 + "px"); $that.find('li:nth-child(6)').css('height', t6 + "px"); $that.find('li:nth-child(7)').css('height', t7 + "px"); $that.find('li:nth-child(8)').css('height', t8 + "px"); $that.find('li:nth-child(9)').css('height', t9 + "px"); $that.find('li:nth-child(10)').css('height', t10 + "px"); $that.find('li:nth-child(11)').css('height', t11 + "px"); $that.find('li:nth-child(12)').css('height', t12 + "px"); $that.find('li:nth-child(13)').css('height', t13 + "px"); $that.find('li:nth-child(14)').css('height', t14 + "px"); $that.find('li:nth-child(15)').css('height', t15 + "px"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'pricing_table_get_height_from_first_column');So this seems to be working except the row
Content & Huisstijlin which the first column was smaller than the others so I adjusted the cell with this line:
var t11 = $this.find('li:nth-child(11)').css('height', '86px').outerHeight();
Please clear your browser cache and check.Best regards,
MikeHey Eve,
Sorry for the late reply, to search and replace a text link that is inside a Advanced Layout Builder page as a command, please try this:
UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://your-link.com','http://your-new-link.com');
please ensure your database prefix is “wp_”, it may be different.
But I would not recommend making the changes like this because the database is serialized, I would recommend using the plugin Better Search ReplaceBest regards,
MikeHey Kevin,
Sorry for the late reply, it looks like they both share the same function. I did find a function that will remove the admin sidebar options link but leave the top bar options link, try adding this code to the end of your child theme functions.php file in Appearance > Editor:add_action( 'admin_init', 'remove_enfold_menu_option' ); function remove_enfold_menu_option() { remove_menu_page( 'avia' ); }Another option to rename the menu item is to try this script in your child theme functions.php
function rename_enfold_menu_option(){ ?> <script> jQuery(window).load(function(){ jQuery("#toplevel_page_avia .wp-menu-name").text("Theme Options"); }); </script> <?php } add_action('admin_head', 'rename_enfold_menu_option');Best regards,
MikeHi,
Thanks for the login, I found this support thread for the plugin which states:Shortcode for reviews is used for the premium version only.
So it seems you will need to buy the premium version, or use a different plugin.
Best regards,
MikeHi,
Sorry for the late reply, and thanks for the link to your site. I tested your gallery load more button, but the only time it didn’t work for me was when I forgot to disable my adblocker, do you have an adblocker installed?
I tested on:
Firefox: 81.0b8 (64-bit) – Windows
Chrome: 85.0.4183.102 (64-bit) – Windows & Mac
Safari: 13.1.1 (15609.2.9.1.2) – Mac
Edge: Version 85.0.564.51 (64-bit) – Windows
I also tested this shortcode on my localhost and it also worked. I used your shortcode above and changed the IDs for my install and changed the number of items shown to 4, because I only had 8 IDs[av_masonry_gallery ids='2250,2249,2248,2247,2246,2245,2244,2211' caption_elements='none' caption_styling='' caption_display='always' size='flex' orientation='' gap='large' columns='flexible' av-medium-columns='' av-small-columns='' av-mini-columns='' items='4' paginate='load_more' color='' custom_bg='' overlay_fx='active' animation='active' lazy_loading='disabled' container_links='active' link_dest='' id='' custom_class='' av_uid='av-33iidv']Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
I researched the plugin and it says that it has a shortcode to display the reviews anywhere.
So on the page that you linked to, try adding a code block element with the shortcode.Best regards,
MikeSeptember 11, 2020 at 1:41 pm in reply to: Colour Section Background Image (animated gif) not sowing on ipad #1245140Hi,
Sorry for the very late reply, I don’t have an iPad so I tested on the live.browserstack.com site, which claims the tests are on actual devices. I did see the error and believe that current visibility settings would not achieve your desired results, so I disabled them and added this css to your WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { #top.home #av_section_1 { display: none; } } @media only screen and (min-width: 768px) { #top.home #av_section_2 { display: none; } }This shows the gif of the “A” up to 767px and the full word after 768px, in my test on browserstack this now works.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
