Viewing 30 results - 136,351 through 136,380 (of 142,851 total)
  • Author
    Search Results
  • #197588

    In reply to: Header Border

    Hey!

    Try adding this code to the Quick CSS:

    .cart_dropdown.visible_cart {
        border: 0;
    }
    #header_main {
        border-top: 0;
    }

    Cheers! 
    Josue

    This reply has been marked as private.
    #197576

    Yes sorry, I changed themes. See, I hired a coder to modify the enfold theme and do costum content. So it seems most of the content of my website was done on another theme, including the CF7, yet the Layer Slider for my same homepage is located on the Enfold theme folder. However I fully updated the theme folder for Enfold and I still get this error message. If you go to my url /homepage now you will se the ““[LayerSliderWP] Slider not found” ” error message on the top. The contact form still takes me to /#wpcf7-f1708-p1707-o1 what does that url mean? I deactivated all plugins except a “Page.ly MultiEdit” as the CF7 seems to be inside of it and it still takes me to that weird url?

    Help Please
    Thanks!.

    • This reply was modified 12 years, 3 months ago by zendao.
    #197560

    Topic: Header Border

    in forum Enfold
    nvltygoods
    Participant

    Hello, I was just wondering if there’s a way to have a single solid border only under the header and not bordering the top. I messed around in the theme settings but my problem is that it borders the cart icon and everything contained within the header. If there is a quick css code that would be awesome!! Thanks!

    #197557

    Hey!

    Thank you very much sahlen! The translation topic has helped a lot of international users in getting set up quickly and sharing, even when not perfect, is definitely appreciated by all!

    You can post your updated translation here or directly in the main topic here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/ and it will be greatly appreciated :)

    Regards,
    Devin

    #197534

    Hey!

    I think it is better to put it on top of the breadcrumb because the breadcrumb’s width will differ according to the level of pages you’re in. Use this on Quick CSS:

    div.fontResizer {
    position: absolute;
    z-index: 20;
    right: 0;
    width: auto
    }
    
    .fontResizer p {
    float: left;
    }
    
    .fontResizer li {
    margin: 3px 0 0 0;
    }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    top: 40px;
    }

    Regards,
    Ismael

    #197525

    Hey!

    Mmmm, that featured is not available at the moment, if you really need you would need to hire a freelancer for the job, also feel free to request it here.

    Best regards, 
    Josue

    #197523

    yeah I tried disabling plugins. no luck. what’s weird is that it seems to have stopped working outside the editor as well. not sure what happened there.

    #197514

    Hey!

    I tested the code I gave you and it works fine. This is how it should look like after you added the css modifications:

    I modified the code a bit. Please use this:

    @media only screen and (max-width: 767px) {
    #header_main {
    max-height: 100px;
    }
    .mobile_active #advanced_menu_toggle {
    top: 50px;
    }
    
    .responsive .mobile_slide_out .logo {
    position: relative;
    top: 5px;
    }
    
    .responsive.social_header .phone-info {
    margin-top: 10px;
    }
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #197472

    Hi Jason!

    Yes it can, you may want to check this topic: https://kriesi.at/support/topic/navigation-menu-for-long-single-page-website-with-enfold/

    Cheers!
    Josue

    #197450
    Gstar72
    Participant

    Hi Guys,

    Thankyou for all your prior help.

    Query- with my site http://www.naturaloutlok.com, when I switch to mobile view (resizing the window), there is no space bewteen the logo, the drop down navigation and the top slider – is there anyway to resolve this in mobile format? – it looks fine on desktop.

    Thanks

    gary

    #197449

    Great answer. I’ve always wondered this and was providing the answers in the copy above to a graphic designer I’m working with. There’s not much info out there, and I felt like I was close, but you can see how this topic can be very confusing. Two things:

    http://purerideusa.com/

    1. As far as file size, is there any “sweet spot” or “stay below” rule of thumb that we should follow regarding performance? The image we’re currently using is 607KB. Is that ok or is it too large?

    2. The background-size:cover css3 attribute does stretch the image to full width but it doesn’t stretch to full height. If you check our site on an iPhone 5 or newer (I’d imagine its the same on any mobile device where the vertical dimensions are larger than 1192), you’ll see that the image stops at 1192px and the rest of the screen is filled with black. Is this a situation where we need to check the chart I created and make sure the vertical dimensions of our bg are large enough pixel-wise to to fill the screen since the css doesn’t do this?

    Thanks,

    #197441

    Ok — This is interesting — I started to set up the settings in the theme control panels — when I deactivate the search icon in the header, the slide show stopped working
    http://deanandjojostory.net.s176353.gridserver.com
    I reactivated it and the slide show started to work again.

    I’ve got to run now — but when I get back, I will do some more testing.

    Cheers,

    George

    #197437

    In reply to: logo resize

    Hi mrlreynolds!

    Firstly you should edit your logo. You can add following code to Quick CSS in Enfold theme options under Styling tab to achieve what you would like but logo image will be stretched

    @media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 40px!important; }}
    @media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { margin-bottom: 30px; } 
    #advanced_menu_toggle { top: 75%; } }

    Cheers!
    Yigit

    #197428

    In reply to: A few questions

    Hi Robsticles1!

    Please add following codes to Quick CSS in Enfold theme options under Styling tab
    1)

    #top #menu-item-search.menu-item-search-dropdown>a { display: none; }

    2)

    .multi-big .post_author_timeline { display: none; }

    3) Can you post the link to your website so we can inspect elements?
    4) It would be possible but you are going to need to hire a freelance developer for that kind of a customization

    Cheers!
    Yigit

    #197422

    Hey DaveL77!

    You could get that by doing 3 1/3 columns and only adding the video to the middle column. It may not be *as* wide as you want but it will give you a quick way to do so.

    Otherwise, you would need to do something like adding the video element to a color section with its own ID. Then you could target the iframe inside of that specific ID via css and then define its width on desktops inside the css>custom.css file’s desktop media query.

    Regards,
    Devin

    #197421

    Hey!

    It seems like some of the CSS codes are not being applied for your 3rd and 4th question. Please try adding it to custom.css file inside Enfold/css folder and if that still does not work, you can try adding !important to force it as following

    #top .main_menu .menu>li:last-child>a {
    padding-right: 15px!important; }
    .header_color .main_menu ul:first-child > li > a { color: white!important; }
    .header_color .main_menu ul:first-child > li > a:hover { color: black!important; }
    

    You should edit your logo image. It displays fullsize of your logo.
    Do you mind creating a temporary admin login and post it here privately so i can do it for you?

    Best regards,
    Yigit

    #197397

    Hola Josue.
    La galeria de http://www.diegoestrada.es sigue mal.
    he puesto

    #top .avia-gallery .avia-gallery-thumb a {
    height: 255px;
    }

    pero sigue igual, puedes verlo en : http://www.diegoestrada.es/spring-summer-14/

    Un saludo

    #197396
    David Verburg
    Participant

    Hi there, can anyone recommend me a plugin to build a golf community in our new website (rebuilding it now in Enfold). It most certainly needs to be modified for golf purposes. Profile, share videos, upload video’s for golf pro advice, challenge golfers in the community, discuss topics, golfdates for singles, create a subcommunity (dentists playing golf, laywers, creatives etc.).

    #197371
    german_photographer
    Participant

    Hey there,

    that topic was discussed here already, but never solved. The moment any Woo Commerce content is in the Avia Builder (like product widget) the page can’t be updated anymore. Spinning circle, but nothing happens. I have tu deactivate German Market + Woo Commerce Plugin, update the pace, activate plugins again.

    Any solution?

    #197359

    Hey!

    As far as I know this is a result of the wpautop filter that attempts to add spacing tags and wrap your content to style it properly.

    The best and most typically suggested work around is to use a plugin for these kinds of elements so that you can insert the shortcode to output the data without the filters causing a conflict.

    Cheers!
    Devin

    #197348
    This reply has been marked as private.
    #197343
    This reply has been marked as private.
    #197332

    Hey andreyp1978!

    Please see https://kriesi.at/support/topic/kriesi-logo/#post-161892

    Regards,
    Yigit

    #197294

    Topic: logo resize

    in forum Enfold
    mrlreynolds
    Participant

    Hi, we would like our logo to be 285px X 40px when it shows up on the site on desktop, it should be in the center vertically. and when in mobile the mobile menu should not cover the logo. we are using the fixed heder with social icons and additional navigation. the test site is here cpt.lfrhost.com – we are confused as to what size logo we should upload and what css to change. Can you help please? Many Thanks

    #197290

    Topic: HR padding

    in forum Enfold
    awilson3rd
    Participant

    Hello,

    This relates to https://kriesi.at/support/topic/promo-box-and-short-separator-padding/

    Can someone let me know what the custom css is to reduce padding on hr lines (all of them)

    Thanks

    Andrew

    Hi certifiedhost!

    1) Can you please create us an admin account and post the login data as private reply. I can’t reproduce the = issue on my test servers.

    2) You can use the iframe function of prettyphoto but it won’t strip the header, footer, etc. If you just want to show a simply text I’d use the “inline text” feature of prettyphoto like demonstrated here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto – basically you just need to create a div with an id and then create a link which points to the id and add rel=”prettyPhoto” to the link. Another solution would be to use the iframe function of prettyphto which points to an external html document

    3) Yes, this is a standard wordpress function wpautop() which removes unnecessary tags. You if you just want to add an empty paragraph use

    
    <p>&nbsp;</p>
    

    instead of

    
    <p></p>
    

    Best regards,
    Peter

    #197270

    In reply to: Resize Tabs

    Hi!

    You should be able to change the font size of the tab titles with

    
    #top #wrap_all .tab_titles {
    font-size: 10px;
    }
    

    Regards,
    Peter

    #197261

    In reply to: Portfolio

    Hey Seba1973!

    1) Die Reihenfolge der Portfiolio Entries und der anderen Posts kannst du mit diesem Plugin anpassen: http://wordpress.org/plugins/post-types-order/

    2) Dies geht mit CSS Code – siehe https://kriesi.at/support/topic/reduce-the-width-of-fullwidth-masonry-gallery/

    Regards,
    Peter

    #197259
    kls1138
    Participant

    I have my wordpress/settings/reading options set to show 5 blog posts per page. However, the blog’s main page is displaying 9 posts….is there something in the enfold theme that is forcing this to happen? if so, how is it disabled?

    I have several posts set as as “sticky” so they show up at the top of the order. These posts are displaying a second time (where they would be placed had they not been set to sticky). This wasn’t happening with my old themes. How can this be stopped?

Viewing 30 results - 136,351 through 136,380 (of 142,851 total)