Viewing 30 results - 132,481 through 132,510 (of 142,762 total)
  • Author
    Search Results
  • #236132
    mjaraas
    Participant

    I would like to keep the fixed header where it is at the top regardless of the scrolling down the page for easy navigation. I love that feature. However I would like it to stay the same height and not shrink the logo down. Like on this example: http://www.fletcherconstructionco.com
    Is this possible?

    • This topic was modified 11 years, 12 months ago by mjaraas.
    #236130

    Topic: logo

    in forum Enfold
    Marssolutions
    Participant

    Hey Enfold,

    Want to remove the my logo from the site, and not have the Enfold Logo there. I tried .logo { display: none; } it does work on desktop and tablet, but on a smartphone (iPhone here) the Enfold logo is there for some reason., any ideas?

    Thanks,

    #236129

    thanks man, just changed the font size and that did it! thanks for your assistance!!

    just one more thing, that might be off topic:
    with all the changes in themes and other files (woocommerce) the amount of css styling codes is steadily increasing.
    some of the codes dont affect anything due to updates etc…

    question: is there any tool (or any way) to check/inspect if there are css style codes that are not affecting anything?

    thanks in advance
    Pedro

    #236110
    simplyaha
    Participant

    The last item in my top menu is not aligned (centered?) as the other menu items. the item appears to be left justified versus centered. It is just the last menu item. url = wildcatmattress.com
    Thank you

    #236081

    Hey!

    Please add this on Quick CSS or custom.css to switch the phone number and the top menu:

    .av_secondary_right .sub_menu {
    float: right;
    right: 200px;
    }
    
    .av_phone_active_right .phone-info {
    float: right;
    right: 0;
    position: absolute;
    }

    I’ll ask Dude about the WC german market plugin. Please wait for his response.

    Regards,
    Ismael

    #236070

    In reply to: Theme broken in Safari

    Hi!

    Website looks fine on Safari and other browsers now.You should probably use this plugin to minify the stylesheet and scripts: https://wordpress.org/plugins/bwp-minify/

    Refer to this link for more info: https://kriesi.at/support/topic/request-minify-guide/

    Cheers!
    Ismael

    #236066

    Thank you for v 2.6.1! Haven’t checked all devices yet but I’m hopeful because desktop version is mostly back to what it’s meant to be! Some thing’s are not. Got some extra work to do here.

    I may never update the theme again. Too much work.

    • This reply was modified 11 years, 12 months ago by wintner.
    #236048

    Topic: Sidebar Widgets Links

    in forum Enfold
    Jasmer
    Participant

    On my sidebar I have several feeds

    The 3 titles are clickable links (my @twitter handle, iTunes Top 10, Apple Hot News)

    I’d like to make the title links un-clickable (my @twitter handle and iTunes Top 10) without affecting the functionality of the feed. These links actually just take you to a page that provides the user with no relevant info.

    What is the best way to do this? The Twitter feed was especially tricky to get working so I wanted to ask before I proceeded with CSS or the like. I was also thinking there might be a way to solve this problem from the Widget settings panel??

    Thank you, Jas

    #236039

    In reply to: Homepage image

    Hi costin!

    Edit the color section then add a unique id on the developer’s field. Add “awesome-section” for example. Use this on Quick CSS to adjust the height:

    #awesome-section {
    min-height: 500px;
    }

    Use this to decrease the top padding:

    .page-id-77 .content {
    padding-top: 0;
    }

    Cheers!
    Ismael

    #236033

    Hi!

    You can add this on Quick CSS or custom.css adjust the max width of the post content:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1200px;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 1200px;
    }

    Add this one to remove the image overlay:

    .image-overlay {
    display: none !important;
    }

    Use this one to disable lightbox:

    a[rel] {
    pointer-events: none;
    }

    Best regards,
    Ismael

    #236031

    Thank you very much !

    .avia_wpml_language_switch {
    width: 130px !important;
    }

    works very well !

    I have updated already to 2.6.1 and that issue is still on where the WPML language flags doesn’t show up at the right side of the header.

    I’m not really sure which are the required settings for both ENFOLD and WPML settings in order to make the language flags show up at the header since they were showing up until theme and WPML were updated.

    Thanks,

    Oriol

    #235996

    I’ve added the new piece of code but it’s still causing problems. Here’s all the code in the CSS:

    .sub_menu { font-size: 16px; } /* changes the font size of sub menu */
    .fixed_header.social_header #main { padding-top: 174px; }
    .main_menu ul:first-child > li > a { line-height: 190px !important; }
    #header .mega_menu_title { #0e2f61; }

    .title_container { background: url(http://www.test.theimplantcentre.com/wp-content/uploads/2014/02/Crumbsbanner41.jpg); }

    .avia-heading-row {
    color: white;
    }
    .price-top-margin {
    margin-top: 37px;
    }

    tr th:first-child, tr td:first-child {
    vertical-align: top;
    }
    .main_color tr.avia-heading-row {
    background: #2f5691;
    }
    #header_main, .header_color .main_menu .menu ul li a { background-color: white; }

    #header_main, .header_color .main_menu .menu ul li a { background-color: white; }

    .tab_titles div {
    font-size: 14px !important;
    }
    .avia_mega_div, .avia_mega_div .sub-menu {
    background: white !important;

    @media only screen and (min-width: 1140px) {
    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    height: 40px !important;
    line-height: 25px !important;
    }}

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 143px !important;
    line-height: 190px !important;
    -webkit-transition: all linear 0.2s;
    -moz-transiton: all linear 0.2s;
    transition: all linear 0.2s;
    }

    .header-scrolled #header_main .container, .header-scrolled #avia-menu > li > a {
    height: 80px !important;
    line-height: 80px !important;
    }
    #header_main img, #header_main .logo, #header_main .logo a{
    width: 252px !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;

    -webkit-transition: all linear 0.2s;
    -moz-transiton: all linear 0.2s;
    transition: all linear 0.2s;
    }
    .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{
    width: 126px !important;
    height: auto !important;
    }
    .avia-content-slider .slide-entry-title {
    display: none;
    }
    #main > div.main_color.container_wrap.fullsize > div > main > div > div > div.flex_column.av_one_half.avia-builder-el-11.el_after_av_one_half.avia-builder-el-last.column-top-margin {
    margin-top: -8px;
    }
    #av_section_1 > div > div > div > div > div.flex_column.av_one_fourth.first.avia-builder-el-13.el_before_av_three_fourth.avia-builder-el-first > section {
    margin-top: 20px;
    }

    .page-id-75 .avia-section-small .content {
    padding-top: 0;
    }

    .header_color .avia-tt { background-color: white; }
    .header_color .ajax_search_image { color: white; }

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

    Hey!

    Version 2.6.1 was released. Please try updating your themes and check if that helps. If not, pllease let us know

    Best regards,
    Yigit

    #235936

    Hey!

    I think you are save. it seems the topic creator only got the private mails. I just changed that as well so this should never happen again, thanks for the notice ;)

    Best regards,
    Kriesi

    #235930

    Hey!

    Please use following code in Quick CSS instead

    #top div div.woocommerce-message a.button {
    background-color: #b21f24;
    color: #ffffff;
    border-color: #b21f24;
    }
    #top div div.woocommerce-message a.button:hover { 
    background-color: #757575;
    color: #191919;
    border-color: #757575; }

    Cheers!
    Yigit

    #235927

    Thank you Kriesi for your help. Would you mind clarifying this? I am concerned about this.
    https://kriesi.at/support/topic/layerslider-enfold-2-6-issue-on-safari/#post-235838

    Hi Devin,
    Thanks for your suggestion. Yes, when I change the setting to “Parallax” it appears nicely on the iPhone and iPad. The downside is that I don’t see the cool effect on the laptop/desktop where the image is fixed and you see different portions of it when you scroll down the page. Just FYI, on http://www.got2bmoving.com, I have set the first color section (the one below the “NY Traffic, etc” images) to “fixed” and the 2nd color section (just above the footer) to “parallax”.
    The 2 devices that I’m trying to view this on are the iPhone 4s with OS 5.1.1 and the iPad (Model A1219 with OS 5.1.1). I don’t see the “fixed” color section on either of these. Maybe there is some custom CSS that I can add so that I can retain the “fixed” setting and also view it on these devices?
    Let me know what you think.
    Thanks!
    Jane

    #235910
    techgrayscale
    Participant

    Hello,

    I was wondering how I would change the type size and background color of the portfolio category filters that appear at the top of the page (see link below)?

    Also, is it possible to force the category labelled “Other” to the end of the list?

    Link to example: http://www.charlestonwedding.com/2014/portfolio-all/

    Thanks!

    • This topic was modified 11 years, 12 months ago by techgrayscale. Reason: added question relative to previous comment
    #235900

    Only because I changed the settings as described here https://kriesi.at/support/topic/layerslider-enfold-2-6-issue-on-safari/#post-235897

    #235897

    Kriesi,

    George from Kreatura media support just got back to me. I have to thank him for weighing in.

    He said to do simply this: “Please enable both image preload and lazy load features in layerslider global options.”
    So click on the slider you are having problems with then Slider Settings > Misc

    Solved my issue immediately (Safari, Chrome, Firefox, Mobile Safari) but I am wondering if I had several slides if this would slow down the loading of my site? Image Preload setting and Lazy load settings seem to be opposing in their definitions. Hmmm.

    Thank you Kriesi for your help. Would you mind clarifying this
    https://kriesi.at/support/topic/layerslider-enfold-2-6-issue-on-safari/#post-235838

    And for future reference answering #1 and #3 here
    https://kriesi.at/support/topic/layerslider-enfold-2-6-issue-on-safari/#post-235858

    Also, I have a longstanding problem with the LayerSlider. I have spoken with Kreatura and they seem to think it is a theme issue. Would you mind weighing in on it here PLEEEEEASE ;)
    https://kriesi.at/support/topic/mobile-site-rotation-problem/#post-235894

    THANK YOU for your help, Jas

    #235891

    Dude:

    Just got this worked out. For full width blog post and forum content:

    #top .entry-content {
        margin-left: 0px!important;
        width: 100%!important;
    }
    #235877

    In reply to: search: edit the text

    #235864

    Hey jasondbeaver!

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

    #top div.woocommerce-message a {
    color: green !important
    background-color: red !important;
    }
    #top div.woocommerce-message a:hover {
    color: green !important
    background-color: red !important;
    }

    Best regards,
    Yigit

    #235859

    In reply to: Simple Header Change

    Thanks a million for your help. That worked and I added the margin changes to get rid of the space in the header. The code below achieved the desired result

    .logo img { padding: 0px; ; }
    #header_main .container { height: 73px !important; margin-top: -10px;  margin-bottom: -10px }

    Thanks again!

    Thanks. That worked!

    #235851
    sistahhollywood
    Participant

    Hi All,

    Link: http://www.sistahhollywood.com/keyshia-cole-steve-madden-spring-2014/
    Click on the gallery…you see how the alt text info appears?

    I’d like to keep using the image alt text field for SEO purposes, but is there a way to hide it from the top of the images when a user?

    #235845
    eberswine
    Participant

    Wondering if there is any options when logged out you see “Log In” and when logged in, you see “Log out” and maybe a few profile links in the top navigation ??

    #235831
    This reply has been marked as private.

    Thanks a lot for your reply, Peter. CSS really is a challenge for me – happy, that you are still with me :)

    I used your snippet and it almost worked for the nested menu.
    Could someone please have a look at the line under the h3 parent item and the hover of the list item:

    Here is the code I used so far in the Quick CSS:

    /* NESTED SUBMENU */
    .sidebar_left .my-parent-item {
    padding-left: auto;
    padding-right: 3px;
    font-weight: normal;
    font-color: blue;
    top: 1px;
    margin-top: -1px;
    padding-top: 1px;
    width: 100%;
    box-shadow: 0px 1px 0px 0px #DADADA;
    }
    
    .sidebar_left .nested_nav .current_page_item {
    padding-left: auto;
    padding-right: 52px;
    top: 1px;
    margin-top: -1px;
    padding-top: 1px;
    width: 100%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #f8f8f8;
    font-size: 16px;
    }
    
    .main_color a:hover, .main_color li a:hover {
    background: #f8f8f8;
    padding-left: auto;
    }
Viewing 30 results - 132,481 through 132,510 (of 142,762 total)