Viewing 30 results - 6,991 through 7,020 (of 7,486 total)
  • Author
    Search Results
  • #191941

    Topic: Advanced Search

    in forum Enfold
    spatton
    Participant

    This is most likely a newbie question but I am using enfold and setting up a sortable product portfolio. For various reasons I like to “portfolio entry” option better than the “blog post for each product”. The site is to have various sections and in these sections I want to set up a search box that only applies to certain portfolio categories. i.e. the results will only be from the categories I choose. Is such a thing even possible, is there a plugin that I am missing that does this?

    I have searched for days and can find only advanced search options that may allow me to filter by blog post category.

    I saw that I can edit the search form.php but how to edit it is another matter.

    Any help is appreciated.

    #191918

    Hi Yigit,

    I’ve updated the theme but no change in behaviour.

    I’ve noticed that your demo page has the same issue, at least for android,at http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-fullscreen-slider-3/

    Perhaps this is just part of the nature of the theme? A quick search suggests that there are jQuery solutions to this problem so that could maybe be something that’s considered in a future update?

    Thanks

    Colin

    #191895

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .widget_product_search.widget h3, .widgettitle, #top .widget_product_categories ul, div ul.product_list_widget li { text-align: left; }
    div ul.product_list_widget li img { float: left; }

    Cheers!
    Yigit

    #191794
    basilicon
    Participant

    Hey guys.
    I am using Enfold to build a site containing only pages. We all know that the built in wordpress search functionality is not that good.
    So i installed a search relevance plugin to get relevant results first: http://wordpress.org/plugins/searchrelevance/

    Theese are my searchresults on the searchresults page when i search for “Lödd”:
    Search page results

    An theese are the results in the Ajax searchresults:
    Ajax search results

    As you can see the ajax searchresults are not sorting to relevance.

    We can’t have this on my the site. Either i fix so that the ajax results are the same as searchresults page or i remove the ajax functionality all together.

    What do you think? Can it be fixed or should i remove the ajax functionality?

    #191786

    Hi!

    Please try following code

    
    User-agent: *
    Disallow: /cgi-bin
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content/plugins
    Disallow: /wp-content/cache
    Disallow: /wp-content/themes
    Disallow: /trackback
    Disallow: /feed
    

    I validated it with http://www.searchenginepromotionhelp.com/m/robots-text-tester/robots-checker.php and it seems to work: http://www.clipular.com/c/5419162805469184.png?k=Ci1mASEEcST2NEHva0mSwBcQzgo

    When I try to validate your file I get an error in the last line.

    The directory ( /siteone/ ) must not be in the robots.txt paths because the url itself already links to /siteone/ as root directory and the crawlers can’t access the /siteone/ directory directly. Otherwise this url: http://danielzahner.ch/siteone/robots.txt would also work but it does not.

    Enfold does not generate a robots.txt file for sure but it seems like WP does. You can try this plugin http://wordpress.org/plugins/wp-robots-txt/ to change the content.

    Regards,
    Peter

    #191705

    what???
    after more than 20 hours of work on it??
    is that what you call support??
    Just suggest “start from scratch”?? No explaination about the backround! Not even a hint nor an educated guess? Just “start again”??

    Since hours i find bugs after bugs after bugs and i dont like to say that but Enfold is a helluva mess.

    It might be fine for Apple-Users who just want to “drag & drop” a bit around like they are used to.
    Or you have to be a 110% nerd.

    But if you just know enough php to get along with most themes and you want to do some customizations Enfold is pita!
    That theme is so far off any WP-standards that you cant do almost nothing except stay put with the functions it serves.
    But thats far away from usability for owners.
    Even usually very simple things like changing the image-size of post-images in the list-view of a blog needs hours of research.
    Always permalinktrouble (specially in breadcrumb), no proper documentation, Enfold takes archive.php for a single-view!!!! and so much more issues that i really think stop it and ask Themeforest for a refund and look for a Theme which does a good job.

    #191357

    Hey Glyphism!

    It’s not easily possible to change the animation effect and it’s beyond the scope of our support forum. You need to change some parts of the menu function in enfold/js/avia.js (search for function avia_responsive_menu() ) and probably some lines of the menu css code. I recommend to hire a freelancer if you’re not familiar with jquery/css. See: http://kriesi.at/contact/customization or http://www.microlancer.com/

    Best regards,
    Peter

    #191271
    elp
    Participant

    In Enfold, when using the shortcode directly, the layer slider will only be as wide as the boxed page, not the full width of the screen as it is when used in advanced layout mode.

    eg.
    [av_layerslider id=’2′]

    Is there any way to make it take up the full width of the screen as when it is used in the advanced layout mode?

    I would prefer not to use the advanced layout mode as these pages don’t have any content in the WordPress search preview (seems a major flaw) and I am using a snippet plugin to generate some pages and it is not usable by this.

    I have advanced layout mode debug turned on, so I can see that this is the exact shortcode that is being emitted.

    #191264

    Hey Günter!

    But those errors are not displaying in the actual page, i’m only seeing in the search results, they will probably vanish in the following days, re-indexing can take some time.

    Cheers!
    Josue

    LaughingDragon
    Participant

    I made a copy of my site on our dev server to test out the Enfold theme. After activating the theme, when I view the site all the page/post content is missing. What should be a page instead only shows the sidebar menu. Investigating with Firebug shows that the “main” content section somehow has an element style of “display:none”. Disabling that style makes the page display just fine. So I know what the problem is but I can’t find what’s causing it. It’s not coming from any css (it’s an element style with no css source listed) or customizations (I haven’t added any). Also, I searched for any javascript in the Enfold directory that applies a “display:none” and temporarily disabled each instance individually and there was no change.

    Here’s the section causing the problem:
    <main class="template-page content nine units" itemprop="mainContentOfPage" role="main" style="display: none;">

    Removing that “display:none” at the end fixes it. It feels like there’s simply some option I haven’t checked or enabled that’s causing this but I can’t find what it is at the moment.

    Hey asteratos!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .ajax_search_title { text-transform: none; }
    .ajax_search_excerpt { display: none; }

    Regards,
    Yigit

    #190826
    vchemko
    Participant

    Sorry if this has already been answered somewhere, but I couldn’t find what I was looking for through various searches.

    I have made updates to a child theme (basically just configuration and content and settings, etc) that I installed back in August and activated with Enfold 1.9.1. Now I would like to upgrade to the latest version of Enfold (2.4.2, I believe it is), and I will doing this via my FTP as it doesn’t work via the WP backend itself.

    However, I want to check and see if this is possible without destroying what’s been done in the child theme that is currently active. Is this supposed to be a smooth transition as the main Enfold theme itself is not activated, even though it’s required for the Child theme to work. Or is there a child theme that I will have to upgrade as well?

    Thanks!

    Victoria

    #190647
    Lichtplan19
    Participant

    For testing I uploaded Enfold on one of my domains.
    It worked perfekt.
    Then I uploaded it on my final Domain destination. Since this time it makes problems. One copied example:
    Strict Standards: Non-static method AviaHelper::save_string() should not be called statically in /webspace/15/71392/gs13.de/foto_mietstudio_in_muenchen/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/storage-post.class.php on line 41

    I dont know what I have to do that it vanishes – even in Google it shows the Error when you search for my Studio Name “GS13 Studio”

    Please help – I tried to deleate and upload and program the Website several times…
    Thank you very much in advance
    Günter

    Hi Ismael,
    I discovered it was the plugin 404 redirected stopping it from working.
    I have adjusted the settings now and it works. Thank you!

    Just one more question. I am starting a blog on my site (www.interiorinnovations.com.au)
    I was wondering if I could tweak the look of the blog.
    1. Enfold has a large feature image in the blog pages. Can I remove this but keep the thumbnail image in blog search?
    2. Can I remove the link for author name (if this is possible)
    3. Also can I extend the display area to be a larger width?
    http://s7.postimg.org/i28vr3ljv/Fix_Blog.jpg

    Thank you Ismael!

    #190414

    Hey!

    Please go to wp-content\themes\enfold\js folder and open Avia.js file and find

    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 767;

    and change it to

    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 800;

    It will increase the width to switch to mobile menu from 767px to 800px. Please flush browser cache and settings if you are using cache plugin after making changes and refresh your page a few times.

    Cheers!
    Yigit

    #190381

    Hi Ismael,

    I have added a lot of custom CSS from Yigit. I will add it all below as I am unsure which bits you need.

    .sub_menu { top: 390%; }
    .header-scrolled .sub_menu { top: 270%; }
    .page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2736 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2609 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2605 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2625 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2621 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-734 .sub_menu li { display: none; }
    .page-id-1277 .sub_menu li { display: none; }
    .page-id-1122 .sub_menu li { display: none; }
    .page-id-1224 .sub_menu li { display: none; }
    .page-id-1167 .sub_menu li { display: none; }
    #top div .enfold-gallery img {
    padding: 0;
    border: none;
    }
    .responsive #header .sub_menu { position: absolute; }

    .page-id-2528 .sub_menu li { padding: 0 44px; }
    .page-id-2736 .sub_menu li { padding: 0 44px; }
    .page-id-2609 .sub_menu li { padding: 0 44px; }
    .page-id-2605 .sub_menu li { padding: 0 44px; }
    .page-id-2625 .sub_menu li { padding: 0 44px; }
    .page-id-2621 .sub_menu li { padding: 0 44px; }

    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2609 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2605 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2625 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2621 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2621 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2625 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2609 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2605 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    #190312

    Hi, Devin:

    Thanks for the idea. I will try with this option, using a menu in the socket.

    Another question for Devin. Searching in this support forums about login, I found a post that links to your personal web. I read the way to show and hide the login in the menu. Then I went to your login for seeing the appearence and I found under password field a captcha like the enfold’s contact forms (4+2=?)

    How can I insert this kind of captcha in the login in same way of your login?

    Thanks again!

    Best regards!

    #190175

    In reply to: Enfold breadcrumb nav

    Hi tintindufour!

    Please go to wp-content\themes\enfold\framework\php folder and open class-breadcrumb.php file and search “You are here”

    Regards,
    Yigit

    #189796

    Thank you so much for your help, Yigit. It worked like a charm. Well done!

    • This reply was modified 12 years, 3 months ago by wieslander.
    #189577

    In reply to: Save Portfolio Items

    Hi tomerus!

    WordPress or Enfold don’t come with such a feature out of the box but you can try a plugin from the repository: http://wordpress.org/plugins/search.php?q=Favorite+Posts to add it to your website. I didn’t test a particular plugin though and I can’t promise that all are compatible with Enfold.

    Best regards,
    Peter

    #189566

    Hi mar10nlund!

    1) Use following css code

    
    .responsive #top .mobileMenu {
    background-color: #e2e2e2;
    }
    

    2) It’s an image (png) and you can’t change the color without replacing the image. If you want to use a custom image insert following css code into the quick css field

    
    .responsive #top .mobileMenu {
    background-image: url("htttp://mywebsite.com/image.png");
    }
    

    and instead of htttp://mywebsite.com/image.png insert the url to your image.

    3) Use following code to change the color/size

    
    .responsive #top .mobileMenu {
    color: #fff;
    font-size: 10px;
    }
    

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

    Best regards,
    Peter

    Hey!

    Please try adding Ismael’s code to Custom.css file inside wp-content\themes\enfold\css folder

    Best regards,
    Yigit

    Hi!

    It can be found on line 682 in framework/php/class-form-generator.php – search for

    
    $message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Your Message:','avia_framework')." </strong><br/><br/>".$message;
    

    Cheers!
    Peter

    #189124
    two_worlds
    Participant

    Hallo,

    wir möchten auf einer Seite mit Enfold Theme das Plugin CM Tooltip einsetzen. (http://tooltip.cminds.com/). Leider kommt es zu einem Konflikt zwischen den Avia Layout Builder und dem Plugin. Auf Seiten, die nicht mit dem Layout Builder gemacht wurden, funktioniert alles perfekt, auf Seiten mit dem Layout Builder gemacht wurden, zerhackt es den Quellcode, so dass die Sidebar nicht mehr korrekt angezeigt wird. Ich habe mich direkt an den Support des Plugin Herstellers gewandt, das habe ich als Info zurückbekommen:

    We spent some time checking the site and we came to a conclusion that there’s a conflict between Tooltip and the part of the theme called “Avia Layout Builder”.
    It seems that it produces some invalid html which breaks layout during the parsing in search for tooltips.
    It’s not the fault of Tooltip, because there are some pages which don’t break the layout. We have checked that these are the ones which doesn’t use the “Avia Layout Builder”.
    We also didn’t want to play with this since the “Aria Layout Builder” is a part of a paid theme called Enfold.
    We suggest one of the following:

    a) disable the tooltip on pages with “Avia Layout Builder”
    b) don’t use “Avia Layout Builder”
    c) seek support from the theme authors.

    Daher wende ich mich jetzt an euch, das Problem scheint tatsächlich mit dem Layout Builder zu tun zu haben und es wäre fein, wenn es eine Lösung gäbe.

    Grüße

    Achim

    #189100
    rasskell
    Participant

    SITE: http://www.ikort.is

    I was wondering if I’m the only one running into this and if so what could be causing this.

    I just updated my Enfold theme and after I did so I ran into multiple minor errors.

    – Fonts for various logos won’t work on sub pages (example the search icon, had another in a button that I removed since it just showed a square)

    – no padding level of sub pages, text suddenly goes all the way to the edge of sides with a sidebar (I fixed it automatically someplaces by putting a “padding-right” value.

    – contact form gets messed up if I use captcha (the question is lost behind the send button)

    I’m sure I’m bound to find more.

    As much as I have loved this theme I have to say it really has been pushing my patience! There are some awesome features.. but it is highly unstable. An example is I almost don’t want to touch anything on the front page, because every time I save in the “advanced layout” things just seem to get randomly messed up. (same goes for other pages if I dare to do any custom HTML in them.

    #188590

    In reply to: Some css fixes

    Thank you!!!!

    More quetsnions:
    1) SabaiDiscuss plugin (ask.zelenopol.net):
    a) Category selector (near search button). Problem with text view.
    https://www.dropbox.com/s/w0k3d2fe7o6eolt/cat.png
    b) Widget authors avatars. Not the correct vertical spacing.
    https://www.dropbox.com/s/sdd05vrzah7fq45/wid.png

    2) And what about menu

    I use Enfold theme in multisite. Can I make header menu global? All subdomain sites get menu from main site…
    Is it possible?

    #188394

    Hi wieslander!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    #top #menu-item-search.menu-item-search-dropdown>a { display: none; }

    Regards,
    Yigit

    #188327
    wieslander
    Participant

    Hi, I’m working on http://masterjohan.nu and you’ve all been wonderful in your assistance already.

    – Would you happen to know how to remove the search box from the header? I’ve tried a couple of code snippets posted in the forums, but they’ve been for other themes and didn’t work for Enfold.

    / Andreas

    Hi RDCSI!

    You can change the hover color of the search icon using this:

    .header_color .main_menu ul:first-child > li:last-child a:hover {
    color: red;
    }

    Go to Appearance > Menus then click “Screen Options”. Enable the CSS Classes. Add a css selector on a menu item that you want to change to donate button. Example, add “donate-button” as the css class. Go to Enfold > Styling > Quick CSS then add this code:

    #top .main_menu .menu li.donate-button a {
    background: red;
    height: 30px !important;
    display: block;
    line-height: 30px !important;
    position: relative;
    top: 28px;
    }

    Best regards,
    Ismael

    #188156
    gentlemansgazette
    Participant

    Hello,
    I have been searching the forum for solutions to implement google custom search with enfold. I do not need the AJAY Icon Search in the top menu bar, But I would like to have a search field in the sidebar.
    So far, I installed the plugin Google CSE and set it up correctly. What do I have to do on your end now to make it work?

    Also, I want to display the images of google and I want to use cse_img; ?>” /> in search php. but so far there is not img src that I could define…

Viewing 30 results - 6,991 through 7,020 (of 7,486 total)