Forum Replies Created
-
AuthorPosts
-
July 9, 2020 at 9:51 pm in reply to: Color background doesn't fill fully on linked image overlay #1229243
That worked perfectly! Thank you very much.
That did the trick. Thank you very much!
March 18, 2020 at 3:57 pm in reply to: Gravity Forms not displaying in IE11 when Enfold is the theme #1194141Arghh… I am silently cursing myself for our stupidity for the typo.Thank you for catching this.
Enfold is a great product and as usual the support rocks. :)
March 17, 2020 at 8:11 pm in reply to: Gravity Forms not displaying in IE11 when Enfold is the theme #1193894Nikko,
Please see my response in private content. Thank you.
March 17, 2020 at 4:36 pm in reply to: Gravity Forms not displaying in IE11 when Enfold is the theme #1193842Nikko,
We are not using a caching plugin, but we do have cache manager enabled on the server. I’ve purged the cache and disabled it for now. Also, after flushing the cache checked off the ‘delete old css and js files’ in the Enfold options. After clearing the browser cache in IE 11 I’m still not seeing the gravity forms. Can you try again and see if it works for you now?
March 17, 2020 at 4:09 pm in reply to: Gravity Forms not displaying in IE11 when Enfold is the theme #1193837Right! Sorry about that. Please see private content again. Thanks!
March 17, 2020 at 3:39 pm in reply to: Gravity Forms not displaying in IE11 when Enfold is the theme #1193823Hey Nikko,
Thanks for the reply. The CSS code you suggested worked great on the staging site, but when we apply the same code to the live site it doesn’t help with the display issue in IE11. I’ve added the live site URL under Private Content for you. Any thoughts?
February 26, 2020 at 6:48 pm in reply to: How to remove white space between footer and socket #1188165Thanks for the additional css tip about #footer #custom_html-2, but that actually caused the scroll top link to ‘disappear’.
February 26, 2020 at 5:09 pm in reply to: How to remove white space between footer and socket #1188112Thanks, Jordan. We added #footer { padding: 0px!important; } to custom css and that closed the gap. I think we are good with this now. I appreciate you helping us sort it out.
February 26, 2020 at 4:30 pm in reply to: How to remove white space between footer and socket #1188106Wow! Thanks for the quick response and for spotting the issue. We’ve removed the custom css and it is better, but we still do have some whitespace showing. Is there anyway we can completely close this gap? We want it to be blue at the bottom with no white beneath.
February 14, 2020 at 3:52 pm in reply to: Product gallery images / flex control thumb sizing #1184530Thank you for your reply. We figured as much and are redoing the product gallery images to size all the same.
Never mind… I corrected the script and got it working. See below
function addCustomScript(){
?>
<script>
function a() {
jQuery(‘.products.columns-4 .button.product_type_external’).attr(‘target’, ‘_blank’);
}jQuery(window).load(function() {
a();
});
</script>
<?php
}
add_action(‘wp_footer’, ‘addCustomScript’);“Load jQuery in the footer” is already disabled. We are seeing an error in the console “Uncaught TypeError: $ is not a function
at (index):399” File is …/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 Does that provide any clues as to why the functions.php code isn’t working with the shop external link opening in a new tab?Thanks, but we tried that already and it didn’t work. Note that we are using CloudFlare and we did clear the cache. Still doesn’t work on retry. Any thoughts?
December 19, 2019 at 3:29 pm in reply to: Enfold Theme Options – Dropdown theme options not working with WordPress 5.3 #1167776You may close this topic. Thanks again for your support and for such a great product.
December 18, 2019 at 9:31 pm in reply to: Enfold Theme Options – Dropdown theme options not working with WordPress 5.3 #1167517Mea culpa Rikard… my apologies, it is user error. I found something we never noticed before. On the Enfold theme options, the dropdown arrows don’t expand the options containers and if you click just to the left of the arrows that doesn’t do anything either. This is what we were doing, which made us think the dropdown selections weren’t working. I see now that the options have always been this way and we just never noticed before. Today, we clicked well within the area of the dropdown container — in the right place.
Sorry for causing you to waste your time on this one. Good news is for the others who have reported this ‘problem’ you might just ask them if they are clicking well within the selection box and not on the arrows themselves.
December 17, 2019 at 6:04 pm in reply to: Enfold Theme Options – Dropdown theme options not working with WordPress 5.3 #1166931Thanks, Rikard. We upgraded one of the sites to WordPress 5.3.1 and the dropdowns stopped working on the Theme Options as it did with 5.3. The WordPress setting dropdowns however work fine. All plugins were deactivated prior to upgrading to rule out any problem with plugins, but it made no difference. We also checked in Chrome, Firefox, and Edge to rule out a browser issue. It appears there is a conflict between Enfold and WordPress 5.3 and 5.3.1.
See private content for your access as requested. I appreciate you looking into this.
December 16, 2019 at 5:12 pm in reply to: Enfold Theme Options – Dropdown theme options not working with WordPress 5.3 #1166504Thank you for your suggestion. I checked in Chrome and Firefox and there are no Adblocker plugins or any other extension or add-ons installed that would block the dropdown. I also checked in Edge, which I rarely use and therefore it has no browser add-ons. The Enfold dropdown options don’t work there either.
December 13, 2019 at 8:54 pm in reply to: Enfold Theme Options – Dropdown theme options not working with WordPress 5.3 #1165641I haven’t seen a new release yet. Is the next version 4.6.4?
Good to know. Thanks, again!
Thanks, Rikard. Yigit’s suggestion on replacing /enfold/js/avia-snippet-cookieconsent.js worked for us (https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/avia-snippet-cookieconsent.js). Will this be fixed in future releases?
September 20, 2019 at 5:50 pm in reply to: Changing text "Search" from the search on header #1140278No, that’s it. You answered my question. Thank you again.
September 20, 2019 at 4:41 pm in reply to: Changing text "Search" from the search on header #1140246Thank you, Yigit!
September 13, 2019 at 9:05 pm in reply to: Changing text "Search" from the search on header #1138191Hi,
The functions.php code is helpful for editing the search box placeholder. However, we have a custom search box in a widget and then the traditional search icon on the navigation menu. How would I reference the css in the functions.php to edit only one of the search boxes?
Please see private content for the URL of the website where we have the search magnifying glass on the nav menu and want to keep the word ‘search’ in the box there. Further down on the home page beneath the Layerslider is a large search box widget. We want the placeholder to be empty here. We used the code you recommended but it blanks out both placeholders.
September 2, 2019 at 8:34 pm in reply to: Trouble with logo padding on tablet landscape viewport #1133115Thank you!
June 4, 2019 at 6:46 pm in reply to: font-face error – failed OpenType embedding permission check in IE11 #1107228Thank you for confirming for us. We are good here, so please feel free to close the ticket.
June 3, 2019 at 11:57 pm in reply to: font-face error – failed OpenType embedding permission check in IE11 #1106864Forgot to mention… we also already tried adding the following to htaccess and it didn’t help.
<FilesMatch “\.(ttf|otf|eot|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>June 3, 2019 at 11:43 pm in reply to: error with Enfold child theme functions php move search icon since WP5.2 upgrade #1106861We upgraded the enfold version and the search box is still working. I don’t know how, but this is resolved for us and you can close this thread. Thanks!
You can go ahead and close the topic. Thanks.
I’m afraid we didn’t try it. We ran out of time and opted to set everything to 2 columns. Thanks anyway.
-
AuthorPosts