Viewing 30 results - 140,491 through 140,520 (of 142,734 total)
  • Author
    Search Results
  • #133975

    Peter, Does this need to be the last lines of code, or does it need to go before something? When I added this, to my child functions.php I get an error that shows up at the top of the pages now.

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘avia_remove_breadcrumb_before10’ was given in /home/content/50/8301350/html/wp-includes/plugin.php on line 173

    If add it to the themes functions.php I get an critical error warning and the site doesn’t even show up. What am I missing?

    #133472

    In reply to: Image Cropping

    Ok, thanks for the answer and explaining how the forum works. Maybe I should remember everything first so I post just one entry lol

    I understand changing via FTP which is no problem. Is there a plugin at all which helps with this?

    Also is there a way of the Enfold gallery having the images centered and not aligned in the top left-hand corner?

    #133471

    In reply to: Image Cropping

    Hi artistic24459,

    Our queue system goes by oldest posted item within a topic to newest. So each time you self respond it pushes your topic to the end of our queue.

    WordPress image cropping is a core function of WordPress and it isn’t something we can change.

    If you need exact control over how your images are cropped you’ll need to connect via FTP to your server and download the thumbnail file that wordpress creates for each image and then re-save it locally to the crop you want.

    This is a very common problem with photographers who use WordPress because it doesn’t give you the control to crop your own photos in the way you want because its all automatic.

    Regards,

    Devin

    #133113

    That is completely different than what I’m suggesting and really we are not able to walk you through creating it. We don’t have an open book for every effect possible with the LayerSlider.

    What that appears to be is a LayerSlider slideshow set to autorotation with multiple slides of the same image repeated and animated on top of itself 8 times.

    So this image: http://clientbased.com.au/wp-content/uploads/2013/07/CBS-client-logos.jpg is in the LayerSlider 8 times and each is animated to get that effect.

    The exact details of it are unknown without seeing it live.

    For the above settings, if you have multiple images in your slideshow and they are not animating you are probably on WordPress 3.6 but not Enfold version 1.9.1. If you are not, then you need to add multiple images in order for the slider to animate.

    #27502
    Oli
    Participant

    Hi,

    i have a Layeslider slide with an embedded vimeo video (in an iframe) with this src attribute :

    http://player.vimeo.com/video/39412670?title=0&byline=0&portrait=0&color=c3512f&autoplay=0

    But the video always autoplays…

    Is there a way to disable autoplaying ?

    I saw this code on the source code :

    lsjQuery(“#layerslider_3”).layerSlider({

    width : ‘100%’,

    height : ‘350px’,

    responsive : true,

    responsiveUnder : 1140,

    sublayerContainer : 1140,

    autoStart : true,

    pauseOnHover : false,

    firstLayer : 1,

    animateFirstLayer : true,

    randomSlideshow : false,

    twoWaySlideshow : true,

    loops : 0,

    forceLoopNum : true,

    autoPlayVideos : true,

    Is it related ?

    Thanks a lot.

    designprime
    Participant

    Ok, so we still have some outstanding issues with this theme and would really appreciate some solutions as we can’t go live with our site until these are rectified. I’ve put all our outstanding issues into this one topic and tagged it appropriately to help other users encountering similar problems.

    1. Images don’t appear to be responsive when added using either the text block or image media element. The only solution I’ve found it to use an Image Slider, but this isn’t ideal for single images needed in columns etc.

    2. Promo boxes just don’t seem to work correctly in IE8 as the button just floats out of place and covers text.

    3. When you roll over an image added into an iconbox it expands vertically pushing content down slightly. Think this might be something to do with the ‘span.image-overflow-inside’ class? The highlighted area always seems bigger than the actual image too.

    4. We can’t find any working solution to setting the height (BG colour) of iconbox elements when the browser is less than a certain width. As we also want to reduce text size when viewed on a tablet then this is very important and any solutions or feedback from anyone who has already managed to do this would be greatly appreciated here. This is covered in another topic though and Nick was looking into it.

    5. Vimeo and YouTube embeds do seem to scale but their container doesn’t resulting in a huge vertical black area above and below video in mobiles browsers. This is especially apparent when embedding vimeo content. Some of this was covered in another topic but that is now 6 days old with no reply, so we’ve copied it here.

    Many thanks and I really do appreciate your time and help.

    #133692

    In reply to: Update Documentation

    Hi. I’ve updated Enfold to the latest version 1.9.1 following the above instructions, but the fullwidth easy slider still doesn’t work. Sticks on first page on chrome, and no arrows showing in IE, although you can click on dots at bottom and see next photo in IE (not chrome). Here’s one of the pages:

    http://crweddingphotographer.co.uk/chandos-house-wedding

    Please advise asap as I’ve been trying to fix this all week and it has stopped me launching my site.

    Many thanks,

    Chris

    #134075

    Hi!

    You can try the code someone posted here: http://wordpress.org/support/topic/remove-url-and-email-fields-from-comments-form – insert it at the bottom of functions.php.

    Best regards,

    Peter

    #133457

    In reply to: Logo/header padding

    Hi,

    afaik there’s no margin around the logo but just a 5px padding on the top & bottom of the logo image. You can remove it with following css code

    .logo img {
    padding: 0;
    }

    If the code doesn’t help you please post a link to your website and I’ll check the logo position and css code.

    #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

Viewing 30 results - 140,491 through 140,520 (of 142,734 total)