Forum Replies Created

Viewing 30 posts - 29,371 through 29,400 (of 38,331 total)
  • Author
    Posts
  • in reply to: Video not showing up correctly on blog #916611

    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,
    Victoria

    in reply to: Quick CSS #916610

    Hey 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,
    Victoria

    in reply to: Sidebar font #916607

    Hey 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,
    Victoria

    in reply to: Remove shaded background from title only on slide 1 #916604

    Hey 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,
    Victoria

    in reply to: How to change color of theme color subtle on slideshow button #916591

    Hi 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,
    Victoria

    in reply to: Partner Logos not showing the correct URL #916590

    Hey 4colorflyers,

    Which version of php are you running?

    Best regards,
    Victoria

    in reply to: Spam Emails through Contact Form #916589

    Hi Corina,

    Yes, you should try using Contact Form 7.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: How to use a homepage image map not using your theme template #916588

    Hey 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,
    Victoria

    in reply to: Layer Slider server error #916586

    Hi Steamed,

    It is not about the password. What is the link that you use to access the WordPress dashboard?

    Best regards,
    Victoria

    in reply to: Custom images for IconBox? #916584

    Hey bonbuttercup,

    Yes, it is possible.
    Here is a thread for you to consider

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Issues after theme update #916582

    Hey 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,
    Victoria

    in reply to: Order Avia Post Nav prev/next buttons #916578
    in reply to: Background Video on Fullsize Slider Positioning #916575

    Hi 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,
    Victoria

    in reply to: LayerSlider won't show html block #916573

    Hi Jeen,

    Thank you. I see 4 sliders on that page, can you please specify, which one is not showing html?

    Best regards,
    Victoria

    in reply to: Mobile View Only Seeing Code #916104

    Hi Brigitte,

    Can you disable SG Optimizer and see if the issue remains?

    Best regards,
    Victoria

    in reply to: 2 websites – 2 licens – 2 different backends #916098

    Hi Lars,

    You can use any email and just post username and pass here in private data box.

    Best regards,
    Victoria

    in reply to: Losing responsive design when i change something #916095

    Hi mrpacogp,

    I thought you decided to use another theme instead of Enfold, since it’s not working with Enfold. Correct?

    Best regards,
    Victoria

    Hi 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,
    Victoria

    Hi Steph,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: LayerSlider won't show html block #916084

    Hi 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,
    Victoria

    in reply to: Difficulty creating colour section with background image #916082

    Hey Fiona,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: shortcode as link target #916081

    Hey 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,
    Victoria

    in reply to: 2 websites – 2 licens – 2 different backends #916079

    Hey 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,
    Victoria

    Hi Monique,

    Ok, closing this one.

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Possible re purchase of Enfold or access to API details #916075

    Hey 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,
    Victoria

    in reply to: Replacing the default mobile menu with superfly menu #916074

    Hi aisukei,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: error after update 4.2.4 #916072

    Hi 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,
    Victoria

    in reply to: How to remove the white background at drop down menu? #916070

    Hey 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,
    Victoria

    Hi AliAbabwa,

    Glad Ismael finally got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Change Page Width when Hamburger Menu Appears? #916064

    Hi ColinWalton,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 posts - 29,371 through 29,400 (of 38,331 total)