Forum Replies Created
-
AuthorPosts
-
May 20, 2018 at 11:00 am in reply to: The Full width slider module distorts the images in mobile. #959396
Hey izubeldia,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) { .avia-slideshow li img { width: 150%; max-width: 150%; margin-left: -200px; } }If you need further assistance please let us know.
Best regards,
VictoriaHi catchbudapest,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi digithrive,
Somebody is working on the page, please let us know when we can check again.
Best regards,
VictoriaHi Rob,
Well, in the recent few days I’ve been going through the threads nothing major so far :)
Best regards,
VictoriaHi,
Best regards,
VictoriaMay 20, 2018 at 10:44 am in reply to: Get featured image for a blog post on the left side in Grid Layout #959389Hi Lynoco,
Could you please attach a mockup of what you’re trying to achieve?
The magazine can be adjusted with the css to make images larger.
Best regards,
VictoriaHey j0schi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-burger-overlay-active #top #wrap_all .av-inserted-main-menu.is-active .av-hamburger-inner, .av-burger-overlay-active #top #wrap_all .av-inserted-main-menu.is-active .av-hamburger-inner::before, .av-burger-overlay-active #top #wrap_all .av-inserted-main-menu.is-active .av-hamburger-inner::after { background-color: #fff; }Here are some threads to consider:
https://kriesi.at/support/topic/blurry-logo/
https://kriesi.at/support/topic/close-mobile-menu-by-clicking-on-active-navigation-item/If you need further assistance please let us know.
Best regards,
VictoriaHi Lion,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VictoriaHi Morticka,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 20, 2018 at 10:20 am in reply to: Mobile shows object object instead of fallback picture #959380Hey werbeagenturlauf,
Try replacing the whole _prepareSlides function config-templatebuilder > aviashortcodes > slideshow > slideshow.js with this
_prepareSlides: function(options) { //if its a mobile device find all video slides that need to be altered if(this.isMobile) { var alter = this.$slider.find('.av-mobile-fallback-image'); alter.each(function() { var current = $(this).removeClass('av-video-slide').data({'avia_video_events': true, 'video-ratio':0}), fallback = current.data('mobile-img'), fallback_link = current.data('fallback-link'), appendTo = current.find('.avia-slide-wrap'); current.find('.av-click-overlay, .mejs-mediaelement, .mejs-container').remove(); if(!fallback) { $('<p class="av-fallback-message"><span>Please set a mobile device fallback image for this video in your wordpress backend</span></p>').appendTo(appendTo); } if(options && options.bg_slider) { current.data('img-url', fallback); //if we got a fallback link we need to either replace the default link on mobile devices, or if there is no default link change the wrapping <div> to an <a> if(fallback_link != "") { if(appendTo.is('a')) { appendTo.attr('href', fallback_link); } else { appendTo.find('a').remove(); appendTo.replaceWith(function(){ var cur_slide = $(this); return $("<a>").attr({'data-rel': cur_slide.data('rel'), 'class': cur_slide.attr('class'), 'href': fallback_link} ).append( $(this).contents() ); }); appendTo = current.find('.avia-slide-wrap'); } if($.fn.avia_activate_lightbox) { current.parents('#main').avia_activate_lightbox(); } } } else { var image = $('<img src="'+fallback+'" alt="" title="" />'); var lightbox = false; if( 'string' == typeof fallback_link && fallback_link.trim() != '' ) { image = $('<a href="' + fallback_link.trim() + '" rel="lightbox">' + image + '</a>'); lightbox = true; } if( lightbox && $.fn.avia_activate_lightbox) { current.parents('#main').avia_activate_lightbox(); } current.find('.avia-slide-wrap').append(image); } }); } },If you need further assistance please let us know.
Best regards,
VictoriaMay 20, 2018 at 10:17 am in reply to: How can I make such a blog post slider/ featured post on homepage #959379Hi Lynoco,
You can use a masonry or some other element for that, but you will need to add a tag or a category to those posts and choose to show them in the masonry. (or blog post grid or slider)
Best regards,
VictoriaHi daropress,
Here is how to enable it
If you need further assistance please let us know.
Best regards,
VictoriaHi Henk-Jan,
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,
VictoriaHey WordPressed,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaMay 20, 2018 at 10:03 am in reply to: Enfold 4.3.2 breaks the audio player styling in Series Engine plugin #959373Hi ravingDIODE,
Do you have a test server where you can keep the not so pretty version and we can try to help you there?
Best regards,
VictoriaHey perihelionweb,
Here are some things for you to consider:
https://wordpress.stackexchange.com/questions/82194/how-can-i-add-a-variable-php-in-the-menu-nav
If you need further assistance please let us know.
Best regards,
VictoriaHi cavensprawl,
Which version of php are you running?
Can you please have the Appearance > Editor enabled for now?
Best regards,
VictoriaHi Mips,
Here are some threads to consider:
https://kriesi.at/support/topic/excerpt-settings-enfold/#post-526179If you need further assistance please let us know.
Best regards,
VictoriaMay 20, 2018 at 9:54 am in reply to: Failed manual Upload of Demo after using the regular Import option. #959364Hi foxforce1,
You should be running at least php5.6.3 for the code to work properly. Please consider upgrading your php version.
Best regards,
VictoriaHey fumsel,
Can you please explain a bit more what the issue is?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHi SCMHR_HomeOffice,
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,
VictoriaHi brunet77,
Can you give us a link to the page with related items, we can try to adjust the css there.
Best regards,
VictoriaMay 20, 2018 at 9:23 am in reply to: Custom CSS to change position of caption on fullscreen slider #959356Hi Richard,
I see that the theme is updated. Did you manage to do it?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) { .slideshow_align_caption { vertical-align: bottom; } }If you need further assistance please let us know.
Best regards,
VictoriaHey flordelizamejia,
Could you please attach a mockup of what you’re trying to achieve?
The second link goes to our forum, what is the point in it?
Best regards,
VictoriaHi mftonto2and3,
Could you please clear the cache, check again and check on another device, and get back to us.
Best regards,
VictoriaHi Mark,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaMay 20, 2018 at 9:01 am in reply to: Enfold: Shortcode for contact form does not have captcha #959344Hi MaxMiko,
Did you try using the code given above by Ismael? This should be fully functional.
Best regards,
VictoriaMay 20, 2018 at 8:57 am in reply to: How to change transition speed between slides of "Easy Slider"? #959342Hi trconnected,
Glad you got it working for you! :)
You can request that as a feature here.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts

