Viewing 30 results - 140,881 through 140,910 (of 142,889 total)
  • Author
    Search Results
  • #27108

    Topic: customize header

    in forum Enfold
    xpoveda
    Participant

    Hello, I would like to make a number of changes in the header.

    0) Align the logo to top, center or bottom, second I want.

    1) Increase height of 116 to 250. If I modify that value in layout.css below the header elements are cut.

    2) Menu with bottom alignment. Now is centered to the header.

    3) Change the font of the menu (level 1).

    I mean, I wanted something similar to:

    http://www.pcamobile.de/en/

    Thanks!!!

    Xavier.

    #130890

    im on desktop. how should I send shot ?

    #132780

    In reply to: Social icons

    You can add some social icons to the header. Go to “Enfold > Header” and select a header “with social icons”. New option fields will pop up and you can add your social links to the header. They’ll look like http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ or http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ (depends on the header type). If you’re searching for a bookmarks plugin see: https://kriesi.at/support/topic/looking-for-recommendation-on-swyn-plugin

    #131843

    Hi!

    You probably need to increase the padding-top value of the main content area. Insert the code into the quick css field and adjust the value

    .fixed_header #main {
    padding-top: 88px;
    }

    Regards,

    Peter

    ramirezo
    Participant

    Hello,

    I’m working with the Enfold theme, and I’m having trouble figuring out how to assign Section IDs to my main menu items, to get the top menu to trigger scrolling to sections on a one-page website. I want to get my menu items, to trigger scrolling to sections on this page, rather than link to separate pages.

    I’ve assigner Section IDs to the color sections I want to serve as my anchor points, and I found what I thought was a starting point, by identifying the menu item numbers of each of the top menu selections I want to modify… but I got lost after that and couldn’t find anything to help on the forums.

    Please help! Thanks!

    #132536

    In reply to: Differents LayerSlider

    I can’t reproduce this issue on my test server. I.e. here: http://test.inoplugs.com/imprint/ I embedded two layerslider sliders. Both sliders have exactly the same configuration but the first slider will start the slideshow automatically and the second slider won’t.

    Try following

    1) Update the theme (including the slider) to the latest version 1.8.4. Maybe the layerSlider authors fixed the issue with 4.6.0 and you’re using an older layerslider version.

    2) Try to deactivate all third party plugins (including cache plugins) – maybe a plugin conflicts with the layerslider autoplay mode.

    #132619

    Hi Scott,

    With Safari, Chrome and Firefox past versions of browsers are not really supported individually. Specifically with Safari we would have to have the hardware and iOS just to test for it since Apple no longer provides downloads of the browser outside of the Appstore so it isn’t even possible to test for older versions like we would for IE or even installing older versions of FF or Chrome.

    Regards,

    Devin

    #132580

    Hi,

    The Color Section will always be full width. You should place it on the very top or at the very bottom of the page if you have a sidebar.

    Regards,

    Ismael

    Hi,

    Please add this on your custom.css or Quick CSS

    body {
    font-family: 'Kameron', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family: 'Lobster', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    Regards,

    Ismael

    #132618

    Hi,

    It does scroll to top. I tested it on Windows 7 machine using Google Chrome. Let me tag the rest of the support team.

    Regards,

    Ismael

    #132612

    Hi,

    This will fix the header a bit. Add this on your custom.css or Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    width: 100px;
    float: left;
    }

    .responsive.social_header .phone-info {
    text-align: right;
    padding-top: 10px;
    }

    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    float: right;
    text-align: right;
    margin: 0 auto;
    position: static;
    display: block;
    width: 150px;
    }
    }

    Regards,

    Ismael

    #27097
    trentwillis
    Participant

    Hello,

    I love your theme and have had no issues with it whatsoever until upgrading to WordPress 3.6. After that, and before seeing your post urging to hold off on upgrading to 3.6, my Fullwidth Easy Slider has stopped working.

    The information is still in the editor but the titles, descriptions and additional slides will not work. Any work around you can provide until the latest Enfold update is released would be great.

    Thanks for an amazing theme and even better support.

    #132607

    In reply to: 404 issue

    Hi,

    Please refer to this link: https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml

    Add the flush_rewrite_rules( false ); on functions.php.

    Regards,

    Ismael

    #132514

    Found an older thread with the same problem! Got it fixed!!

    Here is the link if anyone has same issue:

    https://kriesi.at/support/topic/i-cant-install-it-1

    #132342

    Hi,

    Please use this:

    .header-scrolled .logo a img {
    width: 100px;
    height: 100px;
    }

    Regards,

    Ismael

    Hi,

    You can switch off the gallery’s gray out feature while loading the images. Please refer to this link:

    https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads

    Add the old fix again:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25%;
    max-height: 147px;
    height: 147px;
    }
    #top div .avia-gallery img {
    height: 100%;
    max-height: 100%;
    }

    We can fix the gallery with Media Queries, I guess the stretching of the images comes out on less than 800px screen width. It stretches again once more on 400px width screens.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #top div .avia-gallery img {
    max-height: 100%;
    height: 100px;
    }
    }

    @media only screen and (min-width: 320px) and (max-width: 520px) {
    #top div .avia-gallery img {
    max-height: 100%;
    height: 70px;
    }
    }

    Regards,

    Ismael

    #132629

    In reply to: Slider fade speed

    Hi,

    Open js > shortcodes.js, find this codes:

    $.AviaSlider.defaults  = {

    //interval between autorotation switches
    interval:5,

    //autorotation active or not
    autoplay:false,

    //fade or slide animation
    animation:'slide',

    //transition speed when switching slide
    transitionSpeed:900,

    //easing method for the transition
    easing:'easeInOutQuart',

    Adjust the transition speed and play around with easing methods.

    Regards,

    Ismael

    #27089

    Topic: Changing menu layout

    in forum Enfold
    web4smallbusiness
    Participant

    I am in the process of creating a website for a client http://www.photoscan.com.au and have used the “small non-fixed header” for the top. However, the client has now requested that the menu look similar to http://www.iphotoscanning.co.uk/, ie. below the logo and with blue background?

    Is there a way I can do that with the Enfold Theme?

    Many thanks.

    #27088

    Topic: Promo Box Header

    in forum Enfold
    Estuary_Tog
    Participant

    Hi,

    Loving Enfold. thanks.

    I have a problem with adding a H2 header into a promo box. There seems to be padding at the top of the header, when I inspect the area with Firebug I can see an empty paragraph in the code “<p></p>”, this can’t be seen in the text editor. I tried redoing it several times, same result.

    Please see the “About New Horizon Systems” promo box at the bottom of this page http://www.newhorizonsystems.net/newhorizon/

    Thanks in advance :)

    Hi, I’ve also been trying to add a new google font, but to no avail.

    I was trying to add this font: http://www.google.com/fonts#UsePlace:use/Collection:Patrick+Hand

    And I added the code above to the function.

    The font appears in the dropdown option, but appears to only show up as helvetica.

    Thoughts?

    #132086

    Does your laptop have a Retina Display? Testing on my regular 13 inch Macbook I’m still not getting that effect.

    #129620

    The parent page change didn’t do anything, unfortunately. I noticed it doesn’t work on the Efold Demo either, when you go to a sub-page, the rule doesn’t show on the current page when it’s not the top-level page.

    Does anyone know how to change that behavior, so the rule shows under the main nav when one of it’s sub-pages is the current one? So for example, the rule would show under “Programs & Curriculum” when any of it’s pages listed in the sidebar menu are the current page.

    Here’s the link to the site: http://69.195.124.95/~threeced/curriculum-programs-overview/

    #132341

    Thanks Dude

    Really appreciate your help.

    Sorry to ask.

    I followed your advice and added

    .header-scrolled .logo img {

    width: 100px;

    height: 100px;

    }

    as a custom css

    But sadly its not resizing.

    Ive tried on Firefox & safari on a mac.

    http://www.thenaturalpharmacie.co.uk/hidden/

    Hope you can help.

    As if this works, then this theme is goin to be perfect.

    Rich

    #27070

    Topic: Responsive menu tewak

    in forum Enfold
    lephenix
    Participant

    Hi There,

    I have setup my site with the responsive pop-out menu. I think that it would make sense to have my logo displayed at the top of the menu where the blank space is now:

    e06bde.png

    Would this be possible ?

    #27069
    Scott
    Participant

    Hey Kriesi team,

    I ned to revisit this topic because I thought I had the fix, but as it turns out I do not. I originally opened a tick (https://kriesi.at/support/topic/contact-from-not-scrolling-to-top) and in most current browsers that works perfectly. But in some older browsers, it does not. On my MacBook Pro (Safari 6.0.5 OS 10.8.4) but on my iMac (Safari Version 5.1.7 OS 10.6.8) I do not even see the scroll to top icon thus the fix does not work. Do you have any ideas? My client may be switching to Gravity Forms but I am concerned about that also if there is scrolling involved.

    Thanks for the help,

    Scott

    #27067
    lephenix
    Participant

    Hi there,

    The header of my site looks great when viewed on a desktop but when loaded on a mobile device the layout breaks eg:

    5pr3b7.jpg

    This is my site:

    http://www.lephenix.co.uk

    What I wanted to know was if there was a way to fix this and have these elements displayed all on one line ?

    Thanks in advance

    Ed

    #132606

    In reply to: 404 issue

    Ok so i found this thread:

    https://kriesi.at/support/topic/after-the-upgrade-pages-return-404-error

    Where i downloaded the following plugin:

    http://wordpress.org/plugins/rewrite-rules-inspector/

    This fixed the problem, but then when I reactivated WPML they all broke again.

    Any ideas ?

    #130309

    In reply to: AJAX Search Results

    Hey!

    See https://kriesi.at/support/topic/search-drop-down-titles – probably the thread answers your question too.

    Best regards,

    Peter

    #131593

    You can reposition the thumbnails with following css code (insert it into the quick css field and change the values). However I can’t promise that it will display fine on all screens…

    .ls-fullwidth .ls-thumbnail {
    top: 10px;
    left: 100px;
    }

    1) You can use the filter to add new fonts. In functions.php replace

    <?php

    global $avia_config;

    with

    <?php

    global $avia_config;

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Arvo'] = 'Arvo:400,700';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Arvo'] = 'Arvo:400,700';
    return $fonts;
    }

    and instead of “Arvo” insert your font name. You can also change the font weight parameter. Afterwards select the new font from the dropdown (admin screen).

    2) Insert following code into the quick css field

    .template-page .entry-content h1, .template-page .entry-content h2, .widgettitle, .iconbox .iconbox_content .iconbox_content_title, .avia-icon-list .iconlist_title{
    text-transform: none;
    }

Viewing 30 results - 140,881 through 140,910 (of 142,889 total)