Viewing 30 results - 6,271 through 6,300 (of 7,502 total)
  • Author
    Search Results
  • #304351

    Thanks Yigit. I have no idea how or where to enter any line of code into my website. I have created the entire website using Enfold’s drag and drop interface. I did some research. There doesn’t seem to be any simple Settings option to increase memory. I read that the .config file needs to be modified. Unfortunately, I have no idea where that is. I have not used FTP yet. Simply used drag and drop available inside the Enfold theme. For now the website is up and running and I can add, edit, delete pages as I like. So I’m ok.

    But I will need to start changing Enfold Settings in the future again. Any suggestions on how I can increase memory without messing with lines of code?

    Thanks.
    Kunal.

    #304139

    Hi Mauriweb!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #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 {
        font-size: 13px !important;
        line-height: 1.3em !important;
        height: 30px;
        min-height: 30px;
    }

    Cheers!
    Ismael

    Hi Saltdepot!

    When you say you did the normal changes when moving, what exactly did you do? A simple search and replace of urls isn’t going to be enough in this case as the theme uses serialized data which is tied to the length of the domain name.

    This page on the docs has a link to a plugin we always recommend and a tutorial from the tuts+ network which has more information http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Cheers!
    Devin

    StuWeTueHo
    Participant

    I just found this topic about renaming the labels of the search results.

    While @Ismaels solution works perfect with my custom post types, it doesn´t work for my portfolio items. I am using the german version of enfold and here “portfolio items” are translated to “Portfolio Einträge”. The problem is that the solution doens´t work if a german umlaut (in this case “ä”) is inside the label name.

    add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1);
    function avf_ajax_search_assign_label_names($label) {
    	if($label == 'Portfolio Einträge') {
    	$label = 'Mitarbeiter';
    	} 
    	else if($label == 'Produkte') {
    	$label = 'Downloads';
    	} else {
        $label = $label;
    	}
    	
    	return $label;
    }

    If I change the translation (.po / .mo files) to a name without “ä” (e.g. from “Portfolio Einträge” to “Portfolio Eintraege”), it works without a problem. Do you have any idea of how to get the code to work with the german translation? Thanks.

    This reply has been marked as private.
    #303585

    In reply to: snippet code

    No. This is a code generated by my visibility tool I have with my hosting provider. They only provide the code to be implemented in the site so it will show that information in google search engines. But since I am running enfold as a theme, I do not know where to place this code. Usually it is placed in the header when I built html/css sites (no wordpress sites).

    #303575
    moprosk
    Participant

    Ref: https://kriesi.at/support/topic/replacing-or-adding-a-custom-icon/

    Hi Enfold Team

    I searched and found a post regarding this issue however it was never resolved and I am facing the same issue the previous poster faced.

    I do not see:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    in

    ‘helper-social-media.php’

    to replace with

    if($icon['social_icon'] == 'rss'){
    $html .= "<a><img src='http://mywebsite.com/image.jpg' alt='' /></a>";
    }else{
    $html .= "<a>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
    } 

    I am trying to create a simple cart button that links to /cart – I like the idea of replacing an RSS icon (which I won’t be using) with the Entypo cart icon, linking internally to the cart page.

    I truly appreciate all of the help and support you have already provided via this forum and look forward to hearing back from you.
    M

    • This topic was modified 11 years, 3 months ago by Yigit.
    #303433
    Marc Bijl
    Participant

    At my homepage I’ve inserted a post slider for my recent projects (so it points to the categories of my portfolio). I got the idea from this example: http://kriesi.at/themes/enfold/homepage/home-v4-small-slider (look at ‘Recent news’ and ‘Recent work’).

    Now I use transparent png images for my portfolio. When I use the post slider, the background of these images become gray. Which is wrong, because the background of my site is white.

    I’ve found out that the background gets set here (class .slide-image):

    .main_color table, .main_color .widget_nav_menu ul:first-child > .current-menu-item, .main_color .widget_nav_menu ul:first-child > .current_page_item, .main_color .widget_nav_menu ul:first-child > .current-menu-ancestor, .main_color .pagination .current, .main_color .pagination a, .main_color.iconbox_top .iconbox_content, .main_color .av_promobox, .main_color .toggle_content, .main_color .toggler:hover, .main_color .related_posts_default_image, .main_color .search-result-counter, .main_color .container_wrap_meta, .main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb, .main_color .portfolio-preview-content, .main_color .portfolio-preview-content .avia-arrow, .main_color .av-magazine .av-magazine-entry-icon, .main_color .related_posts.av-related-style-full a, .main_color .aviaccordion-slide, .main_color.avia-fullwidth-portfolio .pagination, .main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image {
        background: none repeat scroll 0 0 #f8f8f8;
    }

    I would love to see this changed, since now I need change it in my css, and I guess other users might have the same problem.

    In general I think no background colors should be set for divs which most likely contain images (which can be transparent, as you see).

    Hi Yigit,

    I know I can download and install this plugin, But its an extra plugin again.

    I did install it this time but I see the same things…. The frase “If you are not happy with the results bellow please do another search” does have athe following translation: “Als u niet tevreden bent met de zoekresultaten hieronder probeer het dan nogmaals”

    But it doesn’t show up on the website. It keeps the english translation.

    I’ve also opend the nl_NL.po file with poedit (downloaded it from the server with the .mo file) re-saved it and uploaded it to enfold/lang (including the new .mo file)

    rogier

    rogierkoning
    Participant

    Hi,

    I have my whole theme in Dutch but I saw that the replay on a search is still in english. The nl_NL.po file does have the translation but its not showing up. Any idea?

    #@ avia_framework
    #: search.php:23
    msgid "If you are not happy with the results bellow please do another search"
    msgstr "Als u niet tevreden bent met de zoekresultaten hieronder probeer het dan nogmaals"

    The File is located in the Theme folder: enfold/lang I do use a child theme where this file is not in.

    Rogier

    #303091
    mbnsite
    Participant

    Hi, I love Enfold but lack the possibility to have a pop-up on front page for newsletter sign up. Used Optin Revolution until today but just discovered the plugin killed my images in layer slides so I had to remove it. Any suggestions on a solution/other plugin that is good for that? I use mailchimp.

    Tried to seach here on forum but it’s tricky to find with all this huge content. Would be great if the search could be narrowed per theme…

    Thanx!

    #302950

    Hey alexmasica!

    This is the snippet I used on the Enfold documentation website to do that:

    
    /*Make the search menu icon bigger*/
    #top .menu-item-search-dropdown > a {
    font-size: 24px;
    }
    

    Best regards,
    Devin

    This reply has been marked as private.
    #302887

    Hi Bruno,

    thanks for posting this!

    Meanwhile I did some research and figured it out.
    I’ll explain the procedure for everyone in the forum.. so do not wonder about the redundant parts…

    Go to fontello.com and choose the fonts you want to use in your project (these can be from different series on the fontello site as far as I understood it)

    After your marked them watch this video: http://vimeo.com/75743285
    It explains how you can import fontello web fonts into enfold.
    As the fontello download function seems to have changed a little meanwhile you will have to zip-compress the complete folder after downloading the webfonts.

    Now you should have all the fonts you want to use in your zip file.
    Go to the Enfold Theme Options within WordPress and choose the Import/Export-Tab.
    Via the Icon-FontManager import the zip file you just created.

    Now Enfold knows how to decode your chosen web fonts.

    If you want to use a down arrow for example at the end of a section to have a smooth down scrolling effect, put a code element from avia somewhere on the page.

    Now put this line into it:
    <a href='#next-section' title=''" class='scroll-down-link' data-av_icon='' data-av_iconfont="fontello" title="Nächste Sektion"></a>

    Two things to take care of here:
    data-av_icon and data-av_iconfont

    So lets start with data-av_iconfont:
    This is the name of the package as it is stored in the Webfont-Manager.
    If something does not decode correctly have a look into the Webfont-Manager and name it accordingly in your code.

    Now it is time to take care of the weird rectangle in data-av_icon=’’.
    This is where we seem to address the correct font from the stored set in the web font-zip.

    Again go to fontello.com
    With your wanted fonts still chosen click on the “Customize Codes” tab.
    You will see all the chosen fonts.
    They all have this weird little rectangle on top of each.
    Right click on the rectangle, copy it and replace the rectangle seen behind data-av_icon= with the copied one.
    Looks the same-but seems to be a different unicode character.

    Now save.

    Save/Update the page.

    Reload website.

    Hope it worked for your too!

    Cheers
    Marc

    • This reply was modified 11 years, 8 months ago by mw75.
    #302834

    Hey!

    I think that’s expected, the Google logo links to the map location as coordinates, that’s why you don’t see it in the search bar, for example in the demo page:

    https: (Email address hidden if logged out) ,-122.030748,16z?hl=en-US

    Regards,
    Josue

    twdlewis
    Participant

    Hello, is there a way of setting image and video url’s in the media elements of enfold, dynamically.

    I want to pull demonstration links to videos & images that have been made for prospects who identify them self with a code that is used to query a database and extract the links.

    I don’t understand where the elements are stored and rendered and how to intercept them.

    If all else is impossible can I use ‘save as’ of a page to get the source code and put the relevant part into a code block and just use search/replace… I imagine that has a few problems though.

    Thanks

    • This topic was modified 11 years, 8 months ago by twdlewis.
    This reply has been marked as private.
    ivolutionconsulting
    Participant

    Hi there

    I have recently taken over this website built on the Enfold theme. Having searched through the code/pages I can’t find where to add the slider so that it displays (it is in place on the page but now showing).
    http://www.cleggettwines.com.au/news/media/
    I would like it to appear like the rest of the pages eg. http://www.cleggettwines.com.au/accommodation/

    Is there a way to change the path too? The breadcrumb path is: You are here: Home / News / News (yet the URL is: http://www.cleggettwines.com.au/news/media/

    Any assistance would be greatly appreciated.

    Kind regards

    Alan

    #301987

    I’ve searched this forum and also looked at the other solutions, but this string IS translated in the Dutch PO/MO files, but it just is not translating in the theme. (NOTE: I’m using a child theme, but I’ve got no search*.php in there).

    One of the offered solutions was to use codestyling localisation (https://kriesi.at/support/topic/search-page-no-result-string-no-translation/) but that too did not fix the issue.

    There must be something else wrong with this if more people have this same issue.(see this link)

    #301900

    Hey!

    The first website is not using Enfold.

    Regarding your site, i believe that disabling the Enfold form styling will do the trick, open css/base.css and remove from line 182-253:

    /* #Forms
    ================================================== */
    
    	#top form {
    		margin-bottom: 20px; }
    	#top fieldset {
    		margin-bottom: 20px; }
    	#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 {
    		 -webkit-appearance: none;
    		border: 1px solid #e1e1e1;
    		padding: 8px 6px;
    		outline: none;
    		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    		color: #777;
    		margin: 0;
    		width: 210px;
    		max-width: 100%;
    		display: block;
    		margin-bottom: 20px;
    		background: #fff;
    		border-radius: 0px;
    		}
    
    	#top input[type="text"]:focus,
    	#top input[type="password"]:focus,
    	#top input[type="email"]:focus,
    	#top input[type="number"]:focus,
        #top input[type="url"]:focus,
        #top input[type="tel"]:focus,
        #top input[type="search"]:focus,
    	#top textarea:focus {
    		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
     		color: #555;
    		}
    	#top textarea {
    		min-height: 60px; line-height:1.5em;}
    	#top label{
    		display: block;
    		font-weight: bold;
    		font-size: 12px;  }
    	#top legend {
    		display: block;
    		font-weight: normal;
    		font-size: 15px;  }
    	#top select {
    		width: 220px; }
    	#top input[type="checkbox"] {
    		display: inline; }
    	#top label span,
    	#top legend span {
    		font-weight: normal;
    		font-size: 13px;
    		color: #444; }
    
    	#top textarea{width:100%;}
    
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
    #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
    #top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
    #top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

    Cheers!
    Josue

    #301758

    Hey!

    I noticed if you don’t use a child theme you must place the code at the very top of the enfold/functions.php file. Open up the file and replace:

    
    <?php
    
    global $avia_config;
    

    with

    
    <?php
    
    global $avia_config;
    
    	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))
    		        {
    		            $num_el = $total_el = count($languages);
    
    		            foreach($languages as $lang)
    		            {
    		               $num_el--;
    		                $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    		
    		                if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
    
    		                $style = ($num_el != $total_el) ? ' padding-left:5px;' : '';
    		
    		                $items .= "<li class='language_".$lang['language_code']." $currentlang'><a style='padding-right:0;{$style}' href='".$lang['url']."'>";
    		                $items .= "	<span class='language_flag'>".strtoupper($lang['language_code'])."</span>";
    		                if($num_el > 0) $items .= " | ";
    		                $items .= "</a></li>";
    
    		            }
    		        }
    		    }
    		    return $items;
    		}
    	}
    
    

    Then the code should work.

    Regards,
    Peter

    #301385
    moltenman
    Participant

    I have searched through your forums and found a site that has properly implemented Enfold with Diverse Solutions IDX Plugin. I’d like to know how it was done. I can’t get the search box dropdown and the features filters to look right on Safari, and I had to tweak a lot of css to get it to look decent on Chrome.

    Here is the site that has it working properly: http://team-rb.com/idx/?idx-q-ListingAgentID%3C0%3E=32765&idx-q-ListingAgentID%3C1%3E=37833&idx-q-ListingAgentID%3C2%3E=137176&idx-q-ListingAgentID%3C3%3E=159523485&idx-q-ListingStatuses=1

    As you can see the search box dropdown at the top displays properly, including the features filters checkboxes, on both Chrome and Safari, based on my testing. I can’t get mine to look like this in Safari.

    If you look at my page in Safari, you will see that the search box breaks – its expanded by default and the filters are out of line (see private content). I also included a video in the private content.

    Thanks

    #301316

    In reply to: Mega menu not working

    Hi!

    We provide services for free here on Kriesi.at and we have a queue which goes from the oldest to the newest queries. Every post gets an answer within 24 hours ( usually around 7 to 10 hours ). You can always search the forum or have look at Enfold documentation ( http://kriesi.at/documentation/enfold/ ) to find the answers. But if you need urgent modifications, you can hire a freelance developer on Envato Studio or Codeable. You can also request quote from WerkPress.

    Regards,
    Yigit

    #301211

    Hey doze!

    Please try to use the Codestyling plugin to translate or change existing text strings. Download and 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/change the text strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). You can also use tools like Poedit instead: http://poedit.net/ and oupload the po/mo translation files into the Then upload them into the wp-content/themes/enfold/lang/ folder.

    Best regards,
    Peter

    Hey maxisgoinghome!

    Thank you for visiting the support forum.

    Instead of using the Replete theme, please use our latest theme which is Enfold. It is much more flexible and easier to use.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.

    Thanks!

    Best regards,
    Ismael

    #301107

    Hey!

    Please upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    You can add your code to Quick CSS in Enfold theme options under General Styling tab

    #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: #e1e1e1;
    background-color: #fcfcfc;
    color: #919191;
    }

    Cheers!
    Yigit

    cerasel
    Participant

    Hello,

    I am no expert in coding but am curious so I have tried to sort the first part of the issue (moving the search button in the secondary menu) by following the advice in this topic from late 2013 – https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/ – unfortunately I could not find the code bits referred in there in the header .php file :(

    Could you please help? And also let me know if there is a similar way in inserting a widget area created with Enfold in the same menu bar?

    Many many thanks for your help, it would be great to solve this as I have reached the maximum of my abilities here!

    Best!

    #301018
    This reply has been marked as private.
    #300937

    In reply to: formatting

    Hey!

    Thank you for the update.

    You should place the code on Enfold > General Styling > Quick CSS field. Remove browser cache then reload the page a few times to see the changes.

    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</a

    Regards,
    Ismael

    #300932

    Hey maratino!

    Thank you for using Enfold.

    I was able to do a search on the english version of the site. I type in “sax” on the search field and the first result is “Fiberreed HEMP Soprano Saxophone”. I tried it again on the deutsche version using the same search characters, the first result is “Fiberreed HEMP Sopransaxophon”.

    Best regards,
    Ismael

Viewing 30 results - 6,271 through 6,300 (of 7,502 total)