Viewing 13 results - 1,621 through 1,633 (of 1,633 total)
  • Author
    Search Results
  • #129954

    You can use the avia_frontend_search_form hook to add your custom form fields (eg with a child theme function, etc.) without modifying the searchform.php file itself. I.e. use the hook to call a function like:

    if(!function_exists('add_custom_avia_search_fields'))
    {
    add_action('avia_frontend_search_form', 'add_custom_avia_search_fields');
    function add_custom_avia_search_fields()
    {
    echo '<input type="hidden" id="post_type" name="post_type" value="my_post_type" />';
    }
    }

    – this function would add a hidden field to the search form which limits the search to the “my_post_type” post type.

    You can obviously build more complex forms (checkboxes, maybe with conditional logic and javascript code, etc.) but that’s beyond our support service and depending on your skills I’d suggest to hire a freelancer who can help you to build the form.

    #114721

    My Wish List :

    1. Nestable Components : Place Tabs inside an Accordion or Tabs inside a Tab, & have each styled separately.
    2. Content Element – Code/Class Wrapper : Add a class or ID to any particular area of the page builder
    3. Search Icon : Optionally move next to Social Media Icons.
    4. Custom Icons : Easy way to add own SVG/PNG icon to Entypo.
    5. Tab / Accordion Builder Improvements :

      1. Add “+10” which opens 10 stacked input fields you can quickly tab through for setup.
      2. Import text or csv file (great for huge FAQs)
      3. Advanced Page Builder / Editor available within the Tab / Accordion interface
      4. Shortcodes available for each Accordion / Tabs
      5. Clone individual components (Tabs / Accordions) from one page to another
      6. Save & set custom style presets dropdown
      7. Animated and more tab positioning options, similar to http://codecanyon.net/item/tabs-accordion/full_screen_preview/2906434 which also happens to be nestable :)

    6. Menu :

      1. Adjust opacity of menu background to be able to see content as it scrolls up
      2. Toggle and/or adjust resizing/squashing of menu size when scrolling up

    7. Support Forum : Taggable voting mechanism – with thumbs up/down and counter for feature requests.

    #128993

    Hi DavyE,

    If you aren’t familiar with php you will probably want to have a freelance developer add this kind of thing in. This is the gist of what you would be doing: http://codex.wordpress.org/Custom_Fields

    So you would modify the includes>loop-portfolio-single.php file to output your custom fields wherever you wanted them to appear.

    Regards,

    Devin

    #26012
    DavyE
    Participant

    So I need some Custom Fields to show up on my Portfolio detail page. I would like to position the front end info of those fields inside my page layout. Is there any way of doing this?

    I must say I’m really new to Custom Fields. What I did so far was installing Simple Fields plugin to create my new fields for the Portfolio section. I’ve done this successfully and they are visible in the back end. I can add the necessary info. Yet, I have no clue whatsoever of how I am supposed to make this info visible on the website, let alone put it inside my portfolio page layout.

    The Simple Fields plugin shows me this info below the Custom Fields:

    Meta key: _simple_fields_fieldGroupID_2_fieldID_1_numInSet_0

    Slug: customer-website

    Thanks in advance

    #126151

    Hi Doremus,

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

    /*removes margin from above and below form inputs*/
    .ajax_form p {
    margin: 0;
    }

    /*padding inside the inputs*/
    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    padding-top: 4px;
    padding-bottom: 4px;
    }
    /*re add padding to captcha only*/
    #top .ajax_form .text_input.captcha {
    padding-top: 13px;
    padding-bottom: 13px;
    }

    /*re add some space above the submit*/
    #top .ajax_form .button {
    margin-top: 13px;
    }

    Modify as needed.

    Regards,

    Devin

    #25223
    doremus
    Participant

    Hi,

    this is my contact form: http://mafo.doremus.us/kontakt/

    I would like to make the input fields thinner (the padding seems to be very large). So I tried it with this code in my custom.css:

    #top .text_input, #top .select, #top .text_area{

    padding: 8px !important;

    }

    This works pretty well, except that if you now want to enter the solution of the captcha equation, the input then is written right under the equation. It looks pretty messy.

    Any help apprechiated.

    Cheers

    Doremus

    #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 :)

    #118650

    Hi,

    Just add this on your custom.css

    .ajax_form.avia-builder-el-5.el_after_av_textblock.avia-builder-el-last fieldset {
    background-color: white !important;
    }

    #avia_e-mail_1 {
    border-color: gray !important;
    }

    Regards,

    Ismael

    #117863

    Hi,

    1) You can get the advanced layout editor to work with Posts or with any Custom Post Types.. I made a video about how to do it https://vimeo.com/64996057

    2) I didn’t look at your video but I think you are trying to fly before you learned how to crawl. You are new to wordpress and are trying to do some complex things.

    3) You need to get the following plugins:

    WP-Types .. this will allow you to create the custom post types and taxonomies and the various fields. (free)

    WP-Types – The second half of the types plugin that lets you create the queries without needing to know php or wordpress.

    The one problem is that you can’t just duplicate portfolios so that you will have a different slug so you cant have a sortable portfolio with a slug website.com/games/name-of-game/ and website.com/movies/name-of-movie/ . But besides the sortable portfolio , all else can be easily done. So if you don’t mind that all your products have the same slug (equivalent of portfolio-item) if you think hard maybe can come up with one called ”asset” maybe then you be ok. I talked to Kriesi about this before, having multiple dynamic custom post types, but there seems to be some limitation in the WordPress Framework itself preventing it.

    Thanks,

    Nick

    #116889

    I’m not using a mailchimp plugin. I’m using a lightbox plugin that displays the form. I embedded the code below in a widget. I took the code from the mailchimp site that generates the code. I don’t notice any jquery/javascript code in the beginning like your example.

    <!-- Begin MailChimp Signup Form -->
    <link href="http://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
    </style>
    <div id="mc_embed_signup">
    <form action="http://dailyvitamoves.us4.list-manage.com/subscribe/post?u=81588f280f78f6324481f7323&id=14b41b56e4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <h2>Get VitMoves Every Week</h2>
    <div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
    <div class="mc-field-group">
    <label for="mce-FNAME">First Name <span class="asterisk">*</span>
    </label>
    <input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
    </div>
    <div class="mc-field-group">
    <label for="mce-LNAME">Last Name <span class="asterisk">*</span>
    </label>
    <input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
    </div>
    <div class="mc-field-group">
    <label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
    </label>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
    </div>
    <div id="mce-responses" class="clear">
    <div class="response" id="mce-error-response" style="display:none"></div>
    <div class="response" id="mce-success-response" style="display:none"></div>
    </div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </form>
    </div>
    <script type="text/javascript">
    var fnames = new Array();var ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[0]='EMAIL';ftypes[0]='email';
    try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
    } catch(err) {
    var jqueryLoaded=false;
    }
    var head= document.getElementsByTagName('head')[0];
    if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState && script.onload!==null){
    script.onreadystatechange= function () {
    if (this.readyState == 'complete') mce_preload_check();
    }
    }
    }
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
    head.appendChild(script);
    var err_style = '';
    try{
    err_style = mc_custom_error_style;
    } catch(e){
    err_style = '#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}';
    }
    var head= document.getElementsByTagName('head')[0];
    var style= document.createElement('style');
    style.type= 'text/css';
    if (style.styleSheet) {
    style.styleSheet.cssText = err_style;
    } else {
    style.appendChild(document.createTextNode(err_style));
    }
    head.appendChild(style);
    setTimeout('mce_preload_check();', 250);

    var mce_preload_checks = 0;
    function mce_preload_check(){
    if (mce_preload_checks>40) return;
    mce_preload_checks++;
    try {
    var jqueryLoaded=jQuery;
    } catch(err) {
    setTimeout('mce_preload_check();', 250);
    return;
    }
    try {
    var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
    setTimeout('mce_preload_check();', 250);
    return;
    }
    mce_init_form();
    }
    function mce_init_form(){
    jQuery(document).ready( function($) {
    var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
    var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
    $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
    options = { url: 'http://dailyvitamoves.us4.list-manage.com/subscribe/post-json?u=81588f280f78f6324481f7323&id=14b41b56e4&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
    beforeSubmit: function(){
    $('#mce_tmp_error_msg').remove();
    $('.datefield','#mc_embed_signup').each(
    function(){
    var txt = 'filled';
    var fields = new Array();
    var i = 0;
    $(':text', this).each(
    function(){
    fields = this;
    i++;
    });
    $(':hidden', this).each(
    function(){
    var bday = false;
    if (fields.length == 2){
    bday = true;
    fields[2] = {'value':1970};//trick birthdays into having years
    }
    if ( fields[0].value=='MM' && fields[1].value=='DD' && (fields[2].value=='YYYY' || (bday && fields[2].value==1970) ) ){
    this.value = '';
    } else if ( fields[0].value=='' && fields[1].value=='' && (fields[2].value=='' || (bday && fields[2].value==1970) ) ){
    this.value = '';
    } else {
    if (/[day]/.test(fields[0].name)){
    this.value = fields[1].value+'/'+fields[0].value+'/'+fields[2].value;
    } else {
    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
    }
    }
    });
    });
    return mce_validator.form();
    },
    success: mce_success_cb
    };
    $('#mc-embedded-subscribe-form').ajaxForm(options);

    });
    }
    function mce_success_cb(resp){
    jQuery(document).ready( function($) {
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(resp.msg);
    $('#mc-embedded-subscribe-form').each(function(){
    this.reset();
    });
    } else {
    var index = -1;
    var msg;
    try {
    var parts = resp.msg.split(' - ',2);
    if (parts[1]==undefined){
    msg = resp.msg;
    } else {
    i = parseInt(parts[0]);
    if (i.toString() == parts[0]){
    index = parts[0];
    msg = parts[1];
    } else {
    index = -1;
    msg = resp.msg;
    }
    }
    } catch(e){
    index = -1;
    msg = resp.msg;
    }
    try{
    if (index== -1){
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(msg);
    } else {
    err_id = 'mce_tmp_error_msg';
    html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>';

    var input_id = '#mc_embed_signup';
    var f = $(input_id);
    if (ftypes[index]=='address'){
    input_id = '#mce-'+fnames[index]+'-addr1';
    f = $(input_id).parent().parent().get(0);
    } else if (ftypes[index]=='date'){
    input_id = '#mce-'+fnames[index]+'-month';
    f = $(input_id).parent().parent().get(0);
    } else {
    input_id = '#mce-'+fnames[index];
    f = $().parent(input_id).get(0);
    }
    if (f){
    $(f).append(html);
    $(input_id).focus();
    } else {
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(msg);
    }
    }
    } catch(e){
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(msg);
    }
    }
    });
    }

    </script>
    <!--End mc_embed_signup-->

    #117670

    Hi Taha,

    I’ll just quote the questions above and answer as best I can:

    • Where can i change the height of the input field (form)?

    > There isn’t currently an option for this so you would need to inspect the page using either Chrome dev tools or Firebug for Firefox and then add some custom css to target the form fields and increase their height that way.

    • I have a 3 colum gallerie in the homepage, i want to have space between the images

    > The same as the previous one, it would need to be done specific to your site targeting the css for that gallery.

    • In the header i want to use different colors voor navigation (Actief orange and disactief dark-blue)

    > You can change the header colors in the themes Styling tab in the Header sub-tab.

    • Header: Where can i set a stroke below menu item when rollover like your example?

    >That will show up automatically when you have a menu with sub-menu items

    • How can i change the height of google map when i use sidebar?

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

    .avia_google_maps_container {
    height: 230px;
    }

    Then edit it as needed.

    • Special heading: i would like to change that color and not the regular text color.

    > This is already on the feature-request list but for now, it has to be done manually with the same method as the first question and css.

    Regards,

    Devin

    #114555

    (from 10+ posts)

    Here is my wish list so far. Thanks!

    1. Ajax Portfolio. Please also consider an option to have a link for both quick view and detail view. Some users may want the option to go directly to the detailed view. How about the option to have different hover icons and hover styles.

    2. Portfolio/Blog Slider. Please consider improving the navigation arrows. Difficult for user to know there is more to scroll without hovering over the image.

    3. Masonry Blog Layout. Please consider more layout options for Blog, possibly masonry/magazine type layout, etc.

    4. Timeline Component. Would be great to integrate a javascript timeline component, such as the one from VeriteCo.

    5. Small header with menu and icons, with header piece being fixed, possibly shrinking also.

    ====================

    A few more suggestions…

    1. Portfolio – Please consider a Load More button function as an option instead of of the page based pagination. Load More provides better dynamic user experience with the ability to see more items on the same page.

    2. Ajax Search – Please provide a way to use the Ajax Search in the side bar and/or on a page as a page builder element.

    3. Breadcrumbs – Please consider adding Breadcrumbs as a short-code where it can be placed at top of the page above title. Difficult for some users to find the breadcrumbs when it’s aligned to the far right.

    4. Contact Form – Definitely need more fields like pick-list, drop-downs, etc. Also need more flexibility when using Google maps like height adjustments, etc.

    5. Newsletter – Please consider integration with newsletter like mail chimp and integration with contact form. Also would be nice to see login area and newsletter sign-up panels.

    6. Theme Support – Please consider a different forum area for support. Seems like you can’t add attachments or screen shots, edit existing posts, etc. Seems very outdated as compared to other CMS forums.

    =====

    Hello.

    1. Small fixed header with social icons and menu. With the option to have just the header (logo + menu) part fixed and shrinking.

    2. Better mobile menu, like others have mentioned. Perhaps off canvas style.

    3. Colored Section that works with side bar not just full width.

    4. Masonry option style for both portfolio and blog items.

    Please consider an option to have a separator line style between sidebar items, like between categories and latest posts, etc. Would also be nice to apply a colored section for sidebar sections and maybe more title options for sidebar modules. Thanks.

    ================

    By the way, I hope the Ajax Portfolio is implemented like the Choices template, where the item is shown on the same page as the portfolio.

    I also really love the hover effect, where the hover overlay follows the cursor movement on the Choices portfolio. Please consider adding this as an option.

    Thanks!

    =====================

    Would really like to see the Breadcrumbs as a short-code. I often you use a header background image with the page title. This does not seem to be an option with the current design. I would like to be able to place the Breadcrumbs above my articles, not to the far right. Thanks.

    ===============

    Would really like to see a Load More function as an option to the portfolio, instead of pagination. This would create a much better user experience and is more in line with current design patterns. And please consider different hover overlays. I like the portfolio item overlay from the Choices theme much better. Thanks.

    ========================

    Breadcrumbs Shortcode – Please consider an option to include “breadcrumbs” as shortcode. I would like to use my own Heading text with background image and then add the breadcrumbs to that image. It would also be nice to place the breadcrumbs in a different position, for example, above the article title. Current design is not very flexible. Thanks.

    =======================

    Blog Layout – Please include an option for an author block on every post. Seems odd that the blog doesn’t support this. Would also like to see a masonry blog layout. Current grid layout is not useful for images with different sizes and looks kind of bland. Also, why is there a light-box hover on every post image. Should be an option to turn this off.

    And please-please consider a “Load More” option for both Portfolio and Blog instead of just next-page pagination. Load More is being used more and more and has a better user experience.

    Portfolio Layout – Assuming that the ajax portfolio is coming, please consider the preview panel above the portfolio grid on the same page, or even better, in between (above or below) the item that was selected. Also nice to have a link for preview or full view. For my case, a light-box link is not necessary. And it would be awesome if there were more hover overlay options. Really like the one from Choices theme.

    Please improve the page builder so we can edit the code that is produced for each page. This would allow us to enter custom classes for images, for example, custom overlays, etc. Doesn’t seem very open right now and restricts creativity. Thank you. :)

    =========

    Please add an option to disable the hover lightbox for selected Post / Portfolio images. At least for my case, my sites are based on content and I have no need to use the lightbox on my images. The hover effect is very distracting when trying to read an article. Having an option to selectively set this for each article would be great. Thanks.

    ========

    Regarding the “Load More” function for Portfolio showcase and Blog, have you considered an “Infinite Scroller”? I believe that some of them also offer a manual setting, which would be similar to a “Load More” button. Thanks.

    ========

    Regarding the theme icons, I hope the icon list get’s updated. I definitely prefer font awesome, which I feel has a much better selection of icons, especially for my business. It would also be nice to have the icons as short-codes, so they can be used within the page builder. Of course, it would be nice to select the icon size. I have seen this feature with many of the other themes. Thanks.

    =======

    Would love to see the breadcrumbs as a short-code, where I can insert into my desired location. Having it in the upper right header, forces me to use the page header. And it’s not the desired location for our users. I prefer to use my own header using the layer slider and hen I can place the breadcrumbs above my articles or anywhere in my header. Thanks..

    #114539

    REQUESTS ORGANIZED FROM BELOW ( A star is 1 person asking, a number is the number of people asking for feature)


    Those of you who were asking for ability to use Layout Editor with Custom Post Types or Posts, please view this video tutorial which shows how to do just that -> https://vimeo.com/channels/aviathemes/64996057


    *) Layout Builder Element – an element that is 100% wide, so that text media entered into it will be 100% wide from side to side.

    *) Layout Builder Element – Special Heading Element – ability align right or center through a dropdown

    *) Layout Builder Element – Option for Iconbox and Iconlist to chose whether you want Title , Icon and/or Entire Box to be the link

    *) Layout Builder Element – Custom color for “Special Heading” element. Atm only “Default Color” and “Meta Color” are supported.

    *) Layout Builder Element – Allow excerpt/pre-set number of characters to be added from a post or page via layout builder with a ”read more” link., instead of only being able to add the content of an entire page (inside a column for example)

    *) Layout Builder Element – Ajax Search – Provide as a page builder element or/and as a widget to use in sidebar

    *) Layout Builder Element – Lightbox-option for the image media-element would be perfect :-)


    3) Post/Page Layout – integrate a javascript timeline component, such as the one from VeriteCo.

    3) Post/Page Layout – Masonry Blog/Portfolio Layout – more layout options for Blog, possibly masonry/magazine type layout, etc.

    *) Post/Page Layout – Ability to add Author Box to Every Post even when not multi-author blog format. (multi-author format has the page too narrow compared to single author format)

    *) Post/Page Layout – wishlist functionality – some eight months before xmas ;-)

    *) Post/Page Layout – easily add a button in the header (important for companies with 1 product / service http://www.getfanba.se)

    *) Post/Page Layout – Ability to choose either pagination or infinite load on same page


    3) Portfolio – Ajax Portfolio functionality

    2) Portfolio – Masonry Layout option (free floating with different image sizes)

    *) Portfolio – customize the Archive slug for portfolio items so if single slug set to “lesson”, the archives would be “lessons” (instead of portfolio-items/)?

    *) Portfolio – Ability to set custom url when featured portfolio item is clicked in the portfolio grid to open a different page than the portfolio item page.

    *) Portfolio – Add Portfolio grid as a widget.

    *) Portfolio – Choices Theme style hover effect, where the hover overlay follows the cursor movement


    2) Sidebar – Option for custom horizontal separator lines between widgets in sidebar etc. like the one as on gennis

    *) Sidebar – Colored Section that works with side bar not just full width.


    3) Widgets – Google Maps – ability to adjust height + more control / flexibility with aditional fields

    *) Widgets – More title options for widgets

    *) Widget – Social Media Widget for footer


    4) Layout Builder – Add layout builder to Posts

    4) Layout Builder – CPT Support – For Avia framework to recognize custom post types so that can use Pagebuilder on those pages, change sidebars at will, etc.


    2) Text Editor – Option to have a link for both quick view and detail view. Some users may want the option to go directly to the detailed view.

    *) Text Editor – Support for javascript in the text editor: https://kriesi.at/support/topic/script-code-in-avia-layout-builder


    *) Shortcodes – for icons: https://kriesi.at/support/topic/icon-in-special-heading-section-or-icon-shortcodes

    *) Shortcode – Breadcrumbs – as a short-code where it can be placed at top of the page above title. Difficult to find breadcrumbs when aligned to the far right.


    *) Contact Form – additional field types to contact form (e.g. date picker, pick-list, drop-downs, etc.).

    *) Contact Form – Have the contact form auto scroll to the top of the page or go to #top after submit


    *) Images – Wide featured images in blog posts that are scaled to the entire available width, rather than pushed to the left of the text.

    *) Images – Fullscreen background images / galleries with optional captions and/or minimal content boxes


    *) Icons – Add YouTube to the social icon list

    *) Icons – Option to have different hover icons and hover styles.


    *) Menu – Control over main menu fonts/size/colour without using CSS

    *) Menu – Ability to use Entypo icons within menu items


    3) Headers – Small fixed header with social icons and menu. With the option to have just the header (logo + menu) part fixed and shrinking.

    2) Sliders – Portfolio/Blog Slider Navigation Arrows only show up during hover so user may not know there is more unless they hover first. (arrows below slider)

    *) Export Ability – ability to export Enfold “Styling” options. Too easy to click on one of the presets, and all of the custom changes you made are gone…

    *) Newsletter – integration with newsletter (mail chimp) and integration with contact form + newsletter sign-up panels + login area.

    *) Links – Ability to select if link should be opened in a new window or in same window for (example: social etc.)

    *) CSS – Make sure that custom.css is the last css file in head

    *) Audio Support – Like incarnation http://kriesi.at/themes/incarnation/event/sunday-prayers-2

    *) Events Calendar – Like Incarnation http://kriesi.at/themes/incarnation/events


    *) Bug – validation to work for additional fields (only seems to work if you use the default form fields)

    *) Bug – Image alignment dropdown option to work in 1/3 column layout (doesn’t move the image at all, whichever alignment I choose; image is smaller than column width, so there is room to align)


    up to Peter’s post on 4/28

Viewing 13 results - 1,621 through 1,633 (of 1,633 total)