Viewing 30 results - 5,461 through 5,490 (of 7,495 total)
  • Author
    Search Results
  • #447152

    In reply to: Search Directory

    Hi Grace!

    Please try using an advanced search plugin such as Relevanssi. You can find implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Regards,
    Yigit

    #447081

    Topic: Search Directory

    in forum Enfold
    Valinsy
    Participant

    Hi There,
    I’m not sure if this is already a feature of enfold but I would like to add a directory to the site to search for content. I’ve seen them in a few sites but I’m not sure what the style is commonly referred to as.

    Basically I need the option to search by Category, Search by Title, Search by Country, Search by Organisation etc… Preferably by a dropdown menu. Something similar to this site

    If I need to add a plugin to enfold can you recommend something that integrates well with the theme or point me in the right direction.

    Many Thanks
    Grace

    #446902

    In reply to: Enfold Showcase

    Just launched an enfold site for a documentary film with some of the biggest names in sports across the planet. Enjoy. Brilliant theme!

    THE SEARCH FOR FREEDOM FILM

    #446862

    Hi Elliot,
    You can get a better idea of my problem here
    http://abab7502.staging-cloud.netregistry.net/abcountrywide-staging/

    Secondary menu and main menu swap. (Using Zen Menu & Menu Swapper)
    Which gives me two problems

    1. The search function only works on the enfold main menu (personal) but not on the swapped menus (business)
    I’m hoping there’s a way to show on all menus or to move the search to the top bar next to social icons.

    2. I want the PERSONAL menu item highlighted for all pages related to personal.
    I’m hoping I can do this by either giving it a “button style” ie coloured. (this doesn’t seem to work on the top menu)
    Or If a sub page of PERSONAL is given Page Attribute – Parent – Personal (does this give this give PERSONAL a different CSS style?)

    Thank you for your help.

    Regards
    Evan

    #446583
    ohsec
    Participant

    I want adjust header height to 45px
    and look together searching icon in same line on mobile.

    Thanks in advance.
    :D

    ps My grammar is tooooo terrible.
    Please understand.

    • This topic was modified 10 years, 10 months ago by ohsec.

    Sure, although this is the case with all your sites, it’s just how the ajax portfolio works. It’s under construction at: http://realfreshclient.com/sandbox/company/team/ (abil2 is the pw to see the site).

    What they are asking for is, when you click on Tom, and the tom page opens above the row of pics:

    1.) Can we have something happen to the Tom pic in the row to indicate that’s the image we’re on. Some sites, like google image search for example, use the little pointer that goes down into their larger box, some sites use a color overlay. Yours does nothing and we wondered if it could.

    2.) People are really used to having these ajax boxed areas open below, not above, and client is asking if that is possible with this theme.

    These are the main issues giving the client pause about using Enfold.They are liking everything else but this one I have been unable to begin to solve. Here’s a site where it works the way they like (and the way google image search works, btw, as well):

    http://www.iorahealth.com/about-us/our-stories/

    See how the item opens right below the image selected, no matter what row it’s in at that screen width? AND there’s a pointer back to the image? I believe Iora is using the Builder Theme but to accomplish this page, they seem to be using the Views plugin.

    So that may be what I need to hire someone to try to do in Enfold. The thing is, enfold is already offering ajax, so I can’t help wondering whether this is solvable without an additional plugin by altering the way Ajax is working.

    Thanks.

    #446505

    Hi!

    You could try doing this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag the search widget to the new header widget area.

    Regards,
    Elliott

    #446164

    In reply to: Relevanssi issues

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    Please add this in the functions.php file to limit the number of posts for each post type to 3:

    add_filter('avf_ajax_search_query', 'avf_modify_ajax_search_query', 10, 1);
    function avf_modify_ajax_search_query($search_parameters)
    {
    parse_str($search_parameters, $params);
    $params['numberposts'] = 3;
    $search_parameters = http_build_query($params);
    return $search_parameters;
    }

    You can adjust the numberposts value if you want.

    Cheers!
    Ismael

    #446034

    Hi iThemer!

    Please go to Enfold/framework/php folder and open functions-set-avia-frontend.php file and search for “avia_logo”

    Cheers!
    Yigit

    #445710

    Hi MulderMind!

    1- Please use a more advanced search plugin such as Relevanssi. You can find implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
    2- Please refer to this post – https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Best regards,
    Yigit

    #445706
    MulderMind
    Participant

    Hi guys,

    Been using enfold for couple of years now and still think its one of the best and userfriendly themes out there!

    I have two questions
    1: Is it possible to have the search plugin only search trough portfolio entries and exclude results on pages en products?
    2: Is it possible to show the featured images on the search result page?

    Thanks in advance!

    #445524

    Topic: Relevanssi issues

    in forum Enfold
    Wolf
    Participant

    Hello Enfold.
    I just had relavanssi installed (also AJAX results, thanks for the help) and I have a few issues.

    The ajax results are too many. I found some css here too limit the search box and add a scrollbar(https://kriesi.at/support/topic/limit-ajax-search-results-with-relevanssi/). that works nice. But the you still have to many results (10 pages alone, and then some portfolio items etc.)

    I would like to old amount back if possible.

    Also relevanssi finds html tags when searching in the ajax box. This:
    add_filter(‘avf_ajax_search_excerpt’,’avia_strip_search_result_tags’, 10, 1);
    function avia_strip_search_result_tags($content){
    $content = strip_tags($content,”);
    return $content;
    }

    Didn’t do anything.

    And last

    The tags for the blog don’t work anymore.

    any ideas on these issues?

    Hi!

    not sure what you want to achieve. A screenshot (imgur.com, dropbox) showing what you want to achieve would help. However, if you want to move the video+tabs more to the left to center it use this code in Quick CSS:

    .tabcontainer.sidebar_tab.sidebar_tab_right.noborder_tabs.avia-builder-el-4.el_after_av_hr.avia-builder-el-last {
    left: -240px;
    }
    

    and adjust as needed.

    For your mouse hover text you would need to search a plugin for this, as there is no specific function like that in Enfold.

    Cheers!
    Andy

    #444864
    Wolf
    Participant

    Hello Enfold,
    I use relevanssi for my search, and it works great. I found this http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ to make the ajax results also relevanssi. But it doesn’t say where to add the code. I already had some major errors do to bad editing of the functions.php So I would like to know for sure where to add the code. At the top, at the bottom, between something, within some tags. I have no experience with php. So if someone could be as specific as possible where to paste the code, that would be awesome!

    thanks

    #444688

    There is no cache

    Only CSS changes are in the style.css and the enfold quick CSS section.

    Not too sure what you changed, but it moved the search icon back into overlapping the logo.

    #444659

    Hey sublime5o

    Sorry for the late reply! Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_bottom_nav_header #top #menu-item-search>a {
      padding-right: 35px;
    }
    #header #header_main_alternate .container {
      padding: 0 40px;
    }

    Regards,
    Yigit

    #444619
    sdkl
    Participant

    enfold is generating contradictory robots tags. one allowing- this one is on every page:

    just under;

    <!– page title, displayed in your browser bar –>
    <title>site name | page title</title>
    <meta name=”robots” content=”index, follow” />
    <link rel=”icon” href=”http://example.com/wp-content/uploads/favicon.ico&#8221; type=”image/x-icon”>

    then;
    <!– Scripts/CSS and wp_head hook –>
    <meta name=’robots’ content=’noindex,follow’ />

    this secondary meta is generated if the settings are thus:
    Settings>reading>Search Engine Visibility> Discourage search engines from indexing this site checked.

    environment:
    zero plugs less the layers built in one
    fresh install
    repeatable
    latest wp and theme.

    obviously I want to disable bots for now on the pre-production site- and I know that, google for example honors the most restrictive but other bots…
    cannot find anything on the search.

    • This topic was modified 10 years, 10 months ago by sdkl.
    #444558

    Topic: Enfold layout problems

    in forum Enfold
    Mike
    Participant

    I’m trying to rough-in a new web site, but am finding it impossible to build the layouts i want. I’ve searched the support threads on these topics and what i’m trying to do appears to be possible, but Enfold is inexplicably fighting back with layouts of its own. Enfold is up to date, WordPress is up to date. This early version of the site is running locally on MAMP. I’d appreciate any insight in to how I might lay this out and get it to ‘stick’.

    up to date

    Tabs not full width
    When i first created this page and placed tabs, the tabs filled the whole width of the page. After one of my page updates, the tabs have narrowed themselves. I’ve tried placing them inside and outside of full-width elements, but they no longer stretch. I created a new page and the tabs worked full width as expected. After some small updates to the page, the tabs have narrowed themselves again.

    tabs back end
    tabs front end

    Content is nesting itself
    On a page with several sections of text, all content after the first section is automatically nesting itself in to previous sections.

    This is how it is laid out:
    the right way

    After building a page i hit ‘update’. The updated page publishes correctly, but the layout scrambles. ‘Updating’ after this will publish the scrambled layout. The page must be re-loaded from a saved revision. I click ‘update’, and the layout will scramble again.

    After Update, sections nest themselves in to previous sections:
    nested and scrambled

    Do you know what might be causing these layout inconsistencies? I can’t continue using it with this behavior. Thank you.

    • This topic was modified 10 years, 10 months ago by Mike. Reason: clarification
    #444322

    Hey gharding!

    Thank you for using Enfold.

    You can try this:

    aside .widget {
      border: 1px solid #555;
      background-color: #fff;
      width: 100%;
      padding: 5px;
      font-size: 100%;
      color: #2f3a8f;
      margin: 10px 0;
    }
    
    h3.widgettitle {
      color: #FFFFFF;
      padding: 3px;
      text-transform: none;
      font-weight: normal;
      background: #2d3d90;
      background: -moz-linear-gradient(top, #2d3d90 0%, #2b3b8c 25%, #212f77 53%, #1c286b 69%, #182563 75%, #131e59 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3d90), color-stop(25%,#2b3b8c), color-stop(53%,#212f77), color-stop(69%,#1c286b), color-stop(75%,#182563), color-stop(100%,#131e59));
      background: -webkit-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      background: -o-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      background: -ms-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      background: linear-gradient(to bottom, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d90', endColorstr='#131e59',GradientType=0 );
    }
    
    .widget_search {
      border: none !important;
      padding: 0;
    }

    Regards,
    Ismael

    #444203
    daverogers
    Participant

    Hello,
    I have just started using enfold, it really is excellent! I have searched the forums to see if there is an answer to this already, but I cannot find one.
    I would like to be able to place text on top of a full width google map element, can you let me know how I might go about this?
    In essence setting the map as a colour section on top of which I could place different elements like text and buttons, but keeping the interactivity of the map present.

    I hope you can help.

    #444007
    jurgen1979
    Participant

    Hello

    I have a client who is using Enfold on his website. The website is http://www.nordic.be.

    There is a search system on that site and when you do a search you get the results displayed like this: http://bit.ly/1H3YQ98

    Now my client wants to add something to some of the description of the portfolio-items … He wants to add a small ‘label’ to portfolio items that are in a certain category. Is this possible?

    I saw something like this in the demo shop theme. There you see for some articles a bleu “SALE” label.

    Blue circle in right bottom corner
    (http://nl.tinypic.com/r/f9qvit/8)

    In fact my client wants the same thing … Only I don’t realy know how I can achieve this. Can you help me with this or point me in the right direction where I must look?

    Thank you for the help!

    #443124
    gbbollmann
    Participant

    Hi Team!

    Searched all over but cannot find a solution.

    A created a Page to host my blog excerpts. Inside that page I added a 2/3 column and a 1/3 column and inside that 2/3 column I added the Content Element = Blog Posts.

    Blog Posts style is Single Author, Small Preview pic (small feature image).

    However, it is aligning center and not left, as per your demo content in this link:
    http://kriesi.at/themes/enfold/blog/blog-single-small/

    The link to my page is:
    http://www.ilos.com.br/web/?page_id=98

    Thank you!

    #442979

    Hey SphereEvenements!

    I can see that you are still using Enfold v3.1.3, insetad of Enfold v3.1.5, so please update your theme again via FTP.

    Soft 404 errors, no matter how many there are, will not harm your google indexing or ranking in any way, so I wouldn’t worry about it. However, refer to this link on how to disallow these pages from being crawled by search engines: http://www.robotstxt.org/robotstxt.html

    Best regards,
    Andy

    #442815

    Hey bryan1976!

    Thank you for using Enfold.

    Looks like you have an old version of the theme. Please update the theme to 3.1.5. To optimize the search results, try this plugin:

    https://wordpress.org/plugins/relevanssi/

    Refer to this link for more info: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Regards,
    Ismael

    #442459

    Hey trojina!

    Please try using a more advanced search plugin such as Relevanssi. You can find integration here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Cheers!
    Yigit

    #442333

    Hi Alperito!

    Please try the following in Quick CSS under Enfold–>General Styling:

    input#searchsubmit {
      background: red !important;
    }

    Regards,
    Rikard

    #442311

    In reply to: No SEO index photo's

    Hi susanamoraal!

    Thank you for using Enfold.

    This is an old issue with Yoast and any advanced page builder. Somehow, it fails to analyze editor content because what you see in the builder are actually just shortcodes. Anyway, search engines can still crawl the content made with the advance layout builder so this is nothing to worry about.

    Best regards,
    Ismael

    #442090
    bryan1976
    Participant

    Hi,

    Is there a section in the dashboard for making changes to the settings of the search results?

    I have 2 problems please.

    1) When I do a search, if there are 50 hits, I get 50 pages with 1 result! Can I change this to 10 results per page?

    2) Can I change what is shown for each search result? For example, see this page

    I only want the bold text to show [NAIM AUDIO ND5 XS STREAMER] and not the post date, category or the ‘click and collect’ description etc.

    Thanks guys for your help!

    Bryan

    #441922
    alfaweb2
    Participant

    Hi, can you help me to get the search and tje social icon on the rigth place. i want a look like here https://news.vice.com/

    and can you help me to get a search like this. can i do this with enfold an ajax search or do i need a plugin? can you please help me out with this? :)

    Search like i will try to get: http://i.imgur.com/8NqGxux.jpg and so on click http://i.imgur.com/dgktRpS.jpg

    #441892
    This reply has been marked as private.
Viewing 30 results - 5,461 through 5,490 (of 7,495 total)