Forum Replies Created
-
AuthorPosts
-
Hey ehquionest,
Try this code in the General Styling > Quick CSS field:#top .fullsize .related_posts { top: -50px!important; }
Best regards,
MikeHey Patrick,
To search for a plugin and install one, go to plugins on the left side of your admin page, and choose Add New, use the search bar on the upper right hand side. Once you find one you like, use the install button. :)Best regards,
MikeHey ccyran,
You can create a parallax effect on the homepage b adding a color section and go to the background section tab, add an image, then below it you will find the Background Attachment option, choose parallax.Best regards,
MikeApril 30, 2017 at 12:48 am in reply to: Instagram feed in footer widget: how to make a box with margin around each pic? #785136Hey Chris,
The issue is the element is at 100% of the space available, so to make more room around each picture you will need to make them smaller. Instead, how about removing the solid border, it gives the illusion that the pictures are bigger and more padding :).av-instagram-item { border: none !important; margin: 8px !important; padding: 4px !important; }
Your other option is to reduce the number of images.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Basically like this:@media only screen and (max-width: 767px) { .class_of_target { display: none !important; } }
If you point us to the image on your site, we could try to help with working code :)
Best regards,
MikeHi,
It goes in your functions.php file. When editing functions.php you should use the child theme, or on the next update your changes will be lost. Read about it & Get it hereBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .main_color .input-text, #top .main_color input[type='text'] { color: #fff!important; } input[type=text]::-webkit-input-placeholder { color: #fff!important; } input[type=text]::-moz-placeholder { color: #fff!important; } input[type=text]:-ms-input-placeholder { color: #fff!important; }
Best regards,
MikeHi,
Oh, I was looking at the wrong thing :).main_color #element_avia_6_1 { color: #ffffff !important; }
Best regards,
MikeHey Uri_Berry,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .avia-slideshow-controls a { display: inline-block!important; }}
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,
MikeHey accurIT,
Try this code in the General Styling > Quick CSS field:#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #ffffff !important; }
Best regards,
MikeHi,
The background color is white on end, Please clear your cache :)Best regards,
MikeHey SMaglio,
When that page is scrolled down the menu scrolls off and a call to action bar is left showing. This seems to be a custom code, but there might be a plugin that can do this. Enfold can’t, sorry.Best regards,
MikeHi,
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,
Mike -
AuthorPosts