Viewing 30 results - 7,261 through 7,290 (of 7,494 total)
  • Author
    Search Results
  • #28715
    BeeCee
    Participant

    Hi,

    I would like to use ENFOLD’s “latest news” widget in that way, once that it shows only the “latest news” of category A, and twice (as another widget below) the “latest news” of category B.

    Is there a solution for it, or if this won’t work, a plugin?

    I don’t know for what to search …

    Thanks.

    #28682
    breatheorange
    Participant

    Open enfold demo or my site dev.bigthumb.com and the search icon in the menu bar is a pause button. Bug? How do I get this fixed?

    #135582

    In reply to: Entypo Font Update

    Hi Tom,

    The search icon should still work in IE8. It does on my live install, my personal site and the past dozen or so client sites I’ve built with Enfold. All tested with native IE8, Enfold 2.0.1 and WordPress 3.6.

    Regards,

    Devin

    #137963

    Do you mean the standard text strings like on the search page: http://www.volantexrc.com/cn/?s= (“If you are not happy with the results bellow please do another search”, etc.)? If yes you must translate these strings with a po/mo translation file. I’d suggest to generate the 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”. Afterwards 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).

    Or do you want to translate i.e, “ABOUT US”? If yes just open up the textblock element (seems to be part of a color section) and replace the text with your translation…

    #138083

    Hi tonaua,

    With an issue like that it would be best if we could just inspect it live. You can obfiscate your url from search engines by using http://goo.gl/

    Regards,

    Devin

    #28635
    artistic24459
    Participant
    #137781

    ok, I found a perfect solution, that shows automatically the excerpts, too – thanks to Dude’s code modification with using the plugin Relevanssi:

    Here is the code modification, so that Relevanssi works perfect with ENFOLD:

    https://kriesi.at/support/topic/instant-search-not-matching-search-results#post-135415

    #137916

    You can change it in wp-contentthemesenfoldframeworkphpclass-form-generator.php – search for

    $this->output  = '<form action="'.$params['action'].'" method="post" class="ajax_form '.$extraClass.'" data-avia-form-id="'.$this->formID.'"><fieldset>';

    #138019

    You can modify the post query but note that it will affect ALL portfolio grids. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and search for

    $query = array(	'orderby' 	=> 'post_date',
    'order' => 'DESC',
    'paged' => $page,
    'posts_per_page' => $params['items'],
    'post_type' => $params['post_type'],
    'tax_query' => array( array( 'taxonomy' => $params['taxonomy'],
    'field' => 'id',
    'terms' => $terms,
    'operator' => 'IN')));

    Replace the operator value and use AND instead of IN

    #136126

    In this case I’d contact the hoster – ask them if any redirect rules are in place which can block or affect search queries. You can also try to switch to another theme (like TwentyTwelve). If this link: http://www.lighthousemktg.com.au/?s=test still redirects you to the front page it’s definitely a sever configuration issue.

    #137553

    Hi!

    Sounds like a javascript issue/conflict. You can use the browser console to determine which script breaks the website.

    Best regards,

    Peter

    #132454

    I answered your single topic with the same question here: https://kriesi.at/support/topic/how-can-i-use-or-activate-woo-commerce-on-my-site#post-136152

    Please try not to duplicate a question on multiple topics as it makes it harder for us to answer quickly and for others to search.

    Regards,

    Devin

    #28595
    Peter
    Participant

    Hi – I need to use the portfolio custom post type to create a searchable directory of attorneys. We have over 70 attorneys, so we’d need to be able to search for them by last name, title, expertise, etc.. We recognize that it may be possible to customize another plug-in to help accomplish this, but would appreciate some assistance working with the enfold theme and we just want to hire someone to do it.

    If you can help, please email me at: (Email address hidden if logged out) and I can provide you more details. This is a very common function of larger attorney websites, so you could probably look at any law firm’s website that has more than 25 attorneys and see this kind of implementation.

    #28591
    zolute
    Participant

    Hi,

    I am using Enfold on http://www.epicresearch.co/learningcentre

    I need the theme to run properly with fallbacks on IE6 too. Please let me know how to achieve it.

    Promptness will be appreciated.

    #137552

    Hi Ismael,

    I am on version 2.0.1 and WordPress 3.6.

    I have a couple of plugins like Akismet and WordPress SEO, but deactivating doesn’t fix the problem.

    ** Just realised it only happens when I am logged in to WordPress and that toolbar thing is at the top. Sorry!

    #137551

    Hey,

    Please upgrade to Enfold 2.0.1. I think it will fix the issue. Upgrade WordPress to 3.6. Did you add plugins prior to this issue?

    Regards,

    Ismael

    #28518

    Topic: Sidebar and Header

    in forum Enfold
    Cdfb
    Participant

    Hi guys

    1. I would like to create a sidebar like in your demo version: http://kriesi.at/themedemo/?theme=enfold

    Unfortunately I can’t find how or where to make it. If I make a Widget it doesn’t look like this.

    2. In the sidebar there appear a search button, Recent Posts and Recent Comments automatically. How do I get rid of these?

    3. I would like to get rig of the text on top right: “You are here: Home”

    Thank you in advance

    #137738

    Actually we just use the standard search query and we have no influence on the search results. 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/

    #28439
    YomStar
    Participant

    Hi, I can’t seem to get the search button to work in the header. When I click it a line appears further down the page, but no search box appears.

    View post on imgur.com

    You can see the black line down in the paragraph text.

    Thanks for your help!

    #136124

    It seems like the standard search query doesn’t work in your case. Eg

    http://www.lighthousemktg.com.au/?s=test doesn’t work but the same search works on the demo page:

    http://kriesi.at/themes/enfold/?s=test

    Try following

    1) Deactivate all plugins and check if the search works. If yes activate them one by one until the search doesn’t work again.

    2) If 1) does not solve the problem upload all wordpress and theme files again. Use the latest versions (wp3.6 and Enfold 2.0.x).

    3) If 2) doesn’t work go to Settings > Permalinks and hit the “save” button to flush the rewrite rules.

    #137586

    Open up wp-contentthemesenfoldincludeshelper-post-format.php and search for

    $heading = is_singular() ? "h1" : "h2";

    Replace h1 and h2 with any headline type of your choice. h1 is used on single post pages, h2 on the blog & archive page. If you’re using a child theme you can duplicate the avia_default_title_filter() function and overwrite the parent theme function if you like.

    #136180

    In reply to: search bar RTL

    Hi

    sorry for the late response, i wasn’t near a computer.

    about the search issue, i paste the code in “enfoldcsscustom.css”

    and no change…

    inline style will always have priority over external css, no ?

    thanks

    #28461
    eRoxanne
    Participant

    I LOVE Enfold! Thank you for making me look so good to my boss.

    On my site, when I search for a phrase and the home page is included in the search results, I get this sentence below the results heading for: Home:

    “This is a Page excerpt. It will be displayed for search results”

    Can you tell me where I can find this so I may remove it? (I am using a specific page named Home for my home page, not a posts page. I tried creating a posts page named Home and put in an excerpt that I wanted but it did not change the excerpt blurb on search results.)

    Thank you!

    #28452
    Bogusz
    Participant

    Hi,

    I have Enfold theme bought, and now I want to configure it with bbPress in the way I need.

    1. Under topics list I have an “Add new topic” form. I would like to have a button instead and form to appear on separate page. Is it some Enfold specific thing to display the form? If yes how to fix it? If no do you know how to fix it or any tutorial maybe? I have searched through whole web and nothing

    2. Is IP address under the avatar Enfold specific as well? How do I disable it. By hiding with css?

    3. What is the field saying 0p under avatar for. What 0p means? Some points? How does it work. I assume again it is Enfold sepcific as I have not seen it in any other bbPress forum

    Thanks in advance.

    #134320

    You can use Relevanssi for the ajax search query. Open up enfoldfunctions-enfold.php and replace

    $defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
    $_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);

    $query = array_merge($defaults, $_REQUEST);
    $query = apply_filters('avf_ajax_search_query', http_build_query($query) );
    $posts = get_posts( $query );

    with

    $defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
    $_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);

    $searchquery = array_merge($defaults, $_REQUEST);

    if(!function_exists('relevanssi_do_query'))
    {
    $searchquery = apply_filters('avf_ajax_search_query', http_build_query($searchquery));
    $posts = get_posts($searchquery);
    }
    else
    {
    global $query;
    $tempquery = $query;
    $searchquery = apply_filters('avf_ajax_search_query', $searchquery);

    $tempquery->query_vars = $searchquery;
    relevanssi_do_query($tempquery);
    $posts = $tempquery->posts;
    }

    #137220

    Unfortunately this is not possible at the moment but you can hide certain menu items by inserting “noMobile” into the css class field of these items (if you can’t find this option field on the menu option page search for the “Screen Options” tab in the right top corner and click on it. Then tick the checkbox next to “CSS Classes” to activate this field).

    If you really need to separate menus you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests and we’ll look into it if more users request it.

    #28007
    jaseellis
    Participant

    Hi Guys

    Since updating to latest theme files, the search button and also the “View All Results” buttons do not work. They both just refresh the home page. The dynamic list is working fine. It’s more if I hit View All Results or just type a word and hit enter.

    Any suggestions?

    Thanks in advance.

    Cheers

    Jase

    #114971

    Hello Dude,

    Thanks for your response.

    In this case, all these two ‘��’ should be removed. Therefore, the breadcrumb is created, the PHP code should cut off the string before these two invalid characters. Sometimes, you will see one of these as ‘�’. But this is just a representation of UTF-8 encodings in a browser, and using W3C HTML Validator reveals invalid character code is “xE3” in this case.

    This can happen when you are trying to truncate a UTF-8 string at any character boundary. For example, if you have a string “あ”, which consists of 3 bytes “E3 81 82”. If you cut the string within these 3 characters, the original character “あ” will be corrupted, and it is represented like this ‘�’.

    This issue is not limited to Japanese. In German, for example, a character ‘ä’ can be encoded as two bytes: “C3 A4”, and cutting these two bytes into half will make the ‘ä’ character invalid.

    With a little search, I found a similar article:

    http://stackoverflow.com/questions/8484162/how-to-truncate-an-utf8-string-in-php

    I think using mb_strimwidth instead of substr will resolve this issue.

    Thank you,

    #28334
    RocketMoon
    Participant

    Hello,

    I am creating a site for one of my clients, Street Paws. For the blog page, I am unable to get the header to hide.

    http://www.streetpawsnyc.com/blog/

    Set up as follows:

    Enfold Blog Style: Single author, small preview pic

    Blog Page Layout Setting: Default Layout – set in Enfold setting

    Blog Page Layout Setting: Header Settings set to “Don’t display the Header”

    I have searched the forums and believe I am following the correct steps. I am clearly doing something wrong.

    Can you please provide guidance on how to fix this?

    Thanks – Sharon Elkins

    Rocket Moon

    http:www.rocketmoon.com

    #28325
    nelinda321
    Participant

    I absolutely love this theme, but this is the one problem I can’t seem to resolve. I have two websites using Enfold (drjenna.net and horsestreat.com). On the drjenna.net site I am having issues with the menu overlapping the logo as the window is made narrow and on iPad portrait. Horsestreat.com the menu completely disappears when viewing in iPad portrait mode. I’ve searched through this forum and tried some of the suggested CSS fixes as well as the modifying the .js file, and none have worked.

    Please help!

Viewing 30 results - 7,261 through 7,290 (of 7,494 total)