Viewing 30 results - 141,961 through 141,990 (of 142,593 total)
  • Author
    Search Results
  • #121224

    Okei, here is my custom css:

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

    display: block;

    text-decoration: none;

    padding: 0 13px;

    font-weight: normal;

    font-size: 16px;

    font-weight: 600;

    font-size: 16px;

    }

    #top #menu-item-search.menu-item-search-dropdown>a {display:none;}

    #header_meta {

    display: none;

    }

    #121883

    It’s not possible to add a shadow to the box if you’re using a background image. The problem is the html structure which does not allow you to add the shadow to the box itself but you must apply it to the body element. If you don’t need a background image you can use following code:

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

    #121223

    Hi,

    Can you post your custom css? Your site looks fine on my end.

    #header_meta {
    display: none;
    }

    The code above will only remove the top section of the header.

    Regards,

    Ismael

    #121273

    In reply to: Change Top Menu Colors

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    Hi,

    Please try adding this

    .alternate_color{
    z-index: 0;
    }
    #socket {
    margin-top: 0px;
    z-index: 0;
    }

    Thanks,

    Nick

    #121352

    Hi,

    I think I found the problem. Please add this

    .alternate_color{
    z-index: 0;
    }
    #socket {
    margin-top: 0px;
    z-index: 0;
    }

    If this same behavior happens elsewhere, please let us know. I tested on Chrome on Windows 7, and flashing on hover goes away.

    Thanks,

    Nick

    abortolotti
    Participant

    It’s been a couple of days that a strange behavior occurred to my homepage.

    I used to have a background image placed in the “color section” of the Avia builder, fixed and streched to fit. Suddenly a couple of days ago it stopped showing on Chrome, whereas it is still clearly visible on Firefox, Safari and IE9.

    Not only that, up until today the strange behavior happened only when viewing the page on my Macbook Air, whereas it was still visible on my iMac, so I thought it was something wrong with my laptop. In fact, I decided to uninstall and reinstall Chrome, yet this didn’t solve the problem.

    To my big surprise though, this morning the same thing started happening with Chrome on my iMac, so I can’t understand why, nor how to fix it and if any of you by chance can view it correctly using Chrome with a Mac.

    The url is http://vacationrentalsecrets.com/ and if you scroll down the page, you should see a section with 3 Icon boxes (“Any Questions”, “Need Support”, “How About A Chat”) embedded in a background image of an old man laughing…can you see that?

    Again, it works fine on all major browsers except for Chrome on both my iMac and Macbook Air (but it used to be perfect until a few days ago), whereas it works on Chrome on my Sony Vaio!

    Any clue?

    PS: Funniest thing is, if I go to the “About” page, where I placed another such image background, I can view it perfectly on Chrome on both Macs: see http://vacationrentalsecrets.com/about/ , so the problem is only with the homepage, yet it is “the” homepage!

    #121728

    In reply to: Sidebar Background

    Thank your Ismael for your time.

    Actually, the code is working but the problem is when I get back to the admin panel, everything is fucked. I have modify a bit the code, because the one up there didn’t have the bottom-border radius.

    What I want is to use that code in a 1/3 panel. The actual code that I use is that. If you don’t understand what I mean, I can send you my login/pass and you’ll be able to take a look at it.

    thank you.


    <div class=”flex_column av_one_third avia-builder-el-7 el_after_av_two_third avia-builder-el-last “><div class=”avia_textblock”>

    <div style=”color: #ffffff; background-color: #434c56; padding: 20px; border-top-left-radius: 25px; border-top-right-radius: 25px; margin-bottom: -40px; text-align: center;”>

    <p style=”font-size: 15px;”>ContentCTA</p>

    <p style=”font-size: 15px;”>Or simply fill in your details below

    and we will get back to you.</p>

    <p style=”text-align: center; font-size: 15px;”>You have nothing to lose and

    only new business to gain.</p></div>

    </div>

    <div style=”color: #ffffff; background-color: #434c56; padding: 20px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; margin-bottom: -40px; text-align: center;”>

    <form action=”http://symbioticmarketing.co.uk/services/corporate-blogging-copywriting/&#8221; method=”post” class=”ajax_form avia-builder-el-9 el_after_av_textblock avia-builder-el-last ” data-avia-form-id=”1″>

    <fieldset>

    <p class=”” id=”element_avia_name_1″><label for=”avia_name_1″>Name*</label> <input name=”avia_name_1″ class=”text_input is_empty” type=”text” id=”avia_name_1″ value=””></p>

    <p class=”” id=”element_avia_e-mail_1″><label for=”avia_e-mail_1″>E-Mail*</label> <input name=”avia_e-mail_1″ class=”text_input is_email” type=”text” id=”avia_e-mail_1″ value=””></p>

    <p class=”” id=”element_avia_contact_number_1″><label for=”avia_contact_number_1″>Contact Number*</label> <input name=”avia_contact_number_1″ class=”text_input is_empty” type=”text” id=”avia_contact_number_1″ value=””></p>

    <p class=”” id=”element_avia_sign_up_for_our_email_newsletter_1″> <input name=”avia_sign_up_for_our_email_newsletter_1″ class=”input_checkbox ” type=”checkbox” id=”avia_sign_up_for_our_email_newsletter_1″ value=”true”><label for=”avia_sign_up_for_our_email_newsletter_1″>Sign up for our email newsletter</label></p>

    <p class=”” id=”element_avia_message_1″> <label for=”avia_message_1″ class=”textare_label hidden textare_label_avia_message_1″>Message*</label> <textarea name=”avia_message_1″ class=”text_area is_empty” cols=”40″ rows=”7″ id=”avia_message_1″></textarea></p>

    <p class=”hidden”><input type=”text” name=”avia_avia_username_1″ class=”hidden ” id=”avia_avia_username_1″ value=””></p>

    <p class=””><input type=”hidden” value=”1″ name=”avia_generated_form1″><input type=”submit” value=”Submit” class=”button”></p>

    </fieldset>

    </form>

    <div id=”ajaxresponse_1″ class=”ajaxresponse ajaxresponse_1 hidden”></div>

    </div>

    </div>

    #121222

    Hi,

    Okay, no problem..

    Now it works well to phone version put on to normal screen top section goes under the main menu.

    #121814

    Thank you for your prompt response. Worked perfectly!!!

    #121272

    In reply to: Change Top Menu Colors

    Thanks Ismael, your the best!

    #118051

    Edit; More Info:

    Also, in Chrome, the fixed image appears fine on iPhone, as well, when I shrink the page-size on desktop, and all the content stacks up in one column, the image appears fine and fixed.

    #119834

    Thanks Ismael,

    It does work for the side icon but not the top one.

    * Here is a screenshot http://demo.globalads24.com/wp-content/uploads/2013/05/Screen-shot-2013-05-29-at-4.30.03-PM.png

    * Live link http://www.omglovetwins.com/test-table

    Do you have a css for the top icon.

    Thanks,

    Nicolas

    No luck. Any other way around this? Some way to ignore certain code from displaying this way?

    Here’s the code if it helps:

    Code:
    <div class=’ecwid-Product’><form>
    <table align=’center’ border=’0′><tr><td align=’left’ class=’ecwid’><div id=”ecwid-productoption-24122433-Color-container” class=”ecwid-productBrowser-details-optionPanel ecwid-productBrowser-details-optionPanel-radio ecwid-productoption-Color-container”><label class=”ecwid-fieldLabel” for=”gwt-uid-646″>Color</label><div id=”gwt-uid-646″><span class=”gwt-RadioButton ecwid-productBrowser-details-optionRadioButton ecwid-productoption-Color-Red” id=”ecwid-productoption-24122433-Color-Red”><input type=”radio” name=”24122433-Color” value=”on” id=”gwt-uid-643″ tabindex=”0″><label for=”gwt-uid-643″><span class=”ecwid-productBrowser-details-optionRadioButton-name”>Red</span></label></span><span class=”gwt-RadioButton ecwid-productBrowser-details-optionRadioButton ecwid-productoption-Color-Yellow” id=”ecwid-productoption-24122433-Color-Yellow”><input type=”radio” name=”24122433-Color” value=”on” id=”gwt-uid-644″ tabindex=”0″><label for=”gwt-uid-644″><span class=”ecwid-productBrowser-details-optionRadioButton-name”>Yellow</span></label></span><span class=”gwt-RadioButton ecwid-productBrowser-details-optionRadioButton ecwid-productoption-Color-Matte_Black” id=”ecwid-productoption-24122433-Color-Matte_Black”><input type=”radio” name=”24122433-Color” value=”on” id=”gwt-uid-645″ tabindex=”0″ checked=””><label for=”gwt-uid-645″><span class=”ecwid-productBrowser-details-optionRadioButton-name”>Matte Black</span></label></span></div></div></td></tr></table><div style=’text-align: center’><script type=”text/javascript” src=”http://app.ecwid.com/script.js?2090078&#8243; charset=”utf-8″></script><script type=”text/javascript”>xAddToBag(‘productid=24122433’);</script></div>
    </form></div>

    #24003

    Topic: WPML plugin V2

    in forum Enfold
    murattemel
    Participant

    Hello,

    Earlier I have created an issue but can not replay from there right now because it is closed. I am sharing the old link for you to see what you suggested earlier regarding to my question about WPML plugin. https://kriesi.at/support/topic/wpml-plugin-1#post-112631

    As you suggested I have read the guiadance on this link “http://wpml.org/documentation/getting-started-guide/” It says that “After you enable WPML, you’ll see a Multilingual Widget in the Admin Dashboard.”

    I can not see that widget anywhere. What is the first thing to do for translation? For example I have a page named “about us” what am I suppose to do duplicate and translate it and than WPML plugin will work? You know the theme has bradcrumbs which is very good. So if I make the translation will those bradcrumbs translate too? I mean I don’t understand anything about this WPML issue. Instead of sending links, please share some printscreens for how to do…

    Another question is about page headings alongside breadcrumbs. I want breadcrumbs but don’t want those headers. How can I disable them?

    Thanks

    #121923

    Ok, I did it the hardcore way then.

    if one needs to achieve this:

    line 235 of slider.php: add a div with unique id like this: $data .= '</div><div id="ls-mask"></div>';

    then add in your custom.css this:

    #ls-mask {

    position: absolute;

    top: 0px; left: 0px;

    width: 100%;

    height: 100%;

    pointer-events: none;

    box-shadow: 0 0 10px #000000 inset;

    z-index: 1000;

    }

    Works always consistently on all sliders without doing tricky stuff within the slider itself.

    DavyE
    Participant

    So I’ve created multiple custom post types to have more structure in the cms. Unfortunately this means these galleries will be displayed differently than the Portfolio items (isotope; visual layouting; hover effects; etc.). And as I really like the way the portfolio items are displayed in the Enfold theme, I’d like to keep the styling and functionality consistent across the other custom post types.

    I currently also own the Complete Gallery Manager from codecanyon.net, but the styling is very different, even with all of it’s possible settings.

    So my question is, unless I can recycle the portfolio functionality and styling, what do I need to copy to get the same hover effect across the other galleries?

    I hope you’re willing to help me with this.

    Hey!

    You can use a media query – eg use following code instead:

    @media only screen and (min-width: 768px) {
    #menu-top-menu {
    margin-top: 30px;
    margin-left: -180px;
    }
    }

    It won’t affect devices with small screens.

    Best regards,

    Peter

    #121920

    It works for me and doesnt fade, with a background image it doesnt show for me. Perhaps try adding a div at the top of the slide with 100% width and minimal height with css in LayerSilder settings?

    #121703

    Please insert following code into the quick css field:

    @media only screen and (max-width: 767px) {
    #top .main_menu {
    border: none !important;
    }

    .responsive .logo img {
    width: 50% !important;
    }
    }

    You can also use another width value (i.e. 60%,70%, etc.)…

    cyoniq
    Participant

    As the topic title states, the content of my slides on the homepage are not perfectly centred like the slide on the demo site of enfold. When i change the width of the slider from 100% to a width in pixels they are centred. However i really like to use slide with an width of 100%. I tried several settings in LayerSlider and tried to apply css on it but without succes.

    Enfold Demo site:

    http://kriesi.at/themes/enfold/

    My site with enfold:

    http://vdmbv.cyoniq.com

    The slide settings are back to the default settings as they came with the theme, (except slide 1)

    #114643

    So I drop also a few notes… :)

    1. Avia Builder – More editor comfort

    Include an option or function to make the elements at the top “sticky”. Maybe a small pin icon to fix it manually for the customer or by checking the scroll event when editing a post/page/cpt. Other form elements needs to be handled so the builder is always on top. Pages mostly do get very long and you have to scroll a lot at this point.

    Short video of the idea: http://www.screenr.com/zl7H

    2. Avia Builder – Debug features

    Add a button (maybe beside the template button) to activate the debug field. Right beneath the field a memory allocated info could be added. This would save you guys alot of support requests… :)

    3. Avia Builder – Copy/Paste

    Add another Button to the builder wich enables copying of the whole post/page/cpt-layout so the shortcodes and content can be copied to a new post or a different site. Should be only a few lines of JS.

    4. Avia Framework Options

    Please extend the options provided. As mentioned from other users before, there are several things just missing, which could be easily added (like Google fonts, etc.). Additionally, I would like to have:

    – some input fields to trim certain CSS aspects (margins, paddings, maybe also top and left settings)

    – wpautop enable/disable

    – Blog settings (more settings related to the blog page itself outside of builder)

    – Adding text-shadows and MAYBE box-shadows as option (simple input field with rgba color picker)

    – Font size settings (bodytext plus all headers)

    Should be enough for now :)

    #118049

    Same effect with my example.

    http://wl-services.de/joe/ looks perfect with Safari, but the effect is not visible with Chrome in the desktop.

    #121573

    Hi,

    The link you gave me is not Enfold, it is Replete. You can choose different kind of headers on Enfold > Headers.

    You can create a submenu on Appearance > Menus. Create a new menu then look for Theme Locations > Enfold Secondary Menu, select your menu.

    Regards,

    Ismael

    #121127

    Hi,

    It is a third party plugin. Let me tag Kriesi. Or you can make a request here https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-114194

    Regards,

    Ismael

    #121813

    Hi,

    Just add this on your custom.css

    .sub_menu {
    position: absolute;
    left: 0;
    }

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

    Regards,

    Ismael

    #121727

    In reply to: Sidebar Background

    Hi,

    This is the code for that area.

    <div class="flex_column av_one_third   avia-builder-el-7  el_after_av_two_third avia-builder-el-last  "><div class="avia_textblock">
    <div style="color: #ffffff; background-color: #434c56; padding: 20px; border-top-left-radius: 25px; border-top-right-radius: 25px; margin-bottom: -40px; text-align: center;">
    <p style="font-size: 15px;"><img class="alignnone wp-image-1928" alt="ContentCTA" src="http://symbioticmarketing.co.uk/wp-content/uploads/2013/04/ContentCTA.png" width="290" height="152"></p>
    <p style="font-size: 15px;">Or simply fill in your details below<br>
    and we will get back to you.</p>
    <p style="text-align: center; font-size: 15px;">You have nothing to lose and<br>
    only new business to gain.</p></div>
    </div>
    <form action="http://symbioticmarketing.co.uk/services/corporate-blogging-copywriting/" method="post" class="ajax_form avia-builder-el-9 el_after_av_textblock avia-builder-el-last " data-avia-form-id="1">
    <fieldset>
    <p class="" id="element_avia_name_1"><label for="avia_name_1">Name*</label> <input name="avia_name_1" class="text_input is_empty" type="text" id="avia_name_1" value=""></p>
    <p class="" id="element_avia_e-mail_1"><label for="avia_e-mail_1">E-Mail*</label> <input name="avia_e-mail_1" class="text_input is_email" type="text" id="avia_e-mail_1" value=""></p>
    <p class="" id="element_avia_contact_number_1"><label for="avia_contact_number_1">Contact Number*</label> <input name="avia_contact_number_1" class="text_input is_empty" type="text" id="avia_contact_number_1" value=""></p>
    <p class="" id="element_avia_sign_up_for_our_email_newsletter_1"> <input name="avia_sign_up_for_our_email_newsletter_1" class="input_checkbox " type="checkbox" id="avia_sign_up_for_our_email_newsletter_1" value="true"><label for="avia_sign_up_for_our_email_newsletter_1">Sign up for our email newsletter</label></p>
    <p class="" id="element_avia_message_1"> <label for="avia_message_1" class="textare_label hidden textare_label_avia_message_1">Message*</label> <textarea name="avia_message_1" class="text_area is_empty" cols="40" rows="7" id="avia_message_1"></textarea></p>
    <p class="hidden"><input type="text" name="avia_avia_username_1" class="hidden " id="avia_avia_username_1" value=""></p>
    <p class=""><input type="hidden" value="1" name="avia_generated_form1"><input type="submit" value="Submit" class="button"></p>
    </fieldset>
    </form>
    <div id="ajaxresponse_1" class="ajaxresponse ajaxresponse_1 hidden"></div>
    </div>

    He used border-top-left-radius: 25px; border-top-right-radius: 25px;.

    http://border-radius.com/

    Regards,

    Ismael

    #121221

    Hi,

    Sorry, my bad.

    There are header options without the top section but you can add this on your custom.css or Quick CSS to hide it.

    #header_meta {
    display: none;
    }

    Regards,

    Ismael

    #23964
    klvo
    Participant

    Is it possible to swap the location of the social media icons and the top bar menu? For example can the social media icons go the right and the menu to the left?

    Thanks!

    #121349

    Hi,

    I played around with it. I broke it up into individual parts so it’s easier to handle. Please try these blocks . I took off fixed on the blocks that don’t need it.

    .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;
    }
    .container_wrap_logo{
    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;

    }
    .alternate_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;

    }
    html {
    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;

    }
    .socket_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;

    }
    .footer_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;

    }

    Thanks,

    Nick

Viewing 30 results - 141,961 through 141,990 (of 142,593 total)