Viewing 30 results - 139,891 through 139,920 (of 142,729 total)
  • Author
    Search Results
  • #138903

    Hi,

    Just checked the console and noted you have a lot of 404 ‘not found’ errors.

    That should be the reason why the LayerSlider stopped working, if you don’t know how to open the Console please read this (Chrome).

    Regards,

    Josue

    #28879

    Topic: Featured Image Options

    in forum Enfold
    itsfargo
    Participant

    First off let me say, LOVE the theme!

    2 Questions.

    1) Is it possible to set a featured image so that it shows up in the news thumbnail (like in sidebars) but does NOT show up on the post?

    2) When the featured image is at the top of a post, is it possible to disable the hyperlink (and rollover) so that it is just a static image?

    Any help would be greatly appreciated, thank you.

    #138961

    Hi,

    This file is missing: http://www.farumkyokushin.dk/wp-content/uploads/2013/08/white.png

    Regards,
Josue

    #28877
    mp3dk
    Participant

    Hello,

    Suddenly my LayerSlider stopped working at the last slide. It is a YouTube video.

    This is my website: http://www.farumkyokushin.dk/

    Just before the last slide it all stops, and a spinning circle appears.

    How is this fixed the best way?

    #28866
    JoshuaNichols
    Participant

    I am having issues all of a sudden with Layerslider not working? I have updated the theme to 2.0, install the Jquery updater, etc. Any thoughts? Here is the site I am working on. http://steepanddeepskigear.com/

    The other slideshows work fine.

    #138876

    In reply to: Contact forms

    Hi Fabiana,

    Please see this topic https://kriesi.at/support/topic/contact-form-does-not-work

    Regards,

    Yigit

    #138821

    Hi Karolina,

    Can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?

    Regards,

    Josue

    #138820

    Ok so now the Avia Layout builder is not working on any of my sites.. :,(

    #138846

    Hi Carl,

    It’s not Enfold who strips the parameters but WordPress, try adding the Youtube embed code manually (change to text tab), and simply paste this (replace the youtube URL):

    <div><div><iframe width="1500" height="844" src="https://www.youtube.com/embed/G0k3kHtyoqc?feature=oembed&wmode=opaque&autoplay=1&vq=hd720" frameborder="0" allowfullscreen=""></iframe></div></div>

    Regards,

    Josue

    #135051

    Hello,

    I was having the same issue, but when i was creating a new form i added a margin-top 100px using firefox firebug

    and solved this issue, this happened only on Enfold theme.

    Thank you

    Elson Santos

    #138864

    Hi,

    You should open Header.php file in Enfold folder and find following code in lines 104-106

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Cut it and paste it under this line

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Then add following code to Quick CSS

    .social_header .phone-info { float: right; padding-top: 10px; }

    .bottom_nav_header #header_meta { display: none; }

    Regards,

    Yigit

    #28854
    annettedaniel
    Participant

    Is it possible to remove the top white header bar and to bring the phone number down above the social media icons? http://www.hiscreatures.org

    #28851
    Carl Nelson
    Participant

    Is there anyway within Enfold to embed a YouTube video and force it to play at HD quality?

    I’ve tried adding the various strings at the end of the URL such as “?vq=hd720” and “&autoplay=1” to force HD quality and auto play, but they appear to have no effect. Does Enfold purposefully strip away these parameters from the URL?

    Is there some work around that someone else has found that can make this work?

    Thanks,

    Carl

    davidteosk
    Participant

    Hello developer,

    I have encounter this bug which is happening only on Android based tablet like Samsung and xoom on lanscape mode. I think my client just hit the “INTERNET” icon from this tablets which is the default android browser.

    Just launch website recently using enfold template. Very happy with everything except for this bug which needs a solution or way-out.

    website: http://www.autogate.com.sg

    i am facing a super weird issue with the menu in which it keeps showing on the 2/3 bottom of the screen instead on the top.

    See images:

    https://docs.google.com/file/d/0B480dDdNRBAHMUx6WWhuWXdUeVk/edit?usp=sharing

    https://docs.google.com/file/d/0B480dDdNRBAHcl9aMk41bjN3UzA/edit?usp=sharing

    All Desktop, Android mobile, iphone, even iPAD, Chrome, Safari, IE are all working perfectly. The menu is kept at the top. It only happens to android tablets which i think it is bigger than 1024px in width after looking at the camera shots on tablets.

    I have tried with all kinds of configuration and this weird behavior is there there, happening.

    Using Enfold Version 2.0.1

    Tried with all kinds of config already but problem is still there.

    Configuration

    1. Responsive: Responsive Layout Default (1030px), Responsive Layout Large (1210)

    2. All kinds of header settings: Fixed, Non-Fixed, with or without social icon. etc..

    3. I have change code to have a fixed logo without resizing when scrollling but problem still there.

    Question:

    1. Is there a known fixed for the weird behavior of the menu showing on 2/3 below the page?

    2. Besides forcing the menu into responsive menu by detecting the width of that tablet which i don’t think is the solution as it is wider than 1024px, is there other possible solution?

    3. Is there other code fixes i can try to test it out?

    Hope for an answer. thank you.

    #28845
    frost2001
    Participant

    Hi support team.

    I’ve used the Enfold theme for at while and it all worked allright. But suddently, I can’t edit my frontpage? It’s the only page where I have the LayerSlider – and the only page where the Avia Layout Builder dosen’t work now…

    When I want to edit the site, the Avia Layout builder, just keeps “waiting” it’s never comming up. On all the other sites, it works just fine..

    I have the latest version of the Enfold theme and have the jQuiry Updater installed.

    Before it happend, I installed a new Facebook widget and added a new picture to the slider. Now I removed both, but no difference..

    Please help..

    Regards, Karolina

    #135050

    Please try to insert following code at the bottom of functions.php

    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "n <style type='text/css'> n";
    echo "body #TB_window{margin-top: 0 !important;}";
    echo "</style>n n ";
    }

    #138270

    Hey,

    You can use this:

    #scroll-top-link:hover {
    background-color: red;
    color: violet;
    border: 1px solid white;
    }

    Regards,

    Ismael

    #138711

    Hi,

    The indent and bullet points are still there. Just add this on your custom.css or Quick CSS

    #top .sidebar_left .widget_nav_menu ul ul li:before {
    left: 0;
    }

    Please give us a link to your website.

    Regards,

    Ismael

    #138637

    In reply to: Menu Indentations

    Hey,

    You can add this:

    #header_main_alternate {
    background: white;
    }

    Use this to move the phone number:

    .social_header .phone-info {
    position: relative;
    top: 0;
    right: 10px;
    }

    Adjust the top and right position.

    Regards,

    Ismael

    #138636

    In reply to: Menu Indentations

    The code threw the main menu to the right and the top social media icon area to the left leaving phone number on exposed background. The indentations don’t bother me except they are transparent! http://www.hiscreatures.org

    #28817
    khalidmuharraqi
    Participant

    Is there a way to replace mega menu’s background color with an image (custom designed) image?

    Also Can I add Images as PNGs on top of everything just like you guys did on this forum page (a camera with shadows in foreground and mobile tablet and dvd in background?

    #138633

    Hi,

    It seems like you managed to display RSS feed. I’m closing this topic

    Regards,

    Yigit

    #28809
    mhiller
    Participant

    I just purchased Enfold V 2.01. The V 1.9 release description says:

    Version 1.9 makes sure that everything works with the new released WordPress 3.6, adds a lot of smaller improvements and removes some minor bugs. WordPress 3.6 improves the Menu interface and with Enfold we went a step further and now allow you to display conditional menu items (based on user status like logged in or logged out, based on the page you are currently viewing etc)

    This feature can be activated by adding the add_theme_support(‘avia_conditionals_for_mega_menu’); flag to the top of your functions.php file

    Does this flag need to be added to V 2.01 to activate the Conditional Menu feature? Thanks, Mike.

    #138269

    Hello suport

    I’d like to change the background-color when hovering over the “scroll to top” button. How can I do this?

    #28807

    Topic: Mega Menu Styling

    in forum Enfold
    stunna42
    Participant

    Hello – What can I add to custom.css to:

    1. Change the background color of *only* the megamenu drop downs to white

    2. Change the font color of *only* the header text & hover effect (aka the color of the underline when you hover over the text) at the top of megamenu columns

    Thanks!

    #138688

    Hi Steve,

    Try adding this code to your CSS:

    #top .main_menu .menu li ul a{

    padding: 5px 15px;

    }

    That will change the top and bottom padding to 5px (from 10px), you can change that value to the desired value.

    Regards,

    Josue

    #138675

    In reply to: mega menu styling

    Hi Sebastian,

    This is the selector you need to change:

    #top .header_color .main_menu .menu ul li>a:hover{

    color: black;

    }

    Regards,

    Josue

    #135791

    In reply to: Making header smaller.

    Unfortunately that code is the same as the first (which also didn’t work). And putting it in the desktop media query section of custom.css doesn’t seem to do anything. I can see it is somewhat the right code however the header still gets smaller as it follows the page.

    My aim is to have a header that is 58px in height consistently even when the user scrolls.

    I have also tried to change the same code in the layout.css file but it doesn’t seem to have any affect either, even after clearing the cache or trying a different browser.

    The code does however seem to work in the Edit CSS section provided by JetPack, but it makes the border and logo move but not the rest. I notice that in inspect element that you have the div id “main” and just above the div class “header_bg” but there seems to be nothing in between to edit the bottom section of the header. Trouble is that is the bit that needs moving upwards.

    #28803
    steven1000
    Participant

    Great theme you put together, and I am having so much fun using it. However, I have long lists of categories on my menu. Look at http://www.fireinvestigatordirectory.com There is too much top and bottom padding on each menu item, which causes the drop down lost to go way down the page. Fine for people with large monitors, but not so good on smaller monitors. I searched your forum, and could not find a help article on how to change it. Where do I change the top and bottom padding on each menu item, under for example, Structure Fires, Midwest, and the States that are listed, so that the list will be shorter. Your stock settings are terrific for short lists of menu items, but for me I need to make the list shorter in length, and still keep the same amount of items in my menu. I tried the Mega Menu format, and don’t like it.

    Thanks in advance, you’re doing an awesome job.

    Steve

    #138685

    Hey,

    Please go to Enfold > Css and open Custom.css file and add the code under 3rd line where it says ” /* General Custom CSS */”

    @import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);

    body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox { font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif; }

    Regards,

    Yigit

Viewing 30 results - 139,891 through 139,920 (of 142,729 total)