Viewing 30 results - 135,151 through 135,180 (of 142,899 total)
  • Author
    Search Results
  • #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, 2 months 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, 2 months 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, 2 months 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

    #210563
    This reply has been marked as private.
    #210536

    Hey!

    Edit the images on the Media > Library panel then add the title on the “Alternative Text” field. They should show on top of the images when you open the lightbox.

    Maybe the image has a different ratio. Please add this on Quick CSS to define a max height for the product images:

    #top div .avia-gallery img {
    max-height: 333px;
    }

    Regards,
    Ismael

    #210533

    Hey!

    I see. My bad! That is why I’m having a hard time adjusting the quote plugin with the background. Please remove the background on the Color Section then add this on Quick CSS:

    #quotes {
    text-align: center;
    margin: 0 5%;
    background: url(https://home.innerpath.com/wp-content/uploads/2014/01/quotes-background1.png) no-repeat top left;
    width: 100%;
    height: 180px;
    padding: 60px 20px 60px 20px;
    }

    Regards,
    Ismael

    #210523

    Hi!

    The theme only have the masonry gallery at the moment. You need to work with that or you can find a plugin that will suit your needs. You can also hire a freelance developer to modify the theme for you. Visit Werkpress, they will happily help you with the customization.

    Regards,
    Ismael

    #210505

    In reply to: Social Media Icon

    Hi Gil413!

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

    #top .social_bookmarks li a { color: red; font-size: 16px; }

    Cheers!
    Yigit

    #210502

    Hey ullastret!

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

    #top .social_bookmarks li a { color: white; }

    Cheers!
    Yigit

    #210489

    Hi dpilling!

    Please do not create duplicated topics :)

    Regards,
    Yigit

    #210484

    In reply to: Menu on Mobile Site

    Hey EMS4HIM!

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

    @media only screen and (max-width: 767px) {
    .responsive #top .mobileMenu { display: none; }}

    Regards,
    Yigit

    #210482

    Hey Rubie!

    I see that you have started new topics regarding both of your questions and i replied them. I am marking this one as resolved.

    Best regards,
    Yigit

    #210477

    Hey Konnektive!

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

    @media only screen and (min-width: 1140px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 182px; }}
    @media only screen and (min-width: 990px) and (max-width: 1139px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 161px; }}
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 122px; }}
    @media only screen and (min-width: 481px) and (max-width: 767px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 104px; }}
    @media only screen and (max-width: 480px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 67px; }}
    

    Cheers!
    Yigit

    #210474

    Hey jtree5757!

    Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892

    Cheers!
    Yigit

    #210456

    Hey! You have been great, and the theme is now looking awesome, if I may say so myself (maybe I will be lucky enough for you to make us a featured site) :) In any case, a couple of other things. In the client section, I currently have 12 images displaying, but the truth is that I would rather have a wide mosaic of media that can be scrolled. Ideally a Masonry effect, that on roll over displays some info, and that can move between images with <> buttons on bot ends— or something like that. If you can suggest a way to do this, or, conversely do a gallery like I have, but one that can flip between sets of 12 clients for people to navigate (the client has over 300 client references) basically, I am trying to display the clients in a cool way with a gallery of logos.
    On that same theme, I have been struggling to have a cool way to display a video gallery of the work of the client. Unfortunately, I cant seem to make this work. Ideas, suggestions,are most welcome.

Viewing 30 results - 135,151 through 135,180 (of 142,899 total)