Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for your patience and the link to your site when I check on desktop all 3 are the same height, I assume that you have sorted this out, Please see the screenshot in the Private Content area. Shall we close this then?Best regards,
MikeDecember 21, 2022 at 2:28 pm in reply to: Hide footer menu on mobile + show navigation "up" arrow instead #1376985Hi,
Glad to hear that you have this sorted out, for future readers to hide a footer menu on mobile you could use this css:@media only screen and (max-width: 767px) { #socket .menu { display: none; } }
After applying the css, please clear your browser cache and check.
We will close this thread as you have 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,
MikeDecember 21, 2022 at 2:21 pm in reply to: logo does not adjust as desired / unwanted lightbox effect on linked images / .. #1376984Hi,
Thanks, now that you point it out I see it, for the logo on mobile landscape try this css:@media only screen and (max-width: 820px) and (orientation: landscape) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 216px !important; } #top #header_main > .container.av-logo-container { height: 150px; line-height: 150px; } }
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area.Best regards,
MikeDecember 21, 2022 at 1:35 pm in reply to: Social Media Icons / Top Bar on Right do not appear on mobile version #1376981Hi,
Thanks for sharing Guenni007 so if you are using a compression level of 55 would you change your function to this for future uploads:add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1); add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1); function avf_set_quality_mod($quality) { $quality = 55; return $quality;}
does the plugin reSmush.it not change this for future uploads?
It looks like the Image Quality option in the top right sets the compression level, so it looks like you may not need to add the function?
Best regards,
MikeHey navindesigns,
Thank you for the link to your site please try this css:@media only screen and (min-width: 990px) and (max-width: 1399px) { .html_header_transparency #top #full_slider_1.avia-builder-el-0 .container.caption_container, .html_header_transparency #top #full_slider_1.avia-builder-el-0 .slideshow_caption { padding-top: 180px !important; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 21, 2022 at 2:36 am in reply to: Social Media Icons / Top Bar on Right do not appear on mobile version #1376950Hey Eleina,
Thank you for the link to your site please try this css:@media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks { display: block; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
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,
It doesn’t look like your developer tried my suggestion of removing your customized files from the child theme and adding them back one at a time to find which one is causing the error.
I have tried to suggest this earlier because your child theme is using over 40+ customized files, including files from the templatebuilder, and the includes and woocommerce directory.
Any of these files could be causing the error.
When your developer switched to the default WP theme (like twenty-twenty) he was disabling your child theme and the parent theme, which is not isolating the issue or testing which of your customized child theme files are causing the issue.
Please recall earlier when you tested disabling the child theme and only using the parent theme the issue didn’t occur. So we already know that it is in your child theme, perhaps you didn’t point this out to your developer or perhaps he didn’t understand.
Please ask him to try this.Best regards,
MikeHi,
Thanks for the feedback that page didn’t use the same settings as the other pages, since you want it to work on all pages all of the elements will need to use the same settings.
To add more height I added this css:#av-sc-portfolio-1 .grid-content { min-height: 220px; }
This might seem like a lot of space on some pages, but on other pages when the elements have more content it is just right, please see the screenshot in the Private Content area.
Best regards,
MikeHey acscreativenew,
Thanks for the login, your script was added correctly but it was giving an error because of the way it was written.
I changed it to this:window.addEventListener('DOMContentLoaded', function() { (function($) { $('p').hide(); }(jQuery)); });
please check.
Best regards,
MikeHey scosee,
Thanks for the login to your site I found that you had this css in your Quick CSS that was hiding the menu, I commented it out so your menu would show and you would know which css was causing this.
Look in Enfold Theme Options ▸ General Styling ▸ Quick CSS field
/*#header_main_alternate{display:none;}*/
Best regards,
MikeHey NonSuch,
Thanks for your question, importing the theme settings would not change your user logins, unfortunately, you can only change the theme settings from the theme dashboard.
Do you mean that the whole site has crashed or the login has changed?
If you mean the whole site has crashed then you could rename the theme directory via FTP to force WordPress to switch to one of the default themes and login again, but this would not help you change the theme settings file because you would need to activate the broken theme to upload a new theme settings file.
Try seeing if your webhost has a recent backup you could restore to.Best regards,
MikeDecember 20, 2022 at 8:14 pm in reply to: Continue shopping button – Redirect to the currently visited product category #1376922Hey Chrisxx1982,
Thanks for your question but I have not seen this as an option in a default woocommerce install, you may need to see if woocommerce offers this as an addon plugin.Best regards,
MikeDecember 20, 2022 at 8:10 pm in reply to: logo does not adjust as desired / unwanted lightbox effect on linked images / .. #1376921Hey Antonie,
Thanks for your question, I see some login details but I don’t see your site URL, please include a link to your site.Best regards,
MikeDecember 20, 2022 at 8:02 pm in reply to: enfold saving didnt work! please reload the page and try again! #1376920Hi,
I’m not sure what you mean, if your server support wants access to your website to test the error, then you should do so and explain what to do to see the error, just as you did for us.
The error code 400 is a server error and you are correct to have your server support look at this issue, I don’t have any further input about the error, tell them the same thing you told us above.Best regards,
MikeDecember 20, 2022 at 2:52 pm in reply to: Website crashing when I activate Enfold Version 5.2.1. #1376892Hi,
Glad updating the PHP solved the problem, I’m using PHP v8.0.26 successfully with Enfold, try checking the active PHP extensions for your v8 & v7.4 perhaps some are not activated for v8
here is what it looks like on my server:
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 your feedback, I see that moving the button moved it out of the linked area, so I removed the last code snippet and now the button is linked and the previous css still shows the button at the bottom.
So yes this was for the one page, I removed this limitation, please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, I will refer this thread to the Dev Team for their review. 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 screenshot and the feedback, first I added this function to your child theme functions.php to make all of the portfolio title & excerpt containers the same height since some of them had more text than others.function equal_height_portfolio_grid_title_excerpt_container() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('#top.page-id-48556 #av-sc-portfolio-1 .grid-sort-container').each(function(){ var $columns = $('.grid-content',this); var maxHeight = Math.max.apply(Math, $columns.map(function(){ return $(this).height(); }).get()); $columns.height(maxHeight); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'equal_height_portfolio_grid_title_excerpt_container');
To make the button square and orange I changed the css to this:
#top .avia-button.readmore { display: table; background-color: #FF8D00; color: #fff; bottom: 10px; position: absolute; }
and then to place the portfolio button after the excerpt I added this to your child theme functions.php
function portfolio_grid_button_after_excerpt() { ?> <script> (function($){ $( '#top.page-id-48556 #av-sc-portfolio-1 .grid-entry' ).each(function() { $( this ).find( '.avia-button.readmore' ).insertAfter( $(this).find('.grid-entry-excerpt')); }); })(jQuery); </script> <?php } add_action('wp_footer', 'portfolio_grid_button_after_excerpt');
Please clear your browser cache and check and see the screenshot in the Private Content area.
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,
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,
Unfortunately not, this circles back to the first part of this thread, perhaps someone with better javascript abilities could write this for you.
When you asked for the specific page to show the menu open this seemed feasible.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,
MikeDecember 19, 2022 at 2:37 pm in reply to: Google Maps JavaScript API warning retired-version #1376713Hi,
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,
I used the WPCode Code Snippet plugin, if you are using a child theme you could wrap it in a function and add it to your child theme functions.php, but not your parent theme functions.php otherwise you will lose it on your next update.
In a child theme functions.php you would add this:function support_for_passive_listeners() { ?> <script> window.addEventListener('DOMContentLoaded', function() { jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.wheel = { setup: function( _, ns, handle ){ this.addEventListener("wheel", handle, { passive: true }); } }; jQuery.event.special.mousewheel = { setup: function( _, ns, handle ){ this.addEventListener("mousewheel", handle, { passive: true }); } }; }); </script> <?php } add_action('wp_footer', 'support_for_passive_listeners');
I tested this and it passed the Pagespeed report.
Best regards,
MikeDecember 19, 2022 at 2:22 pm in reply to: CSS for a form in WPForms doesn't style markup correctly #1376708Hi,
I’m not sure we are talking about the same thing, your test page is a plain HTML page, my test page above is a page built with the theme Advanced Layout Builder on a theme page, it is not an external page.
My point in demonstrating this is the theme is displaying the legal list correctly and the WPForm plugin is not.
I’m not sure why WPForm is not displaying the legal list correctly, seems to be something in their css but I don’t know.
Anyways since the theme page is working correctly why not just use this instead of adding the list to the WPForm plugin and then adding the plugin shortcode to the theme page, if you add the list directly to the theme page you are saving a step in the process, doesn’t that make sense?Best regards,
MikeHi,
Glad we were able to help, this has been a feature request so perhaps in the future. 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 login, I changed the css to this:#top #main .container_wrap_first.sidebar_right { background: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #F1F7F8 50%, #F1F7F8 100% ); } #top #main .sidebar_right > .container > main { background: #fff; }
please clear your browser cache and check.
Best regards,
MikeHi,
Try this css instead:.av-layout-grid-container .avia-link-column:hover { background-blend-mode: multiply; background-color: green; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the link to your two pages, I don’t know why this is occurring both pages have the same css except one has this not being overwritten:figure { margin: 0 0 1em; }
Anyways this css corrects:
.av-no-gap.av-fixed-size .av-masonry-entry figure.av-inner-masonry { margin: 0 0 0em; }
After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts