Viewing 30 results - 132,991 through 133,020 (of 142,577 total)
  • Author
    Search Results
  • #228953
    This reply has been marked as private.
    #228952
    oliviad
    Participant

    I am trying to move the “Phone Number or small info text” to the left next to the social icon and keep the top menu on the right.

    Here is my http://goo.gl/hYD0CQ

    Can’t find the trick, many thanks in advance for your help!

    Olivia

    #228949
    Peter
    Participant

    I am using Enfold as the base for one of my latest projects, but I encountered a small problem. I like the logo resizing when scrolling down the page, but the logo gets too small. How can I set something like a minimum size for the logo?

    I already found a similar topic here: but that didn’t help me much. I am using a logo image of the same size (340px x 156px) but when replacing the JavaScript code mentioned, the logo gets ultra small before ‘snapping’ to a bigger size.

    Unfortunately, I can’t post a link since I am just developing local.

    #228933

    Thanks Dude, Thanks Yigit. This helps me. You are the bosses.
    Last thing. Please help me with price and incl.excl.VAT displaying. I mentioned it in THIS post (second image).

    • This reply was modified 11 years, 11 months ago by miso00.
    #228928

    In reply to: https Problem Firefox

    Sorry you right it works (but wasn’t caching problem/was server problem that the changing wasn’t showed)

    Thx – Topic closed!

    #228921

    In reply to: Sale!

    Hey!

    I suggest to use the free Codestyling plugin to translate the WooCommerce plugin or to change the translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Plugins”. Then search for “WooCommerce” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Cheers!
    Peter

    #228905

    Hey!

    Please try to insert this code into the quick css field:

    
    #top #wrap_all .widget_nav_menu ul ul .children {
    padding-left: 10px !important; 
    }
    

    Best regards,
    Peter

    This reply has been marked as private.
    #228847

    Hey!

    Try adding this code to the Quick CSS:

    #main {
        padding-top: 130px !important;
    }

    Where 130px is the height of your header.

    Cheers! 
    Josue

    #228841

    In reply to: Logo as Kriesi.at

    Hi,

    Customization made on kriesi.at isn’t something we can assist. Kriesi specifically mentioned and asked us not to provide the customization as he’d like to write a blog or tutorial on the customization down the road.

    If you have any other questions just make a new topic with the question/issue and we’ll do our best to answer.

    Best regards,
    Josue

    #228836

    Unfortunately there isn’t, however you can still add Google Fonts using this method.

    Cheers!
    Josue

    #228814

    In reply to: Header Issues

    There is no actual padding below the logo, one thing you can do is reduce the logo size or increase the menu height (with the code i provided earlier).

    You could also try pushing the logo top:

    .logo img {
        position: relative;
        top: -5px;
    }

    Cheers!
    Josue

    #228813

    In reply to: Header Issues

    There is no actual padding below the logo, one thing you can do is reduce the logo size or increase the menu height (with the code i provided earlier).

    You could also try pushing the logo top:

    .logo img {
        position: relative;
        top: -5px;
    }

    Cheers!
    Josue

    #228787

    Topic: Logo as Kriesi.at

    in forum Enfold
    ilpres
    Participant

    Hi guys,
    I googled around the forum, but I haven’t found what I need. My question is similar to this topic https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-187719.
    I see your logo in this web site changing in the scroll resample. Where I can take a look to add a text that disappear when scrolling?

    thanx

    #228786
    sandromeyer
    Participant

    Hi,

    On my website:
    http://flatev.com.s180084.gridserver.com/

    I have a problem that the content starts “behind” the actual header. How can I define that it starts “after” the white menu bar? So if you see the picture on Home, you see that the top part is hidden behind the top menu-bar.

    Thanks a lot for your help.

    cheers,
    Sandro

    #228754

    As a general fyi our queue system goes by oldest posted item within a topic to newest so each time you self bump it actually pushes you further back in our queue.

    Looking at your installed plugins it might be an issue in getting high spikes in memory usage where the page data has an issue saving. If it isn’t happening consistently as it doesn’t seem to be that is my best guess on why it would happen sometimes but not others.

    You could also try disabling the Tiny MCE plugin and see if it helps though it didn’t show any errors when looking and testing out things just now.

    #228741

    In reply to: Logo larger

    Hey!

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #228740

    Hey CloudChoice!

    You can use following class

    #top.avia-blank { }

    Cheers!
    Yigit

    #228735

    Hi Cum_Vincere!

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

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks li {
    float: left; }
    .responsive.social_header .phone-info { float: right; clear: none; margin-top: 10px; }
    }

    Regards,
    Yigit

    #228734

    In reply to: Logo larger

    Thanks. That seems to cut off (overlay) the banners at the top approx . Could there be a conflict with other customizations? I have custom css as follows:

    .main_color {
    border-color: #f2f6df;
    }

    .avia-menu-fx { display: none; }

    .current-menu-item.current_page_item a {
    background: #f2f6df;
    border: 1px solid #f2f6df;
    border-radius: 6px;
    }

    .main_menu ul:first-child > li a {
    height: 40px !important;
    line-height: 40px !important;
    }

    .main_menu {
    position: absolute;
    top: 30%;
    }

    .content {
    padding-top: 20px;
    padding-bottom: 0px;
    }

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

    h4 {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 4px;
    }
    .header_color .container_wrap_meta {
    background: #662d89;
    }
    .header_color {
    color: #ffffff;
    }
    .header_color .phone-info a, .header_color .av-sort-by-term a, .header_color .phone-info {
    color: #ffffff;
    }

    #228730

    In reply to: Logo larger

    Hey kimchan2!

    Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003 and set the size to 160 so initial size will be 160px and scrolled size will be 80px

    Regards,
    Yigit

    #228726

    In reply to: Header issues

    Hi Gee Are!

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

    #header_meta { z-index: 3; }

    2- Please go to Appearance > Menus and uncheck "Use as Mega Menu" on miApple.TV menu item http://i.imgur.com/aWAe8uw.jpg
    3-

    #top .main_menu .menu>li:last-child>a { padding-right: 15px; }

    Cheers!
    Yigit

    #228721

    In reply to: #Top Link Image Gone

    Hi!

    you are welcome, glad we could help :)

    Regards,
    Yigit

    #228719

    In reply to: #Top Link Image Gone

    Thank you for your help! This theme is fantastic!

    #228708

    In reply to: #Top Link Image Gone

    Ok, it is working now. It is loading very slow though.

    #228706

    In reply to: #Top Link Image Gone

    I tried that and it didn’t work. I removed/renamed the footer.php in my child theme so that it will use the parent theme footer and have the same problem. Any other thoughts? Thanks!

    #228702

    In reply to: #Top Link Image Gone

    Hi!

    Please make sure that Footer.php file of your child theme has this same lines at the bottom https://dl.dropboxusercontent.com/u/14975671/bottom.JPG

    Cheers!
    Yigit

    #228698

    In reply to: #Top Link Image Gone

    My apologizes! Country blocking was turned on. I have disabled that function of the sites. You should have access now.

    #228690

    Hey dmaldonado!

    Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124

    Best regards,
    Yigit

    #228686

    Hey ftt123!

    In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    and add your logo that will have an external link using HTML between PHP tags as following

    ?> your html code goes here <?php

    Best regards,
    Yigit

Viewing 30 results - 132,991 through 133,020 (of 142,577 total)