Forum Replies Created
-
AuthorPosts
-
June 25, 2017 at 5:33 pm in reply to: Blog Post – remove space between logo/menu and heading and horizontal line #812743
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey kilimats,
Please see https://kriesi.at/support/topic/autoplay-self-hosted-videos/#post-183985Best regards,
MikeJune 25, 2017 at 5:24 pm in reply to: Accordion element opening and closing immediately on our FAQ page. #812736Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJune 25, 2017 at 5:03 pm in reply to: Background image color section – text position on mobile view #812726Hey anma,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .av-inherit-size .av-special-heading-tag { padding-top: 50px!important; }}
Best regards,
MikeJune 25, 2017 at 4:59 pm in reply to: Add additional "Widget" or "Content-Box" on Start Page #812724Hey strauch27,
The text and buttons are in your slideshow, open that element, and look for the “caption” tab, there you will see the text and below will be the buttons :)Best regards,
MikeHey wescrete,
Try this code in the General Styling > Quick CSS field:.team-img-container img {width: 50%!important; }
Feel free to adjust the size to suit :)
Best regards,
Mike- This reply was modified 7 years, 5 months ago by Mike.
June 25, 2017 at 4:41 pm in reply to: I got a strange error message when I uploaded the enfold theme to my WordPress #812716Hey sophieareli,
Please try to clear the server cache and overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
MikeHey Horea,
Try this code in the General Styling > Quick CSS field:::-webkit-input-placeholder { color: #fff !important; } :-moz-placeholder { color: #fff !important; } ::-moz-placeholder { color: #fff !important; } :-ms-input-placeholder { color: #fff !important; }
Best regards,
MikeJune 25, 2017 at 4:06 pm in reply to: Color Section with Placed PNG background needs transparency #812703Hi,
Here’s a stab at it, but I’m really not sure if I’m targeting it right, for example, #av_section_6 is in your footer with the 3 widgets, if I make the area transparent the widget text is hard to read. Perhaps a screenshot would help us target the right areas :)#av_section_2, #av_section_4, #av_section_6 { background-color:transparent!important; }
Best regards,
MikeHey jenreid_411,
Your socket was missing the closing tag for your link, I fixed it :)Best regards,
MikeHey Gal726,
Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well.
Or you can use the following CSSin the General Styling > Quick CSS field:@media only screen and (max-width: 1024px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }
Adjust the value 1024 to the pixel value of your liking.
Best regards,
MikeJune 25, 2017 at 3:29 pm in reply to: Set the preselect option on drop down box contact form #812696Hi,
The code in both of those answers would need to be customized for your site. Can you tell us which options you would like pre-selected and include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Jesus,
You can use the Social Share Button Element in the advanced editor: http://kriesi.at/themes/enfold-2017/elements/social-share-buttons/Best regards,
MikeHi,
I added the code to your child theme css, and cleared cache, it’s now working. Please clear your cache: [http://www.refreshyourcache.com/en/home/] and check :)Best regards,
MikeHi,
We could try to make the grid element 100% visual height:.page-id-1041 .grid-sort-container {height: 100vh!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
We will have to write code for each device:/*iPhone 6 Plus in landscape*/ @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { .av-parallax-inner.main_color.avia-full-stretch { background-position: -0px 100px !important; background-size: 200% 105% !important; }}
/*iPhone 5 & 5S in portrait*/ @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { .av-parallax-inner.main_color.avia-full-stretch { background-position: -650px 100px !important; }}
Over lapping sizes may cause issues, so your first code from last week might need to change to this:
@media only screen and (min-device-width : 569px) and(max-width: 736px) { .av-parallax-inner.main_color.avia-full-stretch { background-position: -550px 100px !important; }}
Best regards,
MikeHi,
I see, it’s when you hover on your menu, the text is lighter, try this:#top .av_header_transparency .main_menu ul:first-child > li > a:hover {opacity: 1!important; }
I also see that when you hover over your sub-menu the text and background is white, so this makes your text your shade of blue:
#top .header_color .main_menu .menu ul li>a:hover {color: #91dce6!important; }
Best regards,
MikeJune 25, 2017 at 1:17 pm in reply to: Change colour of the menu background and add text to logo area #812658Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av-special-heading-tag {background: rgba(0, 0, 0, 0.5)!important; }
Best regards,
MikeHi,
Do you use a cacheing plugin? There are reports that some block the loading or correct execution of preloading. Please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Best regards,
MikeHi,
Odd, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
If you had CSS code in General Styling > Quick CSS field please copy that to the child theme.Best regards,
MikeHi,
This is strange, I tried different categories at different sizes and could not find a difference. Could you add some screenshots so we can try to duplicate the issue?Best regards,
MikeHi,
Try adding a class to the anchor element with a offset height as the padding-top value.
The anchor link:<a class="anchor" name="one">Link One</a>
The css:
.anchor { display: block!important; height: 100px!important; margin-top: -100px!important; visibility: hidden; }
Or
perhaps a plugin: https://wordpress.org/plugins/hash-link-scroll-offset/Best regards,
Mike -
AuthorPosts