Viewing 30 results - 6,271 through 6,300 (of 7,495 total)
  • Author
    Search Results
  • #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, 7 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, 7 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

    #300853
    maratino
    Participant

    I can get ajax results in my main language http://fiberreed.de/ but nothing with my second language http://fiberreed.com/

    Hey ecoresearch!

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

    .single .blog-meta {
    pointer-events: none;
    }

    2-

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    }}

    Cheers!
    Yigit

    #300349
    igorvavrik
    Participant
    #300320
    ProAnts
    Participant

    hi

    I´m not an expert in websites..and can´t figure how to resolve this problem.

    i´m trying to edit page result search in Appearance/Editor/ Enfold: Search Results (search.php)

    i get this result

    “Not Implemented

    GET to /wp2/wp-admin/theme-editor.php not supported.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”

    Hi Devin,

    Just a lack of knowledge. Didn’t know style.css in the child theme had to be used. I removed the data in custom.css (backed it up in case) and pasted it in style.css. Will work with that file from now.

    Social media icons should be right from the search icon. I don’t seen them in desk top and mobile version. In enfold settings it says top right. But I think it has something to do with previous changes in custom.css or header.php. Hope you can see, why they don’t show.

    Regards,
    David

    #300061
    mailworm
    Participant

    I have carefully read and followed http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/ but it is not a solution for me. I do not find the screenshot shown in the article.

    I have changed the custom portfolio entry settings in German language. I can search all strings in WPML string translation for that new/ own slugs, but WPML does not find them. And – as said before, I do not find the screen You show in the article.

    I even switched to Englisch as admin language to follow it, but it starts with having NO “WPML > translation options”.

    Please help!

    Thank You,
    Thomas

    #300058
    vk5kdc
    Participant

    Searching through the forum I found the code to change the font size in the main menu ie
    .main_menu ul:first-child>li>a { font-size: 16px; }

    This works well for the main items what do I need to change for all the menu items including the sub headings.

    Thanks.
    By the way enfold is a great theme, only just started to use it.

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