Viewing 30 results - 131,701 through 131,730 (of 142,900 total)
  • Author
    Search Results
  • #243678

    Hey!

    The offset function works properly but you must place the slider underneath the blog element if you want to use the offset function. The reason is that the page source code is executed from top to bottom and if the slider element is called before the blog post query the offset is set to zero because no blog posts are displayed on the page yet. If you i.e. activate the offset feature on the blog element underneath the slider you’ll notice that the blog doesn’t display any posts at all because the post slider already shows all posts and the offset of the blog element would remove all posts. I placed the slider underneath the blog element now and the offset is calculated properly.

    Best regards,
    Peter

    #243665

    In reply to: Icons in menu

    http://universitarios.org.ar/
    Did it. Now it looks good when at top of the site, but not when I scroll down.

    I used this for the link text field:

    <span class=”av_font_icon avia_animate_when_visible av-icon-style-border av-no-color avia-icon-pos-center avia_start_animation avia_start_delayed_animation” style=””><span class=”av-icon-char” style=”font-size:15px;line-height:20px;width:20px;” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span></span>

    And this for custom css:

    #menu-item-2539 .av_font_icon.av-icon-style-border .av-icon-char { padding: 34px 0 0 0; border-width: 0; }

    • This reply was modified 12 years ago by Mono14.
    #243664
    Lissasan
    Participant

    The dev site, just updated to 2.6.2 http://bspo.lissais.me/
    The future production site, version 2.6 http://broadstonepostoak.com/b5p05t0Ack/

    The normal menu works fine in desktop browsers, and I have it scaling fine (as far as I can tell) in the tablets in landscape mode. (The production site menu looks like what it is supposed to in landscape. When I updated the dev site to the latest version of the theme, it broke the main menu, which now doesn’t even list horizontally, letting me know I can not upgrade the theme on the production site.)

    When I flip the tablet to portrait, the menu disappears. (I’ve been testing on an iPad, I think a version 2.)

    I tried using the technique mentioned here on the support forums where I edit the switchWidth in avia.js (in the child theme, I set it to 1000 at first and then to 1023) and add some code to the functions.php (in the child theme) but that didn’t help. I even tried using a media query to force the select#mobileMenu_avia-menu.mobileMenu to display block, but that didn’t help either.

    I really need for the mobile menu to show up in portrait orientation, please help!

    #243650

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    body .column-top-margin {
    margin-top: 10px;
    }

    Regards,
    Yigit

    #243649

    Hey Ignazio!

    Please see Devin’s post here https://kriesi.at/support/topic/numbers-in-icon-list/#post-218908

    Cheers!
    Yigit

    #243648

    In reply to: PMF Tweaks

    Hey HiDrew!

    Please add following code to Quick CSS

    @media only screen and (min-width: 989px) { 
    .page-id-18 .avia-builder-el-12 {
    margin-top: -475px; }}
    .page-id-18 .slide-image { display: none !important; }

    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

    #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

    #243616

    In reply to: Highlight Menu Item

    Hey Mono14!

    Please see my post here – https://kriesi.at/support/topic/show-main-menu-indicator-for-child-pages/#post-223005
    You can change background colors of menu items independently using menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    #menu-item-2272 a { color: red; }

    Best regards,
    Yigit

    In your example, is #top and #portfolio customids ?? What do you mean by #portfolio selector?? Break it down slowly please or just give me one example based on the scenario I highlighted above..

    #243608
    codepantry
    Participant

    I would like to have two buttons side by side in a 1/2 layout. The buttons are preceded with text/text layout.
    http://bit.ly/1flsidi

    I tried this link with no success hence the repost
    https://kriesi.at/support/topic/creating-two-buttons-side-by-side-in-12-layout-element/

    #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

    #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?

    Hi Peter,

    Thanks for the input. I am trying to use the parent page option on the right side of the page editor as you say.

    But if the “parent page” is a top level menu choice that is not a page but and empty link (to make it not clickable) it does not show up in the parent list. So none of these pages (sub-menu choices) can be given a parent.

    An example:

    Training <== No page, an empty link in the menu structure
    |– SPICE training <== Page, “Training” can not be set as parent
    |– ISO 26262 training <== Another page, “Training” can not be set as parent

    So SPICE training will now show as only “SPICE Training” not as “Training > SPICE Training”

    Cheers

    #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

    cerf
    Participant
    #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

    Hi, I have found that it’s not overlapping anymore on android devices but still not fixing the issue for iOS devices like iPhone 5/5S.

    I did post all the custom code I’m using, in order to check you guys there is no repeated functions causing the issue.

    Hope to find the solution shortly.

    Thank you,

    Oriol

    #243570

    Here’s what it looks like when I set it to “non fixed header with social icons” and for responsive header menu I selected “display as drop-down”.

    It has way too much space in between items and it’s a vertical drop-down on one and a horizontal drop-down down on the other…
    PLUS I want to set it to “fixed header with social icons” but when I do that it raises the slider on the homepage there and cuts the top part off…

    HELP

    Thank you

    http://www.baishachinuch.org/wp-content/uploads/2014/03/screenshot1.png

    http://www.baishachinuch.org/wp-content/uploads/2014/03/screenshot2.png

    • This reply was modified 12 years ago by mspiro.
    #243567
    kathrynmichaud
    Participant

    Hi – I’ve installed the Woo Commerce Menu Cart Placement plugin and would really like to display in the Top menu bar where the phone number and social icons are displayed. Is there any way that I can do this? At the moment I have only been able to choose to put it in the Main Menu bar and I don’t really have room for it there. You can see at http://www.littlefoxwebdesign.co.uk/manororganicfarm

    Thank you!

    #243560
    Joe Birch
    Participant

    Sorry for this simple question. How can I add an image behind everything on my website?
    client wants a brick pattern added behind the content. Hopefully the brick pattern would show in the back and the slider and other content areas would float overtop.
    thanks for the help

    #243553

    Hey bakbek!

    You can add folllowing code to Quick CSS to remove it

    .single-format-standard .big-preview.single-big { display:none; }

    and following to make it not clickable as you asked in your other topic

    .single-format-standard .big-preview.single-big { pointer-events: none; }

    Regards,
    Yigit

    #243536
    headbentdesign
    Participant

    Hi guys,

    For some reason, when in the iPad portrait view, the menu won’t change into the mobile menu. it remains in the typical desktop version and looks bad.

    Can someone help me out?

    http://knoblite.com

    Thanks!

    Pat

    Hi peterd!

    Can you try adding following code to Quick CSS and check if that helps

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    Regards,
    Yigit

    #243515

    Hi Ismael, I applied the code in the Quick CSS and didn’t see the issue resolved. Please advise a solution. Thanks, Anthony

    #243487

    Topic: LayerSlider failure

    in forum Enfold
    ChecMark
    Participant

    Just bought the theme and it was working fine. I built two sliders with lots of slides and layers and it looked GREAT! Now, all of a sudden I went to make a small change to one slide and when I clicked on “Enter Preview” I had nothing. Then when I exited and tried to enter again all I got was the ever spinning wheel and had to exit. The slider that I added to show first on my home page showed a grey box for a second than no slider. I tried the other one and all I got was a background with the ever spinning wheel again. I insert the demo slider and it worked fine. It looks like I’ve lost hours of work here and that’s very frustrating! I’m now at a dead stop in designing my site. What do I do?

    Dunc R
    Participant

    Hi, I’m having an issue with the Fullwidth Easy Slider on template pages where the slider doesn’t stretch to full width – it is confined within a boxed width?

    I have duplicated ‘page.php’ to create a new template for showing listings from a custom post type, but want to display a full width slider at the top of the page. Please can you tell me why this isn’t working, or if it is possible to have a full width slider on a custom post type template page.

    Thanks
    Dunc

    #243468

    In reply to: Big space between rows

    Hi Robert188!

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

    .page-id-2826 .column-top-margin {
    margin-top: 0;
    }

    Cheers!
    Yigit

Viewing 30 results - 131,701 through 131,730 (of 142,900 total)