Forum Replies Created
-
AuthorPosts
-
Hey bswallow,
Thank you for using Enfold.
use this code in the General Styling > Quick CSS field:.sub-menu li a:hover:after { content: ' →'; }
Best regards,
MikeHi,
I have found that this issue has been reported by people using Godaddy Managed WordPress, if this is your case the solution seems to call them for a cache flush on their end. Please read more here.Best regards,
MikeHey KVSchneppenheim,
You can add following code to Quick CSS in Enfold theme options under General Styling tabul#avia-menu { position: relative; top: -50px; } #header_main_alternate { z-index: 4; }
and then add a menu item in the middle and set its opacity to 0 with following code
li#menu-item-117 .avia-menu-text, li#menu-item-117 .avia-menu-fx { opacity: 0; }
This would be a way to achieve what you are looking for and you could use it as a starting point. You can also try adding margin to right or left of menu items to increase the gap. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.
Best regards,
MikeHi,
Thanks a lot for your patience and for using Enfold.
Can you link to the page in question & which slider are you using, I have not been able to recreate your slider options.Best regards,
MikeHi,
your paragraph looks correct on my end.
Are you using Chrome by chance? I have found that refreshing does not always clear css properly. I found using the Clear Cache extension to help.Best regards,
MikeHi,
Thanks a lot for your patience and for using Enfold.
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed.body div .avia-button { border-radius: 10px; border: none !important; }
Best regards,
MikeHey rlogan2334,
I couldn’t login with the credentials you supplied, yet I believe what you are seeing is the tab adjusting for the content height.Best regards,
MikeHey NetphoriaInc,
I looked at your site and didn’t see your contact form in your slider, I would suggest using “@media screen” statements in your css to adjust your contact form for screen size.Best regards,
MikeFebruary 19, 2017 at 4:26 pm in reply to: How to have a normal button from ALB *without* a link function? #749004Hey Chris,
To add a button element in the Layout Builder without a link, use Set Manually from the drop down and place a “#” in the url field.Best regards,
MikeHey barbarajermini,
I replied to your first post…
I see you are using the “Fullscreen Slider” which scaling your images for height, causing you to lose the sides of your images. Try using the “Fullwidth Easy Slider”, it will scale your images for width.Best regards,
MikeHey barbarajermini,
Thank you for using Enfold.
I see you are using the “Fullscreen Slider” which scaling your images for height, causing you to lose the sides of your images. Try using the “Fullwidth Easy Slider”, it will scale your images for width.
Best regards,
MikeHey kghorbani,
Thank you for using Enfold.
You can create a dynamic template via template builder. Add the “Slideshow” element then choose the home page slider. Apply the template to your pages.
Best regards,
MikeFebruary 19, 2017 at 2:34 am in reply to: Content section video background not working on mobile devices. #748933Hi,
This is a known issue with color background and mobile video. If you select a youtube video as a background and don’t specify an image background, the mobile browser displays a still photo of the video with a red “play” icon but the icon does NOT play the Youtube video. The video background option is disabled on mobile due to various incompatibility reasons. Please add a fallback image.Best regards,
MikeHi Perry,
Has this been resolved? I don’t see this issue, can you add a screenshot?Best regards,
MikeHey Danielle,
Please try adding this code to the Quick CSS section under Enfold > General Stylingspan.blog-categories.minor-meta { display: none!important; }
Best regards,
MikeHey Michael,
This issue is the .post_delimiter set to left: -1500px;
Your can set it to left: 0px; in the General Styling > Quick CSS field:
to have a line between posts.post_delimiter { left: 0px; }
or to display: none; to hide it
.post_delimiter { display: none; }
Best regards,
MikeFebruary 19, 2017 at 12:33 am in reply to: Page not loading, issue with theme or quick css code? #748923Hey lucindaholland,
I belive your error is due to the .htaccess file in your Gravity Forms folder, giving a status of 403 (Forbidden) for the directory /config-gravityforms/
You can read about this at https://www.gravityhelp.com/documentation/article/security/#the-htaccess-file
Best regards,
MikeFebruary 18, 2017 at 11:44 pm in reply to: disable image links on simple gallery doesn't work #748912Hey Doron,
could you try choseing ‘no, don’t add link to the images at all’ and saving again?
Or send an admin login, in the private data, so I can look closerBest regards,
MikeHey Dave,
To have a sticky menu check the box at Enfold Theme Options > Header > Header behavior > Sticky Header
To have the logo hidden in the sticky menu upload your logo at Enfold Theme Options > Header > Transparency Options
Sorry, padding the top of the menu does not give the effect you are looking for without making the whole menu transparent, which would make the menu hard to see.Best regards,
MikeFebruary 18, 2017 at 11:04 pm in reply to: Accept "Terms & Conditions" larger on checkout page using Woocommerce? #748905Hey jancecile,
You can increase it’s size by using this code in the General Styling > Quick CSS field:#top label.checkbox { font-size: 1.2em;
Please note that it’s size now is 0.92em, so try 1.2, 1.5, etc to you see the size you like. Also note it’s size & placment is based on Woocommerce & not Enfold.
But I hope I was helpful :)Best regards,
MikeHey ianazi,
You can place your socket statement in Enfold Theme Options > Footer > Copyright.
You can also use the code below for the heart, and I found that searching Google for “translation to Arabic” gave a Google translation box to copy and paste from.❤
Best regards,
Mike- This reply was modified 7 years, 9 months ago by Mike.
Hey mikschne,
To hide the logo when scrolling down, ensure your logo is in Enfold Theme Options > Header > Transparency Logo
After that, use this code in the General Styling > Quick CSS field:.header-scrolled .logo img { display: none; }
Best regards,
MikeHey Oversberg,
You can change the blue menu button to green by adding this code in your Enfold Theme Options > General Styling > Quick CSS field:#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background: #83A846; border: none; }
You can add a icon shortcode, or an image HTML code, beside the text on the Navigation Label. For example:
<span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
Best regards,
MikeHey Alexander,
If you want a search bar inside the mobile menu, add this in the functions.php file:add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 ); function avf_add_search( $items, $args ) { if ($args->theme_location == 'avia') { $search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level-5">'.get_search_form(false).'</li>'; $items = $search . $items; } return $items; }
After that, use this code in the Quick CSS field:
@media only screen and (max-width: 767px) { #top #searchform>div { display: block !important; opacity: 1 !important; } }
Best regards,
Mike -
AuthorPosts