Viewing 30 results - 137,731 through 137,760 (of 142,897 total)
  • Author
    Search Results
  • #182936
    dhruvcasper
    Participant

    Hi,

    I want to hide theme options on top bar when admin user is logged in.

    Please suggest,

    regards

    I tried below changes by yigit but for no help.

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

    li#wp-admin-bar-avia.menupop { display: none!important; }

    Regards,
    Yigit

    #182927

    LOL, maybe I didn’t explain properly.

    Of course, i write
    <h3 style="text-align:center;">Lorem Ipsum</h3>

    But wordpress changes it to
    <h3 style="\"text-align:" center;\">Lorem Ipsum</h3>

    What I want to know is why. And how to stop it.

    #182916
    500Webmaster
    Participant

    Hi, I’m not sure if this is a bug that needs to be worked on or if there is a fix, but I’ve created two different LayerSliders that you can view on the pages below – and they appear fine on Chrome, but when I view them on my Android device, the middle two points of the four points on the right hand side are oddly aligned. I used percentages under “Style” section of each layer to ensure they’re pixel value for “Left” is equal and that they are evenly spaced on the “End Users” page. For example, from “Top”, first point is 45px, second point is 90px, third point is 135px and fourth point is 180px – so they should line up nicely. The homepage’s pixels are only slightly off to make it appear even on Chrome, but exact same misalignment issues on Android. I’m not sure how they display on iOS – is there a solution for this?

    http://siptrunkplus.com/
    http://siptrunkplus.com/end-users/

    Thanks

    #182914
    Michael Oeser
    Participant

    Hi there,

    I recognized a strange thing when I have 3 1/3 column elements and each element contains a team member element. See screenshot.

    https://dl.dropbox.com/s/j2bdo858pqxvtqr/index.html

    The team member in the middle (well, it´s me) doesn´t fit into the row. Same image size as all others. The reason seems to be that the two left and right have a top margin at the section with the css class .avia-team-member and my image has not. Now it becomes funny: When open the two team members left and right and save them (without doing anything else) they fit again and the top margin is gone.

    So obviously there is a small bug. Any idea? If you need more details, screenshots etc. let me know. I´m happy to help ;-)

    #182905

    A bit difficult actually. For instance, 5 minutes ago I was using Chrome and webfont stopped showing correctly, I refreshed the page and everything went fine. Then I added a post, viewed the page and backend top bar disappeared (so I needed to add wp-admin again). Maybe it’s something concerning with W3 Total Cache, I don’t know. Minor issues, but quite annoying.

    #182891
    dmaca
    Participant

    Hello guys,

    I noticed to many request for ‘browserconfig.xml’ recently.

    Brief research showed that it is caused by Windows 8 / 8.1 visitors. Their system sends request for such file… in order to use it for windows fancy tile desktop.

    Is it possible to include into the theme such ‘browserconfig.xml’ generator… so they could enjoy bookmarking Kriesi-themed sites???

    Kind Regards,
    Denis

    #182870

    Hey!


    @claudernest17
    – yes, but if you use the “Default Editor” WordPress will use the default page.php template. If you modify it (like described here: https://kriesi.at/support/topic/enfold-comments-on-pages/ ) WordPress should show the comment form at the end of the page after the page content. If you activate the “Advanced Layout” editor WordPress will not use the pagephp template and the comments won’t work at all.


    @grpetz
    – we plan to implement it with one of the next theme updates but we didn’t look into it yet. In fact we can’t even promise this feature because we may stumble over technical problems which we can’t solve.

    Best regards,
    Peter

    #182839

    Hi Rohan!

    You could use a specialized plugin for that: http://wordpress.org/plugins/contact-form-7/

    Or if you want to stick to the built-in one, take a look at this topic: https://kriesi.at/support/topic/mail-subject/

    Regards,
    Josue

    #182826

    Hi mgma!

    It is possible, be sure to request it here :)

    Cheers!
    Josue

    #182822

    In reply to: Mini heading in Page

    Hey!

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

    .page-id-2528 .main_menu { display: none; }
    .page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 16px; }

    That will remove main menu and increase font-size, padding and position of sub-menu only on “18th-aapsw-2014” this page. For other pages you need to add page ID’s to custom css as well

    Regards,
    Yigit

    #182814
    Michae1
    Participant

    I know this is not currently a feature in Enfold (per the original thread here : https://kriesi.at/support/topic/social-icons-set-hover-text/ ) but I need to add it anyway for a client :) So could you point me in the right direction of what file to edit, or perhaps a plugin? Thank you.

    #182801

    In reply to: Icon font are garbled

    Hi

    I tested it on latest Chrome, Firefox, and Safari.
    And I stopped any plugin and test it again, but it’s same.

    Thanks

    #182784
    toastedpenguin
    Participant

    Hi there

    It’d like to remove the / uncategorized / from the breadcrubs navigation bar near the top of the page. How do I achieve that?

    http://christarpey.com/this-is-a-nice-post/

    Thanks in advance

    Chris

    #182750

    Hey!

    Please try this:

    .bottle{
    display: none;
    width: 153px;
    height: 737px;
    position: absolute;
    left: 75px;
    top: 54px;
    z-index: 1000;
    }
    
    .home .bottle{
    display: block !important;
    width: 153px;
    height: 737px;
    position: absolute;
    left: 75px;
    top: 54px;
    z-index: 1000;
    }
    

    Best regards,
    Ismael

    #182739

    In reply to: Mini heading in Page

    Hi! So Iv’e chosen one of the headers with ‘additional navigation’ and the additional navigation appears at the top of the screen, is it possibe for the additional navigation to be under the main header and to only be available on certain pages?
    Thanks!

    #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

    #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

    #182700

    Hi Peter, thanks for your reply. It works, but since the image is added in header.php the image appears in all the rest of the pages, just without the css class. I tried adding a display: none to an extra class without .home in front but then the bottle disappeared everywhere. I’m missing something here. Hope you can help. This is what I tried:

    .home .bottle{
    width: 153px;
    height: 737px;
    position: absolute;
    left: 75px;
    top: 54px;
    z-index: 1000;
    }
    .bottle{
    display: none;
    width: 153px;
    height: 737px;
    position: absolute;
    left: 75px;
    top: 54px;
    z-index: 1000;
    }

    Best regards
    /Michael

    #182692

    Hi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.page-id-16051 #header {
    display: none;
    }
    

    Regards,
    Devin

    #182684

    Hey dreirad!

    1) Did not understand, sorry :/
    2) Please refer to this post https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730 and let us know if issue remains

    Best regards,
    Yigit

    #182672

    You are welcome :)

    Cheers!
    Josue

    #182665

    That worked. Thanks!

    #182663

    Hi,

    Try with this one instead:

    .single-post .post-entry .big-preview{ display: none !important; }

    Regards,
    Josue

    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

    #182659

    Hi Josue,

    That code didn’t work. When I pasted that in, it removed the featured image from my blog roll. What I am trying to do is set a featured image that won’t show up on the actual blog post, but rather just in the blog roll. I am using a different image as a header image for the blog post so haven’t two images at the top of the blog post is not right.

    Any help on this?

    #182655
    optizign13
    Participant

    Hi

    For the DROP DOWN on my website, I want to highlight the current page I am on with a different color or make it bolder.

    http://optizign.org/sitepreview/personaltouchdental.com/

    The TOP MENU currently has this however if I am on a page within the DROP DOWN it doesn’t highlight the current page.

    #182648

    Topic: Can't Click Menu Item

    in forum Enfold
    indigokj
    Participant

    We have this site in development: test.dorianagency.com.
    There is a sub-menu item under the About Us link (top menu). When we try to click on the link for “Meet the Team”, we are unable.
    This is in Windows 7 using Firefox 24.0.

    • This topic was modified 12 years, 5 months ago by indigokj.
    #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

    Hi lifeb00th!

    1) I am not sure if i understood you clearly. Can you post a screenshot?
    2) Please see this post https://kriesi.at/support/topic/footer-edit/#post-182430

    Regards,
    Yigit

Viewing 30 results - 137,731 through 137,760 (of 142,897 total)