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

    Hi,

    I’m building a site for a client, which is currently at http://www.choicesflooringwodonga.com.au/site/

    Enjoying working with this theme, but I have a problem with the top header and menu.

    Basically on some browsers and some window sizes, the menu is going over the top of the logo.

    – I have added in a logo that’s 478 x 78px (including a store location and phone number, but all one image).

    – On Windows 7 with Chrome, Firefox, IE 10 and Opera it looks fine at large screen size, but messes up if the window size is reduced.

    – On Windows XP with IE8 the menu is over the top of the logo even at large screen size.

    I’m sure it has something to do with the fact I’ve put in a bigger logo and haven’t told the responsiveness when to kick in to go the smaller menu format, but I don’t know how to fix it.

    I ideally would like a solution that isn’t going to break every time I update the theme.

    Thanks in Advance

    Matt

    #139790

    Hello

    when i pass hover an image that i insert in a icon box, the overlay image effect add an extra top margin on the top of the image…

    any ideas ???

    ykblue
    Participant

    Good morning.

    I’m using an iconlist in the sidebar widget. Everything is fine if viewed on desktop monitor (http://prntscr.com/1q8kwl).

    But the resizing, especially for the iPad in portrait mode, is cutting off information (http://prntscr.com/1q8l02).

    Actually the iconlist is not resizing at all. If I see the newsfeed in the sidebar widget, this element is resizing perfectly.

    Could you pls assist on how to get the iconlist resized properly?

    Thanks in advance,

    rgds Katharina

    #139596

    Hi

    Ok, thanks Josue. That’s a shame. Is there anyway to stop the sidebar from displaying when the iPad is in portrait, (or just when the screen size is smaller than 768 x 1024?

    Regards,

    Rob

    #140258

    In reply to: Responsive layout

    Here’s a link to a dropbox shared image.

    This is at 968px screen width. Notice the spacing on the sides, if I could get rid of that it would probably solve the issue.

    https://www.dropbox.com/sc/eiywcgdrpy9km5s/52qVtoPHp-

    #137386

    Ja, diese Funktion ist derzeit leider nicht vorhanden. Du kannst diese gerne auf die Feature Request Liste setzen: https://kriesi.at/support/topic/enfold-feature-requests und wenn mehr Benutzer diese Funktion wollen, werden wir diese in ein Update einbauen.

    #29288
    DavyE
    Participant

    Following this topic: https://kriesi.at/support/topic/fullscreen-easy-slider-in-ie8

    Since the latest update (2.1) the problem above is replaced by a new one. Instead of having the background image leave whitespaces on both sides, the background is now stretched to fullwidth without the height staying in proportion.

    I’ve checked the Enfold v7 homepage demo and noticed it does stay in proportion there. So I deleted all of my custom CSS, but the issue remains.

    My background image has the dimensions 1920 × 1491, while the enfold demo is a portrait format. Could that be a reason?

    The site is http://goo.gl/64XSk4

    #29285
    katiekellert
    Participant

    I just purchased Enfold last week and am very excited about rolling it out on my site because of its great features, but I have come across a full-stop issue in that every events manager plugin I’ve tried to use with Enfold causes a “white screen” error in which no part of the site loads at all (and I have to back it out of the system and go back to my current theme.)

    The plugins I’ve tried are:

    Events Manager Extended (Franky Van Liedekerke) (my current setup)

    Events Made Easy (Franky Van Liedekerke)

    Events Manager (Marcus Sykes)

    TheatreCMS Lite (Scott Shumaker)

    I also have the same problem with Twitter Widget Pro, though I wasn’t planning on running it with Enfold so it’s deactivated before activating Enfold.

    I’m running WP 3.6 and have tested it with all plugins deactivated, and don’t have the issue with any other theme I’ve tried.

    Help? Ideas?

    #29283
    asafku
    Participant

    Hey,

    Is there any way to position the Icon to the right (the menu only offers top and left).

    Thank you,

    asaf

    #29279
    bethperkins
    Participant

    I updated to rev 3.6 and updated the Enfold theme to 2.1. My Layerslider stops and will not move forward and the Enfold slider (most beautiful) will not work either. Here is the link to a test page with the Enfold slider:

    http://altlog.net.s133485.gridserver.com/test-2/

    #140029

    Hey,

    1.) You can use this to remove the dashed border:

    .avia-desc-col.pricing-table li {
    border-top: none;
    border-bottom: none;
    }

    2.) Use this to remove the empty cell:

    .avia-table.main_color.avia-pricing-table-container.avia-table-1.avia-builder-el-4.el_after_av_textblock .pricing-table.avia-desc-col .empty-table-cell {
    display: none;
    }

    Regards,

    Ismael

    #140009

    Hey,

    1.) This is the proper code:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block !important;
    }
    }

    2.) Please try this:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar, .inner_sidebar {
    border: none;
    }
    }

    Regards,

    Ismael

    #140141

    Hi,

    Edit header.php, find this code:

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

    Replace it with:

    echo '<h1 class="logo">';
    echo bloginfo('name');
    echo '</h1>';

    Add this on your custom.css or Quick CSS:

    .logo {
    top: 40px;
    }

    Regards,

    Ismael

    #29271
    Bass
    Participant

    Hi Guys,

    I have a query regarding the secondary menu on our site. The mega menu works perfectly however on desktop the secondary menu behaves as expected but on the iPad nothing happens ? could someone please advise what needs to be done to resolve this issue ? in the meantime i have assigned a higher (much) higher z-index to the sub_menu links thinking it would help but hasn’t in this instance . Following is our website thanks !

    http://organised.hsw.com.au/

    #139835

    Hey,

    Edit includes > helper-social-media.php, find this code on line 73:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Replace it with:

    $html .= "<a target='_blank' href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Regards,

    Ismael

    #140139

    In reply to: image positioning

    Hey,

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Insert the “Image” element then add Custom Css Class. For example, add “awesome-image”.

    You can add something like this on your custom.css or Quick CSS to move them up or down.

    .avia_image.awesome-image {
    top: -50px;
    }

    Regards,

    Ismael

    #139819

    Hi Christian,

    1) If you use pixel size for your text it will always be that pixel size. You can use ems or percentage sizes to make the adjust to the device.

    I’ve actually found the best results just using an image for my text in the layerslider instead of plain text (which is what Kriesi also did for all the demos).

    2) The menu switch width can be adjusted following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320 . This is needed when your menu has too many items or the item length is wider than what the theme defaults to.

    3) There is no theme option for styling comment text so it needs to be done with custom css. If you can give us a bit more guidance on what you want to change we can try and assist.

    4) No, the portfolio grid doesn’t have a mechanism in place to create an auto height. The best option is to either not show excerpts or create consistent lengths of titles/excerpts.

    You could use a minimum height on the portfolio items but that doesn’t have IE8 support.

    5) Do you have an example of what isn’t working?

    Regards,

    Devin

    #140192

    In reply to: Navigation Colors

    Hi,

    Please add following code to Quick CSS that is in Enfold theme options under Styling

    .header_color .main_menu ul:first-child > li > a { color: white!important; }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: blue!important; }

    ul.sub-menu { color: red!important; }

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

    #top .main_menu .menu li>a { color: black; }

    Active state will be Blue and submenu hover state will be Green.

    Regards,

    Yigit

    #29258

    Topic: Navigation Colors

    in forum Enfold
    tfarrenkopf
    Participant

    I can’t seem to set the navigation colors. I want the top level text to be white and in the dropdown menus I want the text to be black.

    Thanks!

    #114837

    How about addng a box to the theme settings page that allows me to add codesnippets to the footer? For example when I want to add an external Javascript now I need to use the Google Analytics box. That works but in many cases it would be better to have those external scripts on bottom and not on top of the page.

    #121474

    Hi,

    Also regarding this plugin, for some reason the icons are shown on top of each other, instead of one by the side of another. Meaning, each icon is shown in its own row. Can that be fixed some way…?

    Thanks a lot,

    Eran.

    #139968

    Hi Chris,

    Please replace previous CSS code with following one

    .header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: red!important; font-style: normal!important; }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: pink!important; }

    ul.sub-menu { font-family: "freight-sans-pro", sans-serif; font-weight: 300!important; color: red!important; font-style: normal!important; }

    #top .main_menu .menu li>a { color: red; font-family: "freight-sans-pro", sans-serif; font-weight: 300!important; font-style: normal!important; }

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

    #top #menu-item-search.menu-item-search-dropdown>a { font-family: 'entypo-fontello' !important; }

    You just need to change color hex values.

    This code will increase padding under social only on screens smaller than 767px

    @media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { padding-bottom: 20px!important; } }

    Regards,

    Yigit

    #114989

    The overview can be found in the first post: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    We’ll include all files in the next update. Eventually I want to set up a glotpress server which allows us to create community driven translation files without merging existing translations, etc.

    #29239

    Topic: image positioning

    in forum Enfold
    adworks
    Participant

    Is it possible to flush an image against the top or bottom like this site does on each panel (with or without a programmer’s help)?

    Also can you import your own icons with any of the recent upgrades? Thx in advance.

    #139996

    Hey!

    Try

    #top.single-tribe_events .avia-post-nav {
    display: none !important;
    }

    Best regards,

    Peter

    #139827

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translat the plugin.

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). If you still can’t find the text strings in the generated po file you can use the title filter to change the text. Add following code at the bottom of functions.php

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = 'MY TEXT';
    }

    return $args;
    }

    and instead of MY TEXT insert your translation.

    The other text strings you mentioned ( “Logged in as… Log out?” “Post comment” , etc.) are not part of the theme code and you can’t translate them with the theme po/mo files. You maybe need to update the translation of wordpress ( http://codex.wordpress.org/WordPress_in_Your_Language ) or a plugin adds these text strings to the website – then you must translate the plugin.

    #29145
    chooseone
    Participant

    Hi!

    I will use the “Fixed Header with Social Icon and additonal Navigation”. I need some help to put the RSS Icon as target blank like the Social Icons… Where must i put the target blank code?

    Thank you so much

    #140027

    If I change to a different category, then to the banner at the top show a different picture! The proposed from you plugin does not do that yet?

    With programming that is nothing. Why the Encore does not offer such a thing?

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