Viewing 30 results - 235,561 through 235,590 (of 244,284 total)
  • Author
    Search Results
  • #182727

    Hey!

    Looks like WPML and LayerSlider is not compatible with each other yet. You can create a different slider for each language.

    http://wpml.org/forums/topic/how-to-translate-layerslider-wp-text/

    Best regards,
    Ismael

    #182726

    Thank you for the reply Ismael. I do use Cloudflare pro plan and the rocket loader feature for our site. We are also moving from a shared server to VPS, so I believe that will definitely help. I have tried W3 Total Cache, but not with too much success yet on the shared server.

    Can you tell me how fast the theme should respond on the average so I can have a guideline to work up to? I appreciate the clean coding in this theme, as I had one from another company on themeforest that was really bad, way too many http requests and database queries happening with that one. Thank you to the programmers on this Enfold theme. Great job!

    Thanks again. Gary

    #182724

    Hi grpetz!

    1) You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
    2) Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .cart_list.product_list_widget { display: none; }

    Best regards,
    Yigit

    #182714

    Hey grpetz!

    You can use cache plugins like W3 Total Cache and WP Super Cache to improve page speed. Use minify plugins like Better WordPress Minify to opmitize scripts. Use less third party plugins as much as possible.

    Cheers!
    Ismael

    Hi quike!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open postslider.php file and find following code (should be on 334th line)
    http://i.imgur.com/bLlLzMN.jpg
    cut it and paste it right above following line which should be on 359th line

                        $output .= "</div>";
                        $output .= '<footer class="entry-footer"></footer>';

    That will move thumbnail to bottom.
    You are going to need to hire a freelance developer if you really need to add transition effects as it is not that easy pull off.

    Best regards,
    Yigit

    #182703
    This reply has been marked as private.
    #182695

    Hey!

    Glad that fixed! You can simply add your Google Analytics code in Enfold theme options http://i.imgur.com/cP0Aqj7.jpg

    Best regards,
    Yigit

    @maratino Thanks for the tip. I will add one thing here to your post. IE 8 can have issues with max-width. It may not happen with your code, but folks should be aware of some max-width issues with IE 8. Usually it’s with an element with overflow:hidden. And for sure it has issues with < img > max-width when the widths and heights are specified. In that scenario it works in compatibility mode, but not in standard mode. There are additional oddities with IE 8 that a Google search will highlight as well. I share this tidbit so that if someone has weird things happening in IE 8, they might want to take a gander at max-width. It has troubled us on many occasions.

    Having said that, we have definitely experienced some issues with some max-width properties in Enfold. I’ve meant to bring it up, but haven’t had the time. Perhaps I might start a separate thread, but specifically, in the base.css file, there is a global property on < img > with max-width set to 100%. It’s near line 150ish (I’m recalling this from memory). We have some dynamic content being inserted into areas of Enfold with Ajax and callbacks, and the max-width property is not recognized in IE 8. No image renders in the browser. This is a separate matter for another thread, but I thought I would bring it up as an example just in case some folks experience some odd issues in IE 8.

    #182674

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .header_color .social_bookmarks a { color: white; }

    Regards,
    Yigit

    websitegurus
    Participant

    There have been some requests for being able to place a Masonry Gallery on a color section layout element in the Avia Layout Builder.
    I have a solution, and it’s not terribly difficult, but it requires some diligence to manage the gallery with updates and your ability to edit short codes directly. If you are not comfortable with this, DO NOT try this at home. You will/might loose all the code for your Masonry gallery and will have to rebuild it again in Avia Layout Builder. A bummer. You’ve been warned. :-)

    Here is what worked for me to achieve a framed gallery that is a default 1000px wide centered in the main content area and browser window. The code below produces the screen capture attached. The key thing that makes it work is wrapping the Masonry Short code inside a DIV and manually pasting the Masonry shortcode inside [ av_one_full first ]
    You will have to do this in the editor directly after you have built your Masonry gallery in the Avia Layout Builder.

    
    [av_section color='main_color' custom_bg='#433A08' src='' attachment='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow' id='']
    [av_one_full first]
    <div>
    [av_masonry_gallery ids='38,39,37,36,35,34,13' items='24' paginate='pagination' size='fixed masonry' gap='large' overlay_fx='' caption_elements='title excerpt' caption_display='on-hover' container_links='active' id='' custom_class='noLightbox floatbox naked fbsquarecorners']
    </div>
    [/av_one_full]
    [/av_section]  
    
    

    Ignore the custom_class settings above. They are for the site here, not yours. Leave it blank, unless you have special classes assigned to your Masonry Gallery. 99% of the folks will probably not have any, so don’t worry about it.

    HERE’s the CATCH! The caveat is If you go back and edit your Masonry Gallery with the Avia Layout Builder at a later date, the edits to your manually added DIV wrapper will be overwritten when you save the revised Masonry Gallery with the Avia Layout Builder. This is either a bug, or done by design. I don’t know. So keep all of the template structure and code cut and pasted as a backup inside a text editor. When you have revised your gallery, overwrite your new short code revisions by pasting them inside the [ av_one_full first
    tags in backup file.

    Please realize this is not an official way to edit the Masonry gallery, so if you have issues, you are probably on your own with regards to support. Try it. If it works for you great. If not, Oh well :-(
    Good luck.

    Masonry Capture

    #182658

    Hi!

    If you have not made changes on theme files, you will not lose your settings. They are saved in your database and your settings will remain the same as theme name is the same

    Regards,
    Yigit

    #182654
    This reply has been marked as private.
    #182647

    Hey!

    It is done: http://greaterclarity.staging.wpengine.com/ (hosted on WPengine)

    I modified js/avia.js, replaced this (431-490):

    	   elements.each(function(e)
           {
                var link      = $(this), current = link.find('img:first');
    
                if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0});
                if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0});
                if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0});
    
                if(current.hasClass('alignnone'))
                {
                   link.addClass('alignnone').css({margin:0, padding:0});;
                   if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }
                }
            });
    
    		elements.on('mouseenter', function(e)
    		{
    			var link  		= $(this),
    				current	 	= link.find('img:first'),
    				url		 	= link.attr('href'),
    				span_class	= "overlay-type-video",
    				opa			= link.data('opacity') || 0.3;
    
    			overlay = link.find('.image-overlay');
    
    			if(!overlay.length)
    			{
    				if(current.outerHeight() > 100)
    				{
    				if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = ""; }
    				if(!link.css('position') || link.css('position') == 'static') { link.css({position:'relative', overflow:'hidden'}); }
    				if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'block'}); }
    
    				if(url)
    				{
    					if( url.match(/(jpg|gif|jpeg|png|tif)/) ) span_class = "overlay-type-image";
    					if(!url.match(/(jpg|gif|jpeg|png|\.tif|\.mov|\.swf|vimeo\.com|youtube\.com)/) ) span_class = "overlay-type-extern";
    				}
    
    				overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);
    				}
    			}
    
    			if(current.outerHeight() > 100)
    			{
    				overlay.css({left:current.position().left + parseInt(current.css("margin-left"),10), top:current.position().top + parseInt(current.css("margin-top"),10)})
    					   .css({display:'block','height':current.outerHeight(),'width':current.outerWidth()}).stop().animate({opacity:opa}, 400);
    			}
    			else
    			{
    				overlay.css({display:"none"});
    			}
    
    		}).on('mouseleave', elements, function(){
    
    			if(overlay.length)
    			{
    				overlay.stop().animate({opacity:0}, 400);
    			}
    		});

    With this (431-479):

    elements.each(function(e)
           {
                var link        = $(this),
                    current     = link.find('img:first'),
                    url         = link.attr('href'),
                    span_class  = "overlay-type-video",
                    opa         = link.data('opacity') || 0.3;
    
                if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0});
                if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0});
                if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0});
    
                if(current.hasClass('alignnone'))
                {
                   link.addClass('alignnone').css({margin:0, padding:0});;
                   if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }
                }
    
                overlay = link.find('.image-overlay');
    
                if(!overlay.length)
                {
                    if(current.outerHeight() > 100)
                    {
                    if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = ""; }
                    if(!link.css('position') || link.css('position') == 'static') { link.css({position:'relative', overflow:'hidden'}); }
                    if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'block'}); }
    
                    if(url)
                    {
                        if( url.match(/(jpg|gif|jpeg|png|tif)/) ) span_class = "overlay-type-image";
                        if(!url.match(/(jpg|gif|jpeg|png|\.tif|\.mov|\.swf|vimeo\.com|youtube\.com)/) ) span_class = "overlay-type-extern";
                    }
    
                    overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);
                    }
                }
    
                if(current.outerHeight() > 100)
                {
                    overlay.css({left:current.position().left + parseInt(current.css("margin-left"),10), top:current.position().top + parseInt(current.css("margin-top"),10)})
                           .css({display:'block','height':current.outerHeight(),'width':current.outerWidth()}).stop().animate({opacity:opa}, 400);
                }
                else
                {
                    overlay.css({display:"none"});
                }
    
            });

    Final file: http://greaterclarity.staging.wpengine.com/wp-content/themes/enfold/js/avia.js?ver=1

    Cheers!
    Josue

    #182642

    Hey!

    Please update your theme to version 2.4.1 you are currently using version 2.0.1. Let us know if issue remains after the update
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Yigit

    #182638
    This reply has been marked as private.
    #182617

    In reply to: avia cart buttons

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    a.button.product_type_simple { display: none; }

    Cheers!
    Yigit

    #182600

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .responsive #top .avia-post-nav {
    display: block;
    }

    Regards,
    Yigit

    #182594

    In reply to: iPhone Fuzzy Blog Text

    Hey Jonathan!

    Please refer to this post https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164007
    and let us know if issue remains

    Regards,
    Yigit

    #182591

    Hey!

    It should appear on all pages if you are using a header type with social icons. Can you post the link to your website?

    Regards,
    Yigit

    #182586

    In reply to: breadcrumb zu lange

    Hi gmmediadienste!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { left: -3px ; margin-top: 15px; }
    .title_container { height: 65px; }

    Should look like this http://i.imgur.com/SDf2fLk.jpg

    Best regards,
    Yigit

    #182583

    Hey waveseven!

    Tested with Enfold 2.4 / WP 3.6, it appears to work:

    Can you post a screenshot of your view?

    Best regards,
    Josue

    #182572

    Hey neotemplates!

    I think it would be a lot faster if you hire someone from http://www.microlancer.com/ or https://codeable.io/

    Cheers!
    Yigit

    #182571
    awsystems
    Participant

    I’ve found a couple of posts here on how to disable the lightbox feature for images in the Enfold theme – I’ve commented out the two lines in the avia.js file (lines 53 & 54) and actually commented out the entire Lightbox activation function (at line 450). I cleared the site’s cache as well as the local cache and the lightbox is still showing. Is there another update that I need to make i order to turn this off?

    Thanks!

    #182567

    In reply to: Mini heading in Page

    Hey!

    You can choose to display one of the header types that displays additional navigation in Enfold theme options under Header tab. Then we can post the link to your website and we can provide you CSS code to make it fullwidth

    Regards,
    Yigit

    #182565

    Hi serverlift!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    #top input[type="text"] { margin-bottom: -5px; }

    Cheers!
    Yigit

    #182562

    Topic: Nexus 7 and enfold

    in forum Enfold
    friendlier
    Participant

    My Enfold build isn’t rendering properly on the Nexus 7 – here’s the page in landscape and portrait. (

    http://bikramgreenvalley.com/sandbox/on-nexus-7/

    (The little guy isn’t part of the site – he just popped up via Facebook as I was screenshooting)

    Can you give me some guidance on how to fix this?

    Best

    Simon

    Hi!

    I don’t think so, the latest version of Enfold (2.4.1) was released October 22, please update it first to see if things get fixed.

    Best regards,
    Josue

    #182546

    Topic: bbpress and BBLANG

    in forum Enfold
    alvimita
    Participant

    Dears,
    I searched the forum but couldn’t find any way to edit the language of bbpress in Enfold.

    I have uploaded in ftp (plugins/bbpress/languages/ the .mo and .po files, I went to the themes/enfold/config-bbpress to modify the config.php file. In there I don’t see any reference regarding to BBLANG as mentioned in the tips provided by bbpress. What am I missing?

    Well, that’s a start. But not completely there. So, I decided to dive in myself. To make the entire .avia-icon-list-container take up less content area requires substantially more CSS involving edits to the children H4, P, line-heights, margins and various other things. It’s a matter of taste and you will have to fiddle with several things to make it work for your site. I offer some code snippets and comments to aid you in doing what you want, along with before and after screen captures to see what the results will look like. I am not completely sold on what I made here and think it can be tweaked more, but it should give you the nuts and bolts to get the job done for your site. Please note that .page-id-734 class relates to my installation here. Your mileage may vary. You may want to change things globally, or perhaps you can make a Class wrapper to selectively control specific Icon Lists within the Icon List page editor. Enable the custom CSS Class settings in your functions.php file in your child theme for the latter. Search this site for the code block to enable that feature.

    In my opinion, there should be some options on the back-end for doing this automatically as mentioned in my previous post above. If you folks at Kriesit.at want to use this code base as a baseline for improving a more automated method, I think folks will welcome it.

    Cheerios and good luck.

    
    .page-id-734 .avia-icon-list LI
    {
       /*
       margin-top: minus top property tightens up the spacing between each topic item
       margin-left: minus left property shifts the entire icon list container back to the left due to the margin-left settings in .iconlist_icon that recentered the dotted lines
       */
    	margin: -20px 0 0 -17px;
    }
    .page-id-734 .avia-icon-list .iconlist_icon
    {
    	height: 40px;
    	width: 40px;
    	font-size: 22px;
    	line-height: 40px;
       /*
       margin-left:  Important to do here -  recenters the dotted line
       margin-right: gives space right of the circle for adjacent text
       */
    	margin: 0 30px 0 13px;
    }
    .page-id-734 .avia-icon-list-container .iconlist_content
    {
    	font-size: 12px;
    	/*
      line-height: tightens up paragrapgh content under the item heading
      */
    	line-height: 17px;
    }
    .page-id-734 .avia-icon-list-container H4
    {
    	/*
      Resizes the Item Heading
      */
    	font-size: 13px;
    }
    
    

    Screen Capture Of Icon List Before Edits

    Screen Capture Of Icon List After Edits

    #182542

    Hey weathertight!

    Looks like your enfold.css is not working correctly, do the following: rename that file via FTP (enfold_old.css) and try to generate it again from the ‘Enfold > Styling’ page.

    Regards,
    Josue

Viewing 30 results - 235,561 through 235,590 (of 244,284 total)