Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the link to your site, please try this css instead:#top.single-portfolio .title_container { position: fixed; top: 82px; z-index: 1000; width: 100%; } #top.single-portfolio #sub_menu1 { top: 142px !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 23, 2022 at 7:29 pm in reply to: Vollbild-Slider, Grafik statt Überschrift: Größe anpassen mittig – recht – links #1336769Hi,
Changing the font of the button text also changing the size of the button, so for two different button sizes you could try this:@media only screen and (max-width: 767px) { #top #main .avia-slideshow-button { font-size: 12px; } } @media only screen and (min-width: 768px) { #top #main .avia-slideshow-button { font-size: 20px; } }
To have the button closer to the image in the caption H2, try this css:
@media only screen and (max-width: 479px) { .responsive #top #main .slideshow_caption h2 { font-size: 0px !important; line-height: 0px; margin-bottom: 0px; } .responsive #top #main .slideshow_align_caption br { display: none; } #top #main .avia-slideshow-button { margin-top: 0px; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your patience, you had an error because you had the option Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer set, I disabled this setting and now the script works correctly.
Please clear your browser cache and check.Best regards,
MikeHi,
You could try this css but you’ll want to examine each page to ensure there are no conflicts@media only screen and (max-width: 1023px) { #top .flex_column_table, #top .flex_column_table_cell { display: block; width: 100%; margin-left: 0; } }
Best regards,
MikeJanuary 23, 2022 at 4:28 pm in reply to: 'Hide on Mobile Devices' extend to tablet portrait size #1336752Hi,
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 PhatJ,
Thank you for the link to your site, I assume that you only want the “TAKE A LOOK AROUND” section to convert from 3 columns to 1 below 1024px, so please try this css:@media only screen and (max-width: 1023px) { #top.home #av_section_3 .flex_column_table, #top.home #av_section_3 .flex_column_table_cell { display: block; width: 100%; margin-left: 0; } }
please note that the first three 1/3 columns do not have a top margin set like the bottom three, so when the section is forced into a single column the first three columns have no space between them link the bottom three, please compare the settings and try to match. If you can’t I can add css to this solution to correct, if you wish.
After applying the css, please clear your browser cache and 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 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-shortcode
and 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,
Mike -
AuthorPosts