Forum Replies Created
-
AuthorPosts
-
Hey Kirtus,
Is the plugin you’re using not doing what you need?
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaHey Chris,
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
.bootstrap-realtypress .rps-grid-result .rps-property-result { min-height: 291px; }If you need further assistance please let us know.
Best regards,
VictoriaHey Lara,
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
#top .widget_nav_menu li { font-family: 'montserrat'; } #top .widget_nav_menu li.page_item.current_page_item a { color: #005eaa; }If you need further assistance please let us know.
Best regards,
VictoriaFebruary 23, 2018 at 12:22 pm in reply to: Remove shaded background from title only on slide 1 #916604Hey kjwaggz,
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
.slide-1 .caption_framed .slideshow_caption .avia-caption-title { background: transparent; }If you need further assistance please let us know.
Best regards,
VictoriaFebruary 23, 2018 at 11:31 am in reply to: How to change color of theme color subtle on slideshow button #916591Hi kjwaggz,
Thank you for the link. 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
#top.home #full_slider_1 .slide-2 .avia-slideshow-button { background: orange; }If you need further assistance please let us know.
Best regards,
VictoriaHey 4colorflyers,
Which version of php are you running?
Best regards,
VictoriaHi Corina,
Yes, you should try using Contact Form 7.
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 23, 2018 at 11:22 am in reply to: How to use a homepage image map not using your theme template #916588Hey webguy007,
Could you please attach a mockup of what you’re trying to achieve? We have a custom template that has no footer and no header, you can use it.
You can choose it in page attributes here https://cl.ly/3S220u1b1H1o
If you need further assistance please let us know.
Best regards,
VictoriaHi Steamed,
It is not about the password. What is the link that you use to access the WordPress dashboard?
Best regards,
VictoriaHey bonbuttercup,
Yes, it is possible.
Here is a thread for you to considerIf you need further assistance please let us know.
Best regards,
VictoriaHey DROR,
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
.rtl #av_section_2 div.flex_column { float: left; }If you need further assistance please let us know.
Best regards,
VictoriaHi Klaus,
Here is a thread for you to consider
https://wordpress.stackexchange.com/questions/73190/can-the-next-prev-post-links-be-ordered-by-menu-order-or-by-a-meta-keyBest regards,
VictoriaHi mcristina959,
Do you mean that you want header transparency or you want the video a bit zoomed out? Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaHi Jeen,
Thank you. I see 4 sliders on that page, can you please specify, which one is not showing html?
Best regards,
VictoriaHi Brigitte,
Can you disable SG Optimizer and see if the issue remains?
Best regards,
VictoriaHi Lars,
You can use any email and just post username and pass here in private data box.
Best regards,
VictoriaHi mrpacogp,
I thought you decided to use another theme instead of Enfold, since it’s not working with Enfold. Correct?
Best regards,
VictoriaFebruary 22, 2018 at 2:38 pm in reply to: How to display easy slider with automatic resizing, different aspect ratios #916090Hi Peter,
Our sliders are not based on Layer Slider, they are totally different components. And no, there is no such vertical responsiveness in Enfold out of the box. It can get very complex.
Best regards,
VictoriaFebruary 22, 2018 at 2:31 pm in reply to: Self hosted video background in color section and Enfold 4.2.3 #916086Hi Steph,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Jeen,
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,
VictoriaFebruary 22, 2018 at 2:29 pm in reply to: Difficulty creating colour section with background image #916082Hey Fiona,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey brandreach_at,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? And please point us to the page where you’re trying to do this.
Best regards,
VictoriaHey Lars,
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,
VictoriaFebruary 22, 2018 at 2:26 pm in reply to: Translation issues on multi language websites with breadcrumb & single post titl #916076Hi Monique,
Ok, closing this one.
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 22, 2018 at 2:25 pm in reply to: Possible re purchase of Enfold or access to API details #916075Hey Blair Thomson,
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,
VictoriaFebruary 22, 2018 at 2:25 pm in reply to: Replacing the default mobile menu with superfly menu #916074Hi aisukei,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi serge,
Please add this function to shortocdes.js
// ------------------------------------------------------------------------------------------- // Avia AJAX Portfolio // ------------------------------------------------------------------------------------------- (function($) { "use strict"; $.avia_utilities = $.avia_utilities || {}; $.fn.avia_portfolio_preview = function(passed_options) { var win = $(window), the_body = $('body'), isMobile = $.avia_utilities.isMobile, defaults = { open_in: '.portfolio-details-inner', easing: 'easeOutQuint', timing: 800, transition: 'slide' // 'fade' or 'slide' }, options = $.extend({}, defaults, passed_options); return this.each(function() { var container = $(this), portfolio_id = container.data('portfolio-id'), target_wrap = $('.portfolio_preview_container[data-portfolio-id="' + portfolio_id + '"]'), target_container = target_wrap.find(options.open_in), items = container.find('.grid-entry'), content_retrieved = {}, is_open = false, animating = false, index_open = false, ajax_call = false, methods, controls, loader = $.avia_utilities.loading(); methods = { load_item: function(e) { e.preventDefault(); var link = $(this), post_container = link.parents('.post-entry:eq(0)'), post_id = "ID_" + post_container.data('ajax-id'), clickedIndex = items.index(post_container); //check if current item is the clicked item or if we are currently animating if(post_id === is_open || animating == true) { return false; } animating = true; container.find('.active_portfolio_item').removeClass('active_portfolio_item'); post_container.addClass('active_portfolio_item'); loader.show(); methods.ajax_get_contents(post_id, clickedIndex); }, scroll_top: function() { setTimeout(function() { var target_offset = target_wrap.offset().top - 175, window_offset = win.scrollTop(); if(window_offset > target_offset || target_offset - window_offset > 100 ) { $('html:not(:animated),body:not(:animated)').animate({ scrollTop: target_offset }, options.timing, options.easing); } },10); }, attach_item: function(post_id) { content_retrieved[post_id] = $(content_retrieved[post_id]).appendTo(target_container); ajax_call = true; }, remove_video: function() { var del = target_wrap.find('iframe, .avia-video').parents('.ajax_slide:not(.open_slide)'); if(del.length > 0) { del.remove(); content_retrieved["ID_" + del.data('slideId')] = undefined; } }, show_item: function(post_id, clickedIndex) { //check if current item is the clicked item or if we are currently animating if(post_id === is_open) { return false; } animating = true; loader.hide(); if(false === is_open) { target_wrap.addClass('open_container'); content_retrieved[post_id].addClass('open_slide'); methods.scroll_top(); target_wrap.css({display:'none'}).slideDown(options.timing, options.easing, function() { if(ajax_call) { activate_shortcode_scripts(content_retrieved[post_id]); $.avia_utilities.avia_ajax_call(content_retrieved[post_id]); the_body.trigger('av_resize_finished'); ajax_call = false; } methods.remove_video(); the_body.trigger('av_resize_finished'); }); index_open = clickedIndex; is_open = post_id; animating = false; } else { methods.scroll_top(); var initCSS = { zIndex:3 }, easing = options.easing; if(index_open > clickedIndex) { initCSS.left = '-110%'; } if(options.transition === 'fade'){ initCSS.left = '0%'; initCSS.opacity = 0; easing = 'easeOutQuad'; } //fixate height for container during animation target_container.height(target_container.height()); //outerHeight = border problems? content_retrieved[post_id].css(initCSS).avia_animate({'left':"0%", opacity:1}, options.timing, easing); content_retrieved[is_open].avia_animate({opacity:0}, options.timing, easing, function() { content_retrieved[is_open].attr({'style':""}).removeClass('open_slide'); content_retrieved[post_id].addClass('open_slide'); //+ 2 fixes border problem (slides move up and down 2 px on transition) target_container.avia_animate({height: content_retrieved[post_id].outerHeight() + 2}, options.timing/2, options.easing, function() { target_container.attr({'style':""}); is_open = post_id; index_open = clickedIndex; animating = false; methods.remove_video(); if(ajax_call) { the_body.trigger('av_resize_finished'); activate_shortcode_scripts(content_retrieved[post_id]); $.avia_utilities.avia_ajax_call(content_retrieved[post_id]); ajax_call = false; } }); }); } }, ajax_get_contents: function(post_id, clickedIndex) { if(content_retrieved[post_id] !== undefined) { methods.show_item(post_id, clickedIndex); return; } content_retrieved[post_id] = $('#avia-tmpl-portfolio-preview-' + post_id.replace(/ID_/,"")).html(); //this line is necessary to prevent w3 total cache from messing up the portfolio if inline js is compressed content_retrieved[post_id] = content_retrieved[post_id].replace('/*<![CDATA[*/','').replace('*]]>',''); methods.attach_item(post_id); $.avia_utilities.preload({container: content_retrieved[post_id] , single_callback: function(){ methods.show_item(post_id, clickedIndex); }}); }, add_controls: function() { controls = target_wrap.find('.ajax_controlls'); target_wrap.avia_keyboard_controls({27:'.avia_close', 37:'.ajax_previous', 39:'.ajax_next'}); //target_wrap.avia_swipe_trigger({prev:'.ajax_previous', next:'.ajax_next'}); items.each(function(){ var current = $(this), overlay; current.addClass('no_combo').bind('click', function(event) { overlay = current.find('.slideshow_overlay'); if(overlay.length) { event.stopPropagation(); methods.load_item.apply(current.find('a:eq(0)')); return false; } }); }); }, control_click: function() { var showItem, activeID = container.find('.active_portfolio_item').data('ajax-id'), active = container.find('.post-entry-'+activeID); switch(this.hash) { case '#next': showItem = active.nextAll('.post-entry:visible:eq(0)').find('a:eq(0)'); if(!showItem.length) { showItem = $('.post-entry:visible:eq(0)', container).find('a:eq(0)'); } showItem.trigger('click'); break; case '#prev': showItem = active.prevAll('.post-entry:visible:eq(0)').find('a:eq(0)'); if(!showItem.length) { showItem = $('.post-entry:visible:last', container).find('a:eq(0)'); } showItem.trigger('click'); break; case '#close': animating = true; target_wrap.slideUp( options.timing, options.easing, function() { container.find('.active_portfolio_item').removeClass('active_portfolio_item'); content_retrieved[is_open].attr({'style':""}).removeClass('open_slide'); target_wrap.removeClass('open_container'); animating = is_open = index_open = false; methods.remove_video(); the_body.trigger('av_resize_finished'); }); break; } return false; }, resize_reset: function() { if(is_open === false) { target_container.html(''); content_retrieved = []; } } }; methods.add_controls(); container.on("click", "a", methods.load_item); controls.on("click", "a", methods.control_click); if(jQuery.support.leadingWhitespace) { win.bind('debouncedresize', methods.resize_reset); } }); }; }(jQuery));If you need further assistance please let us know.
Best regards,
VictoriaFebruary 22, 2018 at 2:20 pm in reply to: How to remove the white background at drop down menu? #916070Hey skeereweer,
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
.header_color .main_menu ul ul { background-color: transparent; }If you need further assistance please let us know.
Best regards,
VictoriaFebruary 22, 2018 at 2:17 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #916065Hi AliAbabwa,
Glad Ismael finally got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi ColinWalton,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
