Viewing 30 results - 7,381 through 7,410 (of 7,486 total)
  • Author
    Search Results
  • #128156

    Hi,

    The topics are group together by theme. You can use the search box.

    Regards,

    Ismael

    #127113

    I did not test this code mod but try following – in functions-enfold.php delete:

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

    Then open up header.php and replace

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');

    with

    ob_start();
    get_search_form();
    $form = htmlspecialchars(ob_get_clean()) ;

    $form = '<span id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></span>';

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => $form);

    Yes exactly :)

    Thanks for posting the secondary fix as well.

    Regards,

    Devin

    Exactly what I needed. Thank you both very much!

    FYI, for those looking to remove the search and buy more space on the navbar, I also moved the menu over to the right. Here is the stylesheet code:

    .main_menu{ right: -20px;}

    Hi,

    @formateins: Thanks man. :)

    @GLIMedia: You can do formateins solution. Add the code on your custom.css or Quick CSS.

    #menu-item-search {
    display: none;
    }

    Regards,

    Ismael

    #127621

    Try this:

    #menu-item-search {display:none;}

    #25626
    GLIMedia
    Participant

    I would like to remove the search icon on the menu to make more room for menu items. Can you tell me how to do that? I am using the Enfold Theme.

    #127153

    Hi Devin,

    thank you for the immediate answer!

    Having the searchbox on mobile devices seems indeed an essential feature.

    Proposal: The Enfold header settings allows customization of links to social media. It would be much more powerful to have *arbitrary* icon/link pairs instead…!

    BTW: Not only the searchbox but the whole sidebar disappears in the mobile view…

    Best regards,

    informium

    #127295

    Hi Ismael,

    Thank you for the link.

    1. As I understand it you are giving me two choices: YOUR method of editing custom.css and NICK’s more complex method. Correct?

    2. In YOUR method, I use a jpg or png icon and in NICKS’s method I use a glyph. Is this correct?

    3. Fontello does have an Apple icon. See here http://www.fontello.com/#search=apple

    4. On the link you posted it shows many directions. Yours, Nicks – do steps 1-12 then, only do steps 5,9,11, etc. It seems to me the directions evolved over time and were edited. I am confused.

    5. What is the easiest way to replace the “dribbble” glyph with this apple glyph? http://www.fontello.com/#search=apple

    Thank you for your time, Jasmer

    #25524
    progenki
    Participant

    Hello,

    Ever since I installed enfold the search bar on the site’s header does not appear.

    progenki.com

    Weirdly so, it appears on my offline site. I replaced the files with the offline site and I still am not getting a search bar.

    What am I missing?

    #114692

    Requested in another topic:

    A search field that appears in the header on mobile devices

    Regards,

    Devin

    #127152

    Hi informium,

    You could add in a field for it that will only appear on mobile devices. It would need to be added into the header.php in its own new div and then styled to fit into the mobile layout.

    I’ll add the idea as a feature request in the Enfold feature request thread as well.

    Regards,

    Devin

    FLSouthPaw
    Participant

    Problem uploading images…

    I am getting…

    An error occurred in the upload. Please try again later

    when trying to upload images…

    It is random what pictures give the error but all of them are always 300k or smaller pictures…

    Even with the error the picture is still uploaded but seems like it craps out generating the thumbnails… does only a few…

    I have tried disabling all plugins with Enfold theme enabled and still get errors…

    I can switch to twentytwelve theme leaving all plugins enabled and all pictures upload fine… though this theme does not create thumbnails like Enfold…

    I have researched the issue and seem to be a common problem for a lot of people with wordpress but has a billion different answers…

    If you have any ideas please advise… I will keep trying to figure it out too…

    #127151

    Sorry, that question refers to the theme Enfold and should have been posted there. Might be of relevance to other themes anyway.

    #122253

    Try following – open up enfold/js/avia.js and search for

    if(first_level_items > 8 && !bottom_menu)

    Replace “8” with a lower value (eg “5”) and the theme should switch to the mobile menu when the user resizes the screen to < 1000px.

    #126555

    No, unfortunately not without major modifications/customization. By default the isotope script supports one filter/sort level and we just use the default script functionality. If you want to implement several filter levels you need to rewrite the portfolio function in enfold/js/avia.js – search for

    $.fn.avia_iso_sort = function(options)

    and add your advanced filter logic/code to this function.

    #126364

    That is definitely outdated SEO practices but you can remove or modify the wrap on widgets in:

    enfoldframeworkphpclass-sidebar-generator.php:

    Line 164 and line 165. Any change in styling will need to be re-done though I don’t know if anything is directly tied to H3 or not.

    In addition to that location there are a number of others in the following files with the same structure:

    enfoldconfig-bbpressconfig.php
    enfoldincludesadminregister-widget-area.php
    enfoldincludeserror404.php
    enfoldincludesloop-search.php

    Regards,

    Devin

    #126365

    Hi,

    You are talking about in the backend or on the website?

    If you are talking about on the site, my suggestion is to install a plugin to enhance your search since there are a couple of high end and free search plugins.

    Here they are. All current and frequently updated.

    You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Thanks,

    Nick

    #126380

    Open up enfold/js/shortcode.js and search for this code around line 205:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    });

    change it to:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    }).trigger('avia_start_animation');

    #123185

    If you just want to get rid of the title revert the changes I posted above (because this will remove everything) and open up functions-enfold.php. Search for:

    if(empty($title)) $class .= " empty_title ";

    and replace i with

    $title = '';
    if(empty($title)) $class .= " empty_title ";

    By going this way you’ll remove the title from all pages.

    #126048

    Thanks,

    I have installed woocommerce and activated and also set the plugin to use the shop page but when I click on the shop nav menu I get the following page error?

    Nothing Found

    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    Having never used woocommerce I don’t know where to go from here?

    #25243
    LAHWebDesigns
    Participant

    When I view my site on iPad and even resizing in a browser, the main menu slides under the logo and does not switch to the responsive layout like the demo for Enfold does.

    The demo seems to switch the navigation to the responsive button at about 1000px wide. And when I adjust the avia.js to 1000 (I’ve searched the posts here for a solution and tried changing the avia.js as suggested in one post) what I get is the responsive button and the menu!

    I have the latest update of Enfold, 1.7 and WP 3.5.2. Am I doing something wrong?

    http://www.ttg.travel/redesign/

    #125487

    Hi,

    please open up functions-enfold.php in the main folder of the theme and go to line 251 that looks like

    'html'			=> "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",

    This is the line that creates that whole segment, and as you can see the {title} is the title, and {additions} are the bread crumbs.

    You can just delete {title} from there.

    If you want that grey band that used to contain title be completely gone you can just change the first part of this above to the code below instead of replacing just {title}

    'html'			=> " ";


    And in page.php you can add the following to line 16 of page.php

    <?php echo "<div class='title_container'><h1>".get_the_title(get_the_ID())."</h1></div>"; ?>

    You will need to add that same code on the above line to the following files, it all goes to the same location pretty much , just look for a div with a class=”container” and paste it under it.

    http://i.imgur.com/JRKHOQi.png <— all these files are in the main theme folder.

    404.php


    line 17

    archive.php


    line 25

    forum.php


    line 31

    index.php


    line 32

    page.php


    line 16

    search.php


    line 17

    single-portfolio.php


    line 16

    single.php


    line 28

    taxonomy-portfolio-entries.php


    line 16

    template-archives.php


    line 22

    template-builder.php


    line 33

    config-woocommerce/config.php


    line 528

    Thanks,

    Nick

    #125404

    Enfold uses a new breadcrumb function which is also located in class-breadcrumbs.php – search for

    $trail[] = '<a href="' . home_url() . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home" class="trail-begin">' . $show_home . '</a>';

    You can replace the get_bloginfo( ‘name’ ) function with your custom text. If you want to replace the $show_home variable content (by default it’s “Home”) I’d recommend to modify the breadcrumb parameters in functions-enfold.php and replace:

    $defaults 	 = array(

    'title' => get_the_title($id),
    'subtitle' => "", //avia_post_meta($id, 'subtitle'),
    'link' => get_permalink($id),
    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
    'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    'breadcrumb' => true,
    'additions' => "",
    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
    );

    with

    $defaults 	 = array(

    'title' => get_the_title($id),
    'subtitle' => "", //avia_post_meta($id, 'subtitle'),
    'link' => get_permalink($id),
    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
    'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    'breadcrumb' => true,
    'additions' => "",
    'show_home' => __( 'MY CUSTOM TEXT', 'avia_framework' ),
    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
    );

    and insert your custom text instead of “MY CUSTOM TEXT”.

    #125618

    Hey!

    Please search for following code in enfold/js/avia.js

    switchWidth 	  = 767;

    if(first_level_items > 8 && !bottom_menu)
    {
    switchWidth = 989;
    header.addClass('mobile_menu_tablet');
    }

    Try to change the switchWidth value of 767 to 1006.

    Regards,

    Peter

    #125330

    Hi,

    actually Enfold should import two demo slides when you activate the theme. Go to “LayerSlider WP” > All Sliders and search for the “Why Enfold – Small Header” and “Enfold – most beautiful theme ever” sliders. Both sliders contain the effects from the demo website.

    #124505

    Hi,

    Maybe you can setup the Enfold on a domain then copy the header html tag. You might need to edit the links.

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

    <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=1422"><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=single-product">

    <img width="120" height="120" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21-120x120.jpg" class="attachment-shop_thumbnail wp-post-image" alt="2">
    Single 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=1422" class="button">View Cart →</a>
    <a href="http://localhost/kriesi/enfold/?page_id=1423" class="button checkout">Checkout →</a>
    </p>

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

    <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" 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: 88px; line-height: 88px;"><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-1351" 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-1356" 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-1352" 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-1355" 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-1354" 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-1353" 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>
    </ul>
    </li>
    <li id="menu-item-1338" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=756" style="height: 88px; line-height: 88px;"><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; visibility: hidden;">
    <li id="menu-item-1339" 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-1340" 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-1342" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=756"><span class="avia-bullet"></span>Portfolio 4 Column</a></li>
    <li id="menu-item-1343" 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-1344" 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-1345" 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-1346" 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-1337" 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: 88px; line-height: 88px;"><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; visibility: hidden;">
    <li id="menu-item-1370" 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-1350" 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-1349" 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-1348" 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-1347" 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-1357" 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: 88px; line-height: 88px;"><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-1359" 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-1363" 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-1366" 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-1364" 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-1365" 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-1361" 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-1367" 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-1362" 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-1369" 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>
    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1358" 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>
    </ul>
    </li>
    <li id="menu-item-1360" 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-1368" 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-1341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-mega-parent dropdown_ul_available" style="overflow: hidden;"><a href="http://localhost/kriesi/enfold/?page_id=750" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Shortcodes<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
    <div class="avia_mega_div avia_mega1 three units" style="opacity: 0; display: none; right: -109px;">

    <ul class="sub-menu">
    <li id="menu-item-1378" class="menu-item menu-item-type-post_type menu-item-object-page avia_mega_menu_columns_1 three units avia_mega_menu_columns_last avia_mega_menu_columns_first"><h4 class="mega_menu_title"><a href="http://localhost/kriesi/enfold/?page_id=821">Animated Image</a></h4>
    <ul class="sub-menu">
    <li id="menu-item-1379" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=761"><span class="avia-bullet"></span>Blog Elements</a></li>
    </ul>
    </li>
    </ul>

    </div>
    </li>
    <li id="menu-item-1433" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1421" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Shop<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-1434" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1422"><span class="avia-bullet"></span>Cart</a></li>
    <li id="menu-item-1435" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1430"><span class="avia-bullet"></span>Checkout → Pay</a></li>
    </ul>
    </li>
    <li id="menu-item-1463" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1373" style="height: 88px; line-height: 88px;"><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-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="<form role=&quot;search&quot; method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;http://localhost/kriesi/enfold/&quot; >
    <div><label class=&quot;screen-reader-text&quot; for=&quot;s&quot;>Search for:</label>
    <input type=&quot;text&quot; value=&quot;&quot; name=&quot;s&quot; id=&quot;s&quot; />
    <input type=&quot;submit&quot; id=&quot;searchsubmit&quot; value=&quot;Search&quot; />
    </div>
    </form>" style="height: 88px; line-height: 88px;">
    #125508

    In reply to: 404 page

    The code of the 404 page can be found in wp-contentthemesenfoldincludeserror404.php

    Replace:

    <?php _e('Sorry, the post you are looking for is not available. Maybe you want to perform a search?', 'avia_framework'); ?>

    with

    <?php _e('Sorry, the page you are looking for is not available. Maybe you want to perform a search?', 'avia_framework'); ?>

    and delete

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    #25009
    navin1976
    Participant

    Hello everyone,

    I have done a search and not found a similar question, so here goes:

    I would like to recreate the behaviour of this plugin ( http://wordpress.org/plugins/category-posts-in-custom-menu/ ).

    Essentially, I want all portfolio items from a certain category to show up automatically on a custom menu (I have team members listed under a category, and the number will expand in the future). Thus when I added new items, the menu would update itself automatically.

    Unfortunately, the plugin does not seem to work on my current set-up (not sure if it is a problem with enfold or newer versions of wordpress).

    Anyone had any luck with anything similar?

    Navin

    #125285

    Hi!

    Open up enfold/js/avia.js and search for:

    opa			= 0.7;

    Replace 0.7 with an higher value like 0.8 or 0.9.

    Best regards,

    Peter

Viewing 30 results - 7,381 through 7,410 (of 7,486 total)