Viewing 30 results - 137,671 through 137,700 (of 142,897 total)
  • Author
    Search Results
  • #183555

    Hey!

    Add this code to the Quick CSS:

    .logo {
        margin-top: 14px;
    }
    .header-scrolled .logo{
        margin-top: 0;
    }
    .page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
        padding: 20px 0;
    }

    That will fix the logo issue and will reduce the top&bottom padding of the icon list container, regarding the Polish characters issue please create another topic for that.

    Cheers!
    Josue

    #183548

    Hey!

    Add this code to the Quick CSS:

    .avia-icon-list-container {
    margin-bottom: 0;
    margin-top: 0;
    }

    That will reduce the margin top / bottom to zero (default is 30px).

    Cheers!
    Josue

    #183544

    In reply to: Styling submit button

    Hey z2h!

    This selector will target that button:

    .button[type='submit']{
    
    }

    Regarding the gradient you could create one here, copy the generated code and put it inside the selector, for example:

    .button[type='submit'] {
    background: #1E5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#2989D8), color-stop(51%,#207CCA), color-stop(100%,#7DB9E8));
    background: -webkit-linear-gradient(top, #1E5799 0%,#2989D8 50%,#207CCA 51%,#7DB9E8 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom, #1E5799 0%,#2989D8 50%,#207CCA 51%,#7DB9E8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    }

    Then, simply paste the whole code in the Quick CSS and that would be it.

    Cheers!
    Josue

    #183531

    In reply to: Color Section height

    I also tried this, but it didn’t work:

    #expertise, #about, #design, #photography, #writing, #process {position:absolute; top:50%; height:100px; margin-top:-50px; /* negative half of the height */}

    #183524

    Thanks for the answer!!!
    I have solved the problem with the custom fonts and icons, but still the “filter” on the blogs page is not working.
    My website is being developed locally at the moment…

    All my posts belong to a category.
    At the blog page, at the top, i am seeing the categories. For example: articles, videos, photographs.
    I click on a category and nothing happens, when it should have filtered the posts.
    Any thoughts on what i am doing wrong??

    #183514
    allegrabillings
    Participant

    Hey Guys,
    Question for you I tried to make a post that included a featured image, then some text, then read more link, then a enfold gallery element.

    the blog page looks normal but when you view the actual post page the enfold gallery is at the very top and pushed the normal blog heading and text I wrote to the bottom of the post. Also something else is weird. On post pages whatever you set the column count of the gallery to, it displays one less but has a blank area to the right.

    for example if you say 3 columns it only makes 2 columns but a space to the right with a blank 3rd column. Please advise why the enfold gallery behaves strangely on post pages verses a normal page?
    Thanks

    #183507

    Topic: top link missing

    in forum Enfold
    allegrabillings
    Participant

    Hey guys, I don’t know when it happened but at some point an update messed with the top link. It disappears on screen sizes between 480 – 768. This isn’t just on my site but on your site as well. check it out for yourself. Do you know how to fix this. Needs to be looked at for your next theme update.

    #183500

    Thx! Almost good. The second line should say:
    .fixed_header.social_header #main { padding-top: 131px; }
    Otherwise there is too much whitespace. Now it seems to work great. :)

    • This reply was modified 12 years, 5 months ago by DieNase.
    #183499

    Hey!

    First, please don’t bump your posts. Our queue system shows oldest posts to newest so when you self bump it just moves your topic to the end of the queue.

    For minifying your css, you can follow the plugins steps and documentation for the best results. The demo has a custom set up as far as the back end goes (style switcher etc). But generally when minifying the data you just need to select the files from within the plugin so that it knows which ones to minify and do it in the same order they are rendered in the html.

    If you really wanted to only have a single file you would need to move all of the css from the css folder into a single file (again in the same order from the rendered html) and then remove those calls from the functions.php which are trying to include the separate files.

    Just using a basic minifcation plugin and WP super cache or w3tc should be plenty of speed increase for the general site set up.

    Cheers!
    Devin

    #183493

    Update:
    If possible, I would like to have the dotted line that normally separates the social media icons between the Search Icon and Language selector.
    Note: When I set the social media icons on in my header, they don’t show up like this site, but on the left top of the header.

    #183490

    Alright thanks! Topic can be closed :)

    #183486

    In reply to: Transparent Header

    Thanks for the answer!

    In this case when it is on top, the menu is not active. I can not click anything…

    Regards

    #183485

    In reply to: Transparent Header

    Hey!

    It can be fixed in its previous position as well but then it will just stay there even when you scroll down. So there will be space from top. If you would like to keep it in its previous position and fixed to top when scrolled down, you are going to need to hire a freelance developer, as it is not that easy to pull that off.

    Regards,
    Yigit

    #183484

    In reply to: Transparent Header

    Works good, but the menu moved from just over the content to the top of the page. And i can’t bring it down without moving the rest.

    Regards,

    Simon

    #183472

    In reply to: Fontello icons in text

    Hi petersandin!

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

    .avia-builder-el-1 .avia-icon-pos-left { float: right; margin-right: 0.8em; margin-top: -19px; }

    Best regards,
    Yigit

    #183462

    Hey DieNase!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to decrease the height of header

    .social_header #header_main .container { height: 100px; line-height: 100px; }

    Then you need to adjust following code to remove the white space between header and content

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

    Regards,
    Yigit

    #183450

    In reply to: Transparent Header

    Hey!

    Please flush browser cache and refresh your page a few times. This is how it looks on my end http://i.imgur.com/7hTPDsQ.jpg
    Please add following code as well

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

    After the code it should look like this http://i.imgur.com/Dr5L8Ng.jpg

    Best regards,
    Yigit

    • This reply was modified 12 years, 5 months ago by Yigit.
    #183448

    In reply to: Transparent Header

    Worked out! Just the small white line on the top is still there.

    And is it possible to make this header fixed? So that it comes donm when scrollin down?

    Last question is:how can i bring the fb logo into the menubar? When i move it down it hides under the menubar.

    Thanks and regards!

    #183426

    Hi!

    You are welcome! Glad we could help :)

    @michaeloeser
    if alignment issue occurs again, please try the code in my previous post. If it does not help, feel free to start a new topic

    Regards,
    Yigit

    #183419
    #183413

    Hey Jack!

    Please see this topic https://kriesi.at/support/topic/cannot-import-dummy-data-2/

    Cheers!
    Yigit

    #183401

    Hey!

    Kriesi posted in this topic about it and a link to the old styles. You can re-add them back in if you’d like: https://kriesi.at/support/topic/no-gradient-in-buttons-v-2-4/

    Best regards,
    Devin

    #183371

    Great, this worked. Thanks Josue!

    #183366

    In reply to: Change Toggle Colors

    Ho Josue,
    We are getting there. On the target page http://www.amplidata.dev/amplistor/architecture-2/ there are two sets of toggles. The second set of toggles just repeat the colors of the first set even though they have separate toggle ids. Any idea what’s going on?

    You can’t see this on the live site because I’m doing the work on a copy of the site in a development area. Here is the code. No matter what I change the color to on id 6-8 they repeat colors on id 1-3. I’m testing the hover color in id 1 and works fine.

    Thx, Seth

    
    /*For Toggle Colors:*/
    
    .page-id-544 .av_toggle_section:nth-of-type(1) .toggler{
      background: #DCE6F2;
    }
    .page-id-544 .av_toggle_section:nth-of-type(1) .toggler:hover{
     background: #EFEFEF;
    }
    .page-id-544 .av_toggle_section:nth-of-type(2) .toggler{
      background: #C4BD97;
    }
    .page-id-544 .av_toggle_section:nth-of-type(3) .toggler{
      background: #93CDDD;
    }
    .page-id-544 .av_toggle_section:nth-of-type(4) .toggler{
      background: #B3A2C7;
    }
    .page-id-544 .av_toggle_section:nth-of-type(5) .toggler{
      background: #D7E4BD;
    }
    .page-id-544 .av_toggle_section:nth-of-type(6) .toggler{
      background: #C7C7C7; !important;
    }
    .page-id-544 .av_toggle_section:nth-of-type(7) .toggler{
      background: #C7C7C7;
    }
    .page-id-544 .av_toggle_section:nth-of-type(8) .toggler{
      background: #FFFFFF;
    }
    #top .toggle_icon .hor_icon, #top .toggle_icon .vert_icon, #top .toggle_icon{
    border-color: #666666;
    }
    

    Hi!

    Please do not tack on other questions within a topic. Not only does it mean we don’t see the question until later because our queue goes by oldest topics first, but it also makes it very difficult to track and respond to questions in addition to forming incorrect correlations between issues.

    For your separate color section issue please create a new topic. I no longer have a device to test the last iOS version since I updated once it passed the 70% adoption mark.

    Best regards,
    Devin

    #183357

    Hey!

    Please add following code to Quick CSS as well

    .header-scrolled .menu li.facebook { top: -21px; height: 60px; }

    Cheers!
    Yigit

    • This reply was modified 12 years, 5 months ago by Yigit.
    saquasar
    Participant

    Hi,
    Here are 2 screenshots from an android phone
    https://www.dropbox.com/s/hn8z9t84ppl2q1f/Screenshot_2013-11-01-11-42-37.png
    https://www.dropbox.com/s/q200wt1nm5u620e/Screenshot_2013-11-01-11-43-07.png
    As you can see the greek letters with punctuation marks aren’t appearing proprerly.
    I check it in an android phone and an android tablet.

    Also there is a problem in android tablet withe menu bar
    https://www.dropbox.com/s/ym9hcaup251fc1r/Screenshot_2013-11-01-14-05-54.png
    as you can see the bar isn’t at the top of the page but it’s moving when you are scrolling up or down in the page.
    Could you please check it?

    • This topic was modified 12 years, 5 months ago by saquasar.
    #183349

    Hey Michael!

    It would be the best if we check your website while there is alignment issue. I’m not closing the topic, let us know if issue re-occurs

    Cheers!
    Yigit

    #183342

    In reply to: Social Icon – Slider

    I find some chatter on forums about jquery – but not sure what that is all about. This appears to be a common problem with Digg. Where the bar shows in the normal display but not the floating display and on posts and not pages.

    http://wordpress.org/support/topic/plugin-digg-digg-floating-bar-does-not-show-at-all

    Rohan

    #183328

    In reply to: Transparent Header

    Hi Dude,

    that was nearly perfekt! Just right and left side of the menu is ” too much” and at the top there is also a small white line left.

    Danke!

Viewing 30 results - 137,671 through 137,700 (of 142,897 total)