Viewing 30 results - 140,611 through 140,640 (of 142,844 total)
  • Author
    Search Results
  • #134099

    Hi,

    You can reduce the padding of the content div.

    .content {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,

    Ismael

    #27486
    bevlogenverf
    Participant

    Hi guys

    I love your themes. I am changing to Enfold now from Replete

    3 Q’s about CSS

    -I had some CSS codes like changing color of menu bars in the footer and socket and other things.

    -I need the CSS for changing the location of my logo because it is now messing up the main menu http://www.bevlogenverf.nl/enfold2

    -I used these CSS codes. Anyone knows how to tweek or change them a little bit so they will work also in Enfold?

    #top .main_menu .menu a {
    color: grey;
    }
    #top .main_menu .menu a:hover {
    color: #0e75bf;
    }

    #footer .widget {
    padding: 30px 0 30px 0 !important;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 100px;
    }

    #top .sidebar_tab_content.sidebar_active_tab_content {
    background-color: #fff;
    color: #black;
    }
    #top .sidebar_tab.sidebar_active_tab {
    background-color:#0e75bf;
    color: #fff;
    }
    .slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
    color: #0e75bf;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 10px;
    }
    #top .ajax_controlls {
    top: 70%;
    }
    #footer .widget_nav_menu li a {
    font-size: 14px;
    }

    #top #menu-item-720 a {
    color: #0e75bf;
    }
    #footer .widget_nav_menu li a {
    text-align: center;
    }
    .iconbox_icon {
    background-color: white !important;
    }
    .widget_nav_menu h3.widgettitle {
    text-align: center;
    }
    #top .iconbox {
    width: 100%;
    }
    #top .avia_mega_div {
    background-color: #f5f2f5;
    }
    #top .avia_mega_div .sub-menu {
    background-color: #f5f2f5;
    }
    #top .avia_mega_div .menu-item ul {
    background-color: #f5f2f5;
    }
    #top .main_menu .menu ul li a {
    background-color: #f5f2f5;
    }
    .sidebar_tab_title {
    margin-left: 10px !important;
    }
    #js_sort_items a {
    font-size: 19px;
    }
    #top.woocommerce-page .woocommerce-ordering select { width: 25%; }

    @media only screen and (max-width: 767px) {
    #top.woocommerce-page .woocommerce-ordering select {width: auto; }
    }
    .chzn-container {
    position: initial;
    }
    #top .chzn-container .chzn-drop {
    top: 70px !important;
    width: 325px !important;
    margin-left: 3px;
    }
    .woocommerce-pagination {
    display: none;
    }
    #top.tax-product_cat .container > .term-description {
    display: none;
    }
    .added_to_cart {
    display: none;
    }
    .form-row.address-field{
    overflow: visible;
    }

    #top .chzn-single div b {
    background-position: 5px 6px !important;
    }
    .widget .gform_wrapper .gform_footer br{
    display: none !important;
    }
    .home .one_fourth.flex_column iframe {
    height: 150px !important;
    }

    #134180

    btw – I am using WordPress 3.6 and the latest upgrage of Enfold (the update from last week)

    #27484
    Carmitma
    Participant

    I’m having an issue with the Easy Slider. I have 6 images in my slider and I have it set to auto-rotate.

    However, after the second slide it stops working. It doesn’t go on to the third slide or keep rotating. Just stops.

    http://webchic.co.il/abital/

    How do I fix it?

    Thanks

    #132778

    Hi,

    switchWidth = 767;

    The number 767 refers to width of the browser, device or desktop.

    Regards,

    Ismael

    #131426

    Hi unitedwc,

    Once it has been set you can just add any class name into that field and then target it specifically with css. For example if you add:

    my-custom-margin-class

    and then you add this css to your Quick CSS:

    .my-custom-margin-class{
    margin-top: 10px;
    }

    You could have an additional 10px margin on the top of that item.

    #27481

    Topic: Top Menu

    in forum Enfold
    vijaypillai
    Participant

    Hello,

    1. On the menu options at the top of the page, there is a black line underline the current page and any page link that you are hovering over. Is there a way to remove this underlining line?

    2. On the home page, the top banner (white in color with the menu and logo) is aligned to the left of the page, where as every other page as it aligned in the center. Is there a way to align the banner to the center on the home page?

    Thanks much in advance,

    VJ

    #27480
    vijaypillai
    Participant

    Hi,

    When using Internet Explorer, the logo (on the top left saying LiveTracGuardian ..) appears stretched and very different (and somewhat bad) from what is seen in Firefox and Chrome.

    Is there something I can do about this?

    http://www.livetracguardian.com

    Thank you much in advance,

    -VJ

    #133519

    In reply to: map shortcode plugin

    Hi Nick

    Your right. On your screenshot it is centered, because it is in the first (initial) tab that is open when you load the page.

    But please have a look on the first tab-box on top of it and click on the “map-widget” or “gallery” tabs.

    Then you can see what i mean.

    http://maurilux.com/wp-content/uploads/2013/08/tab-issue.jpg

    As soon as you recize the browser window, then things get right, but just in the open tabs.

    #27478
    vacshop
    Participant

    hi guys,

    im just trying to get a sidebar widget on the new enfold theme (just swapped over from replete) and the main home page loads

    with the sidebar only on the lower half and not at the top starting next to the products section?

    what am i doing wrong that can be corrected

    my site is http://www.vacshop.com.au/

    thanks

    Andrew

    p.s i like the greater drop & drag flexabilty of enfold over the replete theme just have to work out the kinks….

    #133835

    In reply to: Testimonial

    Hi arnijon,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .avia-testimonial-image img {
    border-radius: 0px !important;
    }

    Regards,

    Devin

    #133461

    Hi chilli-mind,

    I’ll tag the topic for Kriesi but not knowing what version you are currently running I can’t say if this has already been fixed or if it is a fix for a currently existing issue.

    Regards,

    Devin

    Hi Jason,

    Without seeing your site live I can only guess but this should get you fairly close:

    #top #header_main .container {
    height: auto !important;
    }

    .fixed_header #main {
    padding-top: 200px;
    }
    #top .logo {
    float: none;
    position: relative;
    width: 220px;
    margin: 0 auto;
    }
    .main_menu {
    position: relative;
    float: none;
    width: 600px;
    margin: 0 auto;
    }

    The width of the menu needs to be set based on your specific menu to get it to center. This all also must be added to your custom.css file in the desktop media query so that it only effects desktop view.

    It will still need adjustment and customization depending on exactly what you want but if you have further customization needs or fine tuning a freelance developer is your best route.

    Regards,

    Devin

    Hi,

    It may be possible theoretically but can’t tell from a cursory look. At the moment IMO such a customization would be outside the scope of the support team, however you should definately add this to Enfold Feature Request List – https://kriesi.at/support/topic/enfold-feature-requests – and since you actually have code as opposed to all other suggestions, I am certain that Kriesi will know exactly how it fits into his schedule of enhancements.

    I think it makes sense. Thanks for finding this.

    Nick

    #133160

    Hi,

    To change color of the title on the individual blog post, you would use the following css

    #top.single .entry-content h1.post-title {
    color: red;
    }

    Thanks,

    Nick

    #27439

    Topic: One Pager Website Help

    in forum Enfold
    wmsgeorge
    Participant

    Is there any documentation already on building a one pager site? I would like a couple parts to work like this example http://www.google.com/nexus/7/index.html

    Where there is an image area in the background and I can put text on top. For the content areas I am thinking I could use the 1/2 1/2 boxes and that should be no problem. Just stuck on how to add those image sections in between the content sections.

    Another question would be: is there a way to set the menu up when clicked it would go to a specific section on the page?

    And, that arrow on the bottom right of the example site http://www.google.com/nexus/7/index.html when you scroll down the arrow points down and if you click it you will be taken to the next section and then when you get to the bottom it changes to the up arrow. Is that a feature in Enfold?

    #133637

    Hi aba264,

    Not quite sure what you mean. The Icon box already has a round visual if its displayed at the top like on the demo page here: http://kriesi.at/themes/enfold/shortcodes/iconbox/

    Regards,

    Devin

    #133629

    Hi Jorge,

    That is a complicated answer.

    The color section allows you to add a background image and if you use the stretch to fit option for the image it will always stretch to fit. Sounds perfect, but there is a catch: what screen width is your viewer using? This is where the background position comes into play. You can choose top center or bottom center to get the image edge (top or bottom) to align and the opposite edge will be cut off depending on the viewers screen size.

    That is the closest you’ll get without really digging into custom css and multiple media queries.

    Regards,

    Devin

    #27433
    quicky2000
    Participant

    Heya,

    thanks for your HowTo on setting up a full width google map view https://kriesi.at/support/topic/google-maps-in-full-width-slider.

    It works perfectly as described. I tried this with a GoogleMaps shortcode comming from SabaiDirectory (http://demo.sabaiapps.com/sabaidirectory/shortcodes/shortcode-sabai-directory-map/). Your description even works there, however I can’t deifne the height of the result. It’s 400px by default and I can’t change it. The shortcode has a few parameters (even height and width) but I guess they won’t be used as (according to your HowTo) I needed to define the width with a custom CSS entry. Adding the height in that entry didn’t help either.

    Thanks for your support

    Oliver

    #133143

    Great! that is awesome.

    The feature i was after was an image, text and button appearing only when scrolled over with mouse (or touched on an iPad)

    What I managed to create so far is and image with text and button on top of it.

    Any help would be greatly appreciated.

    Jonathan

    #130590

    Hi Nick,

    I just saw your reply and placed your CSS in the quick CSS, thanks! As soon as I am adding a new blogpost, I will write back here in case the issue is coming up again.

    Long ago I turned to Elance to find reputable freelance developers, but despite the awesome reviews some of the top ones had and the super money they charged, I got burned more than once, hence I am bit frustrated and don’t have that much time anymore to spend in looking for a reliable developer. So I am forced to do everything myself (which I don’t love because I’d rather spend time doing other things) and I am not tech savvy, so you can kind of imagine how I usually feel everytime I have to put my hands on the site.

    You did a great job when you worked around a couple of issues on my site, however your fix were all gone once the new update of Enfold was released. So I was back to the beginning.

    Also, you told me you noticed that my site is not indexed at all, so whatever appealing the site is, it’s kind of useless if nobody finds it! And I am running around in circles to try and understand how to rank it… working with Yoast and SeoPressor plugins, they seemed to give me great feedback, yet I can’t find my blogposts or pages anywhere in Google… :-(

    Antonio

    #27426
    Hiruseki
    Participant

    Hello,

    So I’ve looked around the forum quite a bit, and I still can’t seem to come up with a solution. I’m trying to add a custom font to my website, it’s called “078MKMC_.ttf”, and my website is http://www.brooklynhouserestaurant.com

    I created a folder called “fonts” with my .ttf file, uploaded it to the server, edited custom.css to include:

    @font-face {

    font-family: ‘078MKMC_’;

    src: local url(‘fonts/078MKMC_.TTF’), local(‘078MKMC_’), url(‘http://www.brooklynhouserestaurant.com/wp-content/themes/enfold/css/fonts/078MKMC_.TTF’) format(‘truetype’);

    }

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {

    font-family: “078MKMC_” !important;

    }

    Nothing happens. I’ve set Enfold > Styling > to no custom font, nothing seems to change. I plan on using this font for the menu and all the content, am I missing something here? I’ve also tried adding this to the QuickCSS, nothing happens.

    I also tried a plugin that was supposed to upload fonts for me, “WordPress Font Uploader Free”, and that didn’t make any difference either.

    Any suggestions?

    Thank you!

    #133542

    In reply to: Internet explorer 8…

    Ok, I found some more info about the problem, and it’s not just only related to IE8. When WordPress 3.6 was released and before the theme got updated to 1.9.1, I through a tip on the “do not update thread” installed the plugin jQuery Updater (http://www.ramoonus.nl/webdesign/wordpress/jquery-updater/). It seems that it was causing some of the problems, but when I deactivated the plugin, I got problems on the latest Chrome instead. Easysliders don’t work at all (both in new Chrome and old IE8).

    Maybe this has something to do with this: https://kriesi.at/support/topic/layerslider-jquery-incompatibility-issue ?

    #133644

    Hi,

    No, right now this is not possible. You can add the idea to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests though and maybe we’ll pick it up and add a new layout element to the template builder.

    #132628

    In reply to: Responsive menu tewak

    You need to change the top margin – set it to 176px (instead of 81px). Tbh I’d not include the logo in the menu because it eats up too much space at the top but it’s up to you.

    Hi,

    Sorry for the delay, it is my fault.

    The background image can only be used when the theme is in boxed layout. There is no background image in stretched layout. So in a boxed layout a full width slider will not be able to be full width but only as big as the boxed layout. When there is no background image (stretched layout) the layerslider can also stretch fully.

    You can include a background image via css yourself.

    Try adding the css code below to Quick CSS located in Enfold > (Theme Options) > Layout Styling … the text area on the bottom of the page… or you can add the code below to /css/custom.css at the end of the file:

    .bg_container {
    background-image: url(https://enfold2.dev/wp-content/themes/enfold/images/background-images/floral-dark.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    }

    You can use your own image ofcourse.

    And in the backend, set to no background image.

    Thanks,

    Nick

    Hey,

    Please refer to this link: https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads

    Regards,

    Ismael

    #133745

    Hi,

    You can edit css > grid.css.

    .responsive .boxed#top {
    width: 1130px;
    }
    .responsive .container {
    width: 1030px;
    }

    Regards,

    Ismael

    #133884

    figured this one out by finding a previous support post with the same issue:

    https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads

    thanks!!!!!

    #133794

    In reply to: Transparent Manu

    Hi,

    You can add this on your custom.css or Quick CSS:

    #header_main .container, .header_color .header_bg, #header, #header_meta, #header_main, #top .social_bookmarks li, #top .sub_menu > ul > li  {
    background: none;
    box-shadow: none;
    border: none;
    }

    To fully realize the transparent effect, move the #main div on top:

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

    This will work better for non-fixed headers.

    Regards,

    Ismael

Viewing 30 results - 140,611 through 140,640 (of 142,844 total)