Viewing 30 results - 224,971 through 225,000 (of 244,163 total)
  • Author
    Search Results
  • #243680

    In reply to: Enfold Showcase

    Our latest custom designed website using this awesome theme > Oculus ID.

    However, we struggling to make the background pictures respond in mobile view. Any suggestions?

    This reply has been marked as private.
    This reply has been marked as private.
    #243670

    Yigit,

    Thank you for your help. But I cannot find the “mobile menu” section anywhere. Are we talking about the “Enfold” theme?

    No “moblie menu” that I can see.

    #243666
    justhere
    Participant

    So this is the first template that I ever purchased and I’m fairly new to wordpress… When I imported the theme to my wordpress I got these messages.

    Failed to load resource: the server responded with a status of 404 (Not Found)
    http://www.domain.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2

    Failed to load resource: the server responded with a status of 404 (Not Found)
    http://www.domain.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2

    Failed to load resource: the server responded with a status of 404 (Not Found)
    http://www.domain.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2#entypo-fontello

    Anybody know what to do? Sorry if this is the wrong place, it seems to be the only way to get support for the theme?

    This reply has been marked as private.
    #243658

    Hey britorthopaedic!

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

    @media only screen and (max-width: 989px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 35%;
    }}

    Best regards,
    Yigit

    #243657
    This reply has been marked as private.
    #243653

    Merhabalar

    Dezavantajlardan bazıları, blog detay sayfasında önizleme resmi kaybolur, gönderinin başlığı önizleme resminin altında değil header kısmının sol tarafında olur, blog gönderilerine yorum atamazsınız, benzer postlar görüntülenmez. Aklıma ilk gelenler bunlar

    Edit: Ayrıca bu bölüme göz atmanızı öneririm http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    Bloglarınızı her hangi bir sayfada oluşturup shortcodeları kopyalayabilirsiniz bu modu aktif ederek

    Best regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.
    #243652

    Hey!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px

    Best regards,
    Yigit

    #243651

    Hi infoept!

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

    @media only screen and (max-width: 990px) and (min-width: 767px) {
    .avia-content-slider .slide-entry {
    width: 48%;
    }}

    Regards,
    Yigit

    #243646

    In reply to: Header / Menu

    Hey Finlando!

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

    #top .social_bookmarks li, #header_main { border: none !important; }

    Best regards,
    Yigit

    #243644

    Hi Pat

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and change to it 990px

    Regards,
    Yigit

    #243643

    Hey fixedopsinsight!

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

    .main_color {
    background-image: url(https://yourdomain.com/brick-pattern.jpg);
    }

    Best regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.
    #243641

    Hi stefkant!

    I checked your website on IE8 mode on Win7 and it does show up fine. Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .logo img { width: auto; }

    Also, you are using an older version of the theme. Please update and check if that helps http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #243627

    In reply to: Blog Comments

    Hey jbennettrhycom!

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

    .comment_meta_container, .comment_container { display: none !important; }

    Best regards,
    Yigit

    #243619

    Hey D5WDesignGroup!

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

    #top .avia-logo-element-container .slide-entry {
    padding: 0;
    }

    If that does not work, please post the link to your website and point out the section

    Best regards,
    Yigit

    #243618

    Hey Jane!

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

    .image-overlay {
    background: transparent;
    }
    .image-overlay .image-overlay-inside:before { background-color: red !important; }

    Cheers!
    Yigit

    #243617

    Hey russreyes!

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

    .main_color .big-preview { background-color: transparent; }
    .main_color .minor-meta { color: red; }

    Regards,
    Yigit

    #243615

    Hey Marssolutions!

    Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
    You can simply add a button and link to your custom ID

    Regards,
    Yigit

    #243614

    Hey codepantry!

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

    #dashboardinbox .avia-button.avia-size-medium {float: left; margin-right: 10px; }

    Cheers!
    Yigit

    #243604
    Marssolutions
    Participant

    Hey Enfold,

    We want visitors to our site to click an old school ‘hyperlink’ in the body text of a page and be transported to another section (colour section) of a page. We understand we need to name a colour section with an ID, and that it’s easy to then place that ID anchor as a main menu heading in the top nav bar… but how do you get the hyperlink in the body text to link to a section ID?

    Ta.

    #243601

    Topic: Lightbox not working

    in forum Enfold
    tetonwebstores
    Participant

    When I have my gallery set up, and I have lightbox enabled on the options, the photos only load in a new page, not lightbox. I have changed the actual html or css of anything other than the quick css. Here is my quick css:

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }
    
    .image-overlay { display: none!important; }
    
    img{ border-radius: 0 !important; }
    
    @media only screen and (min-width: 768px) {
     
        /* Adopt Enfold's line height */
        #megaMenu,
        #megaMenu ul.megaMenu,
        #megaMenu ul.megaMenu > li.menu-item,
        #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > a,
        #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > span.um-anchoremulator{
          line-height:inherit;
          height:inherit;
     
        }
        /* Display items as tables to allow for vertical centering */
        #megaMenu ul.megaMenu > li.menu-item{
            display: inline-table !important;
            margin:0 !important;
            padding:0 !important;
            border-collapse:collapse !important;
            border-spacing:0 !important;
        }
        /* Vertically center menu item contents */
        #megaMenu ul.megaMenu > li.menu-item > a,
        #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
        #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink{
            padding-top:0;
            padding-bottom:0;
            display: table-cell !important;
            vertical-align: middle;
             
            border-collapse:collapse !important;
            border-spacing:0 !important;
            position:relative;
     
        }
        /* Align submenus properly relative to table */
        #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1{
            top:100%;
            left:0;
            white-space:normal;
        }
        #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item{
            vertical-align:top;
            float:none;
        }
     
        /* Fix hover table shift */
        #megaMenu ul.megaMenu > li.megaHover{
            margin-right:-1px !important;
        }
         
        /* Set search dropdown to proper height */
        #megaMenu .avia-search-tooltip{
            top:100% !important;
            background:white;
        }
    }

    Please help, I want lightbox to work and I want all of these options to work still as well. Thanks

    #243597

    Hi bitinteractive,

    I have the same problem, as I get the fatal error message in line 179 of the font manager class of Enfold, whenever I try to upload fontello icons.

    This will save me of all the fixes you’ve tried so far.

    Please let me know if you are able to get a final fix, and so will I.

    Regards

    #243595
    D5WDesignGroup
    Participant

    I have a Partner/Logo Element placed on my page. In enfold styling I have all of the border colors set to white (#FFFFFF) For some reason there appears to be a thin black boder at the top of the Partner/Logo Element. This appears whether I have the Partner/Logo Element placed within a color section or not. Any suggestions?

    #243594
    chapdes
    Participant

    Hi,

    I am not able to load new Fontello Icons, as whenever I try Enfold displays the following message:

    “Fatal error: Call to a member function attributes() on a non-object in /home2/mvcpa/public_html/en/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 179”

    I’ve read some other related posts in this forum, but the error msg they get is different from mine.

    Please, help me….

    #243589

    Topic: Mobile Problem

    in forum Enfold
    YakiPasandi
    Participant

    Hello,
    This is a topic I started on Themeforest and was asked to open a thread here.
    I have problems on mobile with these 2 websites:
    http://www.snnlaw.co.il/
    http://www.ranibleierstudio.co.il/

    As you’ll see, when going mobile on these 2 sites, the buttons and links on the homepage don’t work. Some of them do, and some don’t. I tried it on iPad, iPhone and Galaxy S3. It’s a big problem for me since the mobile part is very important for me. I have been using the AVIA layout builder.

    This is the quick css I put in the enfold settings:
    h1, h2, h3, h4, h5, h6, p, body, #socket .copyright, #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select .main_menu ul:first-child > li > a{
    font-family: ‘atlas’, sans-serif;
    font-weight: 400;
    }

    h1{
    font-size:60px;
    line-height: 66px;
    }

    h2{
    font-size:40px;
    line-height: 46px;
    }

    h3{
    font-size:28px;
    line-height: 34px;
    }

    p{
    font-size:19px;
    line-height: 25px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    font-family: atlas;
    font-weight: 400;
    font-size: 18px;
    }

    #socket .copyright{
    font-size:14px;
    line-height: 18px;
    }

    #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select{
    font-size:17px;
    line-height: 18px;
    width: 75%;
    }

    #top select{
    background-position: 12px center;
    margin-top: 10px;
    }

    #top .socket_color .input-text, #top .socket_color input[type=’text’], #top .socket_color input[type=’input’], #top .socket_color input[type=’password’], #top .socket_color input[type=’email’], #top .socket_color input[type=’number’], #top .socket_color input[type=’url’], #top .socket_color input[type=’tel’], #top .socket_color input[type=’search’], #top .socket_color textarea, #top .socket_color select{
    width: 100%;
    }

    #top h3 a {
    font-size: 19px;
    }

    .rani-about-small{
    display:none;
    }

    #top .main_menu .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 16px !important;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    }

    .avia-button.avia-size-medium {
    font-size: 17px !important;
    font-family: atlas !important;
    color:#000 !important
    }

    And this is what I put in the custom.css file:
    @font-face{
    font-family:’atlas’;
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url(‘atlas-aaa-400.eot’);
    src: url(‘atlas-aaa-400.eot?#iefix’) format(’embedded-opentype’),
    url(‘atlas-aaa-400.woff’) format(‘woff’),
    url(‘atlas-aaa-400.ttf’) format(‘truetype’);
    }

    #top textarea {
    width: 100%;
    height: 140px;
    }
    #top .avia-menu-fx {
    height: 5px;
    }
    #top .scroll-down-link {
    height: 65px;
    width: 100px;
    margin: 0px 0 0 -40px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #000;
    background: #AAA;
    background: #50d1f5;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    text-decoration: none;
    border-top-left-radius: 223px;
    border-top-right-radius: 223px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    Plus these are the plugins I use:

    RTL Tester
    Limit Login Attempts
    Contact Form 7
    Wordpress Importer

    Thanks for your help.
    Yaki

    #243588
    outtagear
    Participant

    Hi. Love the enfold template! But, I can’t figure out 2 things:
    1) where my “thank you page” is and how to edit it if needed
    2) or what the “Order confirmation” email says.

    I did find the auto email templates in the admin area, but when I click on the template link, I can’t make sense of –its all coding and it looks like gobbly gook to me. At this point I have no idea what either of these look like, or how to edit them if needed. Is there a WISYWIG way of doing this?
    Thanks

    #243582

    Hey Vermishelle!

    Here is the solution i came up with, Please follow this very carefully.

    1. Find this file helper-social-media.php inside of this folder ENFOLD/includes/
    2. Add this on the line 33 ( after this line var $counter = 1; ) static $social_counter = 0;
    3. Line 53 ( function build_icon() ). after this global $avia_config; add the following
    $search_array = array('facebook','twitter', 'skype', 'pinterest', 'soundcloud');
    //On this one is the key, i’m adding facebook, twitter, …. base on the elements i have added on the enfold options so if you have others add those and remove the ones that you don’t need ‘soudcloud’ for instance
    4. Find this on line 88 roughly
    $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";

    5. Replace the above ( 4. ) with this.

     if ( in_array( $search_array[static::$social_counter], $search_array) ) {
    				
    			    $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."' onclick='". "_gaq.push(['_trackEvent', 'ClickLink', '". $search_array[static::$social_counter]."', 'Message']).". "'></a>";
    			   	static::$social_counter++;
    			   	
    
    			}else{
    				$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";	
    			} 

    And that is it.

    Regards,
    David

    • This reply was modified 11 years, 11 months ago by David.
    #243580
    gunpowderboy
    Participant

    I Just updated to the latest version of Enfold. I tried to do what you suggested in https://kriesi.at/support/topic/main-menu-4/ and add social icons to the right of the menu.

    Now the header does not stick to the top of the page at scroll (nor does it resize) and when I add the icons as you suggested they are placed on top of the menu.

    Any suggestions?

    The page is http://www.thegybegroup.com

Viewing 30 results - 224,971 through 225,000 (of 244,163 total)