Viewing 30 results - 7,321 through 7,350 (of 7,486 total)
  • Author
    Search Results
  • #133120

    Open up wp-content/themes/enfold/js/avia.js and search for

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

    Replace 2 with a lower value like 1.5 or 1.2 and the menu height should increase accordingly. At the moment Kriesi shrinks the menu height to the half size because of the division by 2.

    #132780

    In reply to: Social icons

    You can add some social icons to the header. Go to “Enfold > Header” and select a header “with social icons”. New option fields will pop up and you can add your social links to the header. They’ll look like http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ or http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ (depends on the header type). If you’re searching for a bookmarks plugin see: https://kriesi.at/support/topic/looking-for-recommendation-on-swyn-plugin

    #27087

    Topic: Ubermenu

    in forum Enfold
    designprime
    Participant

    I’ve searched for similar threads to this and while I managed to find a couple that touched on it I was unable to find a definitive answer to this question.

    1. Is Ubermenu fully compatible with Enfold without having to edit anything too complicated just as jquery, as I’m sure I read something about possible conflicts and having to edit .php files?

    Many thanks,

    #132335

    Not sure why it doesn’t work in your case – the German translation file works just fine for me. You can try following:

    1) Add following code to the po file:

    # @ avia_framework
    #: framework/php/function-set-avia-frontend.php:850
    msgid "search results for:"
    msgstr ""

    # @ avia_framework
    #: framework/php/function-set-avia-frontend.php:854
    msgid "search result for:"
    msgstr ""

    and translate the strings with i.e. Poedit.

    2) Generate a new po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    #132262

    Hi,

    Sorry, this is beyond the scope of our support job. You can hire a freelance developer to integrate the search functionality of Replete to Enfold.

    Regards,

    Ismael

    #132261

    Enfold can search for products but it lists them as posts with date stamps and comments so there is not much of a difference than the default wordpress search engine. It lists them as if it were a blog with comments and posts but I need it to show immediate product results like REPLETE:

    https://www.dropbox.com/s/d2am0wgz8m4vlw9/Screen%20Shot%202013-07-31%20at%205.39.18%20PM.png

    so when you search for keyword “shirt” you get product results with the word shirt and the ability to add to cart and view the products at the results page. I just need to figure out how the REPLETE theme does it… do I need to buy another theme? :(

    the site is:

    soul-fabrics.com

    #132241

    In reply to: side menu order

    Hey!

    You can deactivate the default menu. Go to Enfold > Sidebar and search for the “Page Sidebar navigation” option.

    Regards,

    Peter

    #132090

    Open up functions-enfold.php and replace

    if(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }

    with

    if(isset($post_type_obj[$key]->labels->name))
    {
    if($post_type_obj[$key]->labels->name == 'Portfolio Items')
    {
    $output .= "<h4>Recipes</h4>";
    }
    else if($post_type_obj[$key]->labels->name == 'Pages')
    {
    $output .= "<h4>My Pages</h4>";
    }
    else
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }
    }

    and instead of “My Pages” insert your custom label text for pages.

    #132260

    Hi,

    Enfold can search for products. Can you give us a link to your website? This is what I see on my end when I search for products.

    Regards,

    Ismael

    #132245

    Hi,

    You need to have the copy the css styling for the header. If you have Chrome, inspect element then edit the header part as HTML, this is the output:

    <div id="header" class="header_color dark_bg_color mobile_drop_down">

    <div id="header_meta" class="container_wrap container_wrap_meta">

    <div class="container">
    <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/kriesi.at" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="http://twitter.com/#/" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_gplus social_icon_3"><a href="sighlence" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_tumblr social_icon_4"><a href="tumbler" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="#" class="avia-font-entypo-fontello">✉</a></li></ul><div class="sub_menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-755"><a href="http://kriesi.at/themes/enfold/">Home</a>
    <ul class="sub-menu">
    <li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item menu-item-2285"><a href="http://localhost/kriesi/enfold/">Home v1: Landing Page Style</a></li>
    <li id="menu-item-2292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2292"><a href="http://localhost/kriesi/enfold/?page_id=1108">Home v2: 3 Col + Contact</a></li>
    <li id="menu-item-2286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2286"><a href="http://localhost/kriesi/enfold/?page_id=1040">Home v3: 3 Column with Blog</a></li>
    <li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2291"><a href="http://localhost/kriesi/enfold/?page_id=1070">Home v4: Small Slider</a></li>
    <li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2288"><a href="http://localhost/kriesi/enfold/?page_id=1097">Home v5: Portfolio Style</a></li>
    <li id="menu-item-2287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2287"><a href="http://localhost/kriesi/enfold/?page_id=1023">Home v6: Classic 4 Column</a></li>
    <li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2289"><a href="http://localhost/kriesi/enfold/?page_id=2251">Home v7: One Page Portfolio</a></li>
    <li id="menu-item-2208" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2208"><a href="http://localhost/kriesi/enfold/?page_id=2207">Home v8: Frontpage Shop</a></li>
    </ul>
    </li>
    <li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2272"><a href="http://localhost/kriesi/enfold/?page_id=2270">Portfolio</a>
    <ul class="sub-menu">
    <li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2273"><a href="http://localhost/kriesi/enfold/?page_id=987">Portfolio 2 Column</a></li>
    <li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2274"><a href="http://localhost/kriesi/enfold/?page_id=992">Portfolio 3 Column</a></li>
    <li id="menu-item-2276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2276"><a href="http://localhost/kriesi/enfold/?page_id=2270">Portfolio 4 Column</a></li>
    <li id="menu-item-2277" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2277"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third">Single Portfolio: 2/3 Slider</a></li>
    <li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2290"><a href="http://localhost/kriesi/enfold/?page_id=2269">Portfolio Ajax</a></li>
    <li id="menu-item-2278" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2278"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum">Single Portfolio: 2/3 Gallery</a></li>
    <li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2279"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big">Single Portfolio: Big Slider</a></li>
    <li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2280"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video">Single Portfolio: Fullscreen Slider</a></li>
    </ul>
    </li>
    <li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2271"><a href="http://localhost/kriesi/enfold/?page_id=731">Blog</a>
    <ul class="sub-menu">
    <li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306"><a href="http://localhost/kriesi/enfold/?page_id=1336">Blog Grid</a></li>
    <li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2284"><a href="http://localhost/kriesi/enfold/?page_id=1010">Blog Multi Author</a></li>
    <li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2283"><a href="http://localhost/kriesi/enfold/?page_id=1012">Blog Single Author Small</a></li>
    <li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2282"><a href="http://localhost/kriesi/enfold/?page_id=1014">Blog Single Author Big</a></li>
    <li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2281"><a href="http://localhost/kriesi/enfold/?page_id=1016">Blog Single Author Fullwidth</a></li>
    </ul>
    </li>
    <li id="menu-item-2293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2293"><a href="http://localhost/kriesi/enfold/?page_id=1122">Pages</a>
    <ul class="sub-menu">
    <li id="menu-item-2295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2295"><a href="http://localhost/kriesi/enfold/?page_id=1195">About Us</a></li>
    <li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2299"><a href="http://localhost/kriesi/enfold/?page_id=1236">Blank Pages</a>
    <ul class="sub-menu">
    <li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2302"><a href="http://localhost/kriesi/enfold/?page_id=1236">What is a Blank Page?</a></li>
    <li id="menu-item-2300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2300"><a href="http://localhost/kriesi/enfold/?page_id=1261">Maintenance Mode</a></li>
    <li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2301"><a href="http://localhost/kriesi/enfold/?page_id=1248">Coming Soon</a></li>
    </ul>
    </li>
    <li id="menu-item-2297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2297"><a href="http://localhost/kriesi/enfold/?page_id=1167">Contact</a></li>
    <li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2303"><a href="http://localhost/kriesi/enfold/?page_id=1277">FAQ</a></li>
    <li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2298"><a href="http://localhost/kriesi/enfold/?page_id=1224">Help</a></li>
    <li id="menu-item-2305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2305"><a href="http://localhost/kriesi/enfold/?page_id=1324">Landing Page</a></li>
    <li id="menu-item-2294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2294"><a href="http://localhost/kriesi/enfold/?page_id=1212">Meet the Team</a></li>
    <li id="menu-item-2296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2296"><a href="http://localhost/kriesi/enfold/?page_id=1176">Pricing</a></li>
    <li id="menu-item-2304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2304"><a href="http://localhost/kriesi/enfold/?page_id=1302">Services</a></li>
    </ul>
    </li>
    <li id="menu-item-2275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2275"><a href="http://localhost/kriesi/enfold/?page_id=750">Shortcodes</a></li>
    <li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2309"><a href="http://localhost/kriesi/enfold/?page_id=2307">A.Test</a></li>
    <li id="menu-item-2354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2354"><a href="http://localhost/kriesi/enfold/?page_id=2343">Shop</a></li>
    </ul><div class="phone-info with_nav"><span>302-312456</span></div></div> </div>
    </div>

    <div id="header_main" class="container_wrap container_wrap_logo">

    <ul class="cart_dropdown visible_cart" data-success="was added to the cart"><li class="cart_dropdown_first"><a class="cart_dropdown_link" href="http://localhost/kriesi/enfold/?page_id=2344"><span class="avia-font-entypo-fontello"></span></a><!--<span class='cart_subtotal'><span class="amount">&pound;9.99</span></span>--><div class="dropdown_widget dropdown_widget_cart" style="display: none; opacity: 0;"><div class="avia-arrow"></div><div class="widget_shopping_cart_content">

    <ul class="cart_list product_list_widget ">

    <li>
    <a href="http://localhost/kriesi/enfold/?product=mini-product">

    <img width="120" height="120" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24-120x120.jpg" class="attachment-shop_thumbnail wp-post-image" alt="2">
    Mini Product
    </a>

    <span class="quantity">1 × <span class="amount">£9.99</span></span> </li>

    </ul><!-- end product list -->

    <p class="total"><strong>Subtotal:</strong> <span class="amount">£9.99</span></p>

    <p class="buttons">
    <a href="http://localhost/kriesi/enfold/?page_id=2344" class="button">View Cart →</a>
    <a href="http://localhost/kriesi/enfold/?page_id=2345" class="button checkout">Checkout →</a>
    </p>

    </div></div></li></ul>
    <div class="container" style="height: 116px; line-height: 116px;">

    <strong class="logo bg-logo"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="" title="Enfold"></a></strong><div class="main_menu" data-selectname="Select a page"><div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent active-parent-item dropdown_ul_available"><a href="http://kriesi.at/themes/enfold/" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Home<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item"><a href="http://localhost/kriesi/enfold/"><span class="avia-bullet"></span>Home v1: Landing Page Style</a></li>
    <li id="menu-item-2292" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1108"><span class="avia-bullet"></span>Home v2: 3 Col + Contact</a></li>
    <li id="menu-item-2286" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1040"><span class="avia-bullet"></span>Home v3: 3 Column with Blog</a></li>
    <li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1070"><span class="avia-bullet"></span>Home v4: Small Slider</a></li>
    <li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1097"><span class="avia-bullet"></span>Home v5: Portfolio Style</a></li>
    <li id="menu-item-2287" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1023"><span class="avia-bullet"></span>Home v6: Classic 4 Column</a></li>
    <li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2251"><span class="avia-bullet"></span>Home v7: One Page Portfolio</a></li>
    <li id="menu-item-2208" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2207"><span class="avia-bullet"></span>Home v8: Frontpage Shop</a></li>
    </ul>
    </li>
    <li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=2270" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Portfolio<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0.04312729975283146; visibility: visible;">
    <li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=987"><span class="avia-bullet"></span>Portfolio 2 Column</a></li>
    <li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=992"><span class="avia-bullet"></span>Portfolio 3 Column</a></li>
    <li id="menu-item-2276" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2270"><span class="avia-bullet"></span>Portfolio 4 Column</a></li>
    <li id="menu-item-2277" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third"><span class="avia-bullet"></span>Single Portfolio: 2/3 Slider</a></li>
    <li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2269"><span class="avia-bullet"></span>Portfolio Ajax</a></li>
    <li id="menu-item-2278" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum"><span class="avia-bullet"></span>Single Portfolio: 2/3 Gallery</a></li>
    <li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big"><span class="avia-bullet"></span>Single Portfolio: Big Slider</a></li>
    <li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video"><span class="avia-bullet"></span>Single Portfolio: Fullscreen Slider</a></li>
    </ul>
    </li>
    <li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=731" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Blog<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0.1942984329350293; visibility: visible;">
    <li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1336"><span class="avia-bullet"></span>Blog Grid</a></li>
    <li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1010"><span class="avia-bullet"></span>Blog Multi Author</a></li>
    <li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1012"><span class="avia-bullet"></span>Blog Single Author Small</a></li>
    <li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1014"><span class="avia-bullet"></span>Blog Single Author Big</a></li>
    <li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1016"><span class="avia-bullet"></span>Blog Single Author Fullwidth</a></li>
    </ul>
    </li>
    <li id="menu-item-2293" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1122" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Pages<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-2295" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1195"><span class="avia-bullet"></span>About Us</a></li>
    <li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>Blank Pages</a>
    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>What is a Blank Page?</a></li>
    <li id="menu-item-2300" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1261"><span class="avia-bullet"></span>Maintenance Mode</a></li>
    <li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1248"><span class="avia-bullet"></span>Coming Soon</a></li>
    </ul>
    </li>
    <li id="menu-item-2297" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1167"><span class="avia-bullet"></span>Contact</a></li>
    <li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1277"><span class="avia-bullet"></span>FAQ</a></li>
    <li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1224"><span class="avia-bullet"></span>Help</a></li>
    <li id="menu-item-2305" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1324"><span class="avia-bullet"></span>Landing Page</a></li>
    <li id="menu-item-2294" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1212"><span class="avia-bullet"></span>Meet the Team</a></li>
    <li id="menu-item-2296" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1176"><span class="avia-bullet"></span>Pricing</a></li>
    <li id="menu-item-2304" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1302"><span class="avia-bullet"></span>Services</a></li>
    </ul>
    </li>
    <li id="menu-item-2275" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=750" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Shortcodes<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2307" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>A.Test<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-2354" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2343" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Shop<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="

    <form action=&quot;http://localhost/kriesi/enfold/&quot; id=&quot;searchform&quot; method=&quot;get&quot;>
    <div>
    <input type=&quot;submit&quot; value=&quot;&#128269;&quot; id=&quot;searchsubmit&quot; class=&quot;button&quot;/>
    <input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; placeholder='Search' />
    </div>
    </form>" style="height: 116px; line-height: 116px;">
    #26967
    wesdacar
    Participant

    Hi

    How can i add, or activate the custom fields withing the portfolio items in the enfold theme?

    I would like to filter the portfolio items with a query search plugin like “Advance WP Query Search Filter” or something similar if someone has a good idea for that as well.

    Thanks for Answers

    #26960
    soulfabrics
    Participant

    I want to be able to search products through the search function embedded in the header however the default wordpress search engine spits out posts and the date they were posted. I tried relevanssi but it does not suffice for my needs. I want something along the lines of how the REPLETE theme by Kriesi where all products with images of the products show up. Would I need to purchase the REPLETE theme for this? Can I just exchange my current license for ENFOLD FOR REPLETE? or is there a work around for this? I’ve tried woocommerce predictive search (which did absolutely nothing for me) and went through extensive amounts of threads but I could not find the answer to my question..

    help!!!

    #116496

    In reply to: Enfold Showcase

    jwferne:

    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

    Could you expand on how you did the rotating company logos please. Was it an “Easy Slider”? Was it a Layer Slider? If so what were the settings? Multiple slides or just one?

    <<Please don't ask support type question in this topic. You can contact site authors if the site has contact information or create a new topic but this kind of thread should be left to showing off alone :) >>

    #131859

    1) Yes – go to “Settings > Discussions” and deselect the “Allow people to post comments on new articles” checkbox.

    2) Yes – please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    InSightGraphics
    Participant

    I would like to use some of the icons that are in the Entypo font, but not included in the Theme. (For ex: &#128319; = paper airplane)

    The missing icons are included in entypo-fontello-charmap-unmod.php, but commented out. I tried (1.) renaming “…charmap-unmod.php” to “…charmap.php” and un-commenting the missing icons; AND (2.) replacing the 4 entypo-fontello font files (.eot, .svg, .ttf, .woff) with 4 fresh files, downloaded from entypo.com (which are version 2, and should have the full character set). I re-named these font files from “entypo.woff” to “entypo-fontello.woff (etc.) to match the theme’s code.

    This did not work. The missing icons did not show an icon in the shortcode & layout editors, though they did show a little box with tiny letters in it, just not the proper icon. When I tried selecting that, I only got the little box – not the proper icon. (All the original icons still showed up fine — but the missing ones just added little boxes.)

    I tried just using plain HTML like this:

    http://pastie.org/8181865

    But the HTML didn’t work either

    — Firefox did not show the proper icon, only the missing-icon box with tiny letters

    — Chrome showed the proper icons, but ALL the entypo icons became very tiny — even the search-form icon.

    Is there a simple way of un-commenting all the missing icons from entypo-fontello-charmap-unmod.php, and getting access to the full character set of Entypo?

    I am using a Child Theme, so I’d prefer to make changes via the Child Theme’s css, function.php, or template files like header.php, if possible.

    #130923

    In reply to: Top navigation

    Hi Daan,

    You can add the css to your custom.css file in the Desktop only media query: http://www.daanbudgen.com/wp-content/themes/enfold/css/custom.css

    That will then make it only effect your desktop viewers.

    The search however is tied to the menu so when you move one you move both. Otherwise it starts to get a bit more involved in the changes you’ll need to do to keep everything still working cross browser and responsive.

    Regards,

    Devin

    #26693
    Barabbas
    Participant

    Hey, I’ve searched on the forum for this and the answer I found to a similar question was for a different theme and I couldn’t find the code in Header.php. I’m new to this but really enjoying Enfold. How can I put a banner ad in my header at the top of my site? Thank you in advance.

    http://www.MashItOut.com is my site.

    Thanks alot.. I have done it.. and fixed.. I don’t see any warning message at all..

    But I would like to share a thing abour solution.. Before you , I ve tried to find the sample_transitions.js file..in its place ..I couldn’t find it on my server.. And before upload to the server at the sametime I’ve tried find it in the themeforest.net (Enfold files)..I couldn’t it either…

    Than I searched on the internet I found sample_transitions.js file and I copied and upload the server on its place.. Warning has gone..

    What I have done is that true ?….Is that the second way to do it.?

    ( Actually When I get your message I ‘ve completed your method..)

    var layerSliderCustomTransitions = {

    “t2d” : [

    {

    “name” : “Sliding from right”,

    “rows” : 1,

    “cols” : 1,

    “tile” : {

    “delay” : 0,

    “sequence” : “forward”

    },

    “transition” : {

    “type” : “slide”,

    “easing” : “easeInOutQuart”,

    “duration” : 1500,

    “direction” : “left”

    }

    },

    {

    “name” : “Smooth fading from right”,

    “rows” : 1,

    “cols” : 35,

    “tile” : {

    “delay” : 25,

    “sequence” : “reverse”

    },

    “transition” : {

    “type” : “fade”,

    “easing” : “linear”,

    “duration” : 750,

    “direction” : “left”

    }

    },

    {

    “name” : “Sliding random tiles to random directions”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 50,

    “sequence” : “random”

    },

    “transition” : {

    “type” : “slide”,

    “easing” : “easeOutQuart”,

    “duration” : 500,

    “direction” : “random”

    }

    },

    {

    “name” : “Fading tiles col-forward”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 30,

    “sequence” : “col-forward”

    },

    “transition” : {

    “type” : “fade”,

    “easing” : “easeOutQuart”,

    “duration” : 1000,

    “direction” : “left”

    }

    },

    {

    “name” : “Fading and sliding columns to bottom (forward)”,

    “rows” : 1,

    “cols” : [12,16],

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “transition” : {

    “type” : “mixed”,

    “easing” : “easeInOutQuart”,

    “duration” : 600,

    “direction” : “bottom”

    }

    }

    ],

    “t3d” : [

    {

    “name” : “Turning cuboid to right (90°)”,

    “rows” : 1,

    “cols” : 1,

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 90

    },

    “easing” : “easeInOutQuart”,

    “duration” : 1500,

    “direction” : “horizontal”

    }

    },

    {

    “name” : “Vertical spinning rows random (540°)”,

    “rows” : [3,7],

    “cols” : 1,

    “tile” : {

    “delay” : 150,

    “sequence” : “random”

    },

    “animation” : {

    “transition” : {

    “rotateX” : -540

    },

    “easing” : “easeInOutBack”,

    “duration” : 2000,

    “direction” : “vertical”

    }

    },

    {

    “name” : “Scaling and spinning columns to left (180°)”,

    “rows” : 1,

    “cols” : [7,11],

    “tile” : {

    “delay” : 75,

    “sequence” : “reverse”

    },

    “before” : {

    “enabledd” : true,

    “transition” : {

    “scale3d” : “.85”

    },

    “duration” : 600,

    “easing” : “easeOutBack”

    },

    “animation” : {

    “transition” : {

    “rotateY” : -180

    },

    “easing” : “easeInOutBack”,

    “duration” : 1000,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “transition” : {

    “delay” : 200

    },

    “easing” : “easeOutBack”,

    “duration” : 600

    }

    },

    {

    “name” : “Scaling and horizontal spinning cuboids random (180°, large depth)”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 75,

    “sequence” : “random”,

    “depth” : “large”

    },

    “before” : {

    “enabled” : true,

    “transition” : {

    “scale3d” : “.65”

    },

    “duration” : 700,

    “easing” : “easeInOutQuint”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 180

    },

    “easing” : “easeInOutBack”,

    “duration” : 700,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “duration” : 700,

    “easing” : “easeInOutBack”

    }

    },

    {

    “name” : “Scaling and spinning rows to right (180°)”,

    “rows” : [5,9],

    “cols” : 1,

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “before” : {

    “enabled” : true,

    “transition” : {

    “scale3d” : “.85”

    },

    “duration” : 600,

    “easing” : “easeOutBack”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 180

    },

    “easing” : “easeInOutBack”,

    “duration” : 1000,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “transition” : {

    “delay” : 200

    },

    “easing” : “easeOutBack”,

    “duration” : 600

    }

    }

    ]

    };

    #130242

    Hey!

    If you’re using the streched layout try the “header background image option”. Go to Enfold > Styling > Header and search for “Custom Background Image”. There you can upload your custom image.

    Best regards,

    Peter

    #130971

    In reply to: Portfolio 6 columns

    In wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php search for

    switch($columns)
    {
    case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
    case "2": $grid = 'av_one_half'; break;
    case "3": $grid = 'av_one_third'; break;
    case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    }

    and define a new case for “6” columns:

    switch($columns)
    {
    case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
    case "2": $grid = 'av_one_half'; break;
    case "3": $grid = 'av_one_third'; break;
    case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "6": $grid = 'av_one_sixth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    }

    #26592
    wsdm2014
    Participant

    After installing Enfold, I do not see social icons, search icons and several other icons in Firefox and IE. Everything looks fine in Chrome, both on a PC and on a mobile (android) device. The website is at http://www.wsdm-conference.org/2014/

    #130701

    Hi Kevin,

    Can we take a look at your site live? Are you getting the same thing on the demo site: http://kriesi.at/themes/enfold/

    The icon is generated from a font file which has full Safari, Chrome and FF support so there definitely shouldn’t be any issue.

    Regards,

    Devin

    #26564

    Topic: SEO Issue

    in forum Enfold
    Daniel
    Participant

    Hello,

    Since using enfold as my theme and making my website live the SEO doesn’t seem to list or index the frontpage(homepage) and only indexes the contact page?

    http://www.happREMOVEyvalleREMOVEyfoundation.com/

    Please remove the 2 REMOVE above to get the correct address, just don’t want Google to index this when it’s not indexing my other pages lol..

    I did notice it indexed:

    http://www.happREMOVEyvalleREMOVEyfoundation.com/homepage/feed and I thought maybe that’s causing duplicate content and not indexing the homepage? So I used Google Webmaster Tools to remove the three following:

    homepage/feed/

    wp-content/themes/toggleway/config-layerslider/LayerSlider/skins/

    wp-content/themes/toggleway/framework/

    After doing that all my www. indexes were removed?

    As you can see by doing the: site:www.happREMOVEyvalleREMOVEyfoundation.com/ in Google.

    If you do the same without the www. you will see it only shows the contact page and some other random pages..

    I would really appreciate help on this as I want to start purchasing this theme for all my future projects, however I want to make sure the index and SEO is sorted.

    In short why won’t ‘home’ index but contact does? I’ve checked everything I can think of.. it has follow, index etc.. the sitemap seems fine.. bing.com shows the homepage.. except for the fact it shows the http:// and not the http://www. I want all my pages to be http://www and not http:// in all searches. I can give you admin access for both cpanel and wordpress if required.

    I know SEO isn’t properly a big deal in these forums but if you help me you’ll be enabling a valued customer to keep giving you money for future projects ;) It’s a good investment :P

    Cheers,

    Daniel

    #130662

    In reply to: Translate to PT-BR

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select PT_BR from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    #26507

    Topic: Translate to PT-BR

    in forum Enfold
    faterra
    Participant

    Hello,

    I need to translate my enfold theme to portuguese, not the builder or anything like that, only some words that the viewers will have to deal with, like: ” search”, “posted by”, ” leave a reply”, things like that.

    I´ve being reading the support forum, but I cannot find a way to do that. I´ve tryed a few plugins that some of you recomended: Code Localization, (this one seams nice, but even after I edited the .mo files I do not know what to do with it.

    The other one, WPML, is a paid multilanguage, not what I need.

    Can you help me? Is there a tutorial that we can watch or a step by step tutorial?

    Thank you.

    Fabiana.

    #130301

    In reply to: AJAX Search Results

    Hi,

    Open functions-enfold.php, find this code

    //now we got everything we need to preapre the output
    foreach($sorted as $key => $post_type)
    {
    if(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }
    else
    {
    $output .= "<hr />";
    }

    Replace it with:

    //now we got everything we need to preapre the output
    foreach($sorted as $key => $post_type)
    {
    if(isset($post_type_obj[post]->labels->name))
    {
    $output .= "<h4>Articles</h4>";
    }
    elseif(isset($post_type_obj[page]->labels->name))
    {
    $output .= "<h4>Pages</h4>";
    }
    elseif(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }

    Regards,

    Ismael

    Hey,

    Glad it is fixed.

    Please upgrade to Enfold 1.8.1.

    Regards,

    Ismael

    #130173

    Hey!

    Thanks. The next update (Enfold 1.8) will add an custom marker option and I also created an address search option which fetches the coordinates automatically :)

    Regards,

    Peter

    #129204

    I could reproduce the issue and we’ll fix it with the next update. For now open up wp-contentthemesenfoldincludeshelper-template-logic.php and replace:

    function avia_search_query_filter($query)
    {

    with

    function avia_search_query_filter($query)
    {

    if(is_admin()) return;

    #26304
    linkrep42
    Participant

    Hello,

    I seem to be having issues with the search function on the back end of the Enfold theme when trying to search for product categories that I have entered (the returned results are no products). Additionally I also seem to be having issues when adding products, the headlines will not stay capitalizes, and repeatedly go to all lowercase, even when trying to edit and re-save them. Any ideas on what could be causing this?

    Thanks!

Viewing 30 results - 7,321 through 7,350 (of 7,486 total)