Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for your feedback, I made an error, the box-shadow I posted above was for inset which shows the shadow on the inside of the element:
box-shadow: 0 10px 20px rgb(0 0 0 / 20%) inset;
you would want this instead:
box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
I tested this on your homepage, for the full width slider it worked correctly, but for the color section “Our Service” it did not because there is another color section below it with a background color.
So I added z-index to the css and this solved, I thought the 20% color in the box-shadow was a little light so I changed it to 40% so you can see it better, but feel free to adjust to suit.
So now the custom class is below-shadow and the css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field is:.below-shadow { -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 40%); box-shadow: 0 10px 20px rgb(0 0 0 / 40%); z-index: 1; position: relative; }please clear your browser cache and check the homepage and try to reproduce on your other pages.
Best regards,
MikeHi,
Thank you for your patience, I was not able to figure out what the conflict was and I was not able to recreate it on my test site, so in the interest in solving this for you I disabled the Main Menu Indicator in the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Indicator:

and wrote this css for your site and added it to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#avia-menu .menu-item-top-level.current_page_parent .avia-menu-fx, #avia-menu .menu-item-top-level.current_page_item .avia-menu-fx { background-color: #a83331; color: #ffffff; border-color: #861110; opacity: 1; visibility: visible; }Now all of your main menu items have the correct Menu Indicator when on the page or it’s sub-menu item anchor.
Please clear your browser cache and check.Best regards,
MikeHi,
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,
MikeJuly 15, 2022 at 1:27 pm in reply to: Categories listed with commas on separate lines on top of a single article page #1358487Hey Elena,
Thanks for your question, the issue was that your css for category links was using “display:block”:.custom-masonry-cat, .avia-builder-el-0 .av-post-metadata-category-link a { color: #719430; font-family: 'caveat'; font-size: 16px; text-align: center; display: block; font-weight: 700; text-transform: uppercase; }I changed to “display:inline”
.custom-masonry-cat, .avia-builder-el-0 .av-post-metadata-category-link a { color: #719430; font-family: 'caveat'; font-size: 16px; text-align: center; display: inline; font-weight: 700; text-transform: uppercase; }and now the categories are in one line:

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,
MikeHi,
Thank you for the link to your site and the screenshot, please try this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top #main .bookly-js-count-control ~ input[type="text"] { display: inline-block; }After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area of the expected results.Best regards,
MikeHey ewebbdesigns,
Thanks for the link to your example page, I see the box-shadow:

this is the css that creates it:.partners { background-color: #FAFAFA; -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%) inset; box-shadow: 0 10px 20px rgb(0 0 0 / 20%) inset; }since you want it in so many different places I would recommend adding a custom class to each element that you want it to show below, but I can’t see your site because the link doesn’t go to it, so please link directly to it.
Please see our documentation for adding a custom class and try adding the above css, if you need further help please include an admin login in the Private Content area and we can help will some step-by-step instructions for you to address all of your elements.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,
Ok, I was just expecting your screenshot to show all of these listed instead of just the first three.
We will leave this open to hear back from you.
BTW, Envato does limit the number of times the token can be checked in a 24 hour period, there is no specific message involved, just try not to keep clicking the button a ton of times, try waiting a day.Best regards,
MikeHey Antonio,
Thanks for the link to your site, I assume you mean the page “portfolio 1” it is the only one that I see arrows and titles on, so do you just want to hide them?
Why don’t you just use the same settings as on the other two pages where the arrows and titles don’t show? Perhaps I’m misunderstanding?Best regards,
MikeHi,
I don’t recall the last time this was requested, I didn’t have this in my bag of tricks I just whipped it up :)
Assuming this helped, shall we close this then?Best regards,
MikeJuly 15, 2022 at 12:27 am in reply to: Ability to make the headers' color a static one (not transparent) #1358407Hi,
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 Melanie,
Thank you for your patience, are you using some custom css to change any of the player colors?
Do you want all of the player colors to be the default or did you want some of the elements to be blue?
I see the dark line, but all of the elements look off so I’m not sure if it’s a conflict or if it’s intentional.
Please include an admin login in the Private Content area so we can examine it closer.Best regards,
MikeHi,
Please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field.avia-form-success { font-family: 'montserrat'; font-size: 14px; background: transparent; }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,
MikeJuly 15, 2022 at 12:06 am in reply to: Hello I need to install Travel demo without woocommerce #1358400Hi,
Please try the theme setting file linked below.
After importing it you may need to deactivate Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and activate Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and then clear your browser cache and any caching plugins, and check.Best regards,
MikeHey Justin,
Thanks for the links to your site, try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#av-sc-portfolio-1 .grid-image img:hover { animation: slowscalein 1s; animation-fill-mode: forwards; } #av-sc-portfolio-1 .grid-image img { animation: slowscaleout 1s; } @keyframes slowscalein { 0% { transform: scale(1); -webkit-transform: scale(1); } 100% { transform: scale(1.1); -webkit-transform: scale(1.1); } } @keyframes slowscaleout { 0% { transform: scale(1.1); -webkit-transform: scale(1.1); } 100% { transform: scale(1); -webkit-transform: scale(1); } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Please try using the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Indicator and set the option to zero to hide this:

Or try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field#header.header_color .avia-menu-fx { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 14, 2022 at 11:13 pm in reply to: How can I resize font of the heading row and default row in a table? #1358395July 14, 2022 at 11:08 pm in reply to: Ability to make the headers' color a static one (not transparent) #1358394Hi,
Thanks for the feedback,
I see that you have:
Yoast SEO
Yoast SEO Premium WPML SEO
Did you try toggling between these, above you said “when we deactivate every plugin except for yoast and use Enfold, there is no issue” or if you only deactivate yoast there is no issue, so was that yoast or yoast premium, and does yoast and WPML SEO work together with Enfold?
I ask because many people use yoast and WPML together, but you have many WPML addons and yoast premium, so I’m thinking there is a specific conflict.Best regards,
MikeHi,
I don’t believe you have the specific Token permissions needed, your screenshot only shows these permissions:
Your purchases
Your username
Your email
but you need all of these checked when you create the Token:

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,
MikeJuly 14, 2022 at 9:49 pm in reply to: Heading Font Sizes mobile – Special Heading / Spezielle Überschrift & HTML #1358387Hi,
In the Special Heading element, under the Styling Tab, this is where you will find the font size option.
Please ensure to are using a current version of Enfold v5.0.1, and you are looking in the Special Heading element, some elements may not have this option. If you still can’t find it, please create a new thread and include a recap, and WordPress admin access in the Private Content area. Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.Best regards,
MikeHi,
Thanks for the feedback, you say that you are using a macbook pro, please post the screen resolution that you see this in, are all of the devices laptops or do you also see this on desktops?
I checked again with my Mac (21.5 inch) with Safari and tried using the “responsive design mode” to emulate iPads and larger to find if a specific size was breaking the grid, but in all cases, all 41 gallery items showed without any spaces. I linked to a screencast below.
I have asked our team members with Mac’s to check your page to see if they can see your error, thanks for your patience.Best regards,
MikeHi,
Thanks for the link to your page, the padding around your video is coming from the grid cell that the video is in, please check and remove the 30px padding, or try this css:#top.home #av-layout-grid-2 .flex_cell { padding: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey L-mobileGroup2022,
Thanks for the link to your site, I see in your child theme stylesheet you have this css:.av-burger-menu-main { display: block!important; }

please remove this and add this to the bottom of your stylesheet:.responsive #top .av_mobile_menu_tablet .av-main-nav .av-burger-menu-main.menu-item-avia-special { display: none !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the login, but it is not admin so I can see any of the theme settings or make any changes, please elevate to admin.Best regards,
Mike -
AuthorPosts



