Viewing 30 results - 6,421 through 6,450 (of 7,495 total)
  • Author
    Search Results
  • #275495
    batesunited
    Participant

    Hi

    We would like to simplify search page. We dont want the excerpt to be visible under the heading.

    Also, how do I remove the right side?

    I have located search.php in the Enfold theme. But I am using a child theme.

    #275449

    Hey Tetratus4!

    Thank you for visiting the support forum!

    Looks like the first two issues has to do with the theme not being the latest version. If you don’t mind, please post the website url here so that we can inspect it. Make sure that you’re running Enfold 2.8.1 on WordPress 3.9 or higher. Regarding the contact form, yes, that is possible. Please create a page then insert the contact form element under the content element panel. If you want a more extensive forms, you can try the contact form 7 and Gravity Forms plugins.

    4.) You can’t switch between the Default Editor and the Advance Layout Builder. If you want to see the actual shortcode below the advance layout builder, edit functions.php and find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Best regards,
    Ismael

    #275009

    Hi tonblam!

    1) I did a quick test on my test server and the breadcrumb displays the page the attachment is attached to. Please create me an admin account and I’ll check why this “Test-page elizabeth” page pops up in the breadcrumb.

    2) Open up wp-content\themes\enfold\includes\loop-search.php and replace:

    
    echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
    

    with

    
    $link = (is_attachment($the_id)) ? wp_get_attachment_url($the_id) : get_permalink($the_id);
    echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='$link' $markup>".get_the_title()."</a></h2>";
    

    You can copy the modified loop-search.php into your child theme folder (enfold-child\includes\loop-search.php).

    Cheers!
    Peter

    #274991

    I search and found in /js/shorcode.js line 1750, this:
    prop["background-position"] = "0px "+ scrollPos +"px";
    > This is the reason why the background image is left aligned

    Replace it with:
    prop["background-position"] = "center "+ scrollPos +"px";
    and you’ve got a centered horizontally background image wich keep the parallax image.

    So what… ? It will be very cool if we could choose how the horizontal background parallax image is aligned… because I really hate to modify Enfold core files…

    #274873
    tonblam
    Participant

    Hey There,
    The attachment page created when I upload PDFs into the media manager, has an odd breadcrumb structure. I attached to media file to the page “geologic maps” which has the breadcrumb home/maps&publications/maps/geologicmaps/. But when I click on the file attachment from the search results and it opens up the attachment page, the breadcrumb shows: home/Test-Page Elizabeth/maps&publications/maps/geologicmaps/

    I have two questions for resolution:

    1: How can I have the attachment page match the actual structure of the page the attachment is attached to rather than adding the random “Test-page elizabeth” page in the breadcrumb?

    2: How can I have the attachment link in the search results open up into the file url when I click on it instead of the attachment page that is automatically created? (i.e. when I click on the pdf file in the results it opens the pdf rather than the page with a link to the pdf?)

    if it helps I am using the enfold theme with the SearchWP plugin. I am using the add from server plugin in for adding my media files (primarily PDFs).

    #274102

    Hey!

    Yes, another popular plugin is Relevanssi: http://wordpress.org/plugins/relevanssi/ – I’m using the premium version for my websites at the moment. The integration guide can be found here: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Cheers!
    Peter

    #274098
    This reply has been marked as private.
    #274056
    webop_germany
    Participant

    hi,

    i install the plugin and use this code from peter:
    http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    But that is may be not enough, it do not work in the ajax search.

    Thanks for help

    #273955

    Hey!

    Make sure to check the theme documentation as well since it has a live search and this is a posted how-to: http://kriesi.at/documentation/enfold/ -> http://kriesi.at/documentation/enfold/show-or-hide-sidebar-on-mobile-devices/

    Cheers!
    Devin

    #273951

    Thanks! That did the job.

    PS It took me a while to find the search bar within the forum for enfold. If the same search bar would be placed as opening the forum for the first time this topic wouldn’t be necessary ;-)

    Cheers, Sander

    • This reply was modified 11 years, 9 months ago by Sander.
    #273811
    ProMathTutor
    Participant

    Hi,

    I posted earlier about a problem with my homepage. I thought the problem was solved, but it wasn’t.

    BACKGROUND
    While making a routine change to my homepage, some of the styling stopped working. I couldn’t figure out why, so I restored a previous version of my page. All of the content appeared the same as before within my WordPress admin area, but when I used a browser to render the page, all the content had disappeared.

    I had not made any changes to the CSS, I had restored the old, functioning version of the page in question, and I had not installed or updated any plugins. I suspected the problem was with the theme. On a hunch, I added a text block to the page with the text “test,” updated the page, and suddenly all of the content reappeared, but with strange styling. So, I figured the problem was with Enfold.

    So you know, I’m using an Enfold child theme.

    Per the moderator’s suggestion, I enabled the debug field in the Avia Layout Builder so that I could copy the shortcode data from that field, create a new page, and paste the data into its debug field. This did not work.

    Next, I tried rebuilding the homepage from scratch. I did this, but there are still two problems.

    CURRENT DIFFICULTIES

    • The first problem is that I cannot reuse the permalink from the old page. This is a big problem, because it’s the homepage for my site. I did delete the old page, and I permanently deleted it from the trash after that. That didn’t work, but I read that some pages will persist in the database after being deleted, so I then logged into phpMyAdmin, searched for all pages with the same title as the problematic page, and deleted all but the new, working version. That did not work either.

      After all this, WordPress will still not allow me to use the permalink http://www.highermathhelp.com for my new page (it automatically appends higher-math-help when I try to do so).

      Perhaps there is something else I need to delete? (I hope not, because now I’m having trouble even logging into phpMyAdmin, and I haven’t learned PHP or MySQL yet).

    • The second problem is that when I load the new page (http://www.highermathhelp.com/higher-math-help/), some of the styling isn’t applied. When I refresh the page, the styling is applied, but something strange is happening: this same behavior is repeated even when using a browser that I had never previously used to access this URL (and therefore shouldn’t have a cached copy of an incorrectly styled page). I’m concerned that even if I can fix the first problem, visitors will see an improperly styled page, and they won’t think to refresh it.

    Please help if possible. I run a tutoring business, and summer session has just started, meaning that this is exactly the time when I am advertising my site to new potential clients. Right now, they see a “Nothing Found” message when they try to check out my services.

    Thanks for your time!!

    #273793

    In reply to: Translation

    Hi Happytie!

    You need to install the Chinese wordpress version: http://cn.wordpress.org/ and make sure that the wp-config.php contains this code:

    
    define ('WPLANG', 'zh_CN');
    

    The theme will then load/use the zh_CN.mo file located in the wp-content/themes/enfold/lang/ folder to translate the theme to Chinese. If you want to update/modify the translation files install this plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards 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).

    Please note that we did not create the Chinese translation (all language files except the German translation were submitted by users) and we don’t know if there’re any spelling errors or if the quality of the translation is acceptable.

    Cheers!
    Peter

    #273431
    Cliffy
    Participant

    Hi, just a quick question (I have searched the forum but not seen this exact request). I want to put multiple ICONS within a section (1/3 in this case).
    I can get multiple ICONS on the same “ROW” (i.e. Side by side) by placing one after another in the layout element (with left justify).

    Current Display

    BUT, I would like them ALL to be centered in the Element so it looks nice. – See below of how I would like it to look (used photoshop to move the icons to the middle)

    How I would like it to look

    If I make the ICON centered then I only get ONE per “ROW” i.e. can not get them side by side. This is how I am using the features at the moment:

    How I got the current look

    Is there any way to get them centered as in the example above? (I am wanting to create many pages so need this in a Template rather than having to type / edit lots of HTML and links etc)

    Thanks

    • This topic was modified 11 years, 9 months ago by Cliffy.
    #273295

    Hey!

    You can find some snippets on Enfold documentation here – http://kriesi.at/documentation/enfold/
    and search the forum maybe. Unfortunately we do not have some kind of CSS cheatsheet, as that would be massive since Enfold is very flexible :)

    Regards,
    Yigit

    #273272
    Trender
    Participant

    Hi,

    I’ve bought Enfold for another client and I would like to add a (dotted) grid over an video background.
    For example, like on this page: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
    That there comes an (repeating) image overlay over the ‘splash video’ av_section_5.
    If not possible, an overlay for all video backgrounds is fine as well.

    I’ve already searched for it and found some support topics about this subject, but they didn’t work for me. Maybe because some parts changed in the lasts updates.

    Thank you!

    #273154

    Hi Peter,

    if you can replace the standard search with a plugin, then I would use Relevanssi instead. I found a post about replacing search with relevanssi (http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/), but I am not sure where to change the code. In function.php?

    Best regards,
    Holger

    #273152
    pako69
    Participant

    Hello
    Because of my specifique layout (I do not use the Enfold builtin mainmenu) I would like to know if there is a way to add you Ajax search elsewhere in my site?
    thanks

    #273147

    Hey Holger!

    Yes, you can use a plugin SearchWP to tune the default wordpress search engine. It also works with the ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Regards,
    Peter

    #273101

    Hey!

    Both features are not supported by WooCommerce out of the box and also Enfold doesn’t add them to the WooCommerce code. I searched the plugin repository and I found this plugin: https://wordpress.org/plugins/profile-builder/ which may help you to build advanced, editable profile pages but tbh I’m not sure if you can integrate it with WooCommerce easily. I recommend to contact the plugin author for more details and if necessary hire a freelancer who an develop a custom solution for you.

    Regards,
    Peter

    #272343
    c3computers
    Participant

    Dear Kriesi and members,

    I have a question and mabye you can help me.

    We are creating a webshop with the enfold theme and are looking for a way to filter our products. So that you can click on the options you need and the click the final button to go to the shop with the right active filters. (we are selling LED Lights)

    Here is a exemple of what we need:
    http://www.verbatim-europe.nl/nl_26/led-productc-lamps.html

    Does sombody know a plugin like this? ive searched the internet for it but cant find what were looking for.

    Im asking my question here because i dont no where to start and i love kriese’s themes :)

    Tnx in advance!

    Yannick Okken
    The Netherlands

    #272216

    Topic: avia.js modification

    in forum Enfold
    AsadIC
    Participant

    Hi Support team,

    I am using a filtering plugin on the following page (http://52kards.com/library/) so that users can search for specific types of videos. One issue is that if a user filters a certain parameter, then clicks on a video, and then hits the “back” button in his browser he will return back to the library, but the video grid on the page won’t display correctly.

    I spoke to the developer of the filtering plugin and he gave me the following solution:

    “Yes, that’s a bug with Enfold. Open themes/enfold/js/avia.js and change line ~647 from:
    if (fixedMainPadding > 0 && hash && apply_to_container == ‘body’)
    to:
    if (fixedMainPadding > 0 && hash && apply_to_container == ‘body’ && hash.charAt(1) != “!” ) ”

    This solution worked just fine in previous versions of Enfold, but I just updated to the latest release (2.8.1), and this fix no longer works. Do you have a possible solution to the problem?

    Thanks
    Asad

    #272148
    nerkasa
    Participant

    Hello guys,

    1. I’d like to use the Advanced Layout editor when creating new posts.
    2. If that’s not possible, I’d like to create some sort of a custom layout or a custom template for all the new future posts that I will create – just like I build, save, and later load my own, custom built page templates.

    I have searched the forum and the Google, and found some relevant old topics here:
    https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/ (edit meta.php)
    https://kriesi.at/support/topic/avia-layout-builder-elements-in-posts-comments-are-missing/ (edit meta.php)

    My questions are (short answers will do just fine):
    a) Are the above mentioned methods OK to use with the newest enfold version?
    b) Which one of the two methods is more safe/stable/recommendable – only including “post” in meta.php, or both including “post” in meta.php and also in addition replacing the whole template-builder.php file – the recipe provided by Nick the Spectator (I don’t use the comment boxes, so that particular issue mentioned in that topic is irrelevant to me). I am already aware that any issues rising from such changes get no support.
    c) Should the edited copy of meta.php file have the same folder hierarchy in the child theme as it has in the parent theme?
    d) How big (in percents) are the chances that careful usage of Advanced Layout builder in posts would at least once a year corrupt the whole database?
    e) Any other ways to achieve the same goals – No. 1. or 2. ?
    f) Does Kriesi have setup any date for making this feature default?

    Thanks a lot for putting up with us ignorant civilians..

    Best regards,
    nerkasa

    #271811

    Hey sebwelch!

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

    .header_color .ajax_search_excerpt, .search-results span.post-meta-infos { display: none !important; }

    Regards,
    Yigit

    Great plugin, SearchWP.

    I have another question, i can’t target the enfold quick search drop down with firebug or chrome console. Can you give me the tags for the CSS changes below or point me to were its located in layout.css

    Originally it was for the magnifying glass, then there was a function you could overrides to make all searches have a quick search feature.

    I want to change:
    1) The quick search highlight color
    2) Remove the image entirely (the pencil)
    3) Make the Borders solid
    4) Remove the date the page was posted or the date on the search drop down.

    #271598

    Hey!

    Thank you for the update.

    Actually there is none but In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Best regards,
    Ismael

    #271312
    Lido
    Participant

    Hello,
    I made a esearch in the forum but I could not solve my problem.

    I initially used WP SEO by Yoast without problems but after an update of the template can not seem to use it more.
    If active the plugin “disappear” all the admin panel, I see a blank page.
    I have tried other SEO plugin but I have the same problem.

    This is the site http://redsrl.net/home/

    I checked the forum and I see that Yoast is cited as a plugin compatible, but I have this problem.

    I am using the following versions:
    WP SEO Yoast 1.5.3.2
    Enfold 2.8

    thank you in advance if you can solve my problem

    DavyE
    Participant

    Hi,

    I’ve downloaded and updated the latest Enfold version today and have noticed certain icons no longer display correctly. How to fix this please?

    Example: click on the search icon in the main menu of this page http://goo.gl/UhiOTZ

    Thanks in advance

    Hey!

    1) Please create us an admin account and post the login credentials as private reply – we’ll check the configuration.

    2) No, Enfold just uses the standard wordpress search which doesn’t support such a feature. You can try a search plugin like: SearchWP though.

    Regards,
    Peter

    #271147

    Hi!

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

    .search div.page-heading-container {
    display: none !important; 
    }

    Regards,
    Yigit

    Hi!

    Ihr könnt probieren die gesamte Funktion in enfold/functions-enfold.php zu ersetzen. Diese startet mit:

    
    if(!function_exists('avia_ajax_search'))
    

    und endet mit:

    
    	    echo $output;
    	    die();
    	}
    }
    
    

    Kopiert am Besten die neueste Version dieser Funktion aus der aktuellen enfold/functions-enfold.php (Version 2.8) und fügt den Code in eure functions-enfold.php (V1.9.1) ein und überschreibt den “alten” Funktionscode.

    Regards,
    Peter

Viewing 30 results - 6,421 through 6,450 (of 7,495 total)