Viewing 30 results - 235,021 through 235,050 (of 243,759 total)
  • Author
    Search Results
  • #182811

    I still need to keep bread crumbs navigation! See for example:
    Left breadcrumbs display (Knife Sets) is correct: http://kriesi.at/themes/enfold/product-category/knives/knife-sets/
    Left breadcrumbs display (shop) is wrong, it should be the product name “Humo Floss”: http://kriesi.at/themes/enfold/product/humo-floss/
    Hope to solve!
    Thank you very much!
    Blessing happy every day!

    #182809

    Topic: Blog Post Style

    in forum Enfold
    jgoldberg1983
    Participant

    Hi,

    What’s the best way to change my default font style for blog posts?

    Also, I noticed some resources online mentioning font size customizations, etc available in the post toolbar but for some reason these don’t show for me. Is this expected within enfold?

    Many thanks,
    Jonathan

    #182808

    In wordpress3.6.1, 3.7 open enfold Version 2.4.1, turning off all plugins,
    Navigation above or a gap, the gap left text appears “AviaBuilder Version: 0.4 ML :128-PU :26-PLA: 0 ->”
    enfold Version 2.3.2 does not have this problem.

    Hi!

    You can add this as well to hide that option:

    .avia_sidebar_active .avia_shop_option_link {
    display: none;
    }

    Cheers!
    Devin

    #182790

    There is really no way for us to tell you all of the changes that have been made since 1.6 for all of those files.

    Your only real choice I can think of is to update the whole parent theme and then compare each file you’ve modified against the parent.

    #182783

    Hi Josue,

    My apologies. I think i might have changed the URL to improve the SEO rankings.

    Here’s the link:

    http://www.pledgeback.org/trail/programme-selection-types/

    Thanks for your assistance.

    Warm regards

    #182782

    Hi!

    I’m not sure what you mean by the white space issue. The spacing is only ever going to be effected by the size of the image relative to the page.

    Cheers!
    Devin

    #182781

    Hey!

    Please try this on your custom.css or Quick CSS:

    html {
    -webkit-font-smoothing: antialiased;
    }

    Cheers!
    Ismael

    Hi t3lgroup!

    Can you please give us a link to the website? Do you have the latest version of Enfold. Please deactivate all plugins then try again. Post the login details here as a private reply.

    Best regards,
    Ismael

    #182772

    Hi livemx!

    You can choose not to display the Header on single product pages. Edit the product then look for Header Settings > select Don’t display header.

    Best regards,
    Ismael

    This reply has been marked as private.
    #182759

    Hi!

    I tried the plugin that you mentioned and the Total Load Time is 3.0682seconds avg on my end. I have minimal plugins installed.

    Best regards,
    Ismael

    #182732

    Hey Adrian!

    Can you try updating WordPress to 3.7 and Enfold to 2.4.2 ( which was just released ) and let us know if issue remains?

    Best regards,
    Yigit

    #182730

    Hi!

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

    .single-post .template-blog .blog-meta { display: none; }
    .small-preview img, .big-preview img { height: 82px; }

    Best regards,
    Yigit

    #182729

    Enfold is a powerful theme with great features. Thank you for coding it very clean and well! :) However, I don’t think the shopping cart view box that appears briefly in the top right corner, after adding an item to the cart, is enough for people to notice “how” to find their items in the cart.

    FEATURE REQUEST:
    When someone adds a product to the cart, instead of the box appearing in the top right corner for a short moment, have the box to be shown at the center of the screen for a few seconds, and then float to the position of where the cart icon is at on the top right of the page. Can you help me with this? This would draw peoples attention to where it is at and be a great benefit for the shoppers. Perhaps have an option in the theme panel to enable or disable animation for the cart, so others can choose the one to use.

    Will you help by adding this to the next release? I believe it will help a lot with people identifying where the cart and checkout is.

    Thank you again!

    Gary

    #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.
Viewing 30 results - 235,021 through 235,050 (of 243,759 total)