Viewing 30 results - 142,231 through 142,260 (of 142,790 total)
  • Author
    Search Results
  • #121218

    Hi,

    Sorry the confusion, I mean that I want take off the whole top area (area where is social icon). How is that happens?

    Thank you!

    #121246

    Hi Ismael,

    like I wrote in the original post – I found the “Blog Style” option – but this will only change from list to grid, but it doesn’t offer the control of the complete page. For example I would like to have an icon box on top of the blog…

    Habe die Ehre,

    Detlef

    #121269

    In reply to: Change Top Menu Colors

    Hi,

    I will probably do this.

    .current-menu-item > a .avia-menu-fx {
    background: black;
    }

    .current-menu-item > a .avia-menu-fx .avia-arrow-wrap .avia-arrow {
    background: black !important;
    border-color: black;
    }

    .avia-menu-fx {
    bottom: 0;
    }

    This will make the arrow black on the current page.

    Regards,

    Ismael

    #121378

    Hi,

    Please refer to these links for the header background

    https://kriesi.at/support/topic/mega-menu-bug#post-108100

    https://kriesi.at/support/topic/header-background-image-2

    To change the sidebar background, use this on your Quick CSS

    .sidebar {
    background: red;
    }

    Regards,

    Ismael

    #119453

    Thank you. Is not exactly I need, but its ok. Works for other thinks. I really appreciate your effort to help all of us.

    Warm Regards,

    Alexia.

    #121268

    In reply to: Change Top Menu Colors

    Thanks Ismael !

    – You made my day and we are now one step closer to launch our new organisations official website :D

    May I ask how to make the original arrow to be seen for selcted page or so that it more clerer for visitor what page they are mouse over-ing?

    i tried this code:

    }

    .avia-menu-fx .avia-arrow-wrap {

    height: 15px;

    width: 10px;

    position: absolute;

    top: -15px;

    left: 50%;

    margin-left: -5px;

    overflow: hidden;

    display: none;

    }

    what would you have done if it was your site, to make arrow or something else make it more clear to visitor what page they are on?

    Thanks

    gamesymphonies
    Participant

    By default, the menu appears under the logo on the left; I’m trying to centre it instead.

    So far in Quick CSS, I’ve got rid of the search box:

    #top #menu-item-search {

    display: none;

    }

    I’ve also tried to use an auto-margin technique to centre:

    #top .main_menu {

    margin: 0 auto;

    float: none !important;

    left: auto;

    }

    Having no effect though, menu still is on the left. What am I missing?

    The only way I could get it to move from the left was to add in a “width” element:

    #top .main_menu {

    margin: 0 auto;

    width: 500px;

    float: none !important;

    left: auto;

    }

    But then the positioning of the menu varied depending on the width I entered. Choosing “width: 100%” had no effect at all.

    Hoping someone can shed some light (on what is probably very bad CSS from me)

    Loving this theme otherwise :)

    #23843
    andypeck
    Participant

    Hi there,

    I know this isnt from your theme but I had a java script code from my last theme that allowed Slickr Flick to add a fade effect over thumbs in the footer (if theres no border effect).

    Can you explain how I can implement this. I realise this may not work but i’d like to try it. If its wrong but you already know of another way to achieve the same effect then I could do with your suggestions – either with this plugin or another.

    Cheers

    Andy

    Here’s the code….

    jQuery(‘.slickr-flickr-gallery ul li a’).hover(

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’0.75′}, 200 );

    },

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’10’}, 100 );

    });

    #23839

    Topic: Background problem…

    in forum Enfold
    solljul
    Participant

    Hello,

    I have a problem with background in “big-preview” class (I think).

    In my custom.css I have this :

    html, .socket_color, .footer_color, .alternate_color, .container_wrap_logo, .main_color{

    background-image: url(../../../../../img/background.svg), url(../../../../../img/background_dark.png);

    background-size: 100% 100%, auto;

    background-position: left top, left top;

    background-repeat: no-repeat, repeat;

    background-attachment: fixed, fixed;

    }

    but in single post without sidebar with big preview as you can see here:

    http://www.juls.ch/studios/lost/

    there is a border without my background but with color defined in styles options.

    How can I remove this border??

    Thx

    Jul

    #114637

    Would like to see Instagram social icon at the top of the page.

    #121151

    Yes, Desktop Wallpaper is a category for that portfolio entry. Each portfolio item only has one category.

    However, I am using the advance layout editor. I find it quite helpful.. is there no way to have this work while using that feature for my layouts? Is there any work-around? Or do I need to code each portfolio layout from scratch for this to work?

    Thanks again for all your help! :)

    #118143

    In reply to: Child Theme

    Hey!

    No, unfortunately not (see https://kriesi.at/support/topic/upgrading-with-future-iterations#post-111329 ). We save the options with the theme name and the child theme will always have a different name.

    Best regards,

    Peter

    #121284

    Hi,

    Font use is

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family: Open Sans, 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    PNG text images is preffered when using the LayerSlider WP.

    Regards,

    Ismael

    #121267

    In reply to: Change Top Menu Colors

    Hi,

    Please add this on your custom.css to change the menu color

    .main_menu a {
    color: white !important;
    }

    To change the active page color, use this

    .current-menu-item > a {
    color: black !important;
    }

    For the submenu hover, you can use this

    .header_color .main_menu .menu ul li a:hover {
    background-color: white;
    color: orange !important;
    }

    Regards,

    Ismael

    #121150

    Hi,

    Is Desktop Wallpaper a category for your portfolio entries? Please make it a category then do Dude’s code above. This will only work if you are not using the Advance Layout Editor for your portfolio items.

    Regards,

    Ismael

    #121257

    In reply to: Sidebar Styling

    Hi,

    1.) The sidebar expands when there are widgets present. It has no definite height. You need a javascript of some sort to make the sidebar inherit the height of the content area. A simple solution is to define a minimum height for the sidebar but this is not flexible and may not be appropriate for all types of pages. Add this on your Quick CSS or custom.css

    #top #main .sidebar {
    background: red;
    min-height: 600px;
    }

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

    .widgettitle {
    border-bottom: 1px dotted red;
    padding-bottom: 10px;
    }

    3.) To add a bottom separator, you can use this

    .widget {
    border-bottom: 1px solid black;
    }

    Regards,

    Ismael

    #118996

    Hi,

    Glad they are fixed.

    For the header background, please follow these links.

    https://kriesi.at/support/topic/mega-menu-bug#post-108100

    https://kriesi.at/support/topic/header-background-image-2

    Cheers,

    Ismael

    #118142

    In reply to: Child Theme

    Gday Enfold

    Brilliant theme, best i’ve used, though I ordinarily always use child themes.

    I noticed that if you don’t set up a child theme immediately in enfold, and instead already have experimented with the enfold styling options, the new child theme does not retain the styles.

    Is there a way to retain what was already styled?

    Other threads (topics closed) have indicated that the styles will be kept if the child name is the same as the parent (enfold). But i’m not sure how can that be set up so there is no directory name conflict?

    Seriously great work in this theme. I think it will be even better with good documentation on how to use child themes with enfold.

    #23833

    Topic: Custom Menu

    in forum Enfold
    matthewsean
    Participant

    Hi,

    The theme is not letting me create a custom navigation menu. Instead, it is placing every top level page on the navigation bar. patentmalpractice.com

    #23831
    comlor
    Participant

    Hi I need to decrease the footer spacing. What file / code do I edit to cut down the padding on top and bottom of footer socket area?

    Thanks much,

    Chris

    #23829

    Topic: Change Top Menu Colors

    in forum Enfold

    I have in Admin set the orange, white and grey colors used on site but i am unable to change top menu colors:

    http://suiciderescue.se/wordpress/

    I want Links to be white and upon click black will indicate what page user is on.

    the submenu must be orange with white text on and when mouse over the sub menu

    it´s BG can be white as today, but then text should be orange.

    I did try to follow the video you great guys here at support posted but was unable to get changes done :(

    Please assist and you will make my day!

    Thanks

    #120501

    Hi,

    Site looks good. Put up a maintenance plugin that allows password entry, to keep google out.

    Please turn off the super cache plugin and the minify plugin while developing or you will never see your edits but edits from however long ago the cache was created, making you think you are going crazy and that the theme is your nemesis, when the cache plugin is just doing its job.

    Simple Icon Plugin on the Bottom. What is it destroying, braking or messing up? Looks like the glyphs are coming through and the social icons are lined up in correct rows. The plugin uses Entype font from Fontello which is already part of the theme (icons in the icon box). It seems to be in two rows.

    This is the css to change the social icons distance from each other. its set as you have it currently. change 6 and 12 a few different ways and see how you like it best

    #top .simple-social-icons ul li {
    margin: 0 6px 12px !important;
    padding: 0 !important;
    }

    For now lets start with that, and after you disable those two plugins, and added the code, try again the flicker plugin, i think that everything should be working now.

    Oh yeh… You have a file of great evil which is being enqueued that you must destroy most likely via using ftp. it is located in wp-content/themes/enfold/config-layerslider/LayerSlider/skins/ folder and goes by ‘.DS_Store’ , somehow it is being enqued into the theme by the minifier probably …

    Thanks,

    Nick

    #120567

    In reply to: Header area

    Hi,

    Please add this to /css/custom.css OR to Quick CSS located in … Enfold (Theme Options) > Styling .. the text box at the bottom of the page.

    li .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li .current_page_item>a>.avia-menu-fx {
    position: relative;
    display: block;
    top: -30px;
    }

    Please tweak the above number to get the look you want.

    Thanks,

    Nick

    #121149

    I would also be willing to do this manually in some way. For example, entering in the title “Desktop Wallpapers” in the excerpt of each entry.. or something similar.

    I just want the category to be displayed at the top of each portfolio entry.

    Thanks again for all your help. Sincerely appreciated! :)

    #121148

    Is there any other step I need to take in order for it to display “Desktop Wallpapers” (the name of the portfolio category) ?

    I made the change you suggested and nothing seemed to change.

    http://godsfingerprints.net.s168021.gridserver.com/?portfolio=come-near-to-god

    Code below:

    <?php

    global $avia_config;

    /*

    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.

    */

    get_header();

    $terms = get_the_terms( get_the_ID(), ‘portfolio_entries’ );

    foreach ($terms as $term) {

    $title = $term->name;

    break;

    }

    if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title( array(‘title’ => $title) );

    ?>

    <div class=’container_wrap main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container’>

    <div class=’template-page template-portfolio content <?php avia_layout_class( ‘content’ ); ?> units’>

    <?php

    /* Run the loop to output the posts.

    * If you want to overload this in a child theme then include a file

    * called loop-page.php and that will be used instead.

    */

    $avia_config = avia_layout_class( ‘main’ , false) == ‘entry_without_sidebar’ ? ” : ‘entry_with_sidebar’;

    get_template_part( ‘includes/loop’, ‘portfolio-single’ );

    ?>

    <!–end content–>

    </div>

    <?php

    //get the sidebar

    $avia_config = ‘page’;

    get_sidebar();

    ?>

    </div><!–end container–>

    <?php get_footer(); ?>

    #23825

    Topic: Sidebar Styling

    in forum Enfold
    joe88
    Participant

    Hello. I have a couple of questions regarding the sidebar. Thanks!

    1) Is it possible to change the color of the side bar area? I see something like #top #main .sidebar, but that seems to only account for the widget area being used. How can apply a color to the entire length of the sidebar area?

    2) Is it possible to add an underline style under the sidebar widget title?

    3) Is it possible to add a separator in between sidebar widgets? I see there was a separator in the code at one point, but it seems to be visible, even if there is only 1 sidebar widget.

    #121236

    Hi jgwyant,

    At the top of the page editor, look for the Screen options tab and open it up. Then see if the Advanced Layout Editor checkbox is checked. If it is not, check it and the option should appear once again.

    If its already checked, try re-installing the theme files on top of themselves in case something got corrupted somehow.

    Regards,

    Devin

    #23818
    Jamie Wyant
    Participant

    I just lost the “Advanced Layout Editor” on the website. Nothing displays. All was well last evening when I stopped work for the day. Today – I used WP plug-in Redirection (http://urbangiraffe.com/plugins/redirection/) to enter 301’s. When I went to edit pages – the layout editor was “gone”.

    Tried deactivation Redirection – didn’t help.

    Oh – I just activated the theme at this location – moved content from a development location yesterday. If that helps.

    website is http://www.amequipment.com

    I am desperate. Please help.

    #23816
    jeesse
    Participant

    Hi,

    First, it must absolutely be one of the best themes in ThemeForest! :)

    Couple questions…

    1. How can I set my Layer Slider like Enfold test side. My slider work good to my screen but when I look my site to Ipad or Phone, layers go right side. I want that layer stay in the middle. What I should to do?

    2. How do I remove Secondary Menu top of the page?

    There is my test site: http://wordpress.jessedesign.fi/

    Thank you!

    #121115

    You can use the debug mode to copy the shortcode content. Open up functions.php and you insert this code

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    at the very top – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and insert it into the standard editor (other website). Then save the post and the template builder should convert the shortcodes to an advanced layout.

Viewing 30 results - 142,231 through 142,260 (of 142,790 total)