Forum Replies Created
-
AuthorPosts
-
July 23, 2017 at 9:55 pm in reply to: Main Menu Mobile Display SubMenu Items on Click Not Working #828775
Hi,
Sorry, that black is part of the video and can’t be changed unless you edit the video. While the video can be resized, it will be distorted. Perhaps if we make the header bigger to cover that area, and bring up the content area to cover the base of the video, but since your header is black, it really won’t look any different.
To change font colors, try using Enfold Theme Options > Advanced Styling > and choose the element in the drop down, and then pick the colors.Best regards,
MikeHi,
I think you have done a good job on your CSS, it looks like the way you described you wanted it. Not sure what I can add to help.
Where you have put the css in fine.Best regards,
MikeHi,
Your site seems down right now, please check. I can’t open your image, can you upload a .jpg or .png image?Best regards,
MikeHi,
Glad to hear,let us know if we can help more. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, let us know if we can help more. Thank you for using Enfold.Best regards,
MikeHi,
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
Please see Private Content areaBest regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Zaccc,
Please see screenshot in Private Content area, as I’m not sure which black you want to remove.Best regards,
MikeJuly 22, 2017 at 11:01 pm in reply to: Masonry // Make Category Sort sticky or as Menu entry #828491Hey Bergbursche,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.Best regards,
MikeHi,
Perhaps down grading would be a quick solution. You just need to upload the theme files of the old version via FTP.Best regards,
MikeHey micropoleinstitut,
We can assist making the images a different size and square, but we’ll need the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .av-flex-placeholder { width: 1%!important; }
Best regards,
MikeHey messmeriza,
Try this code in the General Styling > Quick CSS field:.main_color tr {background: #fff !important; border-color: #fff !important; } td {border-width: 0px !important; }
Best regards,
MikeHi,
@tjswarbs78 thanks for sharing the good tips.Best regards,
MikeHey afarahani,
I found a report of the same issue and it was solved by updating PHP to 5.6
Try updating your php.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.logo img {margin-top: 5%!important; } @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 125px!important; } .logo img {margin-top: 5%!important; }}
Best regards,
MikeHi,
Thank you for sharing your solution, shall we will close this now?Best regards,
MikeJuly 22, 2017 at 9:44 pm in reply to: LayerSlider – Showing the content below the image when vied on mobile device #828473Hey dmpitzer,
Sorry, but Layer Slider does not offer that feature. The site you like is using a slider called “slick-slider” you can search for that plugin and try it.Best regards,
MikeHey rgruber,
try following this, I have tested and it still works: http://kriesi.at/documentation/enfold/change-logo-on-mobile/Best regards,
MikeJuly 22, 2017 at 8:57 pm in reply to: Main Menu Mobile Display SubMenu Items on Click Not Working #828465Hey havi,
There is an issue with Mega Menu and Kriesi is working hard to get it short out. We really appreciate your patience, until we have it short out.Best regards,
MikeJuly 22, 2017 at 8:56 pm in reply to: Featured image in 2 or 3 column portfolio grid is blurry #828464Hey jaredbraverman,
The 3 column looks ok to me on my 24′ screen, but the 2 column does look blurry, it’s showing at 720 × 583 pixels, but it’s really 495 × 400 pixels. So you see it’s uploaded too small, try to upload larger images.Best regards,
MikeHi,
Try using the default editor to get the “Icon shortcode” from the “shortcode wand” making the icon size 20px, add<span class="in1"> </span>
around the shortcode in the Text tab.
Remove “position=’left'” from the shortcode
Then add this code to your quick css.in1 {display: inline-block !important; }
Hey Oli,
This will make your header transparent:.header_bg { opacity: 0 !important; }
but the issue is the top of the page is white with no image, unlike your other page has a image at the top. Try this code and then scroll down to see.
Best regards,
MikeJuly 22, 2017 at 7:22 pm in reply to: Color Section Background Video: change black to background image #828452Hi,
Here are some good methods:
https://github.com/rochestb/jQuery.YoutubeBackground/issues/41
https://stackoverflow.com/questions/22108553/change-vimeo-player-background-color#answer-29995869
https://stackoverflow.com/questions/21225136/display-an-image-while-a-background-video-loads
Hope this helpsBest regards,
MikeHey troupdim,
If I understand correctly, you have two cells, each half page, one is the apple on top of stones.
When viewed as desktop it’s fine but as tablet the apple is too big?
To adjust this we will adjust the text cell to set the size of the image.
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) and (max-width: 1023px) { .avia-builder-el-8 {font-size:50% !important;} .avia-builder-el-7 {padding: 50px!important;}} @media only screen and (min-width: 1024px) and (max-width: 1439px) { .avia-builder-el-8 {font-size:75% !important;} .avia-builder-el-7 {padding: 75px!important;}} @media only screen and (max-width: 766px) { .avia-builder-el-12 {min-height: 450px !important; }}
This leaves desktop @ 100%, Laptop @ 75%, & tablet @ 50% For mobile view, since the cells are stacked, we will only make the image 450px high.
Best regards,
Mike -
AuthorPosts