Forum Replies Created
-
AuthorPosts
-
Hey Angelo,
Please try this solution.title_container { position: fixed; top: 122px; z-index: 1000; width: 100%; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 23, 2022 at 3:50 pm in reply to: Masonry Gallery – Flexible Masonry – More than 100 images #1336745Hi,
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,
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,
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,
Glad this helped, I believe that you are asking about setting your background image to “fixed” so it doesn’t move while the elements scroll over it, but there is a known bug in Safari that doesn’t support this on iPhones & iPads, Safari has known about this for a few years and doesn’t look like they are in a hurry to fix it.
So with this in mind if you want to try this please include admin login in the Private Content area so we can adjust the precious background css, if not let us know that we can close this thread.Best regards,
MikeHi,
Glad we were able to help, and thanks for sharing your tweak, shall we close this then?Best regards,
MikeHi,
Thank you for the link to your site, try adding this css:#top #main #sub_menu1 .av-subnav-menu > li ul { bottom: 70px; top: unset; }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,
MikeHey laptophobo,
Thanks for the link to your page, please try this css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #program-highlights .avia-content-slider-odd .no_margin.av_one_third.slide-entry.first, .responsive #top #wrap_all #program-highlights .avia-content-slider-odd .no_margin.av_one_third { width: 33.3%; clear: none; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
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,
MikeJanuary 22, 2022 at 11:51 pm in reply to: Gallery problem, all posts lie on top of each other #1336687Hi,
Please try disabling your Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and then at the bottom of the same page enable the Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
Then disable your plugins and clear your browser cache and check again, if the issue is resolved, enable your plugins one at a time until the error shows again and note that plugin as the conflict, I believe that it is probably your smush lazy load but it could be another.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeJanuary 22, 2022 at 11:40 pm in reply to: Layerslider lässt keine Auflistung im HTML-Code zu #1336686Hey Alexander,
Is this what you are tying to achieve?

If so please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.ls-wrapper .ls-html-layer ul { list-style: disc outside; margin-left: 17px }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 22, 2022 at 11:29 pm in reply to: Little bar above navigation is not shown on smartphone #1336684Hi,
Thank you for the link to your site, I checked your Quick CSS and found the css that Yigit suggested removing still there so I removed for you.html_stretched #wrap_all {margin-top: -20px!important; }
now that the icons show correctly I note that your link and text below them has black color on a black background so I added this css to show:@media only screen and (max-width: 479px) { #top #header_meta a { color: #fff !important; } }please clear your browser cache and check.
Best regards,
MikeJanuary 22, 2022 at 11:09 pm in reply to: "Layout Settings Menu" Not showing on backend when editing pages #1336683Hi,
For the home page I added this css to your Quick CSS:.js_active #top.home #av_section_1.av-minimum-height .container { opacity: 1; -webkit-transition: opacity 0s ease-in; transition: opacity 0s ease-in }now your text at the top of the page doesn’t fade in,
please clear your browser cache and check.Best regards,
MikeHey steridhh,
Thank you for the screenshots, I tried to test this on my demo site with a new editor role but it shows the toolbar correctly

are you using any role editor plugins or functions to limit roles? If so try disabling them and checking again, If this doesn’t help please try disabling your other plugins, and try testing with a newly created editor login.Best regards,
MikeJanuary 22, 2022 at 8:57 pm in reply to: Product variation images not showing after latest Enfold update #1336677Hey Tobias,
Thank you for your patience and the login, I tested the product in your screenshot with the WooCommerce 3.0 product images option set, but the images showed for me, please see the screenshots in the Private Content area.
I put the setting back to Enfold Gallery, please try clearing your browser cache and setting the WooCommerce 3.0 product images again.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,
MikeHey sitibus,
Thank you for your patience, to make the shop product thumbnail and container, and the product table transparent, please try this css:#top.single-product .woocommerce-product-details__short-description table, #top.single-product .woocommerce-product-details__short-description table tr { background: transparent; } #top.woocommerce-shop .inner_product.main_color, #top.woocommerce-shop .inner_product_header { background-color: transparent; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey josk-design,
Thank you for the link to your site, I see that your map is a shortcode in a code block element, I added this ID to the code block elementmappress-shortcodeand then added this css to your Quick CSS field in your theme options:@media only screen and (min-width: 767px) and (max-width: 1022px) { #mappress-shortcode .mapp-iframe { height: 267%; } } @media only screen and (min-width: 1023px) and (max-width: 1438px) { #mappress-shortcode .mapp-iframe { height: 212%; } } @media only screen and (min-width: 1439px) { #mappress-shortcode .mapp-iframe { height: 156%; } }this will increase the map as you wished for basically three screen sizes
768px, 1024px, & 1440px and up, this should cover almost all devices, but there is not a way to make it truly exact because where you want the map to end is not the bottom of the column.
Please clear your browser cache and check, this is the expected results:
768px

1024px

1440px

1920px

Best regards,
MikeHey JantienM,
Thank you for your patience, unfortunately options and checkboxes are different html elements and not just css styling, so you will need to use multiple checkbox elements when you create them ensure that they are full-width elements so they will be on separate lines instead of next to each other.
If you find there is too much space between them, please link to your page and we can help with css to bring them closer together but we need to evaluate the actual form instead of general css.Best regards,
MikeHey Ramon,
Please check that you have the sidebar activated at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar on Archive Pages
also try disabling any other plugins such as woocommerce addons to see if there is a conflict, if this doesn’t help then please include an admin login in the Private Content area so we can check.Best regards,
MikeJanuary 22, 2022 at 3:36 pm in reply to: Placing language switcher (via wpml) next to mobile burger menu icon #1336661Hey ZbyszekMrugala,
Thank you for the link to your site, to add the language selector next to the mobile menu 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: 767px) { .responsive #top .av-main-nav .menu-item.wpml-ls-slot-250 { display: block; } .responsive #top #wrap_all #header #av-burger-menu-ul .wpml-ls-slot-250.av-active-burger-items { opacity: 0; } }this will also hide the language selectors inside the mobile menu because I assumed you didn’t want to show them twice.
This is the expected results:

Best regards,
MikeHey metafora29,
Thank you for your patience, do you mean that you would like to manually create a hidden text section on your page that will be shown when a button or link is clicked like a toggle or accordion section?
An example of this would be to use this css:.learn-this { display: none; } span.click-learn-more { color: #000; font-weight: bolder; } span.click-learn-more:hover { cursor: pointer; }this html in a code block element:
<span class="click-learn-more">Learn more…</span> <span class="learn-this"> your hidden text </span>and this script in your child theme functions.php:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($) { $('.click-learn-more').on('click', function() { $('.learn-this').toggle(); }); }(jQuery)); </script> <?php }If you mean that you would like the “read more” from the blog element to behave like this, then unfortunately we can not do this.
You could use the masonry element or the ajax portfolio as a solution.Best regards,
MikeJanuary 22, 2022 at 1:28 pm in reply to: "Layout Settings Menu" Not showing on backend when editing pages #1336646Hi,
It looks like the sidebar menu was moved accidentally by dragging it, I moved it back for you, please check.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,
MikeHey gentilinim,
Thank you for the login, I found two issues, one was that you had the “Disabilita jQuery Migrate” disabled, please leave this enabled:

the other issue is there is a conflict from the SiteGround Optimizer when the theme is also merging and compressing the files, this leads to double compressing, so I disabled the theme merging and compressing and the homepage slider now works.

please clear your browser cache and check.Best regards,
MikeJanuary 21, 2022 at 12:43 pm in reply to: Horizontale Galerie schneidet Bilder hart ab auf dem mobil (zB: iphone) #1336530Hi,
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,
MikeHey Joe,
Thank you for the links to your site, the logo image used for the new site is smaller than the old site, I have linked both of them below so you can see.
Try pasting the logo url from the old site into the new site url field and then save the theme settings, don’t use the upload button.Best regards,
Mike -
AuthorPosts


