Viewing 30 results - 137,971 through 138,000 (of 138,177 total)
  • Author
    Search Results
  • Hi,

    The selector use for the very top header is

    #header_meta {
    border-top: none;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    z-index: 400;
    min-height: 30px;
    background: white;
    }

    If you want to remove it you can use this

    #header_meta {
    display: none;
    }

    Regards,

    Ismael

    #116576

    Hi,

    What you are showing on the site can be changed in file /includes/loop-index.php , with the blog image on line 101 the way you have the blog setup, remember there are multiple settings. However all are controlled on this page. But yours is line 101 for the image.

    I suggest you get NotePad++ and download the theme folder somewhere on your desktop home computer, then use notepad++ to search through all files in the entire folder for classes you see when you view source around the parts you want to edit and then you will see how the structure is and which pages it is located on. https://kriesi.at/support/topic/changing-to-antoher-language#post-102486

    Thanks,

    Nick

    #118165

    In reply to: Small logo

    Hi,

    Please edit js > avia.js then find 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/4)
    {
    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();
    }

    Replace it with

    //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/1.5)
    {
    newH = el_height - st;
    //header.removeClass('shadow');
    }
    else
    {
    newH = el_height/1.5;
    //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

    #118183

    Hi,

    Please try to add this on your custom.css

    .isotope-item .grid-content {
    height: 46px !important;
    }

    See if it fix the issue.

    Regards,

    Ismael

    jwferne
    Participant

    I’m having trouble sorting out what the top bar is called… where you would put a phone number etc. I want to change the color of that bar only. I found the code which colors it, but I was hoping I could remove everthing but the specific bar. Which one is that called?

    .header_color table, .header_color .widget_nav_menu ul:first-child > .current-menu-item, .header_color .widget_nav_menu ul:first-child > .current_page_item, .header_color .widget_nav_menu ul:first-child > .current-menu-ancestor, .header_color .pagination .current, .header_color .pagination a, .header_color.iconbox_top .iconbox_content, .header_color .av_promobox, .header_color .toggle_content, .header_color .toggler:hover, .header_color .related_posts_default_image, .header_color .search-result-counter, .header_color .container_wrap_meta, .header_color .avia-content-slider .slide-image, .header_color .avia-slider-testimonials .avia-testimonial-content, .header_color .avia-testimonial-arrow-wrap .avia-arrow, .header_color .news-thumb {
    background: none repeat scroll 0 0 #D9FFD9;
    }

    Thanks,

    – John

    p.s. I used firebug to grab that. If there’s a better way to see the structure and know what it’s called, I would be grateful to find out. Trying to learn how to do all this!

    #118075

    Hi,

    Open footer.php then find this code

    <?php

    echo "<div class='sub_menu_socket'>";
    $args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
    wp_nav_menu($args);
    echo "</div>";

    ?>

    Replace it with this

    <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>

    <?php

    echo "<div class='sub_menu_socket'>";
    $args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
    wp_nav_menu($args);
    echo "</div>";

    ?>

    Edit custom.css then add this code

    #top #socket .social_bookmarks {
    position: absolute;
    right: 0;
    }

    Regards,

    Ismael

    #118198

    Do you mean the *menu* ? The header is just the page title and breadcrumbs. The menu is done in Appearance>menus. This is the list of pages at the top of the page.

    #117792

    Hi rynleigh,

    How did you add in that menu on the left? It seems to be just a regular menu and is only getting the normal list styling (not anything theme specific).

    It can be removed with:

    #top .entry-content #nav_menu-32 ul {
    list-style: none outside;
    }

    But I’m not sure if that solves the issue since you may be trying to get some other kind of effect.

    Regards,

    Devin

    Hi rrdr,

    In this video I create a section very much like that one: https://vimeo.com/channels/aviathemes/64927358

    You just need to use a color section and set a background image to get that kind of effect. Then you can add other elements on top of it.

    Additional videos are posted on that same channel and you can make requests for new ones here: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    rrdr
    Participant

    I would really appreciate if you could tell me if there is a way to create nested elements. For example, creating a box with an image background that has text on top of the image.

    There is an example found on this page, http://kriesi.at/themes/enfold/, all the way at the bottom that reads “In case you need help”. This would be an example of a nested element, the background image is laid behind some other text/images. Did you use a rotator to create this item?

    thanks

    #118016

    Hi,

    If I understood you correctly, please add the code below to Quick CSS located in Enfold > Layout .. text area on the bottom of the page OR add it to the bottom of /css/custom.css

    @media only screen and (min-width: 1140px){
    #top .avia_mega_div.avia_mega3.nine.units {
    right: -662px !important;
    }}

    Thanks,

    Nick

    #117978

    Hi madebynoemi,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.single-post .big-preview.single-big {
    display: none;
    }

    This is the most straightforward way of removing the featured media are on the single posts.

    Regards,

    Devin

    Glad we could help :)

    Let us know if you have any other questions or issues. I’ll close this topic for now since the main issue has been resolved.

    Regards,

    Devin

    #117723

    Geez,

    Well after seeing all of these posts, I just got on my HR Directors iMac and tried it in Safari and Chrome. For some reason it was smooth as could be and then I tried her assistants MacBook Pro and it was smooth too?

    Now I’m back on my MBP’s (I have a personal and a work MBP and all of these Mac’s are 2011 or 2012 models), and both have the issue but the iMac and assistants MBP dont’t?! I’m happy that it’s been narrowed down to my two laptops but so confused as to what the issue may be…

    I’ve tried both of my laptops on three different Wifi connections and no matter what my site is choppy?

    Thanks for the help guys.

    Ismael i did exactly that but it doesnt show on “blank pages”

    Devin i just tried that also and the full screen background is still not showing.

    below are the screenshots

    1.) here is where i uploaded background the regular way http://demo.globalads24.com/wp-content/uploads/2013/05/Picture817adj.png

    and it shows like this on the website page(s) http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-814.png

    2.) here is the color selection and background added http://demo.globalads24.com/wp-content/uploads/2013/05/Picture816adj.png

    it shows as orange on top and images below but no full screen stretched background http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-815.png

    thx

    jasmine

    #118060

    Now the fixed header doesn’t resize and I’m left with a big white space under the header. Also, how can I add the layerslider without using the advanced layout builder? When I place the layer slider shortcode in the code it gives me white space on top, because it is placing it in the content.

    #22991
    DravotCarnehan
    Participant

    Hi,

    I can choose “Which categories should be used for the portfolio?” Yet all categories are still displayed as options at top of the page. How do I only have the options that I chose displayed? Thanks.

    Hi kriru,

    I’m not sure which theme you are using, but generally you can change the color of the bold text by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top p strong {
    color: #333;
    }

    Just change the color code to the color you want.

    Regards,

    Devin

    #117089

    Glad we could help :)

    If you have any other video requests for tutorials I’m looking to do some more when the current overflow of support topics calms down. Just make a post in this topic with any requests: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    #117554

    Hi,

    Ok thats good, however that won’t always work. You need to add #top before everything (which is from the body tag) , this way you will get more specificity and override the original code. Sometimes for some real hard cases, you need to add !important; to the end of the statement — color: red !important;

    if your code ignored, do this. Open up chrome developer tools like this ( http://i.imgur.com/RfNyIBs.png ) find custom.css file in there step 2, then you add your changed code into the screen in middle, just don’t forget to copy it if you need to refresh ) and enter the css directly, if nothing changes, add #top, take something off, and you will see results live, so this way you don’t have to copy and paste and save every time to see whats working and what isnt. also you can edit the html live too and any of the files, but as soon as you refresh, its all gone.

    also don’t use media=”screen” unless you see something like @media only screen and (max-width:767px) { .. if you see that, you need to grab that since that’s a media query (which is css that works on a specific screen size for mobile/tablets).

    so first try (your code with #top directive)

    #top .avia-icon-list .iconlist_icon {
    height:64px;
    width:64px;
    line-height:60px;
    font-size:30px;
    text-align:center;
    border-radius:500px;
    position:relative;
    float:left;
    margin-right:30px;
    margin-left:2px;
    z-index:5;
    border-style:solid;
    border-width:2px;
    color: #fff;
    }

    Then as you get comfortable you will see that css is like a postal address country, state, city, street, house.. further you go in the more specific it becomes. So you can take the less specific stuff off sometimes.

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


    I wish you had a url, where I can look at these disks. when i click url from your name , a website loads, but nothing there.

    Don’t give up on this tool, watch a youtube tutorial for it because its as easy or complex as you want it to be. Its the only one I use and only one many (if not all) use to debug or modify any website.

    Thanks,

    Nick

    #118012

    Enfold should be compatible with Gravity Forms (I tested it and I couldn’t find a conflict) and we even added some css code for better styling/css integration (based on the code I posted here: https://kriesi.at/support/topic/gravity-forms-styling-adjustments ).

    I can’t say if Gravity Forms is worth the money – it definitely comes with more options, features, etc. and if you need an advanced contact form (which supports conditional logic, etc.) you should use it. However if you just need a simple form with a text message field, etc. it’s not required at all. Btw a good alternative is Formidable – I use it on my websites and it works with Enfold too.

    #117537

    In reply to: Logo container height

    Hi!

    Insert following code into the quick css field

    .fixed_header #main {
    padding-top: 151px;
    }

    Best regards,

    Peter

    #117174

    In reply to: buttion problem in ie8

    Hey!

    Yes, exactly – just take the code I posted here: https://kriesi.at/support/topic/buttion-problem-in-ie8#post-109162 and insert it into the quick css field.

    Best regards,

    Peter

    #118025

    Hi,

    Make sure you have the Enfold version 1.4.

    1.) Download the Woocommerce plugin. http://wordpress.org/extend/plugins/woocommerce/

    2.) Install the plugin then activate it.

    3.) After activating you will be redirected to the Woocommerce setup page. On the very top there is a quirky violet box with ninjas. Click the Install Woocommerce Pages to get you started. :)

    4.) Add Products. You might want to add the Shop page on your menu. Go to Appearance > Menu to add the shop page, my account, cart, checkout etc.

    Regards,

    Ismael

    #117976

    Hi,

    My bad, please try this instead.

    boxed#top {
    box-shadow: 100px 100px 50px black;
    }

    I exaggerated the value. :)

    Regards,

    Ismael

    #117911

    Hi,

    The video tutorial for setting up a shop page is currently in the making so for the meantime please follow these simple instruction.

    1.) Install the Woocommerce Plugin. http://wordpress.org/extend/plugins/woocommerce/

    2.) After installation you will be redirected to the Woocommerce editor. Just click the Install Woocommerce Pages located at the very top with the violet quirky background and you are good to go.

    3.) All you have to do now is to add a menu item for the Shop page on Appearance > Menu.

    4.) Add some products. :)

    Make sure you have the Enfold 1.4 version.

    Regards,

    Ismael

    #116885

    I pasted the code into the sidebar and “top portion” that Mailchimp recommended to post into header.

    #117551

    Hi there,

    I think we got our wires crossed as the section I was referring to is the ‘Avia icon_list’ the discs which contain the entypo glyphs. I wanted to change the disc and the outline and leave the entypo glyphs white. I also want to resize them too

    When I use the inspector I come across the following…

    media="screen"
    .main_color .avia-icon-list .iconlist_icon {
    background-color: #d73119 !important;
    }

    and whilst changing the color works in the inspector as soon as I drop it into the CSS of my child theme nothing changes. I thought adding !important might help (assuming I understood its importance which I guess now I dont!!) but it did nothing.

    Thing is, this is where I usually come stuck as ive followed your instructions but things like this wont change. Im clearly not doing something but what is it that im doing wrong? Can you help me understand as my next thing is changing the dropdown background on the top nav and I know that will be the same issue.

    #117941

    Hi,

    When I download the ‘Installable WordPress File’ I don’t get an option to extract here when it’s on my desktop?

    #117242

    Hi,

    thx Devin & TechShad for the codes.

    In fact both work but if I also add the…

    #top strong {

    color: black ;

    }

    … unfortunately the headlines in the footer (I’m using Enfold Latest News widget) also turn from white to black, which make them illegible.

    Any ideas how I can fix that as well? thx!

Viewing 30 results - 137,971 through 138,000 (of 138,177 total)