Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeApril 29, 2017 at 7:29 pm in reply to: Bold marked text turns *really* bold after some miliseconds #785082Hi,
Can you please include a admin login in the private content area so we can take a closer look.
Which bold do you want?Best regards,
MikeHi,
Try this code instead, in the General Styling > Quick CSS field:.big-preview.single-big { pointer-events:none !important; }
I tested it on my localhost and it allows other links in the page while disabling the featured image click.
Best regards,
MikeHi,
I recommend updating again, this post has helped many with the blurry image issue: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
then we can address the lightbox issue, otherwise I’m not sure how we can resolve the conflict of the out of date Woocommerce.
Perhaps the Woocommerce lightbox plugin?Best regards,
MikeHi,
Glad Victoria was 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:.page-id-539 .avia-slideshow li img { width: 612px!important; height: 792px!important; height: 90vh!important; height: calc(612/792vh)!important; }
This works to keep the aspect ratio of the image while showing it at 90% of the visual height of the device.
You can change it to 100%, but the header gets in the way & I thought 90vh looked better :)Best regards,
MikeHi,
Login info didn’t work for me, please check & include a page that should have the sidebar so we can take a closer look.Best regards,
MikeHi,
OK what I think has happen is that you have Enfold 4.0.5 which has been fixed to work with WooCommerce 3.0, but you are using WooCommerce Version 2.6.14
Please update WooCommerce, but make sure to backup your full site!
I recommend https://wordpress.org/plugins/duplicator/Best regards,
MikeHi,
I took a look and if I’m looking in the right place, on your home page, the color section for #homeintro has a background image of the band, and a overlay color, so the gradient background won’t show.
I added a color section on your test-page so you can see how it works :)Best regards,
MikeApril 29, 2017 at 4:46 pm in reply to: Bold marked text turns *really* bold after some miliseconds #785011Hey v4inee,
This looks like your page showing two different bold css sizes. Have you added some quick css? We could take a look if you include a admin login in the private content area. Which bold do you want?
I didn’t see any console errors, only the “XHR finished loading” statement, which is from the API for Sumo saying that the connection to the server has been made.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Oversberg,
It is possible to hide a image when a customer uses a mobile, you would create a css rule that declares that at a certain screen width the element would not display. If you want a hand with this on your site let us know.
I’m sure this is also possible with php and js, but that is a little out of our scope here :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.text-sep.d79ed798d791d797d799d79d-d79ed795d793d7a8d7a0d799d799d79d-d7a2d79ed795d793-d794d791d799d7aa_sort_sep.avia_hide_sort { display:none !important;}
Best regards,
MikeApril 25, 2017 at 4:30 am in reply to: Make Video In Full Width Easy Slider Play on Mobile Too. #782621Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #full_slider_1 { display: none !important; }} @media only screen and (min-width: 768px) { #after_full_slider_1 { display: none !important; }}
Tablet, Laptop, Desktop:
Phone:
Please clear your cache :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
We’ll add “page-id-206” to it to target only that page :)@media only screen and (max-width: 767px){ #top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 0.4em!important; } .page-id-206 .av-special-heading.av-special-heading-h3 { right: 30%!important; top: 140px!important;} .hr-inner.inner-border-av-border-thin { border-color: transparent!important; } }
Best regards,
MikeHi,
I use https://postimage.io/ and copy the “Thumbnail for website” link code to paste in the post.Best regards,
MikeHi,
I believe this may solve your issue:
https://kriesi.at/support/topic/how-to-maintain-aspect-ratio-for-big-preview-featured-image-on-blog/#post-332548
let us know if it helpsBest regards,
MikeHi,
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,
MikeApril 23, 2017 at 11:27 pm in reply to: Adjust featured image on single post page to full height #782089Hi,
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,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey jonesthelight,
Try this code in the General Styling > Quick CSS field:.av-main-nav ul li { width: 120% !important; } .html_header_top .header_color .main_menu ul:first-child >li > ul { border-color:transparent !important; }
Best regards,
MikeHey Nabil,
Try this code in the General Styling > Quick CSS field:.entry-content-wrapper li { padding: 0px !important; }
Please clear your cache :)
Best regards,
MikeHi,
Please see your other post: https://kriesi.at/support/topic/job-images-disappear-due-browser-resize/#post-782072Best regards,
MikeHi,
Yes it is possible but your site does not have a class just for the parent filters, so it would take a lot of time, and since it’s a third party plugin I can’t spend that much time on it.
But I will try to tell you how to do it :)
Download this: https://www.dropbox.com/s/oxcyro6fn6touvq/job.txt?dl=0
Find every “class=” and copy it to another file:class="aer-lingus-pilot-jobs"
Paste it with a dot in front and comma at end:
.aer-lingus-pilot-jobs,
When you have them all in one long row add them to the front of this in your Quick CSS:
.jazz-aviation-pilot-recruitment, .jazeera-airways-pilot-recruitment { display: none !important; }
Leave out the ones you want to show, and clear your cache :)
Best regards,
MikeApril 23, 2017 at 10:09 pm in reply to: Adjust featured image on single post page to full height #782063Hi,
I think I found were the 845×321 is coming from and how to edit it, please try the solution here:
https://kriesi.at/support/topic/how-to-maintain-aspect-ratio-for-big-preview-featured-image-on-blog/#post-332548Best regards,
Mike -
AuthorPosts