Viewing 30 results - 6,571 through 6,600 (of 7,495 total)
  • Author
    Search Results
  • #250686

    Hi!

    Glad that you fixed the header.

    Please use this on Quick CSS or custom.css to fix the input fields:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    min-width: 100% !important;
    }

    Cheers!
    Ismael

    #250209
    This reply has been marked as private.
    #250118
    bitsoul
    Participant

    Enfold – 2014 March 11th – Version 2.6.1
    Wordpress – version 3.8.2
    Hello;
    For whatever reason, I just can’t get a Color Section Layout Element to display full width. I’ve researched your forum and added a “custom ID Attribute” with css “#my-attribute .container { width: 100% }”. I can see that the css is being applied but I’m not getting a full-width element. I’d be happy to forward a link and login.

    Cheers…

    BitSoul

    #249936

    1. The width field settings in Formidable are being overridden by Enfold CSS:
    /* #Forms
    ================================================== */
    #top .input-text,
    #top input[type=”text”],
    #top input[type=”input”],
    #top input[type=”password”],
    #top input[type=”email”],
    #top input[type=”number”],
    #top input[type=”url”],
    #top input[type=”tel”],
    #top input[type=”search”],
    #top textarea,
    #top select {

    width: 210px;

    }

    2. In Formidable, if I choose the field labels to be set to “none” (rather than top, right, left, etc…) then the “block” CSS parameter overrides it:
    #top label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    }

    It seems if I get rid of the “#top” class in the Forms area of Enfold’s base CSS, then I should be ok? I’d rather not mess at all with the base CSS. But I need to solve this is my client’s site.

    #249741

    Hey!

    Seems like code is not being applied. Please try adding it to custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #249737

    Hi!

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

    .select2-container, li.select2-search-field, .select2-default { width: 100% !important; }

    Cheers!
    Yigit

    #249502
    Swedfit
    Participant

    Not sure if you guys can help me because its a plugin. But check my page http://www.swedfit.se/sok/
    and you will see that the search box does not cover the whole width of the box but the search button is centered correctly.

    The search box is always the same width (as shown) no matter which width the container the search box is in.

    This only happened in the enfold theme.

    Any suggestions?

    (hope you guys understand my problem aswell:)

    #249475

    In reply to: Smaller Menu size

    Hey!

    Please add following code to Quick CSS as well

    #top #menu-item-search.menu-item-search-dropdown>a:hover {
    background-color: transparent!important;
    }

    You can go to Enfold theme options > Header > Extra elements > Header Phone Number/Extra Info and add your text or link there manually

    Regards,
    Yigit

    Hi Ismael,

    how can I open a new topic ? I need help to set search icon and rss icon in the slim header (enfold). I have v. 2.6.2 but can’t find this option ? Please help,
    Thank you.

    Nona

    #248954
    memodemo
    Participant

    Dear Support,

    I can’t search out how to edit this page “Content” at ENFOLD theme, please kindly advise.

    ref link : http://tailor-creation.com/tc

    Thank you!
    Sansi

    #248747
    Harmen_Schrale
    Participant

    Hey Kreisi,

    I’m using the Enfold theme, great theme by the way, but I was wondering where to put metatext for the several loose pages. Maybe I’m using the wrong word but I mean the text which is shown below the link in search engine results. The short description of the found page.

    Hope you can help me.

    Many thanks in advance, regards,
    Harmen

    #248672

    Hi!

    You can update the po file easily. Install the 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). If you can provide a link to the updated Russian po/mo file we’ll include it with the next update – then you don’t need to update your translation files over and over again.

    Regards,
    Peter

    #248648

    Hey!

    Please place this code into your child theme functions.php file:

    
        if(!function_exists('avia_append_lang_flags'))
        {
            //first append search item to main menu
            add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
    
            function avia_append_lang_flags( $items, $args )
            {
                if ((is_object($args) && $args->theme_location == 'avia'))
                {
                    global $avia_config, $sitepress;
    
                    if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'main_menu');
                    if($avia_config['wpml_language_menu_position'] != 'main_menu') return $items;
    
                    $languages = icl_get_languages('skip_missing=0&orderby=custom');
    
                    if(is_array($languages))
                    {
                        foreach($languages as $lang)
                        {
                            $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    
                            if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
    
                            $items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
                            $items .= "	<span class='language_flag'>".$lang['native_name']."</span>";
                            $items .= "</a></li>";
                        }
                    }
                }
                return $items;
            }
        }
    
    

    If you don’t use a child theme add it to enfold/functions.php.

    Best regards,
    Peter

    #248578

    Hi jmaguirrei!

    If you need to modify the search implementations you can find the files here : /functions-enfold.php

    If you change numberpost => 5 to 1 ( see below ) this will show 1, BUT you need to customize further to have more accuracy when you search, otherwise it will show you irrelevant information / not so accurate, or it will show you what you need, depends on the case scenario.

    
     $defaults = array('numberposts' => 1, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
    

    P.S Create 1 post and ask your questions there, as opposed to open more than 1 thanks :)

    Cheers!
    David

    #248443

    In reply to: Header layout

    Hi!

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

    .av-special-heading { background-color: orange; }
    body .av-special-heading .av-special-heading-tag { color: white; }

    To display search form as shown on your screenshot, please hire a freelance developer.

    Cheers!
    Yigit

    #247977

    Hey Nativemedia!

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

    .ajax_search_excerpt { display: none !important; }
    .big-preview.single-big, .entry-content-header { pointer-events: none; }

    Cheers!
    Yigit

    Michał L
    Participant

    Hello,
    I am using the newest Enfold.

    After changing site url from development to official, I can not edit pages – advanced layout editor / avia builder hangs with white a fully blank white screen. In the database I replaced the old url to new using http://pixelentity.com/wordpress-search-replace-domain/

    I also tried WP MigrateDB PRO. The effect is the same – error occurs and I cannot edit webpage – only thing I see is white screen. You can check screenshots here: https://www.dropbox.com/s/2d8nrgmxf42lu1b/Error.docx

    I have no plug-ins active so this is not the problem. I increased mamory limit to 256M. The problem may relate to admin-ajax or some javascript but I am not sure…

    Please help!

    #247927
    SonicCube
    Participant

    Hello Team

    i have searched the web and the Forum here about this issue. I came across one other Thread in the Enfold Discussion, but no working solution has been posted there.

    Problem :

    Using Thumbnail Navigation with the layerslider in responsive mode, makes the thumbnails move in the middle of the slider on small browser window / Mobiles.

    SEE HERE : http://www.soniccube.ch/kunden/roadhouse/

    Thanks in Advance

    #247916
    seiyat
    Participant

    Hi, I’m new… I did searches and didn’t find an answer, I need your help please?
    I am using a WordPress 3.8. I’ve try to set up the background image via Enfold Theme Options, I set background imgage in General, Main Content and Alternate Content but the background Image not showing up on any page.
    Thank you in advance.

    #247846

    Hi, thought this thread is the most appropriate for translation bugs. There is an error in the Russian .po file. Not in the translation, but the original text. In the string “If you are not happy with the results bellow please do another search” “bellow” should be changed into “below”. Because of this error the string doesn’t translate properly.

    EDIT: opened a separate ticket, please ignore this post.

    #247731

    Hey!

    Yes, German is included. You can find the files in enfold\lang\. Search for de_DE.po to modify the German translation. You can use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to edit the files.

    Best regards,
    Peter

    #247714
    rpmarketing2013
    Participant

    HI!
    I am having a problem with the advanced layout editor loading and being unable to edit inside of it… Also, nothing happens when I press either layout button.

    When I go to edit a page, everything loads there is a leading animation where the builder should be. It never loads the page content.

    On the pages that do not have the avia builder in use (new pages) will not let me click on the button to activate it.

    There are only a couple plugins active right now and they are all stable but even when I deactivate them the editor will not load.

    I have searched and found a few other people with similar problems and tried all of their solutions but nothing has worked so far.

    Here is everything I have tried to solve this problem…
    Deleting and reloading the Enfold Theme
    Re-downloading the Theme from Envato and then re-uploading it into the site
    Deactivating and deleting every plug-in, then testing again
    Accessing the site from different computers, networks and different browsers (Chrome and Firefox)
    I have also tried upping my memory on my server (through go daddy)
    I prayed to the internet unicorns and asked them to fix it. – They didn’t.

    Please help. :)
    <3

    Foundry172
    Participant

    I have the search box enabled in the enfold theme panel and when you click on the search Icon it displays the placeholder text in Chrome and Mozilla browsers but not IE. Is there a fix for this?

    #247385

    In reply to: Search Icon

    Hi djsmbd!

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

    #menu-item-search {
    display: block!important;
    }

    Best regards,
    Yigit

    #246916

    Hey!

    The code should be working. Please create me an admin account and I’ll look into it. Alternatively you can modify wp-content/themes/enfold/config-wpml/config.php and delete:

    
            //first append search item to main menu
            add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
    

    Then the theme won’t append the flags to the menu.

    Regards,
    Peter

    #246708

    In reply to: Portfolio sort style

    Hey garbath!

    1. To change the appearance of the links to buttons you will need to modify the css classes assign to them. You can always use microlancer.com they are pretty reliable and cost affordable.

    2. On Enfold options panel go to General Settings > Blog Style ( search for this and select from the drop down ) pick single author feature image small/big.

    Regards,
    David

    #246698

    In reply to: Enfold Showcase

    I really like the way jwferne has tweaked the menu on his site http://www.tfgsearch.com. How do you do that?

    Regards,
    H

    #244565

    Topic: Curiosity

    in forum Enfold
    PietroPeride
    Participant

    Hello guys, I was having a look on the showcase thread and there are some great websites there.

    One that impressed me a little bit is this one http://www.execsearch.com/ but I doubt that they are still using enfold.

    However, the question is: Is it possible to make some modifications to enfold in order to get that kind of menu? I think it looks really gorgeous and professional at the same time. I’ve seen in another topic that you suggested someone to hire a freelancer to change the style and if that’s the only way to do it do you have any idea how much could something like that cost?

    Thank you, keep it up with the great job!

    #244468
    steven1000
    Participant

    Hi guys. Love the Enfold theme. Searched your forum for an answer, but seems nobody else asked for this one. I have tried to make just the header transparent, but leave the menu not transparent. The code I have used unfortunately makes both the header and menu transparent, which makes seeing the menu a problem. I used the following code, which is wrong.

    .header_bg, #avia-menu, .main_color{
    background: transparent !important;
    }

    What CSS code could I use that would only allow the header to be transparent, but the menu would be normal?
    Website I am using is http://www.fireinvestigatordirectory.com. Thank you in advance. Have a great day.

    • This topic was modified 11 years, 12 months ago by steven1000.
    #244101

    Topic: WPML

    in forum Enfold
    alexbog
    Participant

    You claim that the Enfold theme “works perfectly fine” with WPML. They also claim that your theme is compatible with WPML. However, whenever I activate WPMLI get the flags in the pre-header area and I cannot deactivate them or change them to a drop-down menu. Sorry, but that’s seems to be one of the few things thing working perfectly fine. You will agree that I want the full functionality of a plugin and of a theme, for that matter, if you advertise it so. Now, if I want the drop-down menu with language names INSTEAD of flags how do I do this? I searched your support forum but i did not find a functional solution. Thank you for your help. A.

Viewing 30 results - 6,571 through 6,600 (of 7,495 total)