Forum Replies Created
-
AuthorPosts
-
March 26, 2017 at 8:57 pm in reply to: Masonry Gallery Bug since 4.0.3 when Lightbox is deactivated #767050
Hi YouCanMore,
Our developers are aware of the issue and will work on resolving it as soon as they can.
Thank you for using Enfold and for your patience.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 26, 2017 at 8:55 pm in reply to: Image with Zoom In effect when hover and getting cut off #767048Hi fcp,
Unfortunately, this kind of fixes are not universal, because elements and styles applied to them vary greatly from page to page.
If you need further assistance please let us know.
Best regards,
VictoriaHey Justin,
Please describe in more detail the issues you’re experiencing and on which page?
Best regards,
VictoriaMarch 26, 2017 at 8:43 pm in reply to: video background not playing, extreme long loading time #767038Hey Erik,
I did not experience any problems with the video or slow load. On lower connection speeds you might get slow load. I checked in Firefox, Safari and Chrome.
If you need further assistance please let us know.
Best regards,
VictoriaHey jo-engageinnovate,
Here are the styles to adjust special heading whitespace just for this page. You can put them to Enfold > Quick Css or themes/enfold/css/custom.css
#top.page.page-id-2205 .av-special-heading { margin-top: 0; } #top.page.page-id-2205 .hr.hr-invisible { height: 0 !important; }Best regards,
VictoriaHi Krzysztof,
Please modify the rule for the image overlay to be z-index 4 all the time:
.avia_transform a .image-overlay { z-index: 4; }Let me know how it worked out for you.
Best regards,
VictoriaHey carmycurly,
Our shrinking header does the same thing. Have you tried it? And the image just hides.
Let us know if you have any more questions.
Best regards,
VictoriaHey jtuselton,
Please refer to this thread.
If you need further assistance please let us know.
Best regards,
VictoriaHey nsalts,
You can add these styles to you themes/enfold/css/custom.css:
#top .avia-slider-testimonials.avia-testimonial-wrapper { height: auto!important; min-height: 250px !important; max-height: 1000px !important; }Let us know if this was helpful.
Best regards,
VictoriaHi,
You have to modify avia.js, find hide_menu function and replace it with this:
hide_menu = function(e) { e.preventDefault(); container.removeClass('show_mobile_menu'); setTimeout(function(){ container.css({'height':"auto", 'overflow':'hidden', 'minHeight':0}); mobile_advanced.css({display:'none'}); },600); return false; },and show_menu function replace with
show_menu = function(e) { if(container.is('.show_mobile_menu')) { hide_menu(e); } else { win.scrollTop(0); mobile_advanced.css({display:'block'}); setTimeout(function(){container.addClass('show_mobile_menu'); },10); set_height() e.preventDefault(); } return false; };Let us know if this was helpful.
Best regards,
Victoria-
This reply was modified 8 years, 9 months ago by
Victoria.
March 26, 2017 at 5:19 pm in reply to: Add the search icon from header into a full width submenu? #766983Hi,
@expectmore and @kieranvyas please provide a mockup on where you want to put search and what it has to look like.Best regards,
VictoriaMarch 26, 2017 at 5:14 pm in reply to: Site background on boxed layout is using socket background color #766981Hey ind-image,
Can you give us a link to your website (in the private content box below if you like), so that we can have a closer look.
You want to change background color of the body, right?Best regards,
VictoriaMarch 26, 2017 at 5:08 pm in reply to: Don't change active color nav menu link when open a post #766980Hey Designweb,
Can you please give us a link to your website so that we can have a look.
Best regards,
VictoriaHey pantoni,
Did you use the code for responsive ads?
Looks like the width is hard coded and not modified according to screen.Best regards,
VictoriaMarch 26, 2017 at 4:36 pm in reply to: How to Add Evergreen Last Modified Date for Posts and for SERP #766971Hi EdFritz,
Single.php calls another template – get_template_part( ‘includes/loop’, ‘index’ ), which is includes/loop-index.php, there you can find date and time and fix it there.
Best regards,
Victoria-
This reply was modified 8 years, 9 months ago by
Victoria.
March 26, 2017 at 4:31 pm in reply to: GWT sent me a message saying my site has too many soft 404 errors! #766970Hey kieranvyas,
Here is an article on the issue.
If you need further assistance please let us know.
Best regards,
VictoriaHey Tom,
Can you give us a link to your website please. Specify the page where you’re trying to do this.
Best regards,
VictoriaHi Fiorilla,
Glad you got it working for you.
Here is an article on WordPress image resizing that might give you some insight.
If you need further assistance please let us know.
Best regards,
VictoriaHi mk1122,
We have an issue with masonry, it’s been reported to developers and will be worked on as soon as possible. If you activate the lightbox in that gallery it will show.
If you need further assistance please let us know.
Best regards,
VictoriaHi devgen,
It is not the problem, it is the intended behavior. The height of the menu is less than the height of viewport so there is nothing to scroll, when you open submenu you can scroll, because the height of the whole menu is already bigger the height of the viewport. If it was scrollable in the first place, your users would scroll the whitespace. What is the point in scrolling infinitely the white page?
Let us know if you have any more questions.
Best regards,
VictoriaHi,
@Photoviews7 thank you :)@Stevo please refer to this thread
If you need further assistance please let us know.
Best regards,
VictoriaHi tomitos,
Can you please specify on which window width you get the left-alignment in Enfold 2017, I was not able to reproduce the error.
Best regards,
VictoriaMarch 26, 2017 at 1:39 pm in reply to: Header still appearing even though i've turned it off. #766932Hi David,
I think there there is a conflict between REVOLUTION 5.2.5.1 EXTENSION and avia.js for video handling, they both use the same library froogaloop2 and you’re requesting video over https and your site is not.
Best regards,
VictoriaMarch 26, 2017 at 12:46 pm in reply to: Make Enfold Lightbox and Justified Image Gallery play nice together #766929Hey Michael,
Can you give us a link to your website, please. We need some context :)
Best regards,
VictoriaHi AerobTec,
Here are the styles you can put into your file themes/enfold/css/custom.css:
#top.page.page-id-3329 span.more-link-arrow { display:none; } #top.page.page-id-3329 .slide-content { text-align: center; } #top.page.page-id-3329 .slide-content .entry-content-header h3{ color: #0491d2; font-size: 1.7em; margin: 4%; } #top.page.page-id-3329 .slide-content .more-link { background-color: #0491d2; padding: 2px 30px 0; border-radius: 3px; text-decoration: none; border-bottom-style: solid; border-bottom-width: 1px; margin: 5% 0; font-weight: normal; color: #fff; text-transform: uppercase; }Let us know if you have any more questions.
Best regards,
VictoriaHi YouCanMore
Thank you :) We just haven’t got to those fresh issues, still working on the earlier ones.
Thank you for brining this up and for your patience.Let us know if you have any more questions.
Regards,
VictoriaHi!
I have reported this issue to our developers, they will work on solving it as soon as they can.
Thank you for using Enfold and bringing this issue to our attention.Let us know if you have any more questions.
Best regards,
VictoriaHi PUNC,
I checked today on browser emulator and mobile emulator, add to basket button is working fine. You can try clearing the cache on your device and testing on another device to see if the problem is still there.
Let us know if you have any more questions.
Best regards,
VictoriaHi Neverlands,
The issue has been reported to our developers and they will work on it as soon as they can. Thank you :)
Let us know if you have any more questions.
Best regards,
VictoriaHey Jurgen,
The link says 403 forbidden. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria -
This reply was modified 8 years, 9 months ago by
-
AuthorPosts
