Viewing 30 results - 135,031 through 135,060 (of 142,791 total)
  • Author
    Search Results
  • #210871

    Thanks for the fast reply. I accomplished this a different way, and want to make sure this is ok. I added this custom code to the Quick CSS to shrink the header area of the fixed header with social icons:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }
    .fixed_header.social_header #main{ padding-top:119px; }

    My site is at redcom.wpengine.com

    #210860

    Hi mgerenser!

    Please refer to this post and set header height to 90 instead of 200 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003

    Regards,
    Yigit

    #210859

    Hey!

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

    .logo, .logo a, .logo img { max-width: 156px!important; }
    
    #header_main .container, .header_color .main_menu ul:first-child > li > a {
    height: 156px!important;
    line-height: 156px!important;
    }
    .fixed_header #main {
    padding-top: 156px;
    }

    Regards,
    Yigit

    #210851

    Hey . . . thanks for your quick response. I added that but now I notice more issues when the display width is reduced . . . the menu pushes in to the logo and in a narrow display for the phone there is extra space and the logo is not centered.

    Don’t take this wrong because I really appreciate the fast support but I have to say all this modification and the continued issues seems crazy because the only thing I’ve done is added my own custom logo . . . I used the dimensions given right on the theme options page.

    Doesn’t seem like it should be this complicated just for that . . . I would assume that every person who uses this theme will at least update the logo with their own custom.

    I’ve had to add all the CSS listed at the end of this message get the logo to display correctly and it’s still not working.

    I can’t imagine that with as many of these theme’s you’ve sold and as good of ratings as you’ve gotten that everyone has to go through this process for the most basic of customization?

    Can we take a look at this issue from the beginning and see if there is not a simpler solutions? I just want to add my custom logo, which I’ve sized correctly, to display in the site. I don’t want it to shrink down tiny.

    Thanks!

    .logo, .logo img {
    max-width: 340px !important;
    width: 340px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -40px;

    }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

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

    .logo a {
    max-height: none !important;
    }

    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    • This reply was modified 12 years, 1 month ago by casidougal.
    #210847

    Perfect as usual!

    Thanks Ismael. You guys are awesome!

    #210842
    targetzero
    Participant

    Ok,

    I had another thread opened, but it was closed.

    I managed to place bullets in the product description part of WooCommerce, however, I was wondering if it’s possible to add bullets in the short description section?

    I have them in edit mode, but they do not appear once the page is live.

    The page I’m speaking about is:

    There should be bullets in the top section (short description) but they do not appear. They only appear in the description, below.

    Any way of getting them to work in the short description?

    Thanks,

    #210840

    Hey sbrohamm!

    Edit footer.php, find this code on line 168:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    

    Replace it with:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link'>Back to top</a>
    

    Add this on Quick CSS:

    #scroll-top-link {
    height: 50px;
    width: 80px;
    font-size: 10px;
    }

    Best regards,
    Ismael

    #210832

    Hey!

    It seems like the “kitchenbug” plugin causes the issue. It adds following css code to the website

    
    .clearfix {
    display: inline-block;
    }
    

    which breaks the map widget. You’ve two options

    1) Remove the kitchenbug plugin

    2) Insert following code into the quick css field to overwrite the kitchenbug code

    
    #top #wrap_all .clearfix {
    display: block;
    }
    

    Regards,
    Peter

    #210829

    Thanks! I added that but when I scroll down (using a sized down browser window) I can still faintly see the text behind the header when it scrolls up.

    Here are the full contents of Quick CSS

    .logo, .logo img {
    max-width: 340px !important;
    width: 340px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -40px;

    }
    body {
    font-size: 15px;
    }
    .avia_message_box_content { text-transform: capitalize; }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

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

    .logo a {
    max-height: none !important;
    }

    #210817

    Hi current162!

    Please see Devin’s post here https://kriesi.at/support/topic/adding-a-pdf-download-link-to-a-website/#post-199679

    Regards,
    Yigit

    #210806

    Hey Vada!

    Place the Latest News element inside the 2/3 column where the Blog Posts element is, put it on top. Do the same thing with the Testimonial title. You can remove the column layouts where the titles are placed before.

    Cheers!
    Ismael

    #210802

    Hi upperhand!

    You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/

    If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/

    Best regards,
    Ismael

    #210789
    sbrohamm
    Participant

    I was wondering if there was a way to edit the back to top arrow button that shows up when scrolling down a page.

    I’d like it to say “Back to Top” instead of the standard arrow. Is this possible?

    Also, if this is possible, can I assign which font to use for this? The reason I ask this is, I’ve seen where people replace the red link arrow that shows up when you hover over an image with a link but the text that replaces the arrow is a generic font that doesn’t match the theme’s default font.

    Thanks!

    aribann
    Participant
    #210766

    Hi!

    As Devin explained in the documentation and i quote
    “Why use a Child Theme?

    A Child Theme sits on top of Enfold so that you can give it your own custom name, thumbnail image in the admin, and safely get into more advanced customization without the risk of a theme update writing over your work. We’ve prepared a child theme for you that will automatically load the Enfold theme as its parent.”

    Cheers!
    Yigit

    #210760

    Hi again . . . there’s another issue I noticed after doing this. The logo looks fine in terms of sizing but when a user scrolls down in the browser then the header div shrinks in height and the logo is cut in half. I’d like that header to always stay the same size even if someone scrolls down.

    I saw the two solutions for what sounded like similar issues posted on this theme’s support page in Themeforest and I tried both but they didn’t work for me.

    I tried modifying one solution to:
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    html.fixed_header #main {
    padding-top: 88px;
    }
    With the above the header stays the same height but the lower content scrolls up and under the header, and the logo image is cut in half.

    The page is here: http://calleridnotes.com/homepage

    Thanks!

    #210744

    Hi nsmllc!

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

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

    Cheers!
    Yigit

    #210734

    Hey!

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

    body div .first { margin-top: 50px; }

    Please refer to this post and set header height to 223 instead of 200 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003

    Regards,
    Yigit

    #210718
    Estland
    Participant

    How can I make my headings line up with their content in mobile view? To show what I mean here is the layout in the layout builder.
    https://www.evernote.com/shard/s3/sh/03d64bb0-967e-4bb0-8926-def1b286dd52/9d5c33d03f6ce9ad7e2341183107fd2d

    Here is the layout on a laptop. Exactly what I want.
    https://www.evernote.com/shard/s3/sh/f648b4eb-8536-437b-90a3-cad2c239d361/fda7bd9ac8f19abd7ca7eeee8215636e

    But when it loads on a mobile everything floats left and gets pushed one under the other. I want the four items to be stacked, but they are stacked out of order. It should go Latest News Title, Latest News, Testimonials Title, Testimonials. Here is a screenshot of what it is doing
    https://www.evernote.com/shard/s3/sh/c855e131-29ae-48c1-bde1-ab4758e4e59b/164abb7bb7c979999b590d8c9d724854

    • This topic was modified 12 years, 1 month ago by Estland.
    #210713

    This thread was closed but the problem is not solved. What do I do? Repost it?
    Sorry, Yigit, neither of the answers above work.

    Here is my code:
    /* Testing- Get Reserve button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-buttons {
    left: 0!important;
    }
    }
    /* Testing – Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    #layer_slider_1 { display: none; }}

    Update 19Jan2014-
    I was able to correct this using this code:

    /* Testing – Remove Layer Slider on Smartphone*/
    @media only screen and (max-width: 480px) {
    /* Add your Mobile Styles here */
    #layerslider_10 {
    display: none!important; }
    }
    /* Get Reserve Now button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-button {
    position:absolute;
    top:90px;
    left:30px;
    right:20px;
    }
    }
    Note: Layerslider is one word.

    • This reply was modified 12 years, 1 month ago by Lynnr321.
    #210695

    In reply to: Mobile Search Bar

    Thank you for the code. I tried it out.

    The search bar appeared but on top of the logo.

    I am using a child theme. I placed the header code in the adult theme and the style code in the child theme.

    Could this be the cause?

    #210683

    Ismael,

    The code above for image height worked for desktop. On phone it reverts back.

    #210672

    In reply to: GravityForms styling?

    Hey!

    What happens if you try

    
    #top .gform_body input[type="text"].datepicker {
    width: 20% !important;
    }
    

    Cheers!
    Peter

    #210664

    In reply to: Two easy questions

    Regarding that code. I was trying to use that CSS to stop the featured image from showing up on the blog post. But it looks like it prevents also on the main page when I use the ““blog posts” element in the layout tool. Is it possible to have it only show up on the main page but still prevent it from showing at the top of each blog post?

    #210625

    Hi AdDesign!

    Another user reported this issue: https://kriesi.at/support/topic/the-google-maps-api-server-rejected-your-request/ and it was a problem with the connection. Our theme definitely adds the query parameter – you can check the source code and at the very bottom you’ll find

    
    <script type='text/javascript' src='http://maps.googleapis.com/maps/api/js?v=3.exp&#038;sensor=false&#038;ver=1'></script>
    

    The sensor=false part tells google that the sensor parameter is set to false.

    Regards,
    Peter

    #210618

    Topic: top toggle open

    in forum Enfold
    Munford
    Participant

    HI
    I’m using enfold and making an accordian toggle here http://www.copenhagenfilmcompany.dk/2014/team_profiles/
    and would like:
    1. to have the top accordian be open without the option to close it – also maybe remove the +/- symbol there?
    2. change the font/font style on the toggle labels – would like it larger and bold.
    3. change the margin between the top toggle and first line of text – tried with this but it didn’t work.

    .togglecontainer {
    margin: 10px 0;
    position: relative;
    clear: both;
    }

    can you help me with this?
    also in general, if I am using a child theme, should I be using the quick css for customizing or should I add all that css to the child theme?

    thanks. your support is the best.

    • This topic was modified 12 years, 1 month ago by Munford.
    #210615

    In reply to: GravityForms styling?

    Hi!

    Try following css code to resize the datepicker field

    
    #top #wrapp_all .gform_body input.datepicker {
    width: 20%!important;
    }
    

    and set another width value if necessary.

    Best regards,
    Peter

    #210613

    In reply to: Oops ;)

    #210596
    Stefanovic
    Participant

    Hi there,

    I have a problem with the easy slider, it stops working after second slide.
    The solution is updating the theme, that’s what I already found in other threads.

    But i’ve been stupid not working with childtheme and editted a lot of scripting in the theme files.

    Do you know which file in the newest version does fix the problem? So I can only update that certain file.

    Thanks!

    • This topic was modified 12 years, 2 months ago by Stefanovic.
    #210585

    Hey!

    This will get you started with the main menu. You can use media queries to adjust the position of the menu items on different screen sizes:

    .main_menu {
    left: 0;
    }
    
    #top .main_menu .menu li {
    position: absolute !important;
    }
    
    #menu-item-71 {
    left: 0;
    }
    
    #menu-item-72 {
    left: 100px;
    }
    
    #menu-item-73 {
    right: 100px;
    }
    
    #menu-item-74 {
    right: 0;
    }

    You can go to Enfold > Styling then specify a background image. You can also use this plugin: http://wordpress.org/plugins/wp-backgrounds-lite/

    Regards,
    Ismael

Viewing 30 results - 135,031 through 135,060 (of 142,791 total)