Forum Replies Created

Viewing 30 posts - 13,351 through 13,380 (of 14,834 total)
  • Author
    Posts
  • in reply to: Layerslider causing sidebar to show under content #360979

    Hi cryptoking!

    Go ahead and update the login to administrator and let us know if we can deactivate your plugins while testing.

    Cheers!
    Elliott

    in reply to: Layerslider alt tags missing. #360978

    Hi hubbdesign!

    When editing the layer click on the “Attributes” tab and you can add some alt text in.

    Best regards,
    Elliott

    Hey!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.

    After doing those two steps send us a link and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Contact Form #360972

    Hi!


    @Nello83
    , I sent you a test email. Make sure to double check your email address for typos and check your spam folder.


    @royaltask
    , Are you sure your using the latest version of Enfold? (3.0.4) Send us a link and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Enfold 3.0.4 – Share icons at bottom of post not showing #360971

    Hey!

    The social share box has only been displayed in the single post view. It would need a lot of customization to be placed in the blog.

    There are lots of plugins out there you can try though, https://wordpress.org/plugins/search.php?q=social+share.

    Cheers!
    Elliott

    in reply to: Sidebar after content in mobile version #360966

    Hey!

    If you add the 1/4 columns inside the 3/4 then it should function how your wanting. Or you could just use a regular sidebar. They are disabled on mobiles by default but you can change that in Dashboard > Enfold > Sidebar Settings and have it display beneath your main content.

    Best regards,
    Elliott

    • This reply was modified 10 years, 3 months ago by Elliott.
    in reply to: Adobe Typekit Fonts #360964

    Hey leosimo!

    Try adding this to the bottom of your functions.php file.

    add_filter( 'wp_head', 'enfold_customization_add_scripts' );
    function enfold_customization_add_scripts(){
    ?>
    insert your code here
    <?php
    }

    Cheers!
    Elliott

    in reply to: Disable cart in mobile view #360955

    Hi jansiv!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 959px) {
    .cart_dropdown { display: none !important; }
    }

    If that’s not working then send us a link to the exact page of your shop.

    Regards,
    Elliott

    in reply to: Disable all fades #360954

    Hey!

    Actually the slideshow will display as soon as the images are downloaded. Try waiting a few seconds before you start scrolling and you’ll see it should be displayed.

    Regards,
    Elliott

    in reply to: Mega Menu not working after update to Enfold 3.0.4 #360945

    Hi!

    Not sure what’s going on there. There is a javascript variable which isn’t picking up the correct value. I tried some custom CSS but it’s not being applied either.

    Let’s try the following.

    1. Deactivate all plugins.

    2. Create a backup and then completely delete the theme before downloading + uploading a fresh copy from themeforest.

    Let us know what happens after doing those two steps.

    Regards,
    Elliott

    in reply to: Advanced Layer Slider not working #360928

    Hi avraamd!

    Your getting some javascript errors. Try deactivating your minify plugin to see if it’s causing the errors.

    Regards,
    Elliott

    in reply to: Only Error with SSL #360926

    Hi Erdoğan!

    Deactivate all plugins and send us a link and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Gallery Layout #360919

    Hey!

    So your trying to create a masonry gallery but with 2 columns correct? The first option you listed, (a), is what your wanting. You can select 2 columns in the shortcode settings and as many images as you want to display.

    Regards,
    Elliott

    Hey avivitgolanschutz!

    It would take a lot of changes and would have to be considered custom work. I don’t know if gravity forms has this feature or not but you can check with them, http://www.gravityforms.com/.

    As an alternative you could consider placing three contact forms in a tab shortcode and have the user select which tab to send to.

    Cheers!
    Elliott

    in reply to: Avia and LayerSlider elements not indexed #360913

    Hi arotterx!

    The plugin says it does not see it but Google still can. Try using the google webmaster tools, https://support.google.com/webmasters/answer/6066467?hl=en, to check how google views your page.

    Best regards,
    Elliott

    in reply to: Newest update added bars to embedded videos #360909

    Hey!

    You shouldn’t be seeing any black bars anymore. It looks fine on my end so try clearing your browser cache.

    Regards,
    Elliott

    in reply to: Page Editing Issues #360906

    Hi Jessica!

    1. Try deactivating all of your plugins to see if it fixes it. Does it happen in the default theme as well?

    2. This is only happening in preview? Does it look fine when it’s published?

    3. I’m not sure I understand. Go ahead and take a screenshot and highlight what is going on so we can get a better idea. Send us a WordPress login also.

    Best regards,
    Elliott

    in reply to: Disable Hide Background for Parallax while on Mobile #360903

    Hey!

    I changed the CSS around. Try deactivating all of your plugins and then clear your browser cache to see what happens.

    Best regards,
    Elliott

    in reply to: Sidebars not working since WP and ENFOLD upgrade #360892

    Hey uychkinnear!

    I logged in and looked around your pages but all of the sidebars appear to be displaying in the correct positions. Did you get this sorted?

    If your still having problems then try clearing your browser cache and take a screenshot of what your seeing.

    Best regards,
    Elliott

    in reply to: Carriage Return or LineFeed Not Working Consistently #360889

    Hi CharlieTh!

    Hmm, when you press enter in a textblock it should be creating paragraphs on the front end. Try deactivating all of your plugins and then create a new textblock and save to see what happens.

    You can also use a codeblock element and add the paragraphs in manually if you wish.

    <p>A paragraph</p>
    <p>Another paragraph</p>

    Regards,
    Elliott

    in reply to: Custom Menu items #360888

    Hi a00109943!

    It would be easiest to just use the default menu and give it some CSS to make it big like that. You can add a <br /> tag in the navigation labels to do a line break.

    Keep in mind how you want it to display on mobiles too. What your trying to do would not play well responsively.

    Regards,
    Elliott

    Hi awebusiness!

    It looks like the CSS your using is this?

    div.flex_column.av_one_third, #top #main .sidebar.sidebar_right {
        background: url("http://www.awebusiness.com/wp-content/uploads/2014/11/right_panel_bg.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        min-height: 2000px;
        padding-bottom: 100px;
    }

    Try seeing the min-height to 3000.

    Regards,
    Elliott

    in reply to: Preview Button Not Working #360872

    Hey iaam2m!

    Try creating at least one post. I think that will get rid of the javascript error your getting.

    Best regards,
    Elliott

    in reply to: Enfold Fullscreen Slider Caption Title style edit #360857

    Hi doug123!

    Try adding this to your custom CSS.

    .avia-caption-title { text-transform: none !important; }
    

    Regards,
    Elliott

    in reply to: Enfold Multilanguage with WPML #360855

    Hey bereniceit!

    Are you talking about the LayerSlider? You should be able to just create two slideshows and then translate the page your using them on.

    I found this topic which may help, https://kriesi.at/support/topic/how-to-translate-and-display-layerslider-wp-with-wpml/.

    Regards,
    Elliott

    • This reply was modified 10 years, 3 months ago by Elliott.
    in reply to: Firefox: Erratic/jumpy portfolio sorting animation #360846

    Hey!

    Alrighty I see it now. What happens when you delete lines 114 – 264 in /enfold/js/avia.js?

    // -------------------------------------------------------------------------------------------
    // modified SCROLLSPY by bootstrap
    // -------------------------------------------------------------------------------------------
    
      function AviaScrollSpy(element, options)
      {
    	var self = this;
      
    		var process = $.proxy(self.process, self)
    		  , refresh = $.proxy(self.refresh, self)
    		  , $element = $(element).is('body') ? $(window) : $(element)
    		  , href
    		self.$body = $('body')
    		self.$win = $(window)
    		self.options = $.extend({}, $.fn.avia_scrollspy.defaults, options)
    		self.selector = (self.options.target
    		  || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
    		  || '')
    		
    		self.activation_true = false;
    		
    		if(self.$body.find(self.selector + "[href*=#]").length)
    		{
    			self.$scrollElement = $element.on('scroll.scroll-spy.data-api', process);
    			self.$win.on('av-height-change', refresh);
    			self.$body.on('av_resize_finished', refresh);
    			self.activation_true = true;
    			self.checkFirst();
    			
    			setTimeout(function()
    			{
    				self.refresh()
    				self.process()
    				
    			},100);
    		}
    	
      }
    
      AviaScrollSpy.prototype = {
    
    	  constructor: AviaScrollSpy
    	, checkFirst: function () {
    	
    		var current = window.location.href.split('#')[0],
    			matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');
    	}
    	, refresh: function () {
    	
    	if(!this.activation_true) return;
    	
    		var self = this
    		  , $targets
    
    		this.offsets = $([])
    		this.targets = $([])
    
    		$targets = this.$body
    		  .find(this.selector)
    		  .map(function () {
    			var $el = $(this)
    			  , href = $el.data('target') || $el.attr('href')
    			  , hash = this.hash
    			  , hash = hash.replace(/\//g, "")
    			  , $href = /^#\w/.test(hash) && $(hash)
    			 
    			return ( $href
    			  && $href.length
    			  && [[ $href.position().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]] ) || null
    		  })
    		  .sort(function (a, b) { return a[0] - b[0] })
    		  .each(function () {
    			self.offsets.push(this[0])
    			self.targets.push(this[1])
    		  })
    		  
    	  }
    
    	, process: function () {
    		
    		if(!this.offsets) return;
    		
    		var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
    		  , scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
    		  , maxScroll = scrollHeight - this.$scrollElement.height()
    		  , offsets = this.offsets
    		  , targets = this.targets
    		  , activeTarget = this.activeTarget
    		  , i
    
    		if (scrollTop >= maxScroll) {
    		  return activeTarget != (i = targets.last()[0])
    			&& this.activate ( i )
    		}
    
    		for (i = offsets.length; i--;) {
    		  activeTarget != targets[i]
    			&& scrollTop >= offsets[i]
    			&& (!offsets[i + 1] || scrollTop <= offsets[i + 1])
    			&& this.activate( targets[i] )
    		}
    	  }
    
    	, activate: function (target) {
    		var active
    		  , selector
    
    		this.activeTarget = target
    
    		$(this.selector)
    		  .parent('.' + this.options.applyClass)
    		  .removeClass(this.options.applyClass)
    
    		selector = this.selector
    		  + '[data-target="' + target + '"],'
    		  + this.selector + '[href="' + target + '"]'
    
    		active = $(selector)
    		  .parent('li')
    		  .addClass(this.options.applyClass)
    
    		if (active.parent('.sub-menu').length)  {
    		  active = active.closest('li.dropdown_ul_available').addClass(this.options.applyClass)
    		}
    
    		active.trigger('activate')
    	  }
    
      }
    
     /* AviaScrollSpy PLUGIN DEFINITION
      * =========================== */
    
      $.fn.avia_scrollspy = function (option) {
    	return this.each(function () {
    	  var $this = $(this)
    		, data = $this.data('scrollspy')
    		, options = typeof option == 'object' && option
    	  if (!data) $this.data('scrollspy', (data = new AviaScrollSpy(this, options)))
    	  if (typeof option == 'string') data[option]()
    	})
      }
    
      $.fn.avia_scrollspy.Constructor = AviaScrollSpy
    
      $.fn.avia_scrollspy.defaults = {
    	offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),
    	applyClass: 'current-menu-item'
      }
    

    Best regards,
    Elliott

    in reply to: Different Text Behaviour on Lightbox #360819

    Hey heufti65!

    The default masonry shortcode will link to your posts and not open in lightbox. If your talking about the masonry gallery though then there is an option to open those photos in lightbox and if you add a caption to the images then they will display in the lightbox as well.

    I viewed your links but I didn’t see any masonry elements there.

    Cheers!
    Elliott

    in reply to: Google Map & Video on archive page #360338

    Hi Pearwcz!

    We do not support third party plugins but we try and help our customers as much as possible. Send us a link to the page and deactivate all other plugins and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Something wrong with header area. #360337

    Hi Lene!

    It seems to look fine on my end. Did you get this sorted? If you want to decrease it a bit more then try adding this to your custom CSS.

    .html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 25px !important; }
    

    Cheers!
    Elliott

    Hey!

    So those shortcodes you are using are from a plugin? Have you considered using our blog shortcode? We can give you some CSS to make it look similar to that.

    Regards,
    Elliott

Viewing 30 posts - 13,351 through 13,380 (of 14,834 total)