Viewing 30 results - 138,721 through 138,750 (of 142,818 total)
  • Author
    Search Results
  • #170767

    In reply to: top button no icon

    nop, LayerSlider comes with the theme.
    everything was ok with the icons until last update.
    after last update, comes the problem with the top icon.
    allready try to replace all theme folder but not working.

    #170765

    In reply to: new social icons

    #170764

    Hello!

    We’ll fix this in the next version. If you need a quick solution open up enfold/js/shortcodes.js and replace

    
    		heading.each(function(i)
    		{
    			var thisheading =  $(this), content = thisheading.next(options.content, container);
    
    			if(content.css('visibility') != "hidden")
    			{
    				thisheading.addClass('activeTitle');
    			}
    
    			thisheading.on('click', function()
    			{
    				if(content.css('visibility') != "hidden")
    				{
    					content.slideUp(200, function()
    					{
    						content.removeClass('active_tc').attr({style:''});
    					});
    					thisheading.removeClass('activeTitle');
    
    				}
    				else
    				{
    					if(container.is('.toggle_close_all'))
    					{
    						allContent.not(content).slideUp(200, function()
    						{
    							$(this).removeClass('active_tc').attr({style:''});
    						});
    						heading.removeClass('activeTitle');
    					}
    					content.addClass('active_tc').slideDown(200,
    					
    					function()
    					{
    						//check if toggle title is in viewport. if not scroll up
    						var el_offset = content.offset().top,
    							scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'),10);
    						
    						if(win.scrollTop() > el_offset)
    						{
    							$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target},200);
    						}
    					}
    					
    					);
    					thisheading.addClass('activeTitle');
    					location.replace(thisheading.data('fake-id'));
    				}
    			});
    		});
    

    with

    
    		heading.each(function(i)
    		{
    			var thisheading =  $(this), content = thisheading.next(options.content, container);
    
    			function scroll_to_viewport()
    			{
    			    //check if toggle title is in viewport. if not scroll up
    			    var el_offset = content.offset().top,
    			        scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'),10);
    
    			    if(win.scrollTop() > el_offset)
    			    {
    			        $('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target},200);
    			    }
    			}
    
    			if(content.css('visibility') != "hidden")
    			{
    				thisheading.addClass('activeTitle');
    			}
    
    			thisheading.on('click', function()
    			{
    				if(content.css('visibility') != "hidden")
    				{
    					content.slideUp(200, function()
    					{
    						content.removeClass('active_tc').attr({style:''});
    					});
    					thisheading.removeClass('activeTitle');
    
    				}
    				else
    				{
    					if(container.is('.toggle_close_all'))
    					{
    						allContent.not(content).slideUp(200, function()
    						{
    							$(this).removeClass('active_tc').attr({style:''});
    							scroll_to_viewport();
    						});
    						heading.removeClass('activeTitle');
    					}
    					content.addClass('active_tc').slideDown(200,
    					
    					function()
    					{
                            if(!container.is('.toggle_close_all'))
                            {
                                scroll_to_viewport();
                            }
    					}
    					
    					);
    					thisheading.addClass('activeTitle');
    					location.replace(thisheading.data('fake-id'));
    				}
    			});
    		});
    

    Regards,
    Peter

    I had done just nothing, just replaced the themefolder with the update 2.3.1 – no new plugin, I disabled all – but it is not only my site.
    When I view other ENFOLD websites and look at their blog and the comments there, I don’t see the commentators’ gravatars/images.
    As said above, it is the same with the ENFOLD demo theme.

    It has obviously nothing to do with my own installation, it’s a browser issue.
    When I view my site, the ENFOLD demo or other users’ ENFOLD website – I see everwhere no commentator’s images when I use Firefox 24.0 with Windows 7 prof. 64bit Desktop!

    BEFORE this theme update all was fine – same browser version, same Firewall, even when I deactivate it (F-Secure), no images in in the comments section with Firefox. The error obviously had come with the complete rewrite of the code in update 2.3.(1).

    #170756

    Hey!

    We’ll include a fix in the next update – for now you can use the quick fix I posted here: https://kriesi.at/support/topic/enfold-doesnt-work-in-internet-explorer/#post-170437

    Regards,
    Peter

    #170746

    Teşekkürler :)

    Maalesef olmadı ben Quick css tamamen yazayım size ters bir durum varsa düzeltelim.

    element.style {
    right: -472px;
    }

    Şeklinde görünüyor. Şu ekran kaydına bakabilirsen sevinirim: http://screenr.com/OlFH

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #e1e1e1;
    }
    .image-overlay {
    	background: #e1e1e1;
    }
    .avia-icon-list .iconlist_title {
    	text-transform: none;
    	top: 0px;
    }
    .image-overlay .image-overlay-inside:before {
    	position: absolute;
    	border-radius: 50px;
    	background: #FFF;
    	height: 80px;
    	width: 80px;
    	line-height: 80px;
    	left: 50%;
    	top: 50%;
    	margin: -40px 0 0 -40px;
    	z-index: 500;
    	text-align: center;
    	color: #000;
    }
    .image-overlay .image-overlay-inside:before {
    	background-image: url('http://www.bir-gpanel.com.tr/site/wp-content/uploads/g.png');
    }
    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    	content: "";
    }
    .image-overlay.overlay-type-video .image-overlay-inside:before {
    	content: "";
    }
    #header .mega_menu_title {
    	width: 153px;
    }
    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    	padding: 3px 0px 3px 3px;
    }
    .avia-bullet {
    	border-top: 0px solid transparent !important;
    	border-bottom: 0px solid transparent !important;
    	border-left: 0px solid green;
    }
    .avia_mega_div .avia_mega6 {
    	right: -521px;
    }
    

    Türkiye de misiniz acaba özelden iletişim bilgilerinizi gönderebilir misiniz?

    Saygılarımla.

    • This reply was modified 12 years, 5 months ago by ZirveBilisim.
    #170745

    Hey!

    Probably because of a small js error which just affects IE8 users. Try the quick fix I posted here: https://kriesi.at/support/topic/enfold-doesnt-work-in-internet-explorer/#post-170437

    Best regards,
    Peter

    Hi

    as you said i have create a WordPress admin account

    please check your email

    and please check for these questions also-
    1) https://kriesi.at/support/topic/how-to-customize-google-custom-search/
    2) https://kriesi.at/support/topic/error-message-in-child-themeparent-theme-is-required-in-the-child-theme/

    #170728
    This reply has been marked as private.
    #170727
    bolangi
    Participant

    I’m using WordPress 3.6.1 and get this error:

    LayerSlider: old jQuery issue

    It looks like you are using an old version (1.10.2) of the
    jQuery library. LayerSlider requires at least version 1.7.0
    or newer. If you are using the WordPress version of
    LayerSlider, you can try out the “jQuery Updater” plugin
    from the WP plugin depository. If you don’t know what to do,
    you can write us a private message from our CodeCanyon
    profile page. We need a temporary WP admin account (or a
    temporary FTP account in some cases) to solve this issue.

    I’ll fix this myself if you can give me some hint. I don’t
    find the subroutine that previous posts on this topic
    suggest patching.

    #170719
    bolangi
    Participant

    Hi,

    I’m using WordPress 3.6.1 and get this error:

    LayerSlider: old jQuery issue

    It looks like you are using an old version (1.10.2) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.

    I’ll fix this myself if you can give me some hint. I don’t find the subroutine that the previous post on this topic suggests patching.

    Regards

    #170717
    bolangi
    Participant

    Hi,

    I’m using Enfold with WordPress 3.6.1. I installed the jquery-updater plugin to solve previous version incompatilites. Now I’m getting this error when previewing the layerslider.

    LayerSlider: old jQuery issue

    It looks like you are using an old version (1.10.2) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.

    Although I found a previous post on this topic, I don’t find the source code functions referred to.

    I will be happy to downgrade jquery or patch the Enfold sources. Please let me know what I can do.

    Thanks for your attention.

    #170714

    Hello ace2296!

    Sorry but you need to hire a freelance developer to implement or add the features for you. You can post a feature request here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Ismael

    #170712

    It turns out your code did work on the icon list icons, but not on the icons that are at the top of the icon boxes. Mike.

    #170686

    Hey set_carsten!

    Can you give us a link to the website please? The header on our Enfold 2.3 installation with the same style is not missing any borders. Please add this on your custom.css or Quick CSS:

    #header_main_alternate {
    border-top: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid red;
    }

    Best regards,
    Ismael

    #170675

    Hi ErnstOpusVDesign!

    Please try this plugins:

    http://wordpress.org/plugins/email-this-page/

    http://wordpress.org/plugins/dbwd-send-link/

    Regards,
    Ismael

    #170651

    In reply to: top button no icon

    Hi!

    Did you install the LayerSlider as a stand alone plugin? You have a lot of plugins installed. Please deactivate them. Download the theme again on your themeforest account, look for the config-templatebuilder folder then override your theme files.

    Regards,
    Ismael

    #170647

    In reply to: Double Button

    Hello riatech!

    As far as i know, not for now, feel free to request it here.

    Regards,
    Josue

    #170639

    Thanks, but this wasn’t as simple as it seemed :-(
    Due to the fact, that the search icon is normally at the very right of the main menu and should now appear ABOVE it, but the main menu items should stay at the RIGHT of its container without space, it was hard for me to figure it out. But now it seems to work with this CSS, if someone needs it, too:

    /* Search-Icon next to the social bookmarks */
    #top #header .social_bookmarks li:last-child {
    	border-right-style: solid !important;
        border-right-width: 1px !important;
    }
    #top #menu-item-search {
        z-index: 100;
    	top: -88px;
    }
    #top #menu-item-search a {
        text-decoration: none;
    }
    #header_main {
    position: relative;
    z-index: 9999;
    }
    
    /* Repositioning of the Search-Icon */
    .main_menu ul {
        margin-bottom: 0;
        margin-right: -12px;
        margin-top: 0;
        padding: 0;
    }
    #top #menu-item-search {
        margin-left: -40px;
        top: -86px;
        z-index: 100;
    }
    #top .social_bookmarks {
        float: right;
        margin-right: 27px;
    }

    Result:

    Screenshot

    Then there’s another error:

    When I now reduce the width of my Firefox tab like a mobile view would be, then the search icon is completely away and the social icons on the very top are not centered.

    Screenshot

    #170625

    Ismael, can you please help me with the last piece of this puzzle? The top wave is perfect, but the bottom wave (right below the send us mail form on the site) is mangled.

    Thanks for all your help

    #170619

    Topic: Menu Error

    in forum Enfold
    homemadebyx
    Participant

    You mention that the next update would have the fix for this,
    https://kriesi.at/support/topic/menu-error-2/

    The next update came out but it didn’t have a fix (as you can see in your demo), so i’m going to fix it based on the fix mentioned in the linked post. i’m not using a child menu (i tried but it didn’t work for some reason), so i’m only using the custom CSS file. i’m hoping not to have glitches when i make this site live but would also like to be able to update without having menu issues in the future.. Is my fix going to have issues if or when you include the fix in a future update?

    #170580
    designinside
    Participant

    In an attempt to get the Enfold theme working with NextGen Gallery, I noticed all of my popup images were showing up funky. The Lightbox effect was broken and the user didn’t have navigation options within the gallery.

    I found this article: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/#post-29347 which was a big help. However, the code given for the free version of NextGen Gallery v2.x didn’t work. I think I figured out a better way that appears to work by using the following code under Gallery > Other Options > LightBox Effects > Show Advanced Options > Code:

    class='lightbox' rel='prettyPhoto[%GALLERY_NAME%]'

    If you have run into this issue before, please give this a try to see if it works. In my limited testing, it appears to have fixed my issue site-wide: Click to see the fixed version on my website

    #170575

    Thank you Yigit

    it, works :) But still I do not understand why after deleting some of sample slides it stop working at all, not just stop display this particular deleted slides? And how to get this around?

    Best regards
    Alex

    #170571

    Hi!

    Please add following code to Quick CSS in Enfold theme options

    #footer .av_font_icon { margin-top: 4px; }

    Cheers!
    Yigit

    #170570

    Hi Ismael,

    Thanks for your reply. I’ve tried reloading the homepage with the window resized, and it doesn’t work. The image is still cropped.

    Also I’ve added the top margin, which makes the logo look better, but yes, the logo definitely crops in a smaller window size.

    I would really like to resolve these two issues, and I would appreciate some further help. Otherwise I totally love the theme.

    Thanks for your time,
    – isaac

    #170569

    Hi!

    You can request features here https://kriesi.at/support/topic/enfold-feature-requests/
    I created a new LayerSlider called GMaps and added a page Maps. You can go to LayerSlider and edit that slider.

    Best regards,
    Yigit

    #170559

    Hi Yigit… unfortunately (and this has happened to me before) it’s a password protected site that I can let out because of the content. I’ve done some screenshots of what I’m talking about with notes. Maybe they will help… maybe not… any help is greatly appreciated.

    1. http://i1006.photobucket.com/albums/af188/mdgworld/1_1_zps4c92ba21.jpg

    2. http://i1006.photobucket.com/albums/af188/mdgworld/2_1_zps77c07dac.jpg

    3. http://i1006.photobucket.com/albums/af188/mdgworld/3_1_zps24e366b6.jpg

    4. http://i1006.photobucket.com/albums/af188/mdgworld/4_1_zps02c78032.jpg

    And I’ve added a little to my Quick CSS:

    .content {
    padding-top: 10px;
    padding-bottom: 25px;
    }

    #footer {
    padding: 5px 0 5px 0;
    }

    #top #header .mega_menu_title a:hover {
    text-decoration: none; color: #19458d; }
    #top #header .mega_menu_title a { color: #00aeef;}

    .content, .sidebar {

    padding-top: 15px;

    padding-bottom: 25px;

    }

    .sidebar_left.sidebar {

    text-align: left;

    }

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;}

    #170523
    DavyE
    Participant

    Since I updated to Enfold 2.3 I’ve noticed the 3 navigation buttons of the AJAX protfolio grid just showing “Array”. These buttons were the icons of Previous, Next and Close in the top right of the details page after clicking on an item.

    See at the bottom of this page: http://goo.gl/Lbwln8

    #170475

    In reply to: mobile navigation

    Hey stevemulisa!

    Please do not same topic more than once. Closed.

    Regards,
    Yigit

    #170471
    tonaua
    Participant

    When I expand the top menu the menu items of the list are behind the top menu. I cannot select them.

Viewing 30 results - 138,721 through 138,750 (of 142,818 total)