Viewing 29 results - 142,591 through 142,619 (of 142,619 total)
  • Author
    Search Results
  • #114553

    Have the contact form auto scroll to the top of the page or go to #top after submit.

    Regards,

    Devin

    #115199

    Hi,

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

    #header {
    position: fixed;
    }

    #main {
    margin-top: 152px;
    }

    Regards,

    Ismael

    #115281

    Hi,

    You can add this on your custom.css

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {

    .responsive #top #main .sidebar {display:block; }

    }

    The sidebar will be place at the bottom before the footer.

    Regards,

    Ismael

    #115126

    Hi, excellent support !

    Thanks,

    Eugenio

    #22281

    Topic: Mega menu

    in forum Enfold
    vgstudio
    Participant

    How to create a mega menu as on your example….let’s say when you point to “Pages” in the top menu.

    Thank you.

    #115125

    Hey!

    Go to LayerSlider WP > All Sliders and select the layerslider you want to use/display (Actions > Edit). Then click on “Global Settings” and search for the “Automatically start slideshow” option – activate this option.

    Best regards,

    Peter

    #115128

    Hi!

    Don’t open new threads for the same issue: https://kriesi.at/support/topic/random-errors

    We released an update which should fix the issue. You can download it from themeforest.

    Regards,

    Peter

    #22272
    MM
    Participant

    Hi,

    I have the theme setup as the one-click dummy data import, with no other changes except I have added a few extra fields to the standard contact form. However:

    1) The required fields, when not filled in, or completed incorrectly, do not warn the user, except in the message (text-area) field. Isn’t the validation supposed to put a red border around any missing/incorrect fields (like it does on the message field if not completed)?

    2) Is it possible to add an auto scroll-to-top on submit, so that the ‘message sent label’ is immediately visible to the user (as on a form with more than a few fields, after submission the page looks blank and the user would have to scroll back to the top of the page to see the message sent message, which is not ideal)?

    Thanks,

    Matt

    #22265
    lenscraft
    Participant

    I am occasionally getting the following errors from the Enfold admin screen. They appear at the top of the page, just below the WordPress bar.

    Warning: simplexml_load_file() [function.simplexml-load-file]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    Warning: simplexml_load_file(http://kriesi.at/themes/wp-content/uploads/avia_xml/Enfold-Updates.xml) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity “http://kriesi.at/themes/wp-content/uploads/avia_xml/Enfold-Updates.xml” in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    #22264
    eugiba59
    Participant

    Hi, excellent theme !

    How can I get “Advanced Layerslider” in autoplay (not in pause) after the page load ?

    Thanks in advance,

    Eugenio

    #114545

    It’s great that we can add pages via the Layout Builder – but what would be great is for this to also have the option of showing just an extract of the pages (ideally configurable – so we can say 75 char, 100 char, 200 char etc – to create neat ‘break points’). This would allow us to tease content more easily.

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

    As per https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios?replies=5#post-108069

    When you create separate categories under a portfolio, pagination includes all categories instead of the category you are currently in.

    Example, I am looking at a ‘Clients’ portfolio, clicking the left/right progress links, and will eventually browse into an ‘Apps’ portfolio. Fire, disaster, oh the humanity…

    Any chance you can make it so the streams don’t cross?

    #22250
    hsie
    Participant

    Hi, in my previous message I had a problem to change the background image in the header part, I do that by modifying the value of the opacity to 0 in following code, but this only works for the fixed menu type, if I changed to nonfixed style, the header part just turns into black even if I change the opacity value to 0.

    would appreciate it if you can help out, thanks in advance!

    .header_bg{

    position: absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    opacity:0;

    filter:alpha(opacity=0); /* For IE8 and earlier */

    z-index: 0;

    }

    .nonfixed_header .header_bg { opacity: 0; filter: alpha(opacity=0); }

    Another question I have is: the logo image (the default one) doesn’t resize in IE8 with XP, pls. check.

    #114514

    Hi,

    [if you don’t need instructions on how to add the google map to a page , but want to get the driving directions working, please look here https://kriesi.at/support/topic/google-maps-widget-in-custom-widget-area#post-106864 ]

    If you are using the Enfold Google Map Widget, you DO NOT need to use the code from Google. The theme will generate the correct code for you.

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

    Complete Instructions on How to Create Contact Page + Add Google Map Widget Are Below====

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

    Please look at the 4 images in this album ( http://imgur.com/a/0mbXF ) I created about the exact process to create the contact page + custom sidebar for contact page + add the google map widget to the custom sidebar.

    First Image ( http://i.imgur.com/yFA8oKE.png ) Shows steps to create custom sidebar, add widget

    Second Image ( http://i.imgur.com/UYiEVnx.jpg ) This is Step 3 of the First Image, it shows how to get the Longitude and Latitude of location to show on Google Map

    Third Image ( http://i.imgur.com/ZOpbIuH.png ) This shows how to create the contact page and add the sidebar/widget area you created in First/Second Image

    Fourth Image ( http://i.imgur.com/xhgMRJP.png ) Shows end result: Custom Contact page + Custom sidebar + Google Map Widget with correct Map from Image 2

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

    Thanks,

    Nick

    #114503

    In reply to: remove the bottom menu

    Hi hsie,

    So you just want to remove the line on the top of the header then? 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:

    #header_meta {
    display: none;
    }

    Give that a try as it removes the top menu area above the logo/social and main menu.

    The site wouldn’t be able to support everyone uploading screenshots so we ask that users upload them to services like TinyPic or imgur and then link to that image.

    Regards,

    Devin

    #114898

    Hi Bernt,

    Thank you for pointing that out. I’ve marked the topic for Kriesi so he can address it.

    Regards,

    Devin

    #114513

    Hi, Dude, I have installed the togggle-wpoutop, but don’t work.

    Other bug, in firefox 20.0 the special heading don’t show the line in correct place, show a strange line in the middle of the next text blog.

    thanks.

    #114540

    Hi!

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

    2) Shortcode for icons: https://kriesi.at/support/topic/icon-in-special-heading-section-or-icon-shortcodes

    Best regards,

    Peter

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

    Hi!

    Custom color for “Special Heading” element. Atm only “Default Color” and “Meta Color” are supported.

    Regards,

    Peter

    ========

    Hi!

    Please add to “Avia Layout Builder -> Layout Elements” 100% Section, so the text and some media that I want to insert displays from side to side. Thanks.

    https://kriesi.at/support/topic/full-width-layout-element

    Best regards,

    Peter

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

    Hi!

    Set different background images for entries (posts,pages, portfolio, etc.) https://kriesi.at/support/topic/can-each-page-have-its-own-unique-background-image

    Best regards,

    Peter

    #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

    #22197
    Kriesi
    Keymaster

    UPDATE: Since this thread is growing too big to keep track of all the requests I have decided to try to use our feedback box again. You can submit new ideas and vote on existing ones here now: https://kriesi.at/support/enfold-feature-requests/

    ———————-

    Hey guys! We are getting quite a few feature requests for the theme already and since I want to make the theme as complete as possible I will accept requests here and update the initial post on what is planned next.

    So far requested and accepted:

    • Magazine-like Elements for the Template Builder listing Posts from various categories
    • Accordion Slider
    • Newsletter Integration Element (probably Mailchimp or Campaign Monitor)
    • One Column Portfolio Option
    • Sortable rows in Table Builder

    Considering:

    • Chart Element

    Already added:

    • Collapsible Menu in Mobile Mode
    • Improved/Refined Header Options
    • Theme Setting Import + Export
    • Print CSS
    • RTL Language Support
    • Fullscreen Google Maps Element
    • Better Video Support for Slideshows
    • Improved Parallax options
    • Make the template builder play nice with previews
    • Masonry Element for Blog, Portfolio, Images, Products
    • Better Font Icon Management
    • Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)
    • Improved Default Iconfont with more social Icons
    • One Click Updates from Backend
    • Content Slider Element
    • Client/Partner Element
    • Offset for Blog Grid Element, so users can build creative Magazine Pages
    • Google Maps widget Improvements (height settings)
    • Datepicker for Form Generator
    • Woocommerce Compatibility
    • Theme now supports boxed and stretched version
    • Section and other fullwidth elements now get a unique id so you can build one page portfolios
    • Option to remove footer widgets
    • Scroll to top button
    • addition of new mobile dropdown menu
    • addition of extra large responsive width
    • Copyright can be edited with a form filed in your backend
    • Added a sticky social header option
    • Added option to add phone number to header
    • Option to edit footer text in the backend
    • Lightbox for Image element
    • SEO updates like microformats for breadcrumbs, team elements, better heading structure etc
    • Portfolio with Ajax Preview
    • Add options for Portfolio overview to link to any target url
    • Fullscreen Parallax Slideshow
    • Add option to add a link for Titles of Elemens like Iconbox and Iconlist

    There is no ETA for any of these but they will definitely come :)

    Upcoming:
    Version 2.7 – Magazine Elements

    • This topic was modified 11 years, 9 months ago by Kriesi.
    #114464

    I am sorry, there are no PSDs missing. I put everything I got into the folder. Problem is that once I get a basic idea on how a theme should look like I stop working in photoshop and start coding. I then add all the details on the go :)

    #114429

    In reply to: Couple of features

    Hi Prash,

    I’ve tagged Kriesi on the topic for the feature requests :)

    Regards,

    Devin

    #114463

    Hi no1_son,

    Yes I believe it is the correct version. Since so much of the layout and design is done with the theme options, the PSD is there as a very basic layout to the theme showing the few actual graphic files.

    I’ll tag Kriesi on the topic however just to double check.

    Regards,

    Devin

    #114511

    It seems like wordpress adds p html tags (paragraph tags) to the html code/output which breaks the javascript code. Try to install following plugin: http://wordpress.org/extend/plugins/toggle-wpautop/ and check the “Disable wpautop” checkbox for the post/page where you want to use the widget.

    #114414

    In reply to: text block problem

    Please try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace following line:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim($params['content'])))."</div>";

    with:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim($params['content']))."</div>";

    I’ll ask Kriesi to include this change in the next update if it works for you.

    #22163

    Topic: Couple of features

    in forum Enfold
    iprash
    Participant

    Hi,

    A couple of small features, which maybe if possible, can You add into the next update?

    1) A ‘back to top’, link in the footer or a floating ‘back to top’ would be useful.

    2) 1170+ width would be ‘icing on the cake’ :)

    3) On the homepage, wherever there are text blocks, can the titles of these text blocks be linkable? For example, the following just under the homepage slider;

    A real Time-Saver,

    Free updates & support,

    No Rocket Science.

    and also these in the About Us section;

    Crafted with love

    Melodical by nature

    Lightning Fast

    Freaky Flags,

    and then these;

    ‘Mobile Ready’,

    ‘What others say about us’,

    and finally the Titles, instead of the ‘learn more’.

    Thanks for the wonderful theme.

    regards,

    Prash.

    #108382

    Hi,

    I got it working.

    1) There was an error on top ‘If you want different slugs for shop pages, you need to disable the shop prefix for products in WooCommerce Settings’. That needed to be disabled , the checkbox in WooCommerce settings.

    2) I took out your rewrite code in functions.php

    3) For products as well as pages I made the following change at the very bottom of the page http://www.clipular.com/c?2215312=XdzHbrWzgvbzhBhf4co2ekwDupk

    a) _avia_elements_avia_options_propulsion Translate

    b) _avia_elements_theme_compatibility_mode Translate

    Thanks,

    Nick

    Hi,

    Since people asked here is how to add a button to the Fixed Header with Social Icons and Additional Navigation.

    The button http://www.clipular.com/c?9784008=vDuclwRmVGaUtEsvJE5OhIUqBHQ&f=.png

    The button when fixed header shrinks http://www.clipular.com/c?9782007=1ngiPM6XB_EChXBaoJWkUftEaSo&f=.png

    The only thing you need to add manually is the url where the button takes you, and the button’s label.

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

    1) In header.php find line 157 that looks like

    <!-- end container-->

    and replace it with the block below. Inside this block you will need to add the url where the button should take people who press it in place of http://URL which should be in the format: http://www.domain.com/page/ .. and also replace PRESS ME with what you want the button to say. To change the button color change avia-color-red in the css below to blue, or green, etc..

    <div class="avia-button-wrap avia-button-right" style="margin-top: 39px;" >
    <a href="HTTP://URL" class="avia-button avia-color-red avia-size-small avia-position-right ">
    <span class="avia_iconbox_title">PRESS ME</span>
    </a>
    </div>

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

    2) Open up /js/avis.js and find the function on line 809-847 called

    function avia_header_size()

    and replace that entire function with the one below

    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)'),
    el_height = $(elements).filter(':first').height(),
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    element_button = $('.avia-button-wrap.avia-button-right'),
    set_height = function()
    {
    var st = win.scrollTop(), newH = 0, newTopMargin =0;

    if(st < el_height/2)
    {
    newH = el_height - st;
    newTopMargin = 39;
    //header.removeClass('shadow');
    }
    else
    {
    newH = el_height/2;
    newTopMargin = 10;
    //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();
    }

    3) Add this css to you /css/custom.css or to Quick CSS

    .main_menu {
    right: 80px;
    }
    .avia-button-right {
    display: inline-block;
    left: 28px;
    position: relative;
    float: right;
    }
    @media only screen and (max-width: 767px) {
    .avia-button-right {
    left: initial;
    position: absolute;
    top: 89px;
    right: 9px;
    }
    }

    That’s it.

    Thanks,

    #31870

    In reply to: Video Tutorials

    I think Kriesi bought an offline desktop recording tool to produce tutorial vdeos :)

    #31865

    In reply to: Video Tutorials

Viewing 29 results - 142,591 through 142,619 (of 142,619 total)