Viewing 30 results - 6,451 through 6,480 (of 7,495 total)
  • Author
    Search Results
  • #271009
    This reply has been marked as private.
    #270901
    datadirt
    Participant

    Dear Enfold support team,

    I apologize in advance – probably this question has been asked before, but I didn’t find the proper answer via the search function.
    How can I change the font color in form fields? I figured out how to change the background of form fields, but not how to change the actual font color (http://blog.datenschmutz.net/kontakt/)

    greetings, Ritchie

    Tried that once, and tired again with no new results.

    Aside from that issue, is there anyway to limit the enfold Search to a certain parent page directory instead of the entire site?

    #270048

    Hi t3lgroup!

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

    .search .sidebar { display: none !important; border: none!important; }
    .search .container .nine.units { width: 100% !important; border: none !important; }

    Cheers!
    Yigit

    #269914

    Hey!

    Glad you figured it out. 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. :)

    Regards,
    Ismael

    #269647

    Hi!

    Personally I recommend to place this code into the child theme functions.php. If you want to place it into the parent theme file (enfold/functions.php search for this code at the very top of the file:

    
    <?php
    
    global $avia_config;
    
    

    and replace it with

    
    <?php
    
    global $avia_config;
    
    add_action("avia_builder_mode", "builder_set_debug");
    function builder_set_debug() { return "debug"; }
    

    Best regards,
    Peter

    #269012

    Hey!

    It’s not possible to use portfolio filter across multiple portfolio pages. Someone created a feature request here: https://kriesi.at/support/enfold-feature-requests/ – (Click on “Popular”, page 14 and search for “AJAX Portfolio filtering over multiple pages”) but as you can see the idea is not popular enough and we’ll probably not implement this feature in the near future.

    The portfolio filter will not pop up if a portfolio page just shows entries from one category – so if i.e. page 1 shows entries from 2012 and page 2 shows entries from 2013 no portfolio filter will be shown simply because it doesn’t make sense if there’re no categories to filter. However if the page contains entries from 2012 and 2013 the filter will be shown because the user can use it to select the entries from the 2012 or 2013.

    Regards,
    Peter

    Hey Frank!

    You can try to add this code to your child theme functions.php file (or enfold/functions.php):

    
    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 10, 15);
    function avia_change_breadcrumb($trail) {
            foreach($trail as $key => $data)
            {
                    $search = 'ninja_forms_preview_page';
                    if(strpos($data, $search) !== false)
                    {
                                      unset($trail[$key]);
                    }
            }
    return $trail;
    }
    

    The code should remove the ninja_forms_preview_page link from the breadcrumb trail.

    Regards,
    Peter

    #268494

    Hey coinmaster!

    You can try to change the imaage size in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php – open up the file and search for:

    
    $img_size	 						= 'masonry';
    

    Replace “masonry” with another thumbnail size like ‘square’, featured’, ‘featured_large’, ‘portfolio’, ‘gallery’, ‘entry_with_sidebar’,’entry_without_sidebar’,extra_large’ or “magazine”.

    Cheers!
    Peter

    #267356

    Hi!

    Please go to Enfold/Includes folder and helper-main-menu.php file and find

    if($headerS['header_social'] == 'icon_active_main' && !empty($headerS['bottom_menu'])) echo $icons;

    and add following code right below it

    get_search_form();

    and adjust its position using following selector

    #header form#searchform { margin-left: 40%; }

    Regards,
    Yigit

    #267274
    victoriaeducacion
    Participant

    Hi everybody:

    I tried to update to 2.7.1 like other times: download from themeforest, unzip and upload to my hosting with filezilla.

    But I was not able to because I was blocked by my hosting provider’s protection system. They blocked my IP. After I get in touch with them, they explain to me that a file was doing the issue.

    I reproduce the full text (sorry for the spanish):

    Estimado cliente:

    Nos ponemos en contacto con usted en referencia al bloqueo de IP que nos ha reportado.

    Tras llevar a cabo un análisis de su caso, nuestros técnicos han comprobado que la IP desde la que está accediendo, ha sido bloqueada por las medidas de seguridad implementadas en la plataforma, debido a que ha tratado de subir el siguiente fichero:

    /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/clike/index.html

    Este fichero es un .c, es decir, código fuente en lenguaje c sin compilar, que no puede ser ejecutado. Este tipo de ficheros no tiene razón de ser en su alojamiento, ya que no solo no podrá compilarlos, sino que además son potencialmente peligrosos para la seguridad de su cuenta

    Por tanto, este sistema de seguridad ha bloqueado la IP desde la que se ha subido este fichero, para evitar nuevos accesos potencialmente peligrosos. Por favor, evite que este fichero se suba de nuevo a través de FTP, ya que en caso contrario su IP se bloqueará de nuevo

    In a few lines, they explain there is a not compiled file that comprises the security /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/static/codemirror/mode/clike/index.html

    They says that if I retry to upload, the protection system will block me again.

    I search in this forum and I haven’t found anything with the same problem. What could we do for solving this?

    Thank you very much,

    Best regards!

    #267214

    Topic: Viewport

    in forum Enfold
    designchimp
    Participant

    Hi, I am using the enfold theme and its fantastic but how can i fix this?

    The page content is 480 CSS pixels wide, but the viewport is only 320 CSS pixels wide. The following elements fall outside the viewport:
    • The element <span class=”avia-menu-text”>Home</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Services & Pricing</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Web Design</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>eCommerce</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Graphic Design</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Print Design</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>SEO – Search E…e Optimization</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Google Adwords</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Blog</span> falls outside the viewport.
    • The element <span class=”avia-menu-text”>Contact</span> falls outside the viewport.

    #267104

    Hey!

    Everything was fine, except for the page structure, you needed to set the ID in the respective Color Section, i already did it for #research:
    http://mckeown.marketing/
    http://mckeown.marketing/wp-admin/post.php?post=9&action=edit&message=1

    Documentation:
    http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Josue

    colleendr
    Participant

    Hi, I love you’re theme, but am having some trouble with it being compatible with several of the real estate plug ins. I need something to provide a listings database, search function and display. WP-Property does not work with the theme in terms of displaying the properties (won’t use the template and just makes a mess across the screen).

    I’m wondering if you know of one that works with your themes. It has to be pretty simple for me – I am not very technical.
    Thanks so much.

    #266813
    This reply has been marked as private.
    #266644
    #266184

    Dear Yigit,
    Thank you. At least I managed now for the extra 2 logos to appear on the page with links.
    But now, they are not scaling in the header when I scroll down.
    I would like them to scale like the aukea logo which I used to substitute the “ENFOLD” logo (on the Enfold theme options)
    I publish my page so you can see what I mean: http://173.254.28.59/~aukeaxfi/think-tank/
    Also I saw that they are also displacing the menu on the top right (home think tank and search)
    Any help much appreciated,
    best wishes,
    G.

    Thanks Peter. I pasted the css into the Enfold Quick CSS box under General Styling because these pages are generated automatically from links. It did not quite fix the issue. If you click the dropdown button on the far right side of the search bar, after it expands you will see that the filter input fields are still broken.

    http://moltensites.com/demo/idx/city/newport-beach/

    moltenman
    Participant

    Any idea why Enfold does not play nicely with my dsIDXpress WP plugin’s search filter box? Enfold breaks the search filter box layout and functionality.

    Here is what it’s suppose to look like and how it’s suppose to work (using a different theme):
    http://findlosgatoshomes.com/idx/city/los-gatos/

    And here’s what happens with Enfold:
    http://moltensites.com/demo/idx/city/newport-beach/

    Thanks
    -mark

    • This topic was modified 11 years, 10 months ago by moltenman.
    #265886
    travtex
    Participant

    Hello,

    My org uses Enfold pretty much as a default for WP sites. I’m currently on a project where the client wants a side nav. I’ve searched through the support a bit for some ideas but they’re all coming up short in some way or another. Basically, I’m looking for the best way to disable the header/menu and create a left-side vertical nav area — responsive similar to the main header nav menu.

    I’ve tried implementing Sidr without much success, and I’ve tried the various suggestions to just set display:none on the header (Might’ve been an update since that support question as the targeted class in that answer does not exist. I tried it on the main header’s id, but the body still maintains the offset in a data attrib.)

    Just wanted to see if there was a friendlier way to accomplish what I’m trying before I go digging deeper. Thanks.

    Hey bts-de!

    1) Enfold tries to fetch the content of the “excerpt” field to generate a short content for the search results. If the “excerpt” doesn’t exist (which is always the case for pages) it will use the content data and truncate the text to get a short content. If it doesn’t work on your website I recommend to deactivate all third party plugins – maybe a plugin hooks into the the_content or the_excerpt filter and breaks the short content generation.

    2) No, unfortunately I’m not sure why it doesn’t work. Maybe it’s a plugin conflict or the Yoast SEO plugin isn’t configured properly. Our theme does not strip the meta tags for sure.

    Regards,
    Peter

    #265762
    Breakstuff
    Participant

    Hi,

    I’m searching for a Plugin that works similar as the enfold styleswitcher.
    Anyone know such a plugin?

    What I want:
    On each site, I want a different text, like a popup.

    Thanks for your help.

    #265634
    Sam
    Participant

    Hi,
    I wish to add a flight search widget to my Enfold site.
    1) Is this possible?
    2) Where should I put the widget code? see below.

    <div id=”mmd-flight-widget”></div>
    <script type=”text/javascript”>(function initWidget() {
    var options = {
    layout: {
    theme: “momondo”
    , width: “300”
    , height: “250”
    },
    airports: {
    origin: “LHR”,
    destination: “GOI”
    },
    settings: {
    openNewWindow: true,
    domain: “www.momondo.co.uk”,
    source: “”
    }
    };
    var settings = options.settings;
    var airports = options.airports;
    var layout = options.layout;
    var encoding = null;
    onWidgetLoad = function (f)
    {
    f(“mmd-flight-widget”, {
    searchForms: [{
    type: 1,
    searchURL: “http://[DOMAIN][PATH][QUERY]&#8221; + (!!settings.source ? “&source=” + settings.source : “”),
    openNewWindow: settings.openNewWindow,
    currency: settings.currency,
    segments: [
    {
    airports: [
    { code: airports.origin || “” },
    { code: airports.destination || “” }
    ]
    },
    {
    airports: [
    { code: airports.destination || “” },
    { code: airports.origin || “” }
    ]
    }
    ]
    }]
    });
    };
    var scr = document.createElement(“script”);
    scr[“src”] = “http://&#8221; + settings.domain + “/widgets/searchform?dimensions=” + layout.width + “x” + layout.height + “&types=1&callback=onWidgetLoad&theme=” + layout.theme;
    var tag = document.getElementsByTagName(“head”);
    if (tag && tag.length)
    {
    tag = tag[0];
    tag.appendChild(scr);
    }
    })();
    </script>

    #265391

    Topic: CSS for Enfold Changes

    in forum Enfold
    mfinlayson
    Participant

    You probably already covered this in the forums but when searching I was not able to find an answer. I really enjoy using Enfold. I started with a different theme and want to pull that style into the enfold theme. For now here are the main things I would like to do.

    1) I would like to have a header image appear below the logo. (I tried using the thread where you explain what to add to the functions.php but the background is not behind the logo)

    2) I would like to change the nav bar so that it is a solid color when you hover

    3) I would like to add a style to each page/post (border with a radius of 20px) So each page of the site would have rounded corners along with a border. Hope that makes sense.

    Here are two URLs so hopefully you can see what I mean.
    URL of site with style but not enfold

    URL using the enfold theme but not correct style

    • This topic was modified 11 years, 10 months ago by mfinlayson.
    #265313

    Topic: remove featured image

    in forum Enfold
    thanp73
    Participant

    I typically put an image top left in my post and set same as ‘post image’

    unfortunately Enfold is handling this as two images and displaying both, which looks silly

    how do I set the single post option to not display the feature image at all? I’m surprised that is not an inbuilt theme option, but can someone point me to the right CSS? I searched forum did not fine it. I do want the theme to handle post images as per normal otherwise however.

    Also, how would I set a default post image for category/archive and related posts…i would like to set something to show by default instead of empty boxes with the zoom icon thx

    • This topic was modified 11 years, 10 months ago by thanp73.
    #265296

    Topic: Nofollow links

    in forum Enfold
    restlesscookie
    Participant

    Hi Guys, awesome theme,

    Although I did ask this question a few days ago, I can see all the other questions around mine have been answered, if its not relevant or obvious or ‘below you’ then please say so, so I can search for support else where, hopefully you just missed it so I’ll post it again.

    1.***To my original question below I would also like to ask, How to add a rel=’nofollow’ tag to the widget “enfold advertising area’, as I’m sure you are aware Google is very hot on this since recent updates, and now clearly states all paid advertising should be ‘nofollow.’ ***

    2. I want to nofollow the footer link, when I insert rel=’nofollow’ into the footer.php it crashes the entire footer.

    this link is the one

    Thank You.

    // you can filter and remove the backlink with an add_filter function
    // from your themes (or child themes) functions.php file if you dont want to edit this file
    // you can also just keep that link. I really do appreciate it ;)
    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    #265170

    Hi Juan-Jose!

    We use the get_bloginfo() function to generate the home url. If you want to change it open up wp-content/themes/enfold/framework/php/class-breadcrumb.php and search for:

    
    $trail[] = '<a href="' . home_url() . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home" class="trail-begin">' . $show_home . '</a>';
    

    Best regards,
    Peter

    #265158

    In reply to: French Version of site

    Hi!

    The “Load more” link, etc. is just a static text which is translatable with po/mo files. If you want to update/modify the po/mo 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 (i.e. search for “Load more” and translate it). At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Cheers!
    Peter

    #265148
    Marie
    Participant

    Hi !
    I have just uploaded Enfold last version. Before installing it, I was about to adapt the js. file as I always do for each update, with some special code I need to change for the responsive menu, around line 300. But this time the js. file is really different and I’m not skilled enough to know what I should do… Can you help me please ? I need to know what I should change now on the new js.file and where… :)
    Thank you so much.
    Best regards,

    Marie
    website : http://www.auxigene.net

    Here is the js.file code I always change (cf SwitchWidth / twice -> : 989 instead of 767)

    function avia_responsive_menu()
        {
        	var win = $(window), header = $('.responsive #header');
    
        	if(!header.length) return;
    
        	var menu 			  = header.find('.main_menu ul:eq(0)'),
    	    	first_level_items = menu.find('>li').length,
    	    	bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 989;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}
    

    Also, for info, code in my quick css regarding responsiveness also, in case I should also change something there…
    Thank you again !

    /* Smaller font size on slider iPad iPhone */
    @media only screen and (max-width: 767px) {
    .avia-caption .avia-caption-title {
    font-size: 10px; }
    }
    
    /* Responsive menu TABLET */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }
    
    /* Menu and logo not one into another */
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a { font-size: 11px; }
    .responsive .main_menu ul:first-child > li > a { padding: 0 5px; }}
    
    /*Hide the menu*/
    @media only screen and (max-width: 990px) {
     .responsive #header .main_menu ul {
       display: none;
     }
    }
    
    /*Title Container breadcrumb - Responsive*/
    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    top: 12px;
    }
    #top .title_container .container {
    padding: 0px 0px 6px 0px;
    min-height: 90px;
    }}
    
    /*Decrease the padding between menu items on screens smaller than 1140px to stop menu from overlapping the logo*/
    @media only screen and (max-width: 1140px) {
    .main_menu ul:first-child > li > a {
    padding: 0 7px!important; }}
    #265094

    Hey AscenderDesign!

    Please refer to this link: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Find this line of code:

    // limit the results to 5
    	function avia_searchwp_search_num_results() {
    		return 5;
    	}

    Increase the default value of 5.

    Cheers!
    Ismael

Viewing 30 results - 6,451 through 6,480 (of 7,495 total)