Viewing 30 results - 140,011 through 140,040 (of 142,827 total)
  • Author
    Search Results
  • #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

    #28801
    asafku
    Participant

    Hey,

    I`m trying to change the default font (to an Hebrew one – Alef Hebrew) on all elements, but without success.

    I tried to added the following code to the quick css form on the style tab:

    @import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
    <p>body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox<br />
    {font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif;}

    #138594

    Hi Nigel,

    Please try the workaround in this topic https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint

    Regards,

    Yigit

    #28777

    Topic: Color Section

    in forum Enfold
    Crippy
    Participant

    I want to set the color of an “2/3 Column – Layout Element”

    My Code on a “Text Block”

    <div id=”test” style=”z-index: 1; left: 5px; top: 50px; width: 530px;

    height: 370px; background-color:#003366; layer-background-color:#003366; visibility: visible”>

    Don’t work. So i tried your “Color Section” This works great but only for Wide Columns.

    Is there a way to set the Color of a single “Text Block”?

    Cheers,

    Jan

    #135049

    I am having the same issue. It’s in the admin area when trying to create a form. The popup to create a form loads but cuts off the top part of the window so you can’t enter a form name.

    Now, in order to create a new form I have to temporarily switch to a default theme, quickly add a new form, then switch back to enfold.

    #138583

    In reply to: Widgets Cut Off

    Hi,

    I don’t see the search widget, however if you want to reduce the sidebar padding, this CSS code will do it (change 20px for the desired amount):

    .sidebar{ padding-top: 20px; padding-bottom: 20px }

    .inner_sidebar{ margin-left: 20px }

    Regards,

    Josue

    #137853

    In reply to: sidebar text alignment

    Hey,

    Can you give us a screenshot of what you’re trying to do? You can add a left margin on the widget nav menus to move them closer to the left border. Add this on your custom.css or Quick CSS:

    #top .widget_nav_menu li {
    margin: 0 0 0 50px;
    }

    Adjust the 50px value if necessary.

    Regards,

    Ismael

    #138592

    In reply to: Facebook Like Button

    Hey,

    Edit header.php, find this code:

    <?php
    /*
    * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
    */
    do_action('ava_main_header');

    ?>

    <div class='container'>

    Below, add the fb code:

    <div class="fb-like" data-href="http://developers.facebook.com/docs/reference/plugins/like" data-width="450" data-show-faces="true" data-send="true"></div>

    Edit footer.php, find this code:

    <![endif]-->
    <?php
    echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
    }
    ?>

    Add the fb script:

    div id="fb-root"></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    Then add this on your Quick CSS or custom.css to adjust the position of the widget.

    .fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    position: absolute;
    right: 0;
    top: -10px;
    }

    It is better if you use a non-fixed header for this.

    Regards,

    Ismael

    #138584

    In reply to: contact e-mail missing

    Hi,

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

    Regards,

    Yigit

    Thank you Ismael.

    Best regards,

    Fabiana.

    #138260

    In reply to: logo

    Hi Jeff,

    In more recent topic you have mentioned that you figured this out so i’m closing this one.

    Regards,

    Yigit

    #138329

    In reply to: Lost Avia Page Builder

    Hey!

    I’m not sure but maybe this thread: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help will help you. If not please elaborate on “I lost the ability to use the Avia page builder”.

    Best regards,

    Peter

    #138463

    Hi,

    Its a little more than the default support covers. You can request feature on https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Yigit

    Tbh I think this is the intended behavior of the slider and the video controls do not affect the slider autoplay feature. If you want to change it please contact the plugin authors because we just bundle the original slider code with the theme and we can’t read/work with the obfuscated Layerslider source code.

    #138362

    In reply to: Links not working

    Hi,

    It’s because of Shareaholic. Starting from the blog title all the way down to icons there is Shareaholic’s container. You can use following CSS code for a quick solution.

    .shareaholic-canvas { height: 50px; }
    .shareaholic-share-buttons-container .shareaholic-ui .badge-counter { z-index: -1; }

    Please add this code to Quick CSS

    Regards,

    Yigit

    Edit: Then icons stick to footer. You can add

    .shareaholic-canvas { margin-top: 2625px; }

    for a temporary solution but it will be problematic again once you post a new blog post. I would recommend you to delete Shareaholic.

    #28764

    Topic: Tabs Issues

    in forum Enfold
    htarrant
    Participant

    Hi there,

    When I use the Columns shortcode in the Tabs editor, the first tab looks perfect, but the second and subsequent tabs have about 20px of padding at the top. Take a look at the first two tabs to see what I mean (http://hayleytarrant.com/kcr). I placed the exact same code in the first two tabs as an example:

    ([av_one_third first]

    <h2>EXCAVATING</h2>

    • We can excavate to a depth of ____ feet
    • We have a width of ____ inches and fit into most back yards with minimal modifications, if any.
    • Trenching for electrical, water and sewer lines and septic repairs.
    • Trenching drain pits and drain tiles.
    • Installing culverts and catch-basins.
    • Trenching in trees and moving trees
    • We can dig out sites for ponds and swimming pools.

    [/av_one_third][av_two_third]

    [caption id="attachment_643" align="alignnone" width="1024"]Excavating Excavating[/caption]

    [/av_two_third])

    #138203

    In reply to: Change Fontello color

    Hey.

    There are lots of elements with the fontello icons. Can you give us a specific list of items that you want to change? Iconbox? Iconlist etc?

    This will get you started.

    .avia-icon-list .iconlist_icon {
    background-color: #ECE661;
    background: #ECE661;
    color: #FFFFFF;
    }

    .main_color.iconbox_top .iconbox_icon {
    background-color: #ECE661;
    color: #FFFFFF;
    border-color: #ECE661 ;
    background: #ECE661;
    border: 1px solid #ECE661;
    }

    Regards,

    Ismael

    Hi,

    Please add this on your custom.css or Quick CSS to fix the iconbox and iconlist:

    .avia-icon-list .iconlist_icon {
    background-color: #333333;
    background: #333333;
    }

    .main_color.iconbox_top .iconbox_icon {
    background-color: #ffee38;
    color: #191919;
    border-color: #ffee38;
    background: #ffee38;
    border: 1px solid #ffee38;
    }

    Regards,

    Ismael

    Thanks a lot, but your link describes something about lists and the minor-meta category names are as I see it, no lists?

    I’ve tried with a lot of try and error with my low CSS knowledge this:

    .category-36 .post-meta-infos a[rel] {
    color: #ff0000 !important;
    }

    This code shows the category name in a single post (!!!) NOT COLOURED, but at a category archive page, which contains posts of this category, it is right coloured:

    and with Firebug:

    But when I view only this single post, it is no more coloured.

    Another error: if I’m on the category archive page of cat-36 for example, and the post is set to cat 36 and cat37, too, then both category names are coloured (in posts on the category archive page of cat36).

    In a single post the category name of one of my 3 top cats should each get there another colour.

    #138268

    Hey,

    What do you mean add the arrow in the footer instead? You can change the position of the scroll to top button. Edit footer.php, find this code:

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>

    Cut it then paste it below this code:

    <div class='container_wrap socket_color' id='socket'>
    <div class='container'>

    Add this on your custom.css or Quick CSS:

    #scroll-top-link {
    position: absolute;
    right: 50px;
    bottom: 0px;
    border: none !important;
    }

    Regards,

    Ismael

    #138371

    Hey,

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

    Text link color:

    #top .header_color .main_menu .menu ul li>a:hover {
    color: red;
    }

    Background hovercolor:

    .header_color .main_menu .menu ul li a:hover {
    background-color: blue;
    }

    Regards,

    Ismael

    #138369

    Hey,

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

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
    color: red;
    }

    Regards,

    Ismael

    #28758
    Marssolutions
    Participant

    Hello Guys,

    Updated one of our enfold pages to use a colour section with a background image as fixed. Looks great on a desktop, however it doesn’t seem to work on iPad or iPhone as well. The image in the colour section is there, but it’s just a section of it and it scrolls, rather than stay fixed.

    Any ideas for a fix?

    Thank you.

Viewing 30 results - 140,011 through 140,040 (of 142,827 total)