Forum Replies Created
-
AuthorPosts
-
Hey westefan,
This was added a while back and works on my install without any added code. Ensure that you add a custom ID to each tab:
and use a link with the ID “elements/tabs#tabthree” the page will scroll up and open the tab”
If you are using the sticky header and the tab is too close to the header, you can add this code to the end of your child theme functions.php file in Appearance ▸ Editor to adjust the position:function custom_script() { ?> <script> (function($) { $(document).ready(function() { $('a[href^="#"]').click(function(e) { var targetHash = this.hash; setTimeout(function() { $('html, body').animate({ scrollTop: $(targetHash).offset().top - 100 }, 500); }, 100); }); if (window.location.hash) { $('html, body').animate({ scrollTop: $(window).scrollTop() - 100 }, 500); } }); }(jQuery)); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Best regards,
MikeHi,
I don’t see the form on the members page, logged in or out, Please see the screenshot in the Private Content area.Best regards,
MikeNovember 30, 2024 at 5:02 pm in reply to: Same height and position for content elements in layout elements #1472623Hi,
Also the other five images are all 80px in height, only the first green image is smaller, please add a new image that is the same height as the others, even if you add transparent space to the top and bottom, if you want it centered, or just to the bottom it you want it top aligned.Best regards,
MikeNovember 30, 2024 at 4:57 pm in reply to: Same height and position for content elements in layout elements #1472622Hi,
When I check your elements on desktop and mobile, they look correct:
because the lines of text is the same
only between 768px-1240px does the screen size change the number of lines in the text:
Try adding a custom class to each of the headings, like “heading” and another custom class to each content under it, like “content”
Then I believe that we can help with some javascript to help for these screen sizes.Best regards,
MikeHi,
Thanks for the login, I tested in Chrome, Firefox, and Brave, as playertest13 on desktop & mobile, and in all cases the date picker showed in the middle of the screen and did not scroll under the header as in your first screenshot, it is centered like your second screenshot:
perhaps you have already solved this.Best regards,
MikeHi,
Thank you for your patience, this is because in your SiteOrigin CSS you have this css:.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0px !important; }
I disabled it for you, please clear your browser cache and check.
Best regards,
MikeHey atx_m,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.home #av_section_1 > .container > .content { padding: 0; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey Aron,
The circle loading is from Vimeo site waiting for the video to load, there is not a way to stop this.
You could try adding a fallback image to the color section to show before the video loads, such as the first frame of the video.Best regards,
MikeHi,
I don’t have experience with this, his thread is still open, try posting to his thread as he may know.Best regards,
MikeHi,
Thanks, I found that you had this css in your Quick css, as Guenni007 pointed out, I removed it and now your sticky header works.html_header_top.html_header_sticky #header { position: sticky !important }
Best regards,
MikeNovember 26, 2024 at 4:59 pm in reply to: wp_targeted_link_rel ist seit Version 6.7.0 veraltet und es ist keine Alternativ #1472289Hi,
Glad Ismael 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,
MikeNovember 26, 2024 at 4:56 pm in reply to: Built in privacy feature in theme options not working correctly. #1472285Hi,
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,
The Sticky Header feature is not meant to work on mobile devices, for desktop it is working, perhaps you have added a plugin or code snippet that is a conflict.
Try did you try disabling your plugins and code snippets?
Also note that if you set this in the theme settings, each page also has this option that can be overridden, so check the page that you are having trouble with.
Otherwise we will need a admin login to the page to check.Best regards,
MikeHi,
I’m not sure why you only see this on iphone, I will ask the team to check with a iphone, it may take a few days, Thanks for your patience.Best regards,
MikeHey Daniel,
I didn’t find a filter for this, but I asked the team for advice. Thank you for your patience.Best regards,
MikeHey icarogioiosi,
Typically, forcing a 600*800 image to 1360*768 will stretch the image, is this what you want?Best regards,
MikeNovember 24, 2024 at 2:22 pm in reply to: Dia slideshow element: changing h-tag, overlay and location/font size title #1472067Hi,
I’m not sure that I understand, I assume that you want to use the gray text color for the mobile “easy slider” that you chose in the advanced styling for H3:
But in the element you picked “Define Custom Colors” to white, simply choose “default”:
I did this for you on the first one, please check.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 767px) and (max-width: 1487px) { #avia-menu #menu-item-1510 { right: -167px; } #avia-menu #menu-item-1510 .avia-menu-text { font-size: 10px; } }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey peterolle,
The only thing I can think of is the contact form, or possibly a plugin, but I have not examined any plugins like this.Best regards,
MikeNovember 24, 2024 at 1:32 pm in reply to: Menu in transparant box with logo area with separate background #1472063Hi,
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,
MikeNovember 24, 2024 at 11:51 am in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1472061Hi,
Yes, Github Feature Request
Click on Issues:
Then New Issue:
Best regards,
MikeNovember 23, 2024 at 11:47 pm in reply to: Woocommerce: Account Sign Up Option on Checkout page missing #1472053Hey jakubc15,
Did you try going to WooCommerce > Settings > Accounts > Account Creation > Allow customers to create an account:
This adds the option on my site:
Best regards,
MikeNovember 23, 2024 at 11:14 pm in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1472051Hi,
Thanks, I still advise posting to the Github Feature Request for the Dev Team to review this, as it would require a core change.
Note that nofollow is up to the bots to obey, it is a recommendation, there is no way to force this. Even the robots.txt is a recommendation, only a server RegEX may totally block.
Perhaps the Blackhole for Bad Bots plugin may help.
But you seem to be asking for a core change that would need to go through the Dev Team Github Feature RequestBest regards,
MikeNovember 23, 2024 at 10:54 pm in reply to: Lightbox: disable click through other images on page #1472048Hi,
As I understand, when clicking on the Camera icons on your single product pages, the lightbox opens with the arrows to the next image, and clicking the image will show the next image. Both of these you want to remove.
So try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.single-products .mfp-gallery .mfp-arrow { display: none; } .single-products .mfp-gallery .mfp-content .mfp-img { pointer-events: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 23, 2024 at 10:06 pm in reply to: Border at bottom of content section should not display #1472047Hey Woutski,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.container_wrap { border-top: none !important; }
After applying the css, please clear your browser cache and check.
If this doesn’t help, please link to your page so we can examine.Best regards,
Mike -
AuthorPosts