Viewing 30 results - 7,291 through 7,320 (of 7,486 total)
  • Author
    Search Results
  • #136174

    i removed add_filter( ‘wp_nav_menu_items’, ‘avia_append_search_nav’, 10, 2 ); from functions_enfold.php

    seemed to do the trick.

    #28022
    raineysw
    Participant

    Hi,

    Is there a proper way to remove the search from the menu bar in enfold. I’d like to replace it with a facebook icon and link to facebook.

    Cheers

    #114794

    I have only just bought the theme and it is by far and away the most advanced template I have ever handled.

    I’d like to see:

    1. fly out / pop-out login (similar to the search function) so users don’t to navigate to a separate page to login.

    2. Sortable functionality for not only portfolio items but other post types.

    Brilliant theme!

    designprime
    Participant

    Hi, I recently posted a topic here on the forums about the Ubermenu plugin and was told that it would be compatible and only require a few changes to the styling. However, I’ve since purchased it and have found that when viewed on an iPad 2 (damn things) in portrait mode both the Ubermenu and Enfold responsive menu appear.

    I’ve spent considerable time looking into this and it gets pretty technical, mentioning replacing the themes menu completely by editing .php files as well as manually searching for traces of residual styles that will then need to be deleted by manually searching through all the themes files too.

    Please can someone kindly guide me through how to deal with this effectively as I tried to avoid these problems by asking important questions in advance and editing .php files sound slightly beyond my area of comfort here. It would also be good to see a couple of brief tutorials on this subject at some point in the near future too, as I am sure it would be very useful to a great deal of Enfold users.

    Many thanks,

    Actually after some more research it appears that godaddy had a php5.ini file in to root of my domain. I cleared out the entire folder structure, re-installed wordpress, and let the install create a new php.ini file (not php5). Once that was complete i was able to install the ENFOLD template and all was good.

    #27843

    Topic: Full width Google Maps

    in forum Enfold
    asdevargas
    Participant

    Hello!

    I’m looking to have a full width Google Maps on a page. I saw on https://kriesi.at/support/topic/enfold-feature-requests that you have ‘Fullscreen Google Maps Element’ as ‘requested and accepted’ and I also have been searching the forum to see if there were more explainations. I found several:

    (1) https://kriesi.at/support/topic/responsive-google-map-in-slider#post-125226

    (2) https://kriesi.at/support/topic/google-maps-in-full-width-slider

    (3) https://kriesi.at/support/topic/googlemaps-with-predefined-height

    I went with (1) and set width to 2560 so on big screens it’s also full width, but on smaller screens, the center of map just goes out. I guess this is the responsive issue you where talking on the topic?

    <iframe width="2560" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Madrid,+Spain&aq=0&oq=madrid&sll=37.0625,-95.677068&sspn=59.249168,135.263672&ie=UTF8&hq=&hnear=Madrid,+Community+of+Madrid,+Spain&t=m&ll=40.416633,-3.703766&spn=0.23525,1.373291&z=11&iwloc=A&output=embed"></iframe>

    As for option (2) and (3), I see people are going with other options but I didn’t quite catch it…

    On a theme I bought previously, in the contact, you have a fulll width map http://themeforest.net/item/coworker-responsive-multipurpose-template/full_screen_preview/3981356. It works with on a template page basis (not slider); it doesn’t resize dynamically but the pin on the map is always in the center, whatever the screen size.

    Will you include soon a similar feature? Or is there a way to force pin to the center of the screen?

    Thank you in advance!

    Anne-Sophie

    #135384

    Hi,

    It should be there by default. Go to Appearance > Menu panel. On Theme Locations, select a Main Menu.

    Regards,

    Ismael

    #135383
    #27794
    hylandgraphics
    Participant

    How do I activate the search feature in the header of Enfold. I can seem to find that option? Thanks in advance!

    #131081

    In reply to: Co-Authors Plus PLEASE

    Still not working and I’ve tried several times.

    I want to try to install this plugin that is quite complete: http://codecanyon.net/item/fanciest-author-box/2504522?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=ThematoSoup; but not if it is compatible with Enfold.

    I also tried with this plugin: http://codecanyon.net/item/google-plus-author-information-in-search-results/3093737, but is problematic

    #27710
    ideaFocus
    Participant

    Hey,

    Recently brought and put together a website for a client with Enfold but a lot of features don’t seem to be working or I’m ignorant of why there not working.

    Here is the Website: http://heartnsoulmatters.com

    Here are the problems im having that I desperately need help with:

    Responsive Design:

    1. Menu Disappears at mobile size, no drop down menu

    2. Big Space under Layer Slider at mobile size

    General Theme problems:

    1. Back to Top Button Doesn’t Appear

    2. Menu doesn’t get smaller/Shink on scroll

    3. Image’s from Media box animations dont work (Using Latest FF and Chrome Browers, and IE9)

    Everything on the site is out of the box , The only things that I have have changed is 2 quick CSS

    .title_container {

    display: none;

    }

    #top #menu-item-search {

    display: none;

    }

    So it should work, please advise me why these features arn’t working.

    Hi,

    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

    #134316

    Hey!

    The ajax search is powered by the avia_ajax_search function in functions-enfold.php

    The function has several filters that makes customization of the search parameters easy, but I am not sure if it will be enough for Relevanssi to hook into it.

    #134287

    In reply to: Ajax Search

    Argh! Stupid me. I’m using a child-theme, and I forgot that the functions-enfold.php I have in my child theme, and I was changing everthing in the parent theme hahaha

    Thank you, now it’s working perfectly ;)

    #134286

    In reply to: Ajax Search

    Hi,

    The revision I gave you for the function-enfold.php works on my end. Please do it again, remove browser cache the reload the page.

    Regards,

    Ismael

    #134284

    In reply to: Ajax Search

    In functions-enfold.php replace

    if(!empty($post->post_excerpt))
    {
    $excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ") );
    }
    else
    {
    $excerpt = apply_filters( 'avf_ajax_search_time_format', get_the_time(get_option('date_format'), $post->ID) );
    }

    with

    if(!empty($post->post_excerpt))
    {
    $excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ") );
    }
    else
    {
    $excerpt = apply_filters( 'avf_ajax_search_time_format', get_the_time(get_option('date_format'), $post->ID) );
    }

    $taxonomies = get_object_taxonomies(get_post_type($post->ID));
    $cats = '';
    $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'));

    if(!empty($taxonomies))
    {
    foreach($taxonomies as $taxonomy)
    {
    if(!in_array($taxonomy, $excluded_taxonomies))
    {
    $terms = get_the_terms( $post->ID, $taxonomy );

    if(!empty($terms))
    {
    foreach($terms as $term)
    {
    $cats .= $term->name .' ';
    }
    }
    }
    }
    }

    and

    $output .=      $excerpt;
    $output .= " </span>";
    $output .= "</span>";

    with

    $output .=      $excerpt;
    $output .= " </span>";
    $output .= "</span>";
    $output .= __('Categories:','avia_framework') . ' ' .$cats;

    This will add a list of all categories to the search result. However it’s not possible to apply add links to the categories which point to the category archive pages because the search results are wrapped into an a href tag and you can’t create a link inside a link. On the other hand the layout will be messed up if you add the categories after the a href element.

    #134274

    In reply to: Translate Enfold

    Hi,

    Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page

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

    Regards,

    Ismael

    #134282

    In reply to: Ajax Search

    Hi,

    Edit functions-enfold.php, remove everything then replace it with this code: http://pastebin.com/i8tF4BsH

    Regards,

    Ismael

    #133724

    Hi penullar,

    For the first question, no unfortunately not. The line is actually a separate element next to the text so it would need to be re-done to have two separate entities for the lines on either side.

    The second question not yet but you can add the idea to the Feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Its best to ask new questions in their own topic as it makes it easier for others to search and our queue goes by oldest posted topic first. So each self response actually pushes the topic to the end of our queue.

    Regards,

    Devin

    #27519

    Topic: Ajax Search

    in forum Enfold
    Pedro
    Participant

    I will like to change one thing in the ajax search. When the results are appearing, it appears the excerpt or the date for that entry. I will like to show the category which belongs to. I already find the place where to change (in functions-enfold.php) but when I try to retrieve the category, the only thing that appears is the string Array.

    How I can fix it?

    Thank you.

    #133934

    In reply to: Menu Display Speed

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

    var defaults =
    {
    modify_position:true,
    delay:300
    };

    You can increase or decrease the delay value to change the speed at which navigation menus display. The value is in ms (300ms).

    #27483

    Topic: Alternate Content

    in forum Enfold
    web4smallbusiness
    Participant

    I’ve searched the forum, watched a couple of your videos and looked at the support documentation that came with the Enfold theme, but I still can’t find the answer to my question regarding alternate content.

    I am wondering how to apply the alternate content settings to a page.

    For example, if I divide a page into:

    2/3 and 1/3 layout

    How do I apply the “Main Content” settings to the 2/3 page column and

    “Alternate Content” settings to the 1/3 page column.

    What I would like to achieve is to have:

    Left column 2/3 to be white background with black writing

    Right column 1/3 to be red background with white writing.

    I understand that I can set the colours in the theme styling. But I am unclear how I actually apply the styling to say, the right side of a page.

    Thank you for your help.

    #133837

    Hi Per,

    I just answered in your previous topic but I’ll do so here as well http://docs.kriesi.at/enfold/documentation/index.html

    Please don’t make duplicate posts as it makes it more difficult for searching and for us to answer.

    Regards,

    Devin

    #133556
    #127133

    In reply to: Google Custom Search

    Hey!

    Maybe you need to check the plugin configuration. If the search still points to http://my-site.com/?s=randomsearch the plugin doesn’t seem to work at all. 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/

    Regards,
    Peter

    #131353

    Hi,

    It is not the 404 page, it is the search page. You need to edit search.php.

    Regards,

    Ismael

    #131352

    This is the code from the 404 template as it is now.

    <!–end content–>

    </div>

    <?php

    //get the sidebar

    $avia_config = ‘page’;

    echo ‘<div class=”sidebar sidebar_right three alpha units”><div class=”inner_sidebar extralight-border”>’;

    dynamic_sidebar( ‘404’ );

    echo ‘</div></div>’;

    </div><!–end container–>

    The site is at http://www.zatches.org – If you do a search for the keyword “anything” you can see the 404.

    Thanks,

    -David

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme 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).

    #133013

    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');

    and the gallery thumbs should load immediately.

    #27216
    wepe1507
    Participant

    I use the Enfold-theme and have changed the alternate background color in the enfold options menu. When I do this, also the background color of input field of the search bar in the main menu changes.

    What have I to do that background color of the search bar remains white and how can I change the font color of the search bar input field in the main menu?

    Thanks.

Viewing 30 results - 7,291 through 7,320 (of 7,486 total)