Viewing 30 results - 137,341 through 137,370 (of 142,639 total)
  • Author
    Search Results
  • #184273

    Hey Tim!

    1) Fullwidth elements such as LayerSlider, Color Section etc can be used only without sidebar. Or such issue will occur. However, you can add Widget Area element under Content Elements and add your widgets into it if you really need to use sidebar widgets and color section in the same page.
    2) Please add following code to Quick CSS in Enfold theme options under Styling tab

    .logo img { padding-top: 15px; }
    .header-scrolled .logo img { padding-top: 0; }

    Regards,
    Yigit

    #184252

    Hey LAHWebDesigns!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    #top .gallery .gallery-item { width: 160px; height: 160px; }

    Regards,
    Yigit

    #184250

    In reply to: Transparent Header

    Hey!

    It can be fixed with adjusting z-index values. But in that case, Facebook icon should be moved out of the table. Please add following code

    #header_main_alternate { z-index: 2; position: fixed; top: 0; }
    #header_main .social_bookmarks { right: -45px; top: -19px; }
    #header_main { top: 35px; }
    .html_boxed #main { margin-top: 35px; }

    Then let us know so we can adjust Facebook icons position

    Cheers!
    Yigit

    #184246

    Hi!

    It’s unfortunately a limitation/bug of wordpress: http://wordpress.stackexchange.com/questions/87472/ensuring-sticky-posts-are-retrieved-first-without-using-two-queries

    You can try to add following code to the functions.php file of the theme

    
    add_filter('the_posts', 'bump_sticky_posts_to_top');
    function bump_sticky_posts_to_top($posts) {
        foreach($posts as $i => $post) {
            if(is_sticky($post->ID)) 
            {
                $stickies[] = $post;
                unset($posts[$i]);
            }
        }
        
        if(!empty($stickies)) 
            return array_merge($stickies, $posts);
        
        return $posts;
    }
    

    which is a slightly modified version of the workaround someone posted here: http://wordpress.stackexchange.com/questions/87472/ensuring-sticky-posts-are-retrieved-first-without-using-two-queries but it doesn’t work for me very well. Another solution would be to use a plugin like http://wordpress.org/plugins/post-types-order/ which allows you to manually sort the posts but the disadvantage is that you need to check the sort order after you published a new post.

    Regards,
    Peter

    #184243

    Okay thanks that works. Thank you. Question: will all future videos I insert using the avia editor autoplay now?

    #184227
    wieslander
    Participant

    Hi, I’m making a site at http://atlasdigital.se/masterjohan/.

    At the top right, I’ve made a menu item called “Tjänster” which means “Services” in english. As its child pages I’ve listed 3 different kinds of services my client offers.

    Is there a way to create that first menu item “Services” without being able to click on it? I don’t really want to have the visitor to first go to a parent page and then continue to the 3 child pages. I thought I’d cheated the system by pointing the parent page to the starting page, but after a while I discovered that going to the starting page highlights the “Tjänster/services” page.

    – Do you see the problem? I would very much like some advice on this. It might not be theme related, maybe you know of way to create a menu item that is just there to show child pages?

    / Andreas

    #184206

    Hi!

    The code I posted above doesn’t work yet – that’s why I said it will work with the next update.You can try change the z-index of the post nav links with following css code

    
    #top .avia-post-nav {
    z-index: 200;
    }
    

    Regards,
    Peter

    #184201

    In reply to: Search results layout

    Hi ksakkos!

    No, right now the search results page does not support a special layout for portfolio entries. You can request this feature here: https://kriesi.at/support/topic/enfold-feature-requests/page/13/ and if more user request this feature we might look into it.

    Best regards,
    Peter

    #184189

    In reply to: Fontello icons in text

    Hi!

    Try following css code

    
    #top #wrap_all .avia_textblock p .av_font_icon {
    display: inline;
    text-align: initial;
    float: none;
    margin: 0;
    }
    

    Cheers!
    Peter

    #184168

    Hi timfl!

    Yes, we use the standard get_adjacent_post() function which is quite limited and which doesn’t support taxonomy terms at the moment. However the WP dev team plans to improve it with wp3.8 ( http://core.trac.wordpress.org/ticket/17807 ) and they already included a fix in the developer version. For now the only suggestion I can provide is to hide the prev/next arrows until wp3.8 is released. Insert following code into the quick css field to hide the arrows on portfolio pages:

    
    #top.single-portfolio .avia-post-nav {
    display: none !important;
    }
    

    Best regards,
    Peter

    #184165

    In reply to: Text Resize on sliders

    Hi glozemedia!

    Do you want to re-size the phone number at the top? If yes use following code

    
    @media only screen and (max-width: 767px){
    #top .phone-info.with_nav span a{ font-size: 10px !important; }
    }
    

    Phones and mobile devices with small screens (767px width or lower) will change the font size to 10px. You can change the font size and/or max-width value if my code doesn’t give you good results.

    Best regards,
    Peter

    #184162

    In reply to: Translation issue

    Hi!

    Please try to use Codestyling instead: http://wordpress.org/plugins/codestyling-localization/
    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Peter

    #184154

    Hey!

    I’m sorry but can you please post a screenshot of what you’re trying to do? You can use imgur, dropbox, mediafire to post the image here.

    Cheers!
    Ismael

    #184148

    Hallo Ismael,
    I update the Picture above.
    number 3 is comersee.de
    number 4 is how it looks at kriesi.at

    When i click on the button or a link to a anchor, the page scroll down in the right way.
    The problem is when it stop to scroll.
    In the above example from kriesi.at it stop scroll exact in a line with the main content.
    On comersee.de I just lived the opacity, so you can see that when the page scroll down and it stops, a small part of the content goes behind the header. To work in the wright way, the page, after scroll, should stop exactly to a line with the main content, without hiding behind the header a small part of the content.
    Using another header insteat of “fixed header with social icon and navigation” then it work propely.

    Ich versuche auf Deutsch
    Das problem liegt wenn der Link/button geklickt wird und die Seite bleibt stehen nach der runterscrollen.
    Auf Kriesi.at nach der scrollen, bleibt die Seite exact auf eine linee mit der Inhalt stehen.
    Das problem passiert falls die “fixed header with social icon and navigation” benutzen wird.
    Die Seite scrollt zwar runter bleibt aber stehen nicht auf eine linee mit der Inhalt, sondern teil der Inhalt wird hinter der header versteckt bleiben. Diese kleine Teil, habe ich auf der “nummer 3” mit der Pfeil mit doppel Spitzen auf der screenshot gekennzeichnet.

    Sorry if I cannot explain very well. Is a bug where I can live with it by increasing the padding top on the first content item. But this i need then to do it on every single page.
    thank you
    Antonio

    Now it’s stretching vertically (see screen grab linked below). Again, it only happens if you scroll down the page, so the small header/logo activates, and then you hit reload (see my previous post/description) — a rare circumstance for the average user.

    https://www.evernote.com/shard/s320/sh/0913d311-15b2-44b2-834f-7ab499585d05/7f59081bf3b9f265968c3cdfb4555e44

    #184094

    Hey krear!

    You can add this on your custom.css or Quick CSS:

    sup {
    font-size: .6em;
    position: relative;
    top: -5px;
    }
    
    sub {
    font-size: .6em;
    position: relative;
    bottom: -1px;
    }

    Best regards,
    Ismael

    Hey!

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

    .logo img {
    min-height: 116px;
    }
    
    .header-scrolled .logo img {
    min-height: 58px;
    }

    I checked your website and the logo shrink and resize as expected when you scroll the browser up and down.

    Regards,
    Ismael

    #184088
    davidrk
    Participant

    When hovering on the image in the Easy Slider, the file name appears which I would like to stop. I found a fix on the topic
    https://kriesi.at/support/topic/easy-slider-image-name-file-name-when-hovering-it/
    however it didn’t work.

    The recommendation was to do the following:
    You can edit js > avia.js, find this code on line 5-6:
    $(document).ready(function()
    {
    Add this code below:
    $(“.avia-slideshow li img”).attr(‘title’, ”);

    I gave the file a different caption and Alt Text as well but neither over-rode the file name.

    Any other suggestions on how to stop the file name from appearing on hover over the Easy Slider?

    Thanks

    #184082

    Hi! Thank you for the quick reply, you guys have been awesome and I want this to be perfect for the University.

    I would link, but its on a VPN.

    Here is a screenshot i’ve done http://www.valoragency.com/wp-content/uploads/2013/11/done-so-far.png (I customized the top-boxes with shadows, etc, so I got that part down.

    But for arranges me I would love to be able to do something similar: (not by my choice – the design of the blog)
    http://www.valoragency.com/wp-content/uploads/2013/11/example.png

    Sized image on the side, title on the right top, some content, and the read more. Just trying to style is similar to that but having no luck! blah!

    Any help would be so awesome! Thanks a million.

    Mike

    • This reply was modified 12 years, 3 months ago by mdlhale.
    #184073

    Quick response, unfortunately no joy. That makes the majority of side menu items hard return, and to me overrides the original CSS fix:
    `#top .widget_nav_menu li {
    min-width: 300px;
    }

    #184067

    Hey!

    Please add following code to Quick CSS as well

    #top .widget_nav_menu li {
    min-width: 90px;
    }

    Regards,
    Yigit

    #184066

    Almost a success! Works as I want, except when the screen is reduced to tablet size. Unfortunately the side menu items become hidden beneath the main section instead of hard returning. Any ideas?
    BTB side menu

    #184057

    Sorry, here: http://bit.ly/fnBvql

    #184048

    Hi BuzzCreations!

    Can you post the link to your website?

    Cheers!
    Yigit

    #184034
    BuzzCreations
    Participant

    Can I have a Top level menu item over two lines? I have inserted a < br > into the title in the menu settings – but it drops the second line down by 116px just to a line height issue that i cant seem to override.

    Hi!

    Yes, under Styling, that code will remove the margin top of the hr element below the icons.

    Regards,
    Josue

    #183989

    Hey!

    Add this code to the Quick CSS:

    .avia-button.avia-icon_select-yes.avia-color-green.avia-size-large.avia-position-right {
        background: #349acd;
        border: 0 !important;
    }
    .av_promobox h2 {
        color: #349acd;
        text-transform: none !important;
        letter-spacing: 0px !important;
        font-size: 24px;
        margin-bottom: 0;
    }
    .av_promobox p{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .av_promobox {
        background: #fff !important;
        padding: 15px;
        border: 10px solid #f2f2f2 !important;
    }

    Result:

    Cheers!
    Josue

    #183985

    Hey!

    Open: /framework/php/function-set-avia-frontend.php

    Look for line 510:
    $output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';

    Replace it with
    $output .= '<video autoplay class="avia_video" '.$image.' controls id="'.$uid.'" >';

    Regards,
    Josue

    Hey!

    Add this code to the Quick CSS:

    .hr.hr-big.avia-builder-el-33.el_after_av_one_fifth.avia-builder-el-last {
    margin-top: 0;
    }

    Cheers!
    Josue

    #183973

    In reply to: Contact Form Sizing

    Hey Andrew!

    Oh, sorry for that confusion, regarding your issue, it’s hard to know why it stopped working without seeing the site live, you can try debugging yourself if you want with the Dev Tools or something alike.

    I tried your code on my local installation (latest version of Enfold), and it did affected the contact form:

    Where did you put this code? custom.css or Quick CSS?

    Cheers!
    Josue

Viewing 30 results - 137,341 through 137,370 (of 142,639 total)