Forum Replies Created
-
AuthorPosts
-
That worked! Thank you.
Rikard,
That worked! I removed them temporarily and the slider content showed up. We need those links in our navigation though. Do you have an idea for how to resolve this by not removing them?
Thanks!
Hi Rikard,
Thank you for your reply! We have been able to get the pins to load after waiting for an extended period of time, but the client still needs to add a large number of pins to this map. We’ve asked our host, Siteground, if we could leverage any of their tools to improve this, but their only suggestion was to go through and deactivate old plugins.
Do you have any recommendations on how we can optimize this page’s loading? Maybe a tool like NitroPack or more dedicated server space?
Thanks again!Thank you Rikard. We have disabled the Optimizer plugin Image compression, flushed the cache and the problem still exists.
Thank you! This works on desktop but noticed it is not centered when you adjust the browser down. Do you know how to make this responsive on all devices?
June 3, 2024 at 8:24 pm in reply to: Header + Menu jumps on rollover after updating to 5.7.1 #1447591I flushed the server cache and looked at it in an incognito window and the problem still is there. I recorded a screen grab of the issue, put the link to it in the private content. Any ideas? Thank you!
Hi Mike,
Thanks for your help! It looks like this addresses the sticky submenu for mobile, but not desktop. Are there any edits I can make to those code snippets for devices larger than a tablet?
Thanks!Hi Rikard,
This turned out to be an issue caused by SiteGround Optimizer! Thanks for your help.I just removed all required feels and the form still does not submit when the main menu is set to “display as icon”.
Thanks for your reply! I identified a few more posts that we’re seeing this issue on (linked in private field).
Thank you Mike for your reply. I’m getting closer! We have done what you said and have been able to determine that the form will not validate or submit on the Parent when the main menu is set to “display as icon”. It will however validate and submit when we have the main menu set to “display as text”. Any ideas on why that would be?
Thank you for your reply. Through trial and error we have found that the styles.css file in our child theme is the cause of the form not working. When we remove it from the child theme directory, the form will validate and submit. However when we do not have the styles.css file in the child theme directory none of our customizations to the theme (including ones we’ve done in the parent theme and in Quick CSS) will load. Currently our styles.css file in the child theme directory is empty. It has no CSS code in it save for this:
/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*//*Add your own styles here:*/
If you check out the link again you will see what I mean. Do you know why this would be?
Thanks!
This reply has been marked as private.Hi Mike,
That worked like a charm! I also don’t fully understand, but appreciate your troubleshooting. Thank you so much!Hi Mike,
I removed the avia-style.min.css, but unfortunately we’re still seeing the issue. Any other ideas?Apologies for the incorrect credentials, please see the private content!
Hi Mike,
Sorry about that! It should be working now, thanks.September 6, 2022 at 8:36 pm in reply to: aviaPostCssManagement functionality is breaking my site – I need to disable #1364132We are having the same issue. We have updated to 5.1.1 and the the css files contained in uploads/avia_posts_css/ are overriding our padding on the .flex_cell and making the mobile experience a really long narrow column of text. I am not able to overwrite it in Quick CSS. Any suggestions?
I was able to resolve it by using the @font-face attribute!
Hi!
Sorry about that I added an updated screenshot.
Thank you!
Thank you!
I added classes and I am trying to overlap CSS class “color-section-1” over top of “top-section”.
February 24, 2022 at 2:08 am in reply to: Exporting/importing from one Enfold install to another #1342091All values seem to be sufficient, except I do not see Max_execution_time on either website. Could this be the issue?
Hi,
Yes, that is the section where the border isn’t showing up. I provided the login details.
Thanks!
Hi Mike,
Thanks for that suggestion! I went ahead and updated the header layout placed the logo where we’d want it. We’ll probably be simplifying the design for tablet/mobile and omit the overlay. I also created and linked an interior page for “About” and included admin credentials in the private content.September 23, 2021 at 8:42 pm in reply to: Image with Hot Spots on Mobile create jump to links? #1322074This worked like a charm! Thank you!!
Hi Mike,
We recently added this code to our functions.php in response to this support thread.function custom_script() { ?> <script> (function($){ $(".av-masonry-entry").each(function(){ var imageUrl = $(this).attr("href"); $(this).find(".av-masonry-image-container").css("background-image", "url(" + imageUrl + ")"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
I’ve tried removing it and see that it resolves the background-image issue, but then some of our images in other masonry galleries on the site appear blurry again (as mentioned in the previous thread I linked). Is there something we can do differently to address both issues?
Hi Mike,
That did the trick! Thanks so much.
NatalieHi Mike,
That appears to have worked! Thank you.
NatalieHi Rikard,
We had to update the page for our client to review. We’re seeing the overlap when selecting “No Scaling (Original Width X Original Height) as a custom image size. Please take a look at the page that I’ve posted in the private content section.
Thanks!Hi Nikko,
I don’t think I’ve explained this well so far… when I have the shrinking header enabled, it always displays the shrunken height of 58px—whether I’ve scrolled down the page or not. How can I fix this so it displays at 100% of its height and only shrinks to 58px after scrolling? -
AuthorPosts