Viewing 30 results - 5,521 through 5,550 (of 7,495 total)
  • Author
    Search Results
  • #437786

    Topic: Uber Menu Search

    in forum Enfold
    finchkelsey
    Participant

    Hello,

    I have implements the ubermenu with success. I have have one questions…

    1 – How do I include the theme search in the menu..I was unable to locate this from the documentation..Note for users intending to use the built-in Enfold search button, disable the Reset Div & Span Styling option in the UberMenu Control Panel > Theme Integration.

    Thank you

    #437732
    This reply has been marked as private.
    #437585
    dustingrice
    Participant

    I’d simply like to add the word “Search” next to the search magnify icon in the header, so you can click on either the text or the icon to make the search box appear, how can I do this? And where can I tip the Enfold developers ?? Such a great theme, thank you so much !!

    #437531
    steviger
    Participant

    Hi,

    I’m using a child theme and in order to keep the modifications in the Dutch translation, I did exactly as mentioned here and copied both nl_NL.mo and nl_NL.po files. After that I made some changes and uploaded the .po file via FTP to my child theme/lang folder but no luck. I’ve been searching the forum and tried several options but I can’t get it to work.

    Any tips?

    Regards,

    Steven

    #437153
    sophiamavrides
    Participant

    I searched but could not find a thread on how to change the font weight of the standard headings in the enfold theme (currently using Ralway) it is too thick and was hoping to modify the weight of the H1 and H2 as well as the heading rotator (not sure if this is a different line of code to change).

    Thank you!

    #437061

    Hi WallaceCarlson!

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

    Let us know when your done and we’ll give you some CSS to position it over in the right side of the menu.

    Regards,
    Elliott

    #436918

    In reply to: Import demo data?

    Coastcomputer – thanks for the response! Halfway through implemting your solution (which required me to download and hand-carry (copy) to the wordpress install so I could do the import)…A search I ran turned up this:

    Enfold may not try to reach out to the internet, but WordPress definitely does. One person suggested adding localhost (127.0.0.1) to their /etc/hosts file to just reroute all requests back to the server itself – someone else suggested adding this to the wp-config.php file:

    define(‘WP_HTTP_BLOCK_EXTERNAL’, true);

    That ^^^ worked perfectly – once all external requests stopped, the dummy data imported in about 2 seconds…and the entire site sped up. The phone home requests in WordPress are unbelievable…I think I’m going to implement that little item on my production external website…

    #436832

    I know this is an old post but it is the one that comes up when I search for a solution for this.
    I found no answer when I looked so I figured out this solution which works beautifully.

    To add the Enfold search function to page content or create a search shortcode that you can use anywhere:
    – go to “appearance” > “widgets”
    – under “enfold custom widget area” add a “custom widget area” and name it “MySearch”
    – drag the search widget from the left column to your new widget area and save
    – on the page you are editing, enable the advanced layout editor
    – under “content elements” drag the “widget area” element onto your page
    – select the MySearch widget and update your page

    To create a shortcode for this, you create a shortcode for a custom widget area and then change the widget area name to MySearch, like so:
    – go to a new blank page, you must have the default editor enabled (not advanced editor)
    – find the “insert theme shortcode” dropdown above the editor
    – insert a custom widget area shortcode and insert it
    – rename the widget area name to MySearch (or whatever you called your custom widget area)
    – or just copy this one: [av_sidebar widget_area='MySearch']

    I hope that works for you.

    #436328

    Topic: css path lost

    in forum Enfold
    markkus2
    Participant

    Hello, i’m new here and i purchased enfold right now, installed it and sometimes the backend seems to loose the style (or whatever).css path and shows just the content without styling. Especially when i go into some Subfolder “Theme/Install” or after installing a plugin. I tried it again on another computer, but it is the same. Do you have any idea what this could be?

    I copy the rel=’stylesheet’ section from the <head> tag into the private content field.

    By the way, can you tell me where is the search option on the support page in the sub-issues, like “Enfold” for instance?

    Thank you
    Markus

    #435854
    Philipp
    Participant

    Hey there,
    I wanted to add another image on the same level as the logo, but on the right side.
    So I searched and found this:
    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    But it’s not working as I wanted. I played a little with the CSS but i wasn’t able to get it on the same level

    I looked in the settings and found that it’s possible to use the needed position for social icons.

    Can someone tell me how I can add an image to this position? In best case so that it’s not visible in the mobile version of the website.

    #435743
    blizzmarketing
    Participant

    I am trying to add a Google Search widget to my footer with search results in an Ajax overlay. The overlay is getting stuck behind the fixed header of the Enfold theme. 99% sure this is because both elements have position: fixed, so the z-index won’t do anything. Correct me if I am wrong. How can I make this work? My client has paid for Google Search without ads, so choosing another search is NOT an option.

    #435612

    My research into another issue led to my contacting Jetpack and it turns out that this is a known issue that they’re working on. It has nothing to do with Enfold, but with their mail subscription to blog function. Any shortcode that isn’t used by WP.com will show up in emails as code.

    I’ve switched my blog emails to summary, so that they only see an excerpt , and I’ll try not to use any shortcode headings in the first part.

    Is there any other way to make headers, etc. in Enfold’s default editor apart from Shortcodes?
    Thanks.

    #435543

    In reply to: Remove hp and email

    Hi Shawnlimws!

    Please go to Appearance > Editor and open Functions.php file and search “custom_content’. You have added content using custom function.
    If you would like to hide it using custom CSS,please add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom_content { display: none !important; }

    Best regards,
    Yigit

    • This reply was modified 10 years, 11 months ago by Yigit.
    #435069
    This reply has been marked as private.
    #434958

    Hi HiDrew!

    Thank you for using Enfold.

    1.) Please reconfigure the Header options. Set the logo and menu position again then reset the header size or height.

    2.) Go to the Enfold > General Styling > Main Content panel. Adjust the border colors or add this in the Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
      border-color: #eeeeee;
      background-color: #ffffff;
      color: #808080;
    }

    3.) Please post the previous code on pastebin.com. You can use the filter ava_main_header in the functions.php file to bring back Mr. Turtle:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    echo "MR TURTLE CODE HERE";
    }

    Best regards,
    Ismael

    #434714
    VinzentE
    Participant

    Hello,

    up front: I did already search the forum and read through the suggested solutions but couldn’t solve it.

    We have developed a plugin (my programmers) that is embedded on the site via shortcode.
    The plugin creates a button that opens up a custom contact formular.

    Now I want to add that “trigger” to a custom “standard” button in enfold.
    My programmers told me:
    ” ‘cbtn’ is the class name that you can given to any button and it will perform like the contact button
    <…….class=’cbtn’………………/>”

    How can I add that in the button properties dialog?

    Thanks

    #434057
    ericlargede
    Participant

    Hey,

    First of all: i LOVE enfold! This is an awesome theme that i bought twice within 2 weks and i think i will use it for several other web projects. Used to fool around with a lot of other so called premium themes and became totally sick of it. Enfold seems to be what we have been searching for in a long long time.

    Our problem:
    I am having some trouble with installing the child theme of enfold that i downloaded from:http://bit.ly/enfold-child
    Everytime i try to install it (no matter if manually via FTP or by the WP theme install routine) i get the same error report. Unfortunately i only got the german error report – maybe (when other users have the same problem) someon can add the english version?

    The error report says:
    Das übergeordnete Theme fehlt. Bitte installiere das übergeordnete Theme “enfold”, da du Child-Themes sonst nicht nutzen kannst.
    That is a biot strange because surely i have ENFOLD installed and activated (as it is the only theme i have in this installation).
    Can you guys please help me?

    thx in advance

    #434032

    Hey Phet,

    it seems you just can do that, if you modify the file “avia.js”. You need to redo it after every Enfold-update.

    Go to: – /enfold/js/avia.js – and open it.

    Search the function ( ” $.fn.avia_smoothscroll = function(apply_to_container) ” ). It starts round about at line 700.

    There you need to find this condition –> if(container.length)

    change the following code:

    						if(container.length)
    						{
    							var cur_offset = the_win.scrollTop(),
    								container_offset = container.offset().top,
    								target =  container_offset - fixedMainPadding,
    								hash = window.location.hash,
    								hash = hash.replace(/\//g, ""),
    								oldLocation=window.location.href.replace(hash, ''),
    								newLocation=this,
    								duration= data.duration || 1200,
    								easing= data.easing || 'easeInOutQuint';

    against this:

    						if(container.length)
    						{
    							var usersviewportWidth = $(window).width();
    
    							if(usersviewportWidth > 767 ){
    								var myOffset = 75;
    							} else {
    							 	var myOffset = 0;
    							}
    
    							var cur_offset = the_win.scrollTop(),
    								container_offset = container.offset().top,
    								target =  container_offset - fixedMainPadding + myOffset,
    								hash = window.location.hash,
    								hash = hash.replace(/\//g, ""),
    								oldLocation=window.location.href.replace(hash, ''),
    								newLocation=this,
    								duration= data.duration || 1200,
    								easing= data.easing || 'easeInOutQuint';

    Please note the line: “var myOffset = 75;”

    This value depends on your settings and perhaps you need to adjust it. If you change the breakpoint for mobile-menu, you have also to change this (767) –> if(usersviewportWidth > 767 ) — to the value your breakpoint is set.

    Perhaps in a future update it is possible to adjust this from the options-panel.

    Good luck, best regards

    #433710
    welswebmaster
    Participant

    How can I allow WordPress author and contributor roles to see the WYSIWYG Shortcode button? It is missing on the toolbar for those roles. I’ve searched and found nothing on this topic. Yes, they are seeing the visual editor and when they toggle, they do not see it.

    If you prefer me to change capabilities / role – what is the name of the capability? Nothing is listed as “shortcode” etc.
    Thanks for your help.

    #433708

    Topic: Stack navigation menu

    in forum Enfold
    twenty1design
    Participant

    Hey Enfold team!

    I searched and found this closed thread-
    https://kriesi.at/support/topic/stack-main-navigation-items/
    I have the latest version of enfold and still don’t know what Yigit was referencing. Is this an option I am just missing?

    The sort of menu stack I would like to see is found on the live site linked.

    Thanks!

    #433688

    In reply to: Change language

    Hey!

    Please install this plugin – https://wordpress.org/plugins/codestyling-localization/
    then go to Tools > Localization > Themes and rescan Dutch theme files and then search it to translate it. Please make sure to check “non-case sensitive” and after editing, click “generate mo file”.
    If plugin does not help, you can find language files in Enfold/lang folder and edit them using this free software – http://poedit.net/

    Regards,
    Yigit

    #433499

    In reply to: Search results page

    Hey!

    Please go to Enfold/includes folder and edit loop-search.php file as well.

    Regards,
    Yigit

    #433230

    In reply to: Search results page

    Hi sasha!

    Are you using any translation plugins, if not, you could try this: http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en

    You can edit the search page in search.php in the theme root folder, please make sure to use a child theme to not lose your customisations on updates. http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Best regards,
    Rikard

    #433176

    Topic: Slow Loading Site

    in forum Enfold
    pabloj13
    Participant

    Hi Kriesi Team,

    Your Enfold theme is fantastic! It’s easy to use and the people I create websites for are very pleased with the results!

    While the theme is really, really great- I am having an issue with the site loading very, very slowly. I’ve searched your forums and done everything suggested to compress images and scripts and minimize the size of the site – but nothing seems to be working. Can you guys take a look at it and see if there are some settings that I need to adjust somewhere to make it run more quickly?

    Thank you so much!
    John

    OK, I think I’m finally finding the real problem.
    It concerns the avia-menu-fx.
    Used with the search icon, it works well.
    But when I disable the search icon, there is a alignment problem. You can see it there:
    with loop
    without loop

    this is my code now:

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #888888;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    #menu-item-3230 .avia-menu-fx {
    background-color: green;
    }
    #menu-item-3231 .avia-menu-fx {
    background-color: blue;
    }
    #menu-item-3232 .avia-menu-fx {
    background-color: orange;
    }
    #menu-item-3233 .avia-menu-fx {
    background-color: red;
    }
    
    #menu-item-3230:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    #menu-item-3231:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3232:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3233:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    .av-main-nav > li > a {
    border-left: 1px solid #444444;
    }
    
    .av-main-nav> li:last-of-type  > a {
    padding-right: 15px !important;
    border-right: 1px solid #444444;
    }
    
    

    sorry for the big number of messages. I want to do it by myself, but always encountering new problems.

    #432585

    Hi DaveL77!

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

    Menu colour:

    #mobile-advanced li > a:hover{
    background-color:#212223 !important;
    }

    Search button:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
      display: block!important;
      margin-top: -90px;
      right: 70px;
    }
    .responsive .main_menu {
      float: right;
    }}

    Cheers!
    Rikard

    • This reply was modified 10 years, 11 months ago by Rikard.
    #431971

    Hi mikehenze!

    Please go to Appearance > Widgets and create a widget area and add Search widget into it. Then go to Enfold theme options > General Layout > Layout and choose that widget under “Main Menu Sidebar”

    Best regards,
    Yigit

    #431968
    mikehenze
    Participant

    Hi,

    I am showing the main menu in the left sidebar like this demo:
    http://kriesi.at/themes/enfold-photography/blog/

    But i would really like to show the search (box) in there.
    Is this possible (without editing files or making a child menu).

    #431666
    dominiquehurley
    Participant

    Hi – I asked for a thread to be closed, but your recommendation didn’t work. I made all the Demo pages private, but now they’re showing up in Search with Private before the name.
    https://kriesi.at/support/topic/enfold-demo-pages-showing-up-in-search-results-should-i-delete/

    My question was about keeping the demo pages in case I need them in the future, but not having them show up in people’s Searches on my website.

    Thanks.

    #431521

    Hey!

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

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
      display: block!important;
      margin-top: -90px;
      right: 70px;
    }
    .responsive .main_menu {
      float: right;
    }}

    Regards,
    Yigit

Viewing 30 results - 5,521 through 5,550 (of 7,495 total)