Viewing 30 results - 141,271 through 141,300 (of 142,585 total)
  • Author
    Search Results
  • #127300

    Dude,

    I think I understand. Please tell me if I am correct for my Apple logo and link:

    1. On Enfold > Header > Add the Tumblr social icon for example. Place my Apple link.

    2. Add this to the very end of custom.css

    #top .social_bookmarks_tumblr {
    background: url(../images/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr:hover a {
    color:#fff;
    background: url(../images/apple-hover.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a {
    text-indent: -9999px;
    }

    3. In header.php replace:

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');

    with

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '<a href="http://apple.com/example" class="apple" target="_blank"><img src="http://mywebsite.com/apple.png" title="Apple" alt="Apple" /></a>');

    Are these the full directions? Don’t I need 2 icons? One for hover and one regular? Wouldn’t that change the second part of the code in the header.php? I notice the color hex in the header.php is specified #fff. I want the background to be black on hover.

    Thank you,

    Jasmer

    #127583

    Hey!

    Please use following css code

    .sub_menu>ul, #top .sub_menu>ul>li {
    border-color: #000000;
    }

    Regards,

    Peter

    #127299

    1) If you want to add an image icon I’d suggest to use the “append” parameter of the social media icons function – it helps you to append any html code (including image links) to the social icons element: https://kriesi.at/support/topic/how-do-i-add-a-you-tube-icon-to-social-icons-in-the-header

    2) I think the icon size is not important. I’d recommend to use 32px x 32px or 64px x 64px icons. Then you can use css code to scale it down if necessary.

    #127322
    #127814

    In reply to: Sidebar

    Hi,

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

    .widget {
    padding: 10px 0 10px 0;
    }

    You can adjust the top and bottom padding values.

    Regards,

    Ismael

    #126647

    Also am having trouble with my homepage slider, it looks perfect fit on my pc/laptop and mobile but only half of the contents is visible in my tablet(may be the slider is not re-sizing as it should be).

    Thanks

    #25686

    Topic: Many Problems :(

    in forum Enfold
    Bluemkt
    Participant

    Hello, I’m creating again a topic, because my main problems weren’t solved yet.

    1) My biggest problem is with the form, look how appear: http://blueberrywebsites.com.br/bbmarketing/contratar/#tab-id-2 (TRY TO CHANGE THE TABS) http://prntscr.com/1c838n

    2) Look at the bottom, I input a form there, and there is a extra spacing http://blueberrywebsites.com.br/bbmarketing/servicos/email-marketing/

    3) My logo doesnt show well on streched menu http://prntscr.com/1ceijq

    4) My logo doesnt appear on IE 8 and some icons too

    5) My chat fixed button on the bottom right doesnt look good on the footer, scroll to see what happens.

    Thanks, I know you have a good support, but please I have that issue on menu and my forms few days ago.

    #25682
    techmatters
    Participant

    Hi, I have a bit of an issue – a strange one, too, that seemed to pop up quite randomly, after working without a problem for a while now. I have a homepage slider on http://www.profoundcoaching.com.au/NEW/, with a Youtube clip that appears when clicked (autoplay is set to off.) Until this morning, however, this clip had a thumbnail as expected (the one generated by Youtube, which you can select after uploading the image; I did it myself, so I know that it was done correctly) — but then, after I edited something else entirely in the slide, the thumbnail has *disappeared*.

    In its place is the ugly grey “default” thumbnail. When the image is clicked, the video plays normally, but that thumbnail is obviously quite ugly and uninviting – no one will bother to click on it and see the video, if there isn’t a visually pleasing image there to encourage them to.

    Any help that anyone can offer would be *greatly* appreciated! Everything else on this site is ready to go, and we were *just* about to go live before this issue popped up.

    Kind regards,

    — Nathan

    #126004

    Did you make the two pages at different times? Maybe between upgrades? I tried duplicating the layout of the page where the item isn’t getting the correct class but I’ve not been able to going off the look of the layout.

    Hi DavyE,

    Can I see your example page live? I just re-created what you have above and the video and slideshow were both fullscreen without issue.

    Regards,

    Devin

    #127696

    Hey Everyone!

    We are working on it! At least, I have for the past few months. I’ve been working on adding to our github wiki (which is private) in preparation for Kriesi’s new site which will be an Enfold child theme.

    So yes, things are in the works once support slows down a bit. With how popular Enfold has been we are swamped a bit more than normal but I *think* things are starting to slow down a tad which will give me some time to work on new docs and videos.

    Probably not the best answer but we’ll have some more news on it hopefully very soon.

    In response to what formateins mentioned, keep an eye out for a new blog post here on the site on using Chrome Dev tools to do more css modifications. I’m working on writing that out now and then doing the videos for it this month.

    I’ll close this for now so we don’t get too much of a secondary feature request topic going but thank you everyone for the enthusiasm on push to return on this project :)

    Regards,

    Devin

    #25667
    Torlock
    Participant

    Hello, I am trying to implement social icons into my socket as mention here: https://kriesi.at/support/topic/social-icons-in-footer-socket

    I have managed to use the first set of codes for footer.php and custom.css to get the actual icons in the socket but now I have two problems.

    Firstly how do I go about choosing which social icons to display and also how do I change the links.

    And secondly, you will notice the ‘back to top’ arrow is overlapping for some reason. I believe this is not to the change in code as I to the changes back and the problem still persists. It looks like the actual socket has increased in height for some reason.

    Thanks in advance for any help!

    #127251

    In reply to: Social Icon at Socket

    Hi,

    Try this. Please add it to your /css/custom.css file. If you want to change something, font size, social bookmark positioning, copyright positioning are there in the code below, but i think this will work well.

    @media only screen and (max-width:400px) {
    #socket {
    font-size:.73em;
    }
    #top #socket .social_bookmarks {
    right:-16px;
    }
    #socket .copyright {
    position:relative;
    left:-13px;
    top: 5px;
    }
    }

    Thanks,

    Nick

    #124520

    I’m experiencing the same issue. The “scroll to top” button/arrow works in Firefox, IE, as well as Blackberry. But not on Android or iPad.

    http://fixionmedia.com/

    #127548

    Hi!

    You can use following code to change the color – insert it into the quick css field

    #top .toggle_icon .hor_icon, #top .toggle_icon .vert_icon, #top .toggle_icon{
    border-color: #333;
    }

    Regards,

    Peter

    #127715

    In reply to: Reimport Landing Page

    Please insert following code into the “standard editor” textarea and save the entry. Then click on the “Advanced Editor” button to edit the content.

    [av_layerslider id='1']

    [av_one_third first]
    [av_icon_box icon='17' position='left' title='Checkit!']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    Aenean <strong>commodo ligula</strong> eget dolor. Aenean massa. Cum sociis
    [/av_icon_box]
    [/av_one_third]

    [av_one_third]
    [av_icon_box icon='50' position='left' title='Green Power']
    Aenean massa. Cum sociis natoque penatibus et magnis dis <strong>parturient montes</strong>, nascetur ridiculus mus. Lorem ipsum dolor sit amet
    [/av_icon_box]
    [/av_one_third]

    [av_one_third]
    [av_icon_box icon='125' position='left' title='Recycle that']
    Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque <strong>sadfsadfas</strong>
    [/av_icon_box]
    [/av_one_third]

    [av_promobox button='yes' label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    A typical landing page should have many possible exits for the user to purchase your Product. Enfold allows you to add as many as you want
    [/av_promobox]

    [av_section color='footer_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_half first]

    [av_gallery ids='316,315,314,313' style='big_thumb' preview_size='portfolio' columns='7']

    [/av_one_half][av_one_half]

    [av_textblock]
    <h2>Any Layout imaginable</h2>
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_textblock]
    Lorem ipsum dolor sit amet, consectetuer <strong>adipiscing elit</strong>. Aenean commodo ligula eget dolor. Aenean massa.
    <ul>
    <li>Nulla consequat massa quis enim.</li>
    <li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>
    <li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.</li>
    <li>Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.</li>
    <li>Aenean <strong>vulputate</strong> eleifend tellus.</li>
    </ul>
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_button label='Learn more...' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='121']

    [/av_one_half]
    [/av_section]

    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='shadow']
    [av_one_half first]

    [av_textblock]
    <h2 style="text-align: right;">About Us</h2>
    [/av_textblock]

    [av_hr class='short' height='70' position='right']

    [av_textblock]
    <p style="text-align: right;">Lorem ipsum dolor sit amet, consectetuer <strong>adipiscing elit</strong>. Aenean commodo ligula eget dolor. Aenean massa.</p>
    <p style="text-align: right;">Nulla consequat massa quis enim.
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.
    Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.
    Aenean <strong style="text-align: right;">vulputate</strong> eleifend tellus.
    [/av_textblock]</p>
    [av_hr class='short' height='70' position='right']

    [av_button label='Check out our Team' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='right' icon_select='yes' icon='14']

    [/av_one_half][av_one_half]

    [av_iconlist position='left']
    [av_iconlist_item title='Crafted with love' icon='43']
    Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in.
    [/av_iconlist_item]
    [av_iconlist_item title='Melodical by nature' icon='51']
    Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt.
    [/av_iconlist_item]
    [av_iconlist_item title='Lightning Fast' icon='64']
    Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero.
    [/av_iconlist_item]
    [av_iconlist_item title='Freaky Flags' icon='41']
    Nullam quis ante. Etiam sit <strong>amet orci eget</strong> eros faucibus tincidunt. Donec vitae sapien ut libero venenatis faucibus.
    [/av_iconlist_item]
    [/av_iconlist]

    [/av_one_half][av_promobox button='yes' label='Click me' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    A typical landing page should have many possible exits for the user to purchase your Product. Enfold allows you to add as many as you want
    [/av_promobox]
    [/av_section]

    [av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
    [av_one_half first]

    [av_image src='745' align='right' animation='left-to-right']

    [/av_one_half][av_one_half]

    [av_textblock ]
    <h2>Feature A</h2>
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_textblock]
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

    Nulla consequat massa quis enim.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.Aenean vulputate eleifend tellus.
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_button label='More about Feature A' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='12']

    [/av_one_half]
    [/av_section]

    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
    [av_one_half first]

    [av_textblock ]
    <h2>Feature B</h2>
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_textblock]
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

    Nulla consequat massa quis enim.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.Aenean vulputate eleifend tellus.
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_button label='More about Feature B' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='41']

    [/av_one_half][av_one_half]

    [av_image src='745' align='right' animation='left-to-right']

    [/av_one_half]
    [/av_section]

    [av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
    [av_one_half first]

    [av_image src='745' align='right' animation='left-to-right']

    [/av_one_half][av_one_half]

    [av_textblock ]
    <h2>Feature C</h2>
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_textblock]
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.

    Nulla consequat massa quis enim.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.Aenean vulputate eleifend tellus.
    [/av_textblock]

    [av_hr class='short' height='70' position='left']

    [av_button label='More about Feature C' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='2']

    [/av_one_half]
    [/av_section]

    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='shadow']
    [av_textblock]
    <h2 style="text-align: center;">What others say about us</h2>
    [/av_textblock]

    [av_hr class='short' height='50' position='center']

    [av_testimonials columns='2']
    [av_testimonial_single src='315' name='The Man' subtitle='CEO' link='http://www.wikipedia.com' linktext='WikiTravel']
    Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [av_testimonial_single src='315' name='Anna Vandana' subtitle='CEO' link='http://www.wikipedia.com' linktext='Media Wiki']
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [av_testimonial_single src='315' name='Maxi Milli' subtitle='CEO' link='http://www.wikipedia.com' linktext='Max Mobilcom']
    Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
    [/av_testimonial_single]
    [av_testimonial_single src='315' name='Dr. Dosist' subtitle='CEO' link='http://www.wikipedia.com' linktext='Doom Inc']
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [/av_testimonials]
    [/av_section]

    [av_promobox button='yes' label='Click me' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    A typical landing page should have many possible exits for the user to purchase your Product. Enfold allows you to add as many as you want
    [/av_promobox]

    #127694

    A specific section on this site about enfold tweaks would be good.

    That’s divided into like the main sections from the top > header to the footer or socket.

    All settings in the header can be explained. Custom code and so on. Pics , videos and examples of sites can also help. This could help the team tackle the no. of questions in this forum. From the start this would take a long time to do but eventually this could help the staff so they can answer the advance questions / bugs.

    #127693

    I’m totally with you on that, andypeck. Not sure if formateins was being sarcastic or not, but I must say I would definitely find it by far the best WP plugin available if the Avia Layout Builder was indeed a standalone. Pick any theme you want, but still have the incredibly awesome Avia builder. But of course, this theme is great nonetheless, so not that important for me, personally.

    I am just not sure whether it should really be a CSS-only topic. Why not an Enfoldpedia where there are all kinds of tips and tricks and tutorials etc about the theme? It could contain lots of CSS information, but also plenty more information about how to seamlessly integrate 3rd party plugins, change rather complex settings, optimize performance, and so on. So, anything related to using Enfold.

    Perhaps even a collection of running websites for others to see the possibilities or be inspired. I understand that many people/companies rather not publicly show their company id on the theme, but for those that don’t mind it would be a great addition.

    Also, who said we have to expect the developers to do all this work? Maybe the community could create such a pedia (after discussing the possible rights and usage with the authors, ofc). There is always the risk of something not being 100% correct, but with a bunch of info available and multiple people contributing and perhaps even Enfold specialists checking the info now and then, it could help many people.

    The advantages would logically be:

    – One central location with all the info about the theme.

    – Many people being stuck with an issue would find a solution there, meaning they can fix it without having to wait for an answer on the forum.

    – The reduction in support tickets would give the developers some extra time, which would allow them to sometimes check the pedia info or add their own pieces of info.

    – People who haven’t bought the theme yet would see the great community behind Enfold, see the ocean of info available and show them in more detail how great this theme works. I’m sure this would cause an increase in sales.

    So I assume it would be a win-win for both the author and customer here. Not sure what you guys think, and what the Kriesi & Co think. :)

    #127653

    Great stuff Formateins,

    I just posted a topic to the forum suggesting that there is A-Z of useful tweaks as I know allot of the forum repeats itself with the same questions and its often impossible to sift through the volumes of repetition and odd subject headings to find exactly what im looking for. This list of stuff added by you is great – im gonna take it and play around with the tweaks you’ve added myself.

    Thanks

    Andy

    #127690

    I also think this is a great idea.

    Possibly to make a sticky topic like “Enfold Feature Requests” and Enfold Showcase” etc so we can always go there first to look before posting a new topic.

    Regards,

    jasmine

    #127582

    Great Ismael,

    just also how to make the current vertical white lines in between links also the same color as the background in this instance black or to remove them completely http://www.omglovetwins.com/test

    Thanks,

    jasmine

    #25637
    formateins
    Participant

    Hi,

    as some Enfold users requested, I’ll share some modification on the Iconbox content element. Currently, only the header is linked (if set) to another page, post or external url. Some of you may like the whole box linkable so here we go. First of all: if you use the child theme, you need to provide the whole function or overwrite the $output-var of it.

    1. Open up config-templatebuilder/avia-shortcodes/iconbox.php

    2. Starting at line 163 replace everything with the following code. I left the original lines commented out.

    if(!empty($link))
    {
    //$title = "<a href='$link' title='".esc_attr($title)."'>$title</a>";
    $startwrap = "<a href='$link' title='".esc_attr($title)."'>".'<div class="iconbox_content">';
    $endwrap = '</div></a></div>';
    } else
    {
    $startwrap = '<div class="iconbox_content">';
    $endwrap = '</div></div>';
    }
    // add blockquotes to the content
    $output = '<div class="iconbox iconbox_'.$position.' '.$meta['el_class'].'">';
    //$output .= '<div class="iconbox_content">';
    $output .= $startwrap;
    $output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
    $output .= '<h3 class="iconbox_content_title">'.$title."</h3>";
    $output .= wpautop( ShortcodeHelper::avia_remove_autop( $content ) );
    //$output .= '</div></div>';
    $output .= $endwrap;

    This removes the link from the header an wraps it around the whole box.

    To add a mouseover to the box (and remove any hover from the contents of the box, you’ll have to add some CSS mod:

    /* Iconbox mouseover effect and changing the link behaviour */
    .main_color.iconbox_top .iconbox_content:hover {background: #efefef;}
    #top .iconbox_top a {text-decoration: none;color: inherit;}

    Have fun!

    #25635
    formateins
    Participant

    Hi,

    I just like to post some of my CSS hacks so others may use it with their own colors and formats. Have a look at the comments and try it for yourself.

    /* This is some style specific stuff you may not need to include */

    h1, h2, h3, h4, h5, h6, .widgettitle {font-weight:500; text-shadow: rgba(0,0,0,0.4) 1px 1px 2px; font-family:"Oswald",Helvetica,Arial,sans;}

    .title_container .main-title {text-transform:uppercase; font-size:24px; font-family:"Oswald",Helvetica,Arial,sans;}

    title, #top .alternate_color.title_container .main-title a {text-shadow: rgba(0,0,0,0.2) 1px 1px 2px;}

    #footer h3.widgettitle {color:#e1e1e1;}

    .avia_textblock h1 { margin-bottom:0px; text-shadow: 3px 3px 3px #000;}

    /*#footer {background: none transparent}*/

    #top .widget ul.children {margin-left:15px;}

    .main_menu {font-family: Oswald, Helvetica, Arial;}

    .main_menu ul:first-child > li > a {font-weight:400;}

    .sort_by_cat a {border:#ad137f 1px solid; color:#fff; padding:0px 5px 0px 5px;}

    .breadcrumb-title {display:none !important;}

    .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a {font-weight: 400;}

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {color: #ad137f;}

    .main_color .sidebar .current_page_item>a {color:#ad137f; font-weight:bold;}

    .current_page_item>a {font-weight:400;}

    /* Remove tranparency from header */

    #header {background-color:#fff;}

    /* HR Fullwidth remove margins */

    .hr-full, .hr-big {margin: 20px 0;}

    /* Making images more fancy (box and slight shadow) - CSS class 'framed' must be added manually to IMAGE */

    img.framed {background: #f5f5f5; border: 1px solid #fff; outline: 1px solid #eaeaea; box-shadow: 0px 2px 2px rgba(0,0,0,0.6);}

    body .alignleft, .entry-content a:link .alignleft, body .alignright, .entry-content a:link .alignright {padding: 4px !important;}

    /* Displaying the line below main nav element when current page is level 3+ */

    .current-page-ancestor a > .avia-menu-fx {visibility: visible;opacity: 1;}

    .current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {overflow: hidden;display: block;}

    /* Bold should be CI color */

    .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong {color:#ad137f;}

    /* Center Title of Portfolio Item */

    .main_color .grid-entry-title {text-align:center;}

    /* Rework the menu shading (just a quite bit) */

    #header .avia_mega_div {-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);}

    .main_menu .menu ul {-moz-box-shadow: 0 6px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);}

    .responsive #top.boxed .stretch_full {background:#f3f3f3;}

    /* Fixing border radius of rounded images */

    .avia-post-nav .entry-image img {border-radius: 4px;}

    /* Modifiying Post-Nav background color (those nifty flyout-arrows left and right on news and portfolio) */

    #top .avia-post-nav:hover {background: #ad137f; background: rgba(160,1,126,0.8);}

    #top .avia-post-nav {background: #aaa; background: rgba(160,1,126,0.4);}

    /* Remove rounded stuff (in case you prefer some qubic stuff) */

    .avia-icon-list .iconlist_icon, .avia-testimonial-image, .avia-testimonial-image img, .iconbox_top .iconbox_icon {border-radius:4px;}

    /* Removing the breadcrumb (no one need a breadcrumb on this) */

    .title_container .breadcrumb {display:none;}

    /* Menu Mods */

    .header_color .main_menu ul:first-child > li.active-parent-item > a {color:#ad137f;}

    /* Megamenu Mods */

    #top #header .mega_menu_title a {font-size:15px; border-bottom: #ccc 1px dotted;}

    #top #header .mega_menu_title a:hover {text-decoration:none;}

    #header .avia_mega_div .units {border:none;}

    /* Tagcloud Links */

    .tagcloud a {background:rgba(250,250,250,0.4);}

    .tagcloud a:hover {background:rgba(250,250,250,0.8); text-decoration:none;}

    /* Tagcloud widget (I'm a lousy guy writing tags lowercase) */

    .widget_most_popular_tags {text-transform: capitalize;}

    /* Tabs (bold, font size, better to read) */

    .js_active .tab {font-size:12px !important;}

    .main_color .tabcontainer .tab_titles .tab {font-weight:bold;}

    .main_color .sidebar_tab, .main_color .tabcontainer .tab:hover {color: #ad137f;}

    /* Tables (what a mess) */

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {color: #666;}

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {color: #666;}

    .main_color tr:hover {background:#ad137f; color:#fff;}

    /* Form Elements (stretching to 100%, responsible) */

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {width:100%;}

    /* Ajax Contact Form (I'll leave this - plugin specific. Don't use it anymore) */

    button.ajax-submit {margin:0;border: #ad137f 1px solid; background: #ad137f; color: #fff; padding: 10px; font-weight: bold;}

    button.ajax-submit:hover {cursor:pointer;}

    form.iwacontact span.ajax-feedback.error, form.iwacontact span.ajax-result.error {color:#ad137f;}

    /* Sortable links (links are fine, but I prefer more of a button style) */

    .main_color #js_sort_items a.active_sort, .main_color #js_sort_items a {color:#666;}

    .main_color #js_sort_items a.active_sort {background:#ad137f; color:#fff; border:#ad137f 1px solid;}

    .main_color #js_sort_items a:hover {background:#ad137f; color:#fff;}

    .sort_by_cat a {border: #ccc 1px solid; padding: 3px 10px 3px 10px; background: #e8e8e8; border-radius:2px; margin-right:10px;}

    #js_sort_items .text-sep {display:none;}

    /* Widget News remove date/time (don't do this if you care about SEO) */

    .news-time {display:none;}

    .news-headline {margin-top:4px;}

    /* Ajax Search results (didn't like the excerpt stuff and some other slight optimizations) */

    .header_color .ajax_search_title {color: #666; line-height: 1.4em; height: 20px; margin-top: 3px; font-size: 14px; }

    .ajax_search_response h4:first-child, .ajax_search_response h4 {font-size: 18px; text-transform:uppercase;}

    .header_color .ajax_search_excerpt {display:none;}

    #top div .ajax_search_entry_view_all {font-weight: normal; text-transform: uppercase;}

    .ajax_search_image {border-radius:2px;}

    /* Search results (doh!) */

    .main_color .search-result-counter {background:#ad137f;}

    .search-result-counter {box-shadow:none; border-radius:2px; color:#fff; font-weight:bold;}

    .post-meta-infos {display:none;}

    .template-search .entry-content .post-title {font-size:18px; margin:0; padding-top:10px;}

    .responsive .boxed#top {-moz-box-shadow: 0 0 25px #000; -webkit-box-shadow: 0 0 25px #000; box-shadow: 0 0 25px #000;}

    /* Remove dashed line from post overviews (News, Archives - should be fixed by Kriesi) */

    .multi-big .post_author_timeline, .single-small .post_author_timeline {border-right-width: 0px;}

    /* Adding a slight shadow to the small preview pics used in post overviews (still need x-browser stuff) */

    .small-preview {box-shadow: 0 0 6px rgba(0,0,0,0.4);}

    /* Form Elements (Contact Form 7) */

    span.wpcf7-list-item {margin-left: 0; margin-right:10px;}

    #top .footer_color input[type='email'] {border-color: #666; background-color: #333; color: #aaa;}

    span.wpcf7-not-valid-tip {top: -52px; left: 1px; background: #ad137f; border: 1px solid #ad137f; padding: 4px; color: #fff;}

    div.wpcf7-validation-errors {border: 1px solid #ad137f !important; background: #ad137f; color: #fff; text-align: center; font-weight: 600; padding: 4px;}

    div.wpcf7-response-output {margin: 2em 0em 1em;}

    /* Iconbox mouseover effect and changing the link behaviour (this is needed if you like to have the whole iconbox linked) */

    .main_color.iconbox_top .iconbox_content:hover {background: #efefef;}

    #top .iconbox_top a {text-decoration: none;color: inherit;}

    /* Changing image overlays from circle to rounded square (there ya go) */

    .image-overlay .image-overlay-inside::before {border-radius: 4px;}

    /* 3D tag cloud with mug (in case you use this canvas-plugin try the coffee version) */

    #myCanvasContainer {background: transparent url('https://media.pcamobile.de/mug.jpg') no-repeat top left;}

    #127245

    Hi,

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

    For the active menu item:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue
    }

    For the menu items.

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Hover:

    .header_color .main_menu ul:first-child > li > a:hover {
    color: orange;
    }

    Child menus:

    .header_color .main_menu .menu ul li a {
    color: red;
    }

    You can use this for the top or sub menu

    .header_color .sub_menu>ul>li>a {
    color: pink;
    }

    Hover

    #top .header_color .sub_menu ul li a:hover {
    color: red;
    }

    Regards,

    Ismael

    #127581

    Hi,

    You can use this

    #header_meta {
    background: black;
    }

    .header_color .sub_menu>ul>li>a, .social_header .phone-info.with_nav span, .header_color .social_bookmarks a {
    color: white;
    }

    Regards,

    Ismael

    #127570

    Hi,

    It loads fine on desktops, fyi.

    These are the things that you can do:

    1.) Use this plugin to compressed your css and js files: http://wordpress.org/plugins/bwp-minify/

    2.) Use a caching plugin like: http://wordpress.org/plugins/w3-total-cache/, http://wordpress.org/plugins/wp-super-cache/

    3.) Optimize your image sizes. There are lots of tutorial on how to do it. Search google “optimize image sizes tutorial”.

    4.) Try to use a CDN for static content

    5.) Upgrade your hosting service.

    Let me tag Devin to check this out.

    Regards,

    Ismael

    #127481

    Hi,

    It is not possible right now but Kriesi will make it easier to add custom icons in the future. You can only use the icons available on entypo fontello font. http://www.entypo.com/

    This is a quick tutorial on how to modify the icons: https://kriesi.at/support/topic/youtube-icon/#post-117381

    You can add a feature request here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

    #127394

    In reply to: Install Enfold

    Dear Devin,

    after 50 tries I managed to install the Theme!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    How? Via FTP Upload. I was trying to install it in the wrong wp-themes Order. There are two and I was using the wrog one.

    You can now mark this Topic as resolved.

    P.S. Still the WP-Upload would have been the BEST AND EASIEST solution.

    Hi Chris,

    We don’t have private messages available but you can shoot me an email with the information.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    Regards,

    Devin

    #127333

    Hi Lucia,

    I’ve not run across that error before and looking at the line where the error seems to stem from doesn’t seem to be related. I’ve tagged Kriesi on the topic as well as the head of support to take a look.

    When setting up that page, was it based on imported dummy data or built from scratch? Are you able to add a layer slider to a layout with no other elements or is it just on a page where you have also added elements to the layout below/above it?

    Regards,

    Devin

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