Viewing 30 results - 11,071 through 11,100 (of 11,204 total)
  • Author
    Search Results
  • #129276

    Thanks for the tip but it doesn’t change the page. The textboxes are too tall and there is too much vertical space between textbox elements. It renders perfectly with other themes but Enfold is perfect for us in every other way. How do I make this form work with the Enfold theme?

    The page in question (after clicking the ‘share your prayer request’ button is: http://www.gatewaychurchtest.net/prayer-engine/

    #129447

    Ich habe beim vorherigen Code nicht an das Sidebar widget gedacht sondern an das “Warenkorb” Icon oben rechts, welches den Warenkorbinhalt nach einem Klick anzeigt.

    Für das Sidebar Widget verwendet

    #top div .widget_shopping_cart .button {
    width: 100%;
    display: block;
    }

    #top div .widget_shopping_cart .button.checkout {
    margin-top: 10px;
    }

    #129479

    You don’t need to use the green “Upload” button but you can insert your image url(s) into the white text field on the left side of the upload button. If you insert the url directly into the text field you can use any url – even urls which point to external resources. You can also insert an url which points to your child theme directory – it would look like

    http://www.ygi.ch/wp-content/themes/enfold-child/images/image.jpg

    The upload button itself will use the standard wordpress media gallery which stores the images in the wp-content/uploads/ folder.

    #129445

    Hi!

    I didn’t manage to align the text on one line but you can use following code

    #top .dropdown_widget .buttons .button {
    width: 100%;
    line-height: 20px;
    }

    to center align both buttons underneath each other…

    Best regards,

    Peter

    #114723

    Wishlist for Advance LayerSlider WP

    – To the right or left of the button enter / exit preview. An ms slider button or indicator on the ms or the ability to pause the animation.

    This is useful especially if you have a lot of layers and you want to allign them ( aside from using options )

    – Improve moving the layers. Number 1 Layer should be the top layer or the one that is first visible. If you have multiple layers the bottom layer stacks / shows first than layer 1 . Just like in photoshop and other editing programs , the top layer is first visible.

    – Layer slider transitions are like 100 transitions in total and a lot of good ones too. How about adding some of them to the layer objects transition ? It would be nice to add like 5 – 10 more transitions to add to the slide in and fade effects.

    #116487

    In reply to: Enfold Showcase

    Hello guys ,

    I want to show you what I have done so far with my site http://www.blue2x.com . This is the first theme I have ever bought and I’m planning to use this for my future clients. At first it was hard to customize because of the lack of documentation but the support staff was very helpful in answering my questions ( sorry about that ).

    There’s a few stuff I need to tweak first to finally , footer design , footer not showing in blog , edit portfolio images ,homepage buttons need to be alligned in lower resolutions or mobile ) and it’s finished =)

    #26141
    awp23
    Participant

    Hello,

    i´m testing the Enfold Theme together with Woocommerce 2.0.12. and i have one question.

    How to get the buttons in the cart widget aligned on one line. ” May be this is a translation issue ( longer words ? ). Where can i change that ? Or is it possible to expand the width of the sidebar ?

    Thanks in advnce and best regards,

    awp23

    #26097

    Topic: "Home" redirection

    in forum Enfold
    ChinaBlueSky
    Participant

    Hi,

    I am having problem with the “home” button on my website, when i click on it. it send me to the Enfold website.

    Is there any way I can change it into my own “Home” page?

    Thank you

    #26092
    jjranson
    Participant

    I purchased a prayer request plugin that renders perfectly when used with other themes. With the Enfold theme, however, the lower portion of the form is chopped off. Please see the following page: http://www.gatewaychurchtest.net/prayer-engine/ In order to see the affect, you must press the “Submit Prayer Request” button. The form appears with the lower part missing. Again, the pluggin works fine with other themes. How can I reduce excess white space, line spacing, padding, etc. so that the rest of the form renders properly?

    #26072
    jeeves
    Participant

    Currently using Enfold theme version 1.6 and the filter option seem to be broken for posts, pages and custom posts. In isolating this issue – I deactivated all plugins, thinking there was a clash – but filter still not working. Then reverted to 2013 theme – and functionality reappears.

    We checked 1.7 version changelog and this issue isn’t mentioned.

    Specifically – you Filter on Posts by date – and the message “No posts found” is displayed. Click Filter button again and blank screen with “Invalid Post Type”. Searching the support forum – this issue appears to have been reported a few times :

    https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml#post-116357

    also

    https://kriesi.at/support/topic/filterings-products-in-admin-not-works

    …and this guy has suggested he has fixed it in the framework

    https://kriesi.at/support/topic/universal-filter-issue#post-117920

    Hoping that you guys will give this issue some time – as I have a client who does not understand why something as fundamental as this – should be broken?

    #128762

    Hi,

    First go to the Add this plugin dashboard. Settings > Addthis Share. Fill in the AddThis Profile ID: then login using your Addthis account. Get the Addthis API code on your actual addthis account. Sign in here: https://www.addthis.com/login

    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style ">
    <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
    <a class="addthis_button_tweet"></a>
    <a class="addthis_button_pinterest_pinit"></a>
    <a class="addthis_counter addthis_pill_style"></a>
    </div>
    <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>
    <!-- AddThis Button END -->

    Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > portfolio.php, find this code.

    $output .= "<h2 class='portfolio-preview-title'><a href='{$link}'>".$entry->post_title."</a></h2>";

    Below, add the addthis api code with some modifications.

    $output .=	'<!-- AddThis Button BEGIN -->';
    $output .= '<div class="addthis_toolbox addthis_default_style ">';
    $output .= '<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a';
    $output .= '<a class="addthis_button_tweet"></a>';
    $output .= '<a class="addthis_button_pinterest_pinit"></a>';
    $output .= '<a class="addthis_counter addthis_pill_style"></a>';
    $output .= '</div>';
    $output .= '<!-- AddThis Button END -->';

    After that, open footer.php, find this code

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>

    Below, add the addthis javascript code with your unique profile id. It will look something like this.

    <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>

    We got the code from the original API code.

    If you successfully did the instructions above, you will have the addthis button below the portfolio title.

    Regards,

    Ismael

    Hi Jasmer,

    The icons aren’t actually a single png or entypo icon but instead a combination of both. Eg, the twitter icon is the font character for the twitter bird but the icon background and icon decoration is actually all css. The CSS for which is:

    #top .social_widget_icon {
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    float: left;
    font-size: 17px;
    border-radius: 2px;
    background-image: url("/themes/wp-content/themes/enfold/images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    border-style: solid;
    border-width: 1px;
    }

    and

    .asc_twitter .social_widget_icon {
    color: #fff;
    background-color: #46d4fe;
    border-color: #46d4fe;
    text-shadow: 1px 1px 1px #17ACD8;
    }

    Regards,

    Devin

    I tested the button several times now and it worked for me all the time. However I noticed that it will reload the same page if you don’t enter a postcode value. The “This field is required.” message is partly hidden under the white input field and you might want to change its position. Btw – please add the javascript code to a js file (eg to http://my-boiler.info/wp-content/themes/enfold/js/avia.js ) and don’t add it directly into the html source code because the wpautop filter might mess up the javascript code.

    #25934
    skosmer
    Participant

    Can anyone suggest the best way to add a share button or a better option, to a blog post?

    Is there a plugin or do you have to write the code?

    If so, what should i look up to find out how?

    I am using the Enfold theme.

    Thx in advance.

    #128656

    I also have this issue: the button is at the right of visual/text.

    Happens on two test websites, enfold & wordpress up do date.

    When a page already using the avia framework is opened, I can click on Default editor with the regular text… but I can’t click on Advanced layout editor.

    Not related to memory limits, as they are set at 256mb.

    Anyway, now I’m just using shortcodes. As they are the only way to work on posts, it’s not a bad thing to start using them on pages as well. As some point you get at ease with the syntax and most of the things can be achieved solely with shotcodes in the classic editor…

    #128654

    Additional info: my SEO stopped working at the same time as the editor buttons.

    I am using YOAST, as mentioned in the now closed post –

    SEO settings won’t update on the theme – I just triplechecked this.

    I have the same plugin working on another, non-enfold site, I tweaked a SEO setting, and it updated on the spot.

    So… I’d say somewhere, something seems not to be firing as it should.

    (and yes, I have disabled the current version of the plugin, uninstalled the plugin, reinstalled the plugin, all that…)

    ~s

    Hi,

    I have setup the form to use an Enfold button instead of the Gravity Forms button & I’ve managed to align the button but I can’t get the button to pass a querie string to the next form.

    The people at Gravity Forms have been very helpful and you can follow the instructions they provided me here

    The code I’ve currently got to align the button is as follows
    <div id=”pcbutton”>[av_button label='Apply Here' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='198']</div>

    <script>
    jQuery(document).ready(function($) {
    $(“#field_1_4 div”).click(function() {
    $(“#gform_1”).trigger(“submit”,[true]);
    });
    });
    </script>

    The problem is a strange one because sometime when you click the button it works and other times it just reloads the page.

    Please could you help me with this I’m really struggling.

    Thanks

    #128749

    What you can do is:

    1) Open a blank page or create a new one

    2) Add only the testimonial slider and fill it with the right content

    3) Click the “Templates” button on the top right of your Avia Layout Builder content

    4) Click “Save Entry as Template” and give it a name

    5) Close the page (shouldn’t need to save this page)

    6) Open the page where you want to add the testimonial slider and click that “Templates” button again

    7) Choose the name you gave the testimonial slider and it will be added to the bottom of your page content

    Once added, you can reposition it as usual.

    Keep in mind that any further changes you make after you saved it won’t be saved to the template. So if you ever lose the testimonial slider, you can add it again from the templates but it will be the version it was when you originally saved that.

    It’s better than nothing, and I’m not fond of this method. Just for this issue I don’t use the testimonial slider. It should really be a central item where you change it once and it changes everywhere it’s shown, like a widget etc.

    Perhaps there are better alternatives, so best wait for possible feedback from others.

    I do have a plug in “Catalog Visibility Options” that does this and works perfectly for the logged in/ logged off stuff and it can replace the standard Woo Buttons… but the clincher has to do with the avia cart icons… Since Enfold uses its own Add to cart/Show Details icons… these are not modified by that… I can totally remove them:

    .avia_cart_buttons {

    display: none;

    }

    and this semi-solves the problem but now the add to cart/show details are gone when logged in the only place the add to cart button appears is on the product details page… would like the avia cart buttons to pop back up when logged on somehow below the product listings again…

    Thanks,

    MLL

    #25883

    Topic: 18 predefined skins?

    in forum Enfold
    lbdesign
    Participant

    Hi, I just purchased Enfold and it’s very impressive. On your Themeforest page, you mention there are 18 predefined skins. I loaded the dummy content. I see there are buttons for color options. Is that what you were referring to, or are there other more comprehensive skin settings/options that I’m not aware of?

    thank you

    FLSouthPaw
    Participant

    ENFOLD

    I would like to hide the “Add to Cart” button on product thumbnails… unless the user is logged in but still keep the “Show Details” button…

    How can I do this?

    MLL

    Try following css code

    #gform_wrapper_1 .gform_body .gform_fields .gfield input#input_1_2 {
    margin: 0em 17px -1em -1em;
    }

    you can change the distance between button & text input field by increasing/decreasing the second value (17px).

    #128128

    the following code is not in the header on my website, got it comparing my website to the enfold theme demo with firebug

    data-avia-search-tooltip=” <form action=”http://kriesi.at/themes/enfold/&#8221; id=”searchform” method=”get”> <div> <input type=”submit” value=”&#128269;” id=”searchsubmit” class=”button”/> <input type=”text” id=”s” name=”s” value=”” placeholder=’Search’ /> </div> </form>” style=”height: 88px; line-height: 88px;”>

    omni-web
    Participant

    Hi Guys,

    Need some help here please,

    Having trouble positioning the submit button in-line.

    There is a lot of info about this on your support forums which I’ve read, I’ve also tried my themes support forum among others.

    I’m very new to web development so forgive me if I’ve missed something.

    I would like to position the button inline & closer to the text input.

    The theme is responsive so the submit button needs to stay aligned at various page sizes.

    So far I have managed to re-position the submit button inline but can’t align the button.

    Live Page: http://my-boiler.info/

    An image of what I’m trying to do – http://my-boiler.info/re-position-submit-button.png

    I’ve tried floating the footer to the right and using margin to target the button which works when viewing on a normal browser but not when resizing the page.

    The theme I’m using is Enfold responsive.

    The code I’m using –

    * FORM BODY contains the main form content*/

    body #gform_wrapper_1 .gform_body {

    }

    /*Postcode input*/

    #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {

    position:relative;

    width:140px;

    height:50px;

    font-size:25px;

    }

    body #gform_wrapper_1 .gform_footer {

    display: inline-block;

    }

    /*Submit button*/

    body #gform_wrapper_1 .gform_footer input[type=submit] {

    margin:0px 0px 0px 0px;

    }

    Some selectors are empty, I’ve just included above to give an idea of what I’ve tried.

    Thanks,

    #114697

    +1 to : 6) Ability to add a button in header. Thanks a lot.

    #127784

    Hi,

    You can add the links and social media icons on Enfold > Header. It will display the same icons with the header icons.

    Your scroll to top button looks fine. You can change the position with this

    #scroll-top-link {
    right: 100px;
    bottom: 100px;
    }

    Regards,

    Ismael

    #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]

    #25601
    octubre_rojo
    Participant

    When making styling changes in the Enfold theme options and updating it, I get the confirmation message. These changes are related to changing the predefined color scheme.

    However, the changes do no appear on the site. I’ve done many things to remedy the problem, including: deleting my browser cache (and using other browsers/computers for a sanity check), using the “reset all options” button, and other things. What else can I do to get the changes updated?

    #114695

    Love the Theme but here are some of my wishlist items for it:

    1) Add the Avia Feedback Box on Choices to Enfold

    2) Fix issue with Pricing Table noted here: https://kriesi.at/support/topic/description-column-in-tables-not-aligning-properly-with-adjoining-columns

    3) Add a FAQ custom post type and integrate it with the accordion and testimonial content. So we can just select the FAQ category and maintain from there (not have to edit page each time). Like the Q&A plugin but better styling with the Theme.

    4) Add color style to the accordion + (I’m sure I can do it with custom CSS .. at least I hope so but it would be nice to make it easier). Want to make the + stand out more.

    5) Have the color section work on pages that are not full width.

    6) Ability to add a button in header.

    7) Add a text block type selection that will allow to enter any html or css without adding the <p> around items.

    8) Ability to format the datagrid cell/row settings

    9) More font icons and ability to add more (I did see there is a post about how to do add but wish it came with a longer list)

    Anyway, really nice job (much better than the last Theme I used and gave up on).

    Thanks

    #126302

    In reply to: button in menu

    Hi,

    Ohh, I thought that was the design, lol.

    Ok in that case:

    1) replace the button code you are using with this (i trimmed some of the fat off it, and lot more can go i think, but ok for now):

    .menu #menu-item-2193 a {
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000px;
    background:#a1ce5e url(https://d7uu0v95k7d3j.cloudfront.net/wp-content/themes/enfold/images/layout/bg-button.png?6c6f23) repeat-x;
    border-bottom:1px solid #a1ce5e;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-image-outset:0;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left:1px solid #a1ce5e;
    border-right:1px solid #a1ce5e;
    border-top:1px solid #a1ce5e;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    color:rgba(0,0,0,0.5);
    cursor:auto;
    font:normal normal 600 14px 12px 'Open Sans',HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    height:30px !important;
    line-height: 19px !important;
    margin-left:0;
    margin-right:0;
    min-width:90px;
    outline:rgba(0,0,0,0.5) none 0;
    padding:5px 16px 10px;
    text-align:center;
    text-decoration:none;
    text-shadow:rgba(255,255,255,0.09) 0 1px 0;
    top:-10px;
    vertical-align:text-top;
    zoom: 1
    }

    2) open up /js/avia.js and find block of code between lines 809-846 and replace it with this one below, they should look nearly identical but for 3 lines:

    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    logo = header.find('.logo img'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    element_button = $('.menu #menu-item-2193 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, newTopMargin =0;

    if(st < el_height/2)
    {
    newH = el_height - st;
    //header.removeClass('shadow');
    newTopMargin = 52;
    }
    else
    {
    newH = el_height/2;
    newTopMargin = 23;
    //header.addClass('shadow');
    }

    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
    element_button.css({'margin-top': newTopMargin + 'px'});
    }

    if(!header.length) return false;

    if(isMobile)
    {
    return false;
    }

    win.scroll(set_height);
    set_height();
    }

    Ok now if you ever change the menu, when you go to a live server, you need to remember to edit line 815 which has the menu-id hardcoded in there (#menu-item-2193) and to change it, as well as change it in the css, since any new website will obviously have new ID numbers.


    Check you quick css, you have a block of css commented out, dont know if accidently or on purpose starting with this block below the button code –> /*blockquote {

    Thanks,

    Nick

Viewing 30 results - 11,071 through 11,100 (of 11,204 total)