Viewing 30 results - 141,271 through 141,300 (of 141,347 total)
  • Author
    Search Results
  • #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
    #116052

    You need to add your post type to the $boxes array in wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php

    How to extend Avia layout builder to support CPT ?

    At the moment not possible without manually tweaking the theme files. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests though.

    #115830

    Hi Gordon,

    No, as far as I know that isn’t possible at this point with the theme settings. You can request something like in the feature request thread here however: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

    #22521
    mohitso
    Participant

    This is what my quick CSS looks like now and its not working, any ideas? Ijuyst want the words bigger.

    it doesnt seem to change the size.

    #header {

    position: fixed;

    }

    #main {

    margin-top: 152px;

    }

    #top .social_bookmarks li a {

    font-size: 30px;

    }

    .main_menu ul:first-child > li > a{

    font-size: 21px;

    }

    #116056

    it doesnt seem to change the size. Here is what I have in my quick CSS:

    #header {

    position: fixed;

    }

    #main {

    margin-top: 152px;

    }

    #top .social_bookmarks li a {

    font-size: 30px;

    }

    .main_menu ul:first-child > li > a{

    font-size: 21px;

    }

    #114868

    In reply to: Enfold child theme

    Hey!

    Duplicate: https://kriesi.at/support/topic/enfold-13-setting-up-child-theme – I’ll mark that post for Kriesi…

    Best regards,

    Peter

    #115986

    Hi Bernt,

    Glad you were able to get things to your liking. SEO is a complicated subject and there isn’t really a right answer anymore these days. Even using multiple H1 on a page is completely fine and it has more to do with the html structure of where they are than having a single h1 per page.

    The most important thing is having accurate and relevant content for the site topic and the search engines will do the rest :)

    Regards,

    Devin

    #115914
    #115076

    Hi,

    I dont have an IE8, and my emulators don’t display this issue. Looking at the code affecting the logo http://i.imgur.com/LpXtWn6.png , a possible cause may be the max-width:100%; from the img definition earlier in the cascade.

    Try something like this in your /css/custom.css OR in Quick CSS located in Enfold > Theme Options > Styling … text area on bottom of that page

    #top .logo img {
    max-width: none !important;
    }

    Adding the code doesn’t affect IE10, Chrome or FF

    Thanks,

    Nick

    #115918

    I figured it out. I don’t know why the short code doesn’t work, but if you go into the advanced editor on the page you want your slider on, then choose the Media Elements tab, and click on Advanced Layer Slider. It will put it at the bottom, so you will need to drag it up top (I’m assuming that’s where you want it). Then choose the name of the slider you have made, and update the page. Hopefully that helps, and is a temporary solution. I would prefer if you could just add the short code. Hopefully it gets that option.

    #114861

    In reply to: Enfold child theme

    You can add a functions.php to your child theme folder – then insert following code into the child theme functions.php:

    /*
    * Register frontend javascripts:
    */
    if(!function_exists('avia_frontend_js'))
    {
    if(!is_admin()){
    add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts');
    }

    function avia_register_frontend_scripts()
    {
    $template_url = get_template_directory_uri();
    $child_theme_url = get_stylesheet_directory_uri();

    //register js
    wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
    wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );
    wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
    wp_register_script( 'avia-prettyPhoto', $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    wp_enqueue_script( 'jquery' );
    wp_enqueue_script( 'avia-compat' );
    wp_enqueue_script( 'avia-default' );
    wp_enqueue_script( 'avia-shortcodes' );
    wp_enqueue_script( 'avia-prettyPhoto' );
    wp_enqueue_script( 'avia-html5-video' );

    if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }

    //register styles
    wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
    wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
    wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' );
    wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' );
    wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' );
    wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' );
    wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
    wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );

    wp_enqueue_style( 'avia-grid');
    wp_enqueue_style( 'avia-base');
    wp_enqueue_style( 'avia-layout');
    wp_enqueue_style( 'avia-scs');
    wp_enqueue_style( 'avia-prettyP');
    wp_enqueue_style( 'avia-media');

    //register styles
    if($child_theme_url != $template_url)
    {
    wp_enqueue_style( 'avia-style');
    }

    global $avia;
    $safe_name = avia_backend_safe_string($avia->base_data['prefix']);

    if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' )
    {
    $avia_upload_dir = wp_upload_dir();

    $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
    wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
    wp_enqueue_style( 'avia-dynamic');
    }

    wp_enqueue_style( 'avia-custom');

    }
    }

    #115589

    In reply to: Color Section

    Afaik this is not possible at the moment and the color section will always cover the full width of the page. If you feel like a setting/feature is missing you can suggest it here: https://kriesi.at/support/topic/enfold-feature-requests

Viewing 30 results - 141,271 through 141,300 (of 141,347 total)