Viewing 30 results - 7,441 through 7,470 (of 7,470 total)
  • Author
    Search Results
  • #120707

    Hey, I dunno if this is a proper fix, but I just added this line of css to the “Quick CSS” Box (Which can be found under Enfold Theme Options/Styling) —

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

    — hope this helps :)

    #23656
    candeos
    Participant

    Good morning

    Thanks in advance for your time. I just purchase Enfold last night and absolutely love it. I recreated my existing website on a test platform and could not believe how much power and flexibility this theme has.

    I am running wordpress multisite. my production site is the root of the multisite ( bizdev….net) and I installed enfold and recreate our website on (test.bizdev…net)

    My question is how do I transfer all of the work I have done on the test site to the root site.

    I did do a search and could not find anything related to multi site

    Any help will be greatly appreciated!

    Dave

    Thanks for replying :) …

    So I got rid of all the other css except the one you mentioned, and the header resized my logo to a small logo (not 116 height)…

    I’m a total beginner, so looking at the css of that other guys website is kinda crazy! I just know from searching the Enfold forum that a couple other people have asked how to make their logo bigger and they were given some custom css. The following link is for a guy who wanted his logo wider:

    https://kriesi.at/support/topic/what-do-i-need-to-adjust-to-make-my-logo-bigger

    And this link is a thread from the guy who owns the website I used as an example above:

    https://kriesi.at/support/topic/problem-with-header-logo-and-menu

    I tried using the padding css that you mentioned and then adding the “logo size” css:

    .logo, .logo a, .logo a img {

    width: 232px;

    height: 116px;

    }

    And what happens is that I get the size logo I want, but it drops down out of the header. However, for now I took out the “logo size” css so that you could check out how it has resized my logo to a small logo…

    #116827

    In reply to: Icons – Font Awesome

    Yes, you need to update wp-contentthemesenfoldconfig-templatebuilderavia-template-builderassetsfontsentypo-fontello-charmap.php too. Some icons are (like the search icon, social icons, etc.) are also used by the theme – the config array can be found in functions.php:

    $avia_config['font_icons'] = array(
    'search' => '🔍', //36
    'standard' => '✎', //6
    'link' => '🔗', //40
    'image' => '📷', //46
    'audio' => '♪', //51
    'quote' => '❞', //33
    'gallery' => '🌄', //145
    'video' => '🎬', //146
    'info' => 'ℹ', //120
    'next' => '', //190
    'prev' => '', //187
    'behance' => '', //246
    'dribbble' => '', //223
    'facebook' => '', //212
    'flickr' => '', //206
    'gplus' => '', //215
    'linkedin' => '', //221
    'pinterest' => '', //217
    'skype' => '', //238
    'tumblr' => '', //219
    'twitter' => '', //210
    'vimeo' => '', //208
    'rss' => '', //98
    'mail' => '✉', //5
    'cart' => '',
    'reload' => '🔄',
    'details' => '📄',
    'clipboard' => '📋'
    );

    #116460

    In reply to: Enfold Showcase

    Just put up our site on Thursday. http://www.tfgsearch.com

    I really enjoyed putting this together and the support team here rocks! Thanks guys!!!

    – John

    #23434
    theworldawaits
    Participant

    Hey there,

    Just got Enfold and LOVE IT so far. Hoping to learn how to make a quick customization though!

    I want to change the location of the social media icons on the fixed header. I would like them to appear between my main navigation and the search icon. Is this possible?? I noticed when you switch to ‘bottom navigation’ the social media icons appear where I would like them. However, I want to keep the fixed navigation in the header. Any way to fuse these two?

    Alternatively, if that’s possible.. I am hoping to move the alignment of the icons on the “mini header” above my main header. They are currently aligned to the left above my logo. Is there any way to have these align all the way to the right, above my navigation?

    Please let me know… thanks so much!!

    Jason

    #119070

    In reply to: Search result layout

    Yes, the problem is that the “use_main_query_pagination” parameter is not part of the theme code yet. The next update will include it. For now (if you want to use pagination) please stick with the default search.php code and use the code I posted above when we release the update (Enfold 1.5)

    #119164

    In wp-contentthemesenfoldincludeshelper-template-logic.php replace

    if (isset($_GET['s']) && empty($_GET['s']) && $query->is_main_query())

    with

    if (isset($_GET['s']) && empty($_GET['s']) && empty($_GET['adv_search']) && $query->is_main_query())

    We’ll fix this in the next version too.

    #119386

    I really need support on this right away. This should be a simple fix. I’ve searched all files / folders the headings should be in. It really should be in base.css. I need to know how to remove “uppercase” from H1 & H2 tags. I need this ASAP.

    Thanks

    #23366
    beauphilippe
    Participant

    WooCommerce plugin compatibility issue

    Hello, I think Enfold is a great theme, but I have quite a problem with the plugin for WooCommerce

    I need to use two official plugin WooCommerce:

    Tab Manager and Product Finder

    Tab manager for the “override default layer tab” function does not work (problem levels of admin) because that function if we paramettre with another theme and we viewed the result with Enfold

    Product finder for (plugin advanced search) results page therefore not only works display the desired product

    It’s a shame

    Someone could help me?

    I hope that update is designed for better compatibility with WooCommerce

    Sincerely,

    Philippe BEAU

    gigoz
    Participant

    Hi,

    I need an urgent help. I have installed a plugin called Event Manager – http://wp-events-plugin.com/ . This plugin works well with my other themes but on enfold when trying to create a new event ticket to an event using data picker, I get a popup windows which I am suppose to use to enter the data or change the data. I can see the field for entering information, but when click I am not able to enter text or any information into the text boxes. It all grey out.

    Here is the link to this issue: https://docs.google.com/file/d/0B6joG_PKBASJZjZSNHo4Q0lYUVE/edit?usp=sharing

    I have done my research and here is what I got from the plugin site:

    Here is the information from plugin support site:


    My DatePicker isn’t working, so I can’t enter or edit events?!

    In most cases where this happens, it is a result of your theme not using the internal WordPress jQuery libraries, resulting in an error when we try to use them. Your theme should be using the same version of jQuery as WordPress. Read Marcus’ post about themes overriding the default jQuery libraries for more information on fixing your theme.

    End of info from plugin site


    Please can you help in resolving this?

    Regards,

    Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and search for:

    $output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";

    Replace ‘All’ with your custom text.

    2) No, a sorting function for the team members in not available at the moment.

    #119426

    In reply to: Installation problem

    It is actually 18 mb in size, the larger folder I downloaded is 40.6 mb, so I am using the smaller folder of the two.

    Also, I had the permissions set in my rackspace account so that should not be an issue.

    Here are the contents of the folder that I am trying to upload fyi:

    404.php

    archive.php

    author.php

    config-bbpress

    config-gravityforms

    config-layerslider

    config-templatebuilder

    config-woocommerce

    config-wpml

    css

    footer.php

    forum.php

    framework

    functions-enfold.php

    functions.php

    header.php

    images

    includes

    index.php

    js

    lang

    page.php

    screenshot.png

    search.php

    searchform.php

    sidebar.php

    single-portfolio.php

    single.php

    style.css

    taxonomy-portfolio_entries.php

    template-archives.php

    template-blank.php

    template-builder.php

    wpml-config.xml

    #23332
    Ride123
    Participant

    I am using Enfold theme and the search button in the header does not display the searchsubmit box properly on my Windows 8 machine using Firefox 20.0.1. The search box shows only the div.avi-search-tooltip.avia.tt line with triangle. It works fine on a Windows 7 machine with the same version of Firefox. It also works with IE 10. It also works fine with a Vista system. I have a screen capture and code showing the problem:

    http://jandjhayfarms.com/TEMP/wp-content/uploads/2013/05/Searchbox-Error.jpg

    Der Server scheint die ajax Suchabfrage zu ignorieren und sendet stattdessen einfach den Inhalt der Startseite. Probiere einmal alle Pugins zu deaktivieren – möglicherweise hackt sich ein Plugin in die ajax Query. Wenn dies nicht hilft könnte es vielleicht ein Serverkonfigurationsproblem sein. Wenn man die Ajax Suchfunktion nicht benötigt kann man diese auch einfach deaktivieren – in enfold/js/avia.js lösche hierfür folgenden Code:

    //creates ajax search
    new $.AviaAjaxSearch({scope:'#header'});

    agarkitekter
    Participant

    Hi!

    I just bought Enfold and Im really impressed, great work!

    I saw the translation thread, but couldn’t find anything for swedish. I don’t really have an issue though except for the breadcrumbs: Both that the homepage is called “Home” and the “You are here” text. Im a bit familiar with the css and php-files and have done quite som own editing of other themes in the past. Though I haven’t figured out if there is an easy way to find which file to edit. I use chrome and the webmaster tool to look/find in the code, and found this:

    “<span class=”breadcrumb-title”>You are here:</span>” But is there any way to see what file it’s in? I usually just search through the files by guessing (often functions, single-page or something like that).

    I also wonder if I add the portfolio category to the breadcrumbs? Right now I have “You are here:Home/Portfolio page/Portfolio name”, I would like “You are here:Home/Portfolio page/Portfolio category/Portfolio name”.

    Best regards,

    Tomas

    #23208

    Topic: Fix css layout

    in forum Enfold
    alexvs1980
    Participant

    Hi,

    I’m using the easy reservation plugin with your theme, and by default the search bar should be in one row ( tested on other themes ) and in enfold theme shows like in 4 rows.

    Could you help me to fix the css ?

    The site: http://www.apartamentoskosherbarcelona.com

    I’d really appreciate your help !

    Thank you !

    #118365

    Hi Devin,

    I re-uploaded the functions-enfold.php file and it still doesn’t seem to be working. Is there a way I can private message you my wp and FTP login details so you could take a look if you don’t mind? Can’t resolve the error or the widgets working properly. The page the widgets aren’t working on are both http://www.kelly-sells.com (under Current Listings) it should be a map widget but it keeps displaying as a list) and also on http://www.kelly-sells.com/property-search (again the list is suppose to be a map, and if you were to look at the custom widget area it is set to display a map and not a list).

    The odd thing with the widgets is they were working, and without me changing anything, the started displaying a list instead. Even more bizarre is its happened at different times for me and my clients, but once its gone to a list it will never go back to the map. I am working on a Mac and have tested on Chrome, Firefox and Safari. I do have Windows 7 running on Parallels and last time I checked the site seemed to display the map fine on IE10. Very strange.

    Please let me know if you can assist me further, would be an amazingly huge help! :)

    #22927
    DavyE
    Participant

    Hi, I’m still new to WordPress and your theme, but I’ve been searching for a way to get structure in both the site and the cms. The following example is exactly what I intend to achieve, but instead of based on “posts” I’d need it to be based on the “portfolio” of the Enfold theme.

    You can see an example here (go straight to 2:10):

    http://www.youtube.com/watch?v=P4roKGP2WBk

    Instead of “Recipes”, “Photos” and “Videos” I would set up “Customers”, “Partners” and “Products”. Because “Posts” are too limited in content layouting (Advanced layout builder) I would need these to be exactly like the Portfolio category in your theme, even the way they are listed on the site (isotope) needs to look exactly like the portfolio.

    So my question is: Can I ‘duplicate’ the Portfolio category the same way that video showed by duplicating the posts category? I really hope so! (I would do all the coding myself, based on the Lynda.com extended tutorial and I have a PHP developer to assist me if necessary)

    #117473

    Hi!

    The blog page is a special template. Go to Enfold > Sidebar and search for the “Sidebar on Blog Page” option. Select “No Sidebar”.

    Best regards,

    Peter

    #117381

    In reply to: Blog option

    1) Maybe you need to activate the option on the post editor screen. Click on “Screen options” in the right corner and check the excerpt checkbox: http://www.clipular.com/c?5393178=DWPIZfYn3Pt6vQ_8EL0lN6Pc9Js&f=.png

    2) The reason is that the portfolio thumbnail size is used which does not crop the image. We’ll include an option to select a different thumbnail size in the next version. For now you can change the thumbnail dimensions in functions.php – search for:

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)

    and set the height to a lower value. Afterwards regenerate the thumbnails http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Another option would be to upload bigger thumbnails with at least 495x400px.

    3) Probably a bug but I fixed it. Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php

    and replace:

    $excerpt .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';

    with

    $excerpt .= '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';

    #22627

    Topic: Enfold Showcase

    in forum Enfold
    Dude
    Participant

    Hi!

    I think this thread can be very useful especially if you search for inspiration :)
    Feel free to link to your website and show us what you have done with Enfold. Once we got enough samples we will probably create a showcase section on the theme demo itself :)

    Regards,
    Peter

    • This topic was modified 11 years, 1 month ago by Kriesi.
    arielfreaner
    Participant

    Hello there. On my enfold theme the header Social Icon for YouTube and some others do not appear or show on the drop down menu. So for now I am using the VIMEO Social Icon header so my client does not get mad at me.

    The layout.css stylesheet shows the youtube is included (see extract below), however, It does not show up on the Social Icon header drop down menu.

    #top .social_bookmarks li a:hover{ text-decoration: none; }

    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }

    #top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }

    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }

    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }

    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }

    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }

    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }

    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }

    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }

    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }

    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }

    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }

    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }

    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }

    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }

    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }

    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }

    I know some CSS and some HTML but that’s it. The website is:

    http://www.jorgeastiazaran.com/Inicio/

    Any help here? I really need to fix this issue ASAP!

    Sincerely,

    Ariel Freaner

    #116122

    Hi master-t,

    Please don’t make duplicate topics for the same question/issue. It makes it much more difficult to answer and clogs up search results when others are looking for answers.

    For the labels, no it is not easily possible but you could suggest the option as a feature request in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

    #116095

    Hi!

    Or open up functions-enfold.php and delete following line:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );

    Best regards,

    Peter

    #116094

    ADMIN PANEL > Enfold Theme Options > Styling > Quick CSS (paste code) :

    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont{

    display: none;

    }

    #115809

    In reply to: Color styling problem

    HI

    So what I did which works for me is as follows:

    1. Go to Enfold/Styling

    2. Click on the main content tab

    3. Paste #72c4b9 over the previous blue colour in highlight colour [Im using the default colour scheme]

    4. Save all changes

    Then the hover colour has changed to the one I want on the front end.

    It does sound odd that you can’t even change the colour scheme… I’m a new user here so that

    s the only suggestion I have .. hopefully someone else can help.

    But to answer my own question about CSS changes to the heading colours, further searching showed that the !important marker is required. So this CSS works – copied from an earlier answer by Kriesi staff about another theme – but worked for Enfold.

    h1, h2, h3, h4, h5, h6, legend { color: #5A5A5A !important; }

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

    #115085

    Hi,

    tbh no Kriesi theme meets these criteria. Enfold comes with a post slider and a very flexible blog/portfolio layout which can help you to build such a listing service or online directory however it would still require (a lot) of custom work. Personally I’d try to find a dedicated business directory theme – i.e. use google and search for “business directory wordpress theme”.

    #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 30 results - 7,441 through 7,470 (of 7,470 total)