Viewing 30 results - 141,811 through 141,840 (of 141,898 total)
  • Author
    Search Results
  • #116049

    Hey!

    No, a youtube icon is not included atm. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests

    Best regards,

    Peter

    #116363

    1) Open up wp-contentthemeschoicesincludeshelper-post-format.php – at the very top you’ll see several filter calls like:

    add_filter( 'post-format-standard', 'avia_default_title_filter', 10, 1 );

    If you want to modify the filter (eg use another, custom filter funtion instead) insert following code into your child theme functions.php:

    remove_filter( 'post-format-standard', 'avia_default_title_filter', 10, 1 );

    (actually its the same code but you need to replace add_ with remove_).

    Now you can call a custom function. So add following code to the functions.php file:

    add_filter( 'post-format-standard', 'avia_custom_title_filter', 10, 1 );

    and duplicate the avia_default_title_filter() function and rename it to avia_custom_title_filter():

    function avia_default_title_filter($current_post)
    {
    $output = "";
    //$output .= "<h2 class='post-title ". avia_offset_class('meta', false). "'>";
    $output .= "<h2 class='post-title'>";
    $output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
    $output .= " <span class='post-format-icon minor-meta'></span>";
    $output .= " </a>";
    $output .= "</h2>";

    $current_post['title'] = $output;
    return $current_post;
    }

    Now you can modify it and overwrite/modify the default content.

    #116171

    Hi,

    Go to the LayerSlider WP > Slides, at the bottom edit each layers then click the “Style” tab. You can control the top and left position of each element.

    Regards,

    Ismael

    #116244

    In reply to: Menu + Top Bar Colors

    Hi,

    You can start with these codes. Place them on your Quick CSS or custom.css

    #header_main {
    background: #585858;
    border-color: #2B2B2B;
    }

    #header_meta {
    background: #585858;
    border-color: #2B2B2B;
    }

    .header_color ul {
    border-color: #2B2B2B;
    }

    .menu-item a {
    color: white !important;
    }

    You can also edit the color theme on Theme Options > Styling > Click on the Header tab.

    Regards,

    Ismael

    #116421

    Hi,

    Open js > avia.js then find and remove this code

    //check if the browser supports element rotation
    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    el_height = $(elements).filter(':first').height(),
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    set_height = function()
    {
    var st = win.scrollTop(), newH = 0;

    if(st < el_height/2)
    {
    newH = el_height - st;
    //header.removeClass('shadow');
    }
    else
    {
    newH = el_height/2;
    //header.addClass('shadow');
    }

    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
    }

    if(!header.length) return false;

    if(isMobile)
    {
    return false;
    }

    win.scroll(set_height);
    set_height();
    }

    Regards,

    Ismael

    #22610
    sanderpinkse
    Participant

    When I pick the wide version of the responsive layout (1210 px instead of 1030px), Enfold stops being responsive when viewed on an iPhone or iPad. The site simply gets scaled down. On a desktop computer, everything works as it should. Any clues?

    Cheers,

    Sander

    #116243

    In reply to: Menu + Top Bar Colors

    Any suggestions please?

    #22604
    creativestream
    Participant

    I have a tab system set up on one of my pages to showcase different galleries, but once you click on two or three tabs, the galleries stop working. How can this be fixed? I have simply added the shortcode for the easy slider to each tab. Here is a link to the page: http://beesleymonument.com/monuments/monument-designs/

    #116194

    In reply to: Scroll to top button

    Hi baseartco,

    A couple of things to try: First, re-upload the theme after re-downloading it from themeforest. There could have been an issue with the files at either part and hopefully this time the download/upload overwrites any of the corrupted files on the server (if this was the case).

    The second is to deactivate any active plugins you have installed. If you have any caching plugin installed, clear its cache before deactivating.

    Regards,

    Devin

    #115997

    In reply to: menu bar colour

    I’m sorry but this doesn’t work either :( Does something have to be struck out first? It only affects the TOP BAR and not the menu background..

    arielfreaner
    Participant

    Hello there. On my enfold theme the header Social Icon for YouTube and some others do not appear or show on the drop down menu. So for now I am using the VIMEO Social Icon header so my client does not get mad at me.

    The layout.css stylesheet shows the youtube is included (see extract below), however, It does not show up on the Social Icon header drop down menu.

    #top .social_bookmarks li a:hover{ text-decoration: none; }

    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }

    #top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }

    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }

    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }

    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }

    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }

    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }

    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }

    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }

    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }

    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }

    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }

    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }

    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }

    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }

    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }

    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }

    I know some CSS and some HTML but that’s it. The website is:

    http://www.jorgeastiazaran.com/Inicio/

    Any help here? I really need to fix this issue ASAP!

    Sincerely,

    Ariel Freaner

    #22577

    Topic: Menu + Top Bar Colors

    in forum Enfold
    joe88
    Participant

    Hello. Is there a way to change the background colors and font colors of the Logo/Menu + Social Icon/Menu area in the Theme options panel? I could not find such settings, so I assume they need to be modified via css. Is there any examples that have been created yet, for example, to have a darker logo/menu and top bar area? Thanks.

    #22570

    Topic: Logo-Menu Height

    in forum Enfold
    joe88
    Participant

    Regarding the option called “fixed header with social icons and additional navigation”, how can you adjust the height of the main menu and logo area; need to make it smaller? Also, is it possible to hide the top bar when the menu bar is shrunken when scrolling? Thanks.

    #114583

    1) I’d love to see masonry added to the portfolio. This way I don’t have to make sure all my pictures have the same size, which in some cases doesn’t work well. It would also enhance the layout as it breaks the grid in a nice way. Hopefully others agree.

    2) As I saw someone else request in a different topic for this theme, I would also like to request the ability to edit CSS from within WordPress (not just PHP) so there’s no need for Dreamweaver (or such tools). It’s easy for many reasons:

    – No DW license needed, especially for clients expecting to edit the site themselves.

    – Able to edit much of the site solely within WordPress, allowing to modify nearly the entire site even on mobile devices (again without extra tools).

    – Quick access without having to change applications.

    and so on …

    #116100

    In reply to: GravityForms Styling

    ok, now it fits… sorry for this monologue

    #top .gform_wrapper input.large{

    min-width: 100%;

    }

    #116098

    In reply to: GravityForms Styling

    Ok, found it….

    #top .gform_wrapper input{

    min-width: 100%;

    }

    #116141

    Hi dbardits,

    I’ll mark the topic as resolved since you were able to figure it out already :)

    Regards,

    Devin

    #116122

    Hi master-t,

    Please don’t make duplicate topics for the same question/issue. It makes it much more difficult to answer and clogs up search results when others are looking for answers.

    For the labels, no it is not easily possible but you could suggest the option as a feature request in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

    #115951

    In reply to: Button in Header

    Hi franktw,

    You can you can make a feature request for something like that here: https://kriesi.at/support/topic/enfold-feature-requests

    Otherwise, its pretty simple to just add a button or specific content into the main header or even try building the layout you want with the advanced layout editor and a blank page template (no header or footer and all manually added content).

    Regards,

    Devin

    #22563

    Topic: Scroll to top button

    in forum Enfold
    baseartco
    Participant

    The scroll to top button that appears as a square in right side of demo, appears to be broken on my install of theme. It shows as a caret on bottom left with no box, and only appears below socket. Any suggestions on why this is broken or how to resolve?

    #115829

    In reply to: Google Maps

    Hi,

    https://vimeo.com/channels/aviathemes/64978020 <— how to add the google map widget

    https://vimeo.com/channels/aviathemes/64978019 <— how to build a contact page


    https://kriesi.at/support/topic/google-maps-widget-in-custom-widget-area#post-106864 <— fix to apply to code if you plan to use two show directions with 2 addresses in 1 map.

    #116031
    #116060

    Hey!

    I added i to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests/page/2

    Best regards,

    Peter

    #22547
    angelodc
    Participant

    Hello. I did as recommended in discussion – https://kriesi.at/support/topic/mailchip-sign-in-form#post-91285

    For some reason, it has not worked for me. I have also tried placing following code in <head> file as recommended by Mailchimp:

    <link href=”http://cdn-images.mailchimp.com/embedcode/classic-081711.css&#8221; rel=”stylesheet” type=”text/css”>

    <style type=”text/css”>

    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.

    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

    </style>

    Is it because I’m using the code in a widget?

    My site is at http://dailyvitamoves.com

    Thanks for your help.

    Angelo

    #116089

    In reply to: mega menu bug

    Hi master-t,

    I’ve tagged the topic for Kriesi as I do see some issues with the header background and the color settings for it that don’t have consistent behavior.

    If you can provide a link to your site, we can provide some css to fix it in the mean time while Kriesi works on a fix.

    Regards,

    Devin

    #115920

    Glad you were able to find a work around. I’ll tag the topic for Kriesi so that he can look into it as well.

    Out of curiosity, any reason why you wouldn’t just use the layout builder for the layout? I’ve found it to be superior in almost every facet to doing things in the regular visual editor.

    Regards,

    Devin

    #116058

    Hey mohitso,

    I just addressed your other topic on the same question here: https://kriesi.at/support/topic/my-quick-css-how-do-i-make-menu-font-in-header-larger

    Please only make a single topic for an individual question as it makes it easier to answer and for others to search for answers.

    Regards,

    Devin

    #116094

    ADMIN PANEL > Enfold Theme Options > Styling > Quick CSS (paste code) :

    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont{

    display: none;

    }

    #116096

    In reply to: GravityForms Styling

    Hey!

    Please use following css code – insert it into the quick css field:

    #top .gfield textarea {
    min-height: 200px;
    }

    Regards,

    Peter

    #115915
Viewing 30 results - 141,811 through 141,840 (of 141,898 total)