Viewing 30 results - 6,601 through 6,630 (of 7,502 total)
  • Author
    Search Results
  • #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 12 years 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.

    #244051

    Topic: Website CSS

    in forum Enfold
    egrealtor
    Participant

    Hello, can you help me with CSS issues? Here is the link:

    http://jeffkrausrealestate.com/idx/community/central-costa-mesa/

    Click on Grid View, you can see the prices of get cut off. Can you give me some CSS to display the prices properly?

    In the sidebar, scroll down to Real Estate Search. The widget is cut off. Can you give me some CSS to fit it into the sidebar?

    Expand the search window, the search fields expand into the sidebar. Can you give me some CSS to keep it contained? You helped me on another post for another theme, but I decided to go with Enfold as my theme.

    Thank you for your help. It is much appreciated?

    #244022

    In reply to: Enfold Parallax SEO

    Hey cavanaughb!

    I’m not sure any of us have a good answer here. SEO is kind of a mess of a topic from my point of view since everyone thinks they have the *best* answer and the “pros” are constantly justifying their opinion to keep making a living.

    Generally I think a single page site would make it easier to have a good target for searches but would also mean the content is more sensitive. So you would need to be more careful not to over optimize it to prevent the text from getting marked down.

    Regards,
    Devin

    This reply has been marked as private.
    #243601

    Topic: Lightbox not working

    in forum Enfold
    tetonwebstores
    Participant

    When I have my gallery set up, and I have lightbox enabled on the options, the photos only load in a new page, not lightbox. I have changed the actual html or css of anything other than the quick css. Here is my quick css:

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }
    
    .image-overlay { display: none!important; }
    
    img{ border-radius: 0 !important; }
    
    @media only screen and (min-width: 768px) {
     
        /* Adopt Enfold's line height */
        #megaMenu,
        #megaMenu ul.megaMenu,
        #megaMenu ul.megaMenu > li.menu-item,
        #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > a,
        #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-item-depth-0 > span.um-anchoremulator{
          line-height:inherit;
          height:inherit;
     
        }
        /* Display items as tables to allow for vertical centering */
        #megaMenu ul.megaMenu > li.menu-item{
            display: inline-table !important;
            margin:0 !important;
            padding:0 !important;
            border-collapse:collapse !important;
            border-spacing:0 !important;
        }
        /* Vertically center menu item contents */
        #megaMenu ul.megaMenu > li.menu-item > a,
        #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
        #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink{
            padding-top:0;
            padding-bottom:0;
            display: table-cell !important;
            vertical-align: middle;
             
            border-collapse:collapse !important;
            border-spacing:0 !important;
            position:relative;
     
        }
        /* Align submenus properly relative to table */
        #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1{
            top:100%;
            left:0;
            white-space:normal;
        }
        #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item{
            vertical-align:top;
            float:none;
        }
     
        /* Fix hover table shift */
        #megaMenu ul.megaMenu > li.megaHover{
            margin-right:-1px !important;
        }
         
        /* Set search dropdown to proper height */
        #megaMenu .avia-search-tooltip{
            top:100% !important;
            background:white;
        }
    }

    Please help, I want lightbox to work and I want all of these options to work still as well. Thanks

    #243589

    Topic: Mobile Problem

    in forum Enfold
    YakiPasandi
    Participant

    Hello,
    This is a topic I started on Themeforest and was asked to open a thread here.
    I have problems on mobile with these 2 websites:
    http://www.snnlaw.co.il/
    http://www.ranibleierstudio.co.il/

    As you’ll see, when going mobile on these 2 sites, the buttons and links on the homepage don’t work. Some of them do, and some don’t. I tried it on iPad, iPhone and Galaxy S3. It’s a big problem for me since the mobile part is very important for me. I have been using the AVIA layout builder.

    This is the quick css I put in the enfold settings:
    h1, h2, h3, h4, h5, h6, p, body, #socket .copyright, #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select .main_menu ul:first-child > li > a{
    font-family: ‘atlas’, sans-serif;
    font-weight: 400;
    }

    h1{
    font-size:60px;
    line-height: 66px;
    }

    h2{
    font-size:40px;
    line-height: 46px;
    }

    h3{
    font-size:28px;
    line-height: 34px;
    }

    p{
    font-size:19px;
    line-height: 25px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    font-family: atlas;
    font-weight: 400;
    font-size: 18px;
    }

    #socket .copyright{
    font-size:14px;
    line-height: 18px;
    }

    #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select{
    font-size:17px;
    line-height: 18px;
    width: 75%;
    }

    #top select{
    background-position: 12px center;
    margin-top: 10px;
    }

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

    #top h3 a {
    font-size: 19px;
    }

    .rani-about-small{
    display:none;
    }

    #top .main_menu .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 16px !important;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    }

    .avia-button.avia-size-medium {
    font-size: 17px !important;
    font-family: atlas !important;
    color:#000 !important
    }

    And this is what I put in the custom.css file:
    @font-face{
    font-family:’atlas’;
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url(‘atlas-aaa-400.eot’);
    src: url(‘atlas-aaa-400.eot?#iefix’) format(’embedded-opentype’),
    url(‘atlas-aaa-400.woff’) format(‘woff’),
    url(‘atlas-aaa-400.ttf’) format(‘truetype’);
    }

    #top textarea {
    width: 100%;
    height: 140px;
    }
    #top .avia-menu-fx {
    height: 5px;
    }
    #top .scroll-down-link {
    height: 65px;
    width: 100px;
    margin: 0px 0 0 -40px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #000;
    background: #AAA;
    background: #50d1f5;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    text-decoration: none;
    border-top-left-radius: 223px;
    border-top-right-radius: 223px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    Plus these are the plugins I use:

    RTL Tester
    Limit Login Attempts
    Contact Form 7
    Wordpress Importer

    Thanks for your help.
    Yaki

    #243582

    Hey Vermishelle!

    Here is the solution i came up with, Please follow this very carefully.

    1. Find this file helper-social-media.php inside of this folder ENFOLD/includes/
    2. Add this on the line 33 ( after this line var $counter = 1; ) static $social_counter = 0;
    3. Line 53 ( function build_icon() ). after this global $avia_config; add the following
    $search_array = array('facebook','twitter', 'skype', 'pinterest', 'soundcloud');
    //On this one is the key, i’m adding facebook, twitter, …. base on the elements i have added on the enfold options so if you have others add those and remove the ones that you don’t need ‘soudcloud’ for instance
    4. Find this on line 88 roughly
    $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";

    5. Replace the above ( 4. ) with this.

     if ( in_array( $search_array[static::$social_counter], $search_array) ) {
    				
    			    $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."' onclick='". "_gaq.push(['_trackEvent', 'ClickLink', '". $search_array[static::$social_counter]."', 'Message']).". "'></a>";
    			   	static::$social_counter++;
    			   	
    
    			}else{
    				$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";	
    			} 

    And that is it.

    Regards,
    David

    • This reply was modified 12 years, 1 month ago by David.
    #243482

    Topic: Enfold Parallax SEO

    in forum Enfold
    cavanaughb
    Participant

    Hi all,

    I have been reading up on parallax websites, specifically one-page sites, and the consequences with SEO. Just curious what the developers thoughts are on this (and anyone else that wants to contribute).

    When a one-page parallax website is limited by fewer unique pages, H1 fields, and metadata than competitor websites, is there a working alternative to maintain a one-page design with a healthy SEO? Or is parallax design ahead of SEO and search–and everyone is just hoping they will eventually catch up?

    The Enfold theme is amazing. I know I’ve said it before, but really awesome work by Kriesi and team. The recent updates to include video are great!

    #243313

    I’ve been researching sites that use your theme as well as other “flat design” sites. One feature I really like is the panels that change to show information on mouseover. This site – http://www.plusplusminus.co.za/ has many examples of what I want to do.

    Being new to Enfold, is there any tutorials on how to get this effect? I just need a starting point to be able to figure out how to do this as I think I will be making extensive use of this feature.

    Appreciate your help.

    #243214

    Hey bleepstudio!

    In enfold/functions.php search for:

    
    'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),
    

    and replace ue859 with any other char code. You can use the icon shortcode “char selector”: http://www.screenr.com/MYsN to get the character code.

    Best regards,
    Peter

    #243213

    Hi!

    Open up wp-content/themes/enfold/includes/loop-search.php and replace:

    
    $post_format 	= get_post_format() ? get_post_format() : 'standard';
    

    with

    
    	$current_post = array();
    	$current_post['the_id']	   	= get_the_ID();
    	$current_post['post_format'] = get_post_format() ? get_post_format() : 'standard';
    	$current_post['content'] 	= get_the_excerpt();
    	$current_post['content'] 	= empty($current_post['content']) ? strip_shortcodes( get_the_content() ) : $current_post['content'];
    	$current_post['title']   	= get_the_title();
    	$current_post	= apply_filters( 'post-format-'.$current_post['post_format'], $current_post );
    	extract($current_post);
    

    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

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

    Best regards,
    Peter

    #243127
    richardruddle
    Participant

    I really like the testimonial functionality but am looking to extend it to the sidebar to display a random testimonial. As I have researched, this doesn’t seem possible. It would be great to leverage the content entered as testimonials and propagate it throughout the site. Do you know of any other way to do this within the Enfold theme framework?

    #242865
    fmichalski
    Participant

    Hi,
    I want to create several Hidden pages.
    Those pages aren’t accessible from my web site.
    I give the address directly by mail to potential customers.

    What’s the best way to organize that with Enfold please ?
    Is there a parameter or a process to set up the tag “No robot” in order to avoid Search engine indexation ?

    thanks

    #242114
    G_T_M
    Participant

    Hi There,
    Is it possible to add images to the search result in Enfold Theme.
    I have seen few questions and answers on the forum but none of them worked for me.
    Regards
    G_T_M

    #241913

    In reply to: Scroll down

    Hey!

    You can find all the update info on the theme’s changelog. Check it here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=Kriesi

    Regards,
    Ismael

    #241790
    modelity
    Participant

    Hey,

    In functions-enfold.php, line 193:
    $output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".home_url('?' . $search_messages['all_results_link'] )."'>".$search_messages['view_all_results']."</a>";

    Should be:
    $output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".icl_get_home_url('?' . $search_messages['all_results_link'] )."'>".$search_messages['view_all_results']."</a>";

    The current behavior is that if I’m in a page that doesn’t belong to the default language, and I open the ajax search box and type some search string, clicking the “View all results” at the bottom of the ajax search box sends me to a search results link in the default language, and not in the current language. I should state also that we use permalinks for indicating the language.

    Anyway, I tried to add a filter, but it caused an infinite loop (don’t know why, I don’t think icl_get_home_url uses the get_home_url function in any way):

    add_filter( 'home_url', 'localized_home_url', 10, 4);
    function localized_home_url( $url, $path, $orig_scheme, $blog_id ) {
        if($path === ''){
    		return icl_get_home_url();
    	}
    	return $url;
    }

    Suggestions?
    Thanks,
    Lior

    #241706

    In reply to: PHPSESSID errors

    Here are some examples of where the theme is creating the PHPSESSID from session_start:

    In enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php
    Line 33

    In enfold/config-templatebuilder/avia-shortcodes/portfolio.php
    Line27

    It is not a required command in PHP.

    The PHPSESSID errors are really hurting my search rankings.

    I have bought 2 licenses for Enfold so far, but this is not going to work if I cannot resolve.

    #241681
    danwinckler
    Participant

    Hello,

    I’ve just purchased Enfold, installed it on a fresh development install of WordPress, and have been spending some time playing with the dummy content, searching here and elsewhere for examples, and starting to build our company’s new site. I haven’t been able to find any examples that do exactly what I’d like to do, so I thought I’d ask here. I would like to make a full width slider for our homepage that shows an image with some overlaid text (title, description, perhaps a “read more” link) that, when the image is clicked, opens a large lightbox containing a YouTube/Vimeo video that auto-plays (similar to the Portfolio AJAX example).

    If it’s possible for this to be made using Portfolio Items, even better, as it would save some duplication of effort and content.

    How can I make this? Thanks very much in advance.

    Hey!

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

    @media only screen and (min-width:1141px) {
    #menu-item-359 {
    left: 30%;
    }}
    @media only screen and (max-width: 1140px) and (min-width: 990px) {
    #menu-item-359 {
    left: 20%;
    }}

    Best regards,
    Yigit

    #241095

    Hi Erdogan!

    Du kannst die 404 Seite ändern, indem du wp-content/themes/enfold/includes/loop-search.php bearbeitest. Um das Datum zu entfernen lösche zB:

    
                        <time class='date-container minor-meta updated' <?php avia_markup_helper(array('context' => 'entry_time')); ?>>
                            <?php the_time('d M Y'); ?>
                        </time>
    

    Regards,
    Peter

    Hey!

    1) If some sentences are not translated please update the language file with Codestyling. Go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and search for your language (Spanish) and click the “Rescan” button to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain.

    2) You can’t translate LayerSlider with the Enfold translation files. If you want to translate it as a plugin copy the wp-content/themes/enfold/config-layerslider/LayerSlider/ folder into the wp-content/plugins folder ( wp-content/plugins/LayerSlider/) and the use Codestyling (“Plugins” tab) to translate it as a plugin. To activate the LayerSlider as a standalone plugin switch to another theme, then activate layerslider and then switch back to Enfold.

    Best regards,
    Peter

    This reply has been marked as private.
    #240521
    Themis_Designs
    Participant

    I’m in the Advanced Layout Editor and can’t seem to figure out how to access the code behind the layout components. I need to add something to the Vimeo code so that it will display an image instead of the black screen when the page is visited. If I choose Default Editor, nothing appears in either Visual or Text.

    Attaching an image from a website built with another theme where you can see the code behind the layout.

    I’m sure there must be a way, but I’ve searched the forum for the last hour to find the answer and have had no luck. Any advice is appreciated :)

    Text editor access needed for Enfold

    Thank you Yigit,

    Buy for some reason, despite I tried your last solution with the latest version of Enfold also, I get that sentence in English:

    Search

    And the weird thing is that in es_ES.po the string is already translated:

    “If you are not happy with the results below please do another search”
    “Si los resultados no te satisfacen, intenta una nueva búsqueda con otros términos.”

    IMPORTANT:

    I´ve changed that string at search.php to BELLOW again:

    echo "<p>".__('If you are not happy with the results bellow please do another search','avia_framework')."</p>";

    And the sentence is shown in Spanish at the search page (!)

    The es_ES.po and es_ES.mo should be in enfold/lang/, right? That .po has “below” instead “bellow”, I don´t understand anything… :S

    PS: Could you explain me how could I ” Update from sources” the es_ES.po downloaded to my computer? When I click that option Poedit gets blocked and the progress bar doesn´t move.

    Thank you again.

    • This reply was modified 12 years, 1 month ago by Pablo.
Viewing 30 results - 6,601 through 6,630 (of 7,502 total)