Viewing 30 results - 5,911 through 5,940 (of 7,495 total)
  • Author
    Search Results
  • #362167

    In reply to: Search

    Hi!

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

    #top #menu-item-search { width: 76%; }
    .html_header_sidebar .av-sidebar-social-container { top: 20px; }

    Cheers!
    Yigit

    #362112
    Chris
    Participant

    Hello Support-Team,

    is it possible? Am I the first one that receives such an error? I searched the forum but didn’t find anything similar.
    Here’s what I get:

    Couldn’t add the font.
    The script returned the following error:

    Fatal error: Class ‘ZipArchive’ not found in …/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107

    As descripted in this video http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader I tried to upload some more icons. This doesn’t work with the named errorcode. Could you please help me?

    Thanks in advance,
    Chris

    #362067

    Topic: Enfold 3.0.4 problems

    in forum Enfold
    StaffordRC
    Participant

    Just run my update on my bumy site to ensure all worked fine which it seemed to. Only problem was the pencil symbol appered above my blogs but by adding the following code recent provided it solvced this problem

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

    article span.fallback-post-type-icon {
    display: none;
    }
    Regards,
    Yigit”

    Anyhow today I thought I would update Enfold on my live site http://www.staffordrc.org but this time the footers have change, and location of widgets for login on home page is missing and the bbpress forum layout has changed and I have lost recent post, replies, search and these have been replaced by 3 login widgets?

    can someone please advise me on how to correct this problem form. I made a back up of the wp-admin files prior ot the update.

    Also how can I removce the white boxes above the blogs as the above code has left them in the .org site even thouigh it worked in ithe .co.uk site?

    and what would be the reason for these problems occuring on my http://www.staffordrc.org site and not on my dummy http://www.staffordrc.co.uk site

    thanks for anyhelp you can offer

    #361947

    Hey!

    The preview is working fine. I created a test page here: http://www.jinnysblog.com/wp-admin/post.php?post=60&action=edit&message=6

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Best regards,
    Ismael

    #361869
    KolbeGT
    Participant

    Hey Guys,

    I’m using Enfold 3.0.4 on a WordPress 4.0.1 Installation and I’m struggling with displaying the Search-Icon for the mobile-themes (aka. Hamburger-Menu – yummy). I tried adding the CSS from here to the Quick-CSS in the theme options.

    @media only screen and (max-width: 989px)
    {
       .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search 
       {
          display: block;
       }
       .av-main-nav li {
          display: none;
       }
    }

    But this doesn’t work for me. Then I checked my custom.css and read the comments, so I tried the same CSS for @media only screen and (max-width: 767px). Which either has no visible effect. Does anyone know a clean way to achieve this?

    Greetings
    cr0ss

    DigiDokters
    Participant

    Hi!

    Some days ago wordpress 4.0.1. came out. I had no problem with updating and installing it. Everything was working fine… Until i noticed that everywhere where i put some HTML code (like a link in the textbox of a teammember or making a word italic in a title) Enfold seems to crash and just show an apostrophe.

    I searched the supportforms and the web for an answer but i didn’t found any good answers. Any help?

    #361569

    In reply to: Search Pagination

    Hi pixallus!

    Add this to the bottom of your functions.php file.

    add_filter( 'pre_get_posts', 'enfold_customization_search_results' );
    function enfold_customization_search_results( $wp_query ) {
    	if ( is_search() ) {
    		$wp_query->query_vars["posts_per_page"] = 999;
    	}
    }

    Cheers!
    Elliott

    #361422

    There is a well documented trail of incompatibility issues starting in August of recent updates of Yoast SEO version and Enfold theme version. You may want to try getting Yoast seo V 1.5.5 and Enfold v 2.9.2 and wordpress 4.0…it is the last stable baseline that works well together. Enfold is still researching on how to provide a theme that works. I have posted about this problem a number of times and have had responses from theme designer who acknowledges the issue and concern…

    #360735
    hubbdesign
    Participant

    Hi. The Layer slider appears to ignore the alt attributes for images placed in via the media library. The only image that has an alt tag is the background image.

    On the producers website, apparently their latest version fixes this (http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246?WT.oss_phrase=slider&WT.oss_rank=15&WT.z_author=kreatura&WT.ac=search_list)
    ” Fixes: (among others) Fixed markup issues such as missing alt attributes in some cases…”

    According to WP admin I do have the latest version – 5.3.2, but alt tags are still not displaying.

    I have tried support at the producers website, but because the Layer Slider was part of the Enfold theme, they say support has to come from Kriesi.

    The site in development is at the address posted in private content.

    Any help much appreciated. Client is insistent on alt tags being present for all images.

    Andy

    Hey ndutzzzzzz!

    Thank you for using Enfold.

    Edit the page then look for the color section. Change the background image there. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Cheers!
    Ismael

    #360520

    Hey!

    Thank you for using Enfold.


    @javierebollar
    : Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!


    @elames
    : Thanks for helping out!

    Cheers!
    Ismael

    #359295

    Hey Ballabird!

    I cannot see any issues except for input borders being white. You can change their color using following code in 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: #e2e2e2; }

    Regards,
    Yigit

    #358824

    In reply to: Enfold – Demo

    Hi Mohan-Iyer!

    Thank you for using Enfold.

    If you don’t mind, please provide a screenshot of the widgets. Use imgur, dropbox, clipular etc. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Cheers!
    Ismael

    deved
    Participant

    Hi Guys,

    I’m using your fantastic Enfold theme. I encountered only a little problem: I need to use ACF (advanced custom fields), but the ACF “google map” field type doesn’t work with Enfold. I did some search and found that the problem could be the google map api script inclusion (http://maps.google.com/maps/api/js?sensor=false…) in the admin. I found that Enfold includes this script enqueuing “avia-google-maps-api” script. I tried to remove the script inclusion adding this code to my child theme:

    function remove_scripts()
    {
    	wp_deregister_script( 'avia-google-maps-api' );
    }
    add_action( 'wp_enqueue_scripts', 'remove_scripts', 100 );

    but it doesn’t work. Do you have any idea to solve this problem? I would like to use ACF to add a store locator to my app, and I need the “google map” field to geolocate the input address.

    Thank you very much for your help!

    #358613
    Tomzilla
    Participant

    I noticed that pagination on these Kriesi.at forums is broken.

    I get a 404 if I click –> or a results page number at bottom of results.

    Not Found
    The requested URL /support/search/enfold//page/2/ was not found on this server.

    Makes searching for fixes pretty difficult because I can only read the first page of search results and can’t get to next pages.

    #358430

    Hallo nochmals,
    leider habe ich immer noch keinen Grund für das Fehlverhalten gefunden. Im Entwicklungsbereich funktioniert alles einwandfrei, LIVE fehlen die Slider-Buttons für Vor- und Zurücknavigation und die Pünktchen unterhalb, die als Indikator für die einzelnen Slides gezeigt werden.

    Ich nutze das ENFOLD Child Theme und folgende Dateien sind im Child-Theme-Ordner enthalten:
    – footer.php
    – single-portfolio.php
    – functions.php
    Dann habe ich noch ein verzeichnis “includes”, darin befinden sich:
    – error404.php
    – loop-index.php
    – loop-search.php
    Dann habe ich noch ein verzeichnis “js”, darin befinden sich:
    – avia.js

    Wenn ich im Entwicklungsbereich die “avia.js” aus meinen Child-Theme entferne, hat das zur Folge dass der ganze Fullscreen Slider nicht mehr funktioniert.

    Wenn ich LIVE die “avia.js” aus meinen Child-Theme entferne, hat das gar keine auswirkungen. (getestet mit STRG + F5).

    Irgendetwas muss ich übersehen, aber ich komme nicht drauf! :(

    #358379

    In reply to: contact form

    Hi eliuserman!

    If your trying to add a border around the form then you can try this.

    .av-light-form { border: 1px solid red !important; }
    

    If your trying to change the border of the fields then you can edit that around line 1500 in the /enfold/css/shortcodes.css file.

    #top div .av-light-form .input-text, #top div .av-light-form input[type="text"], #top div .av-light-form input[type="input"], #top div .av-light-form input[type="password"], #top div .av-light-form input[type="email"], #top div .av-light-form input[type="number"], #top div .av-light-form input[type="url"], #top div .av-light-form input[type="tel"], #top div .av-light-form input[type="search"], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
        background-color: transparent;
        border-color: #fff;
        border-width: 2px !important;
        color: #fff;
    }

    Cheers!
    Elliott

    #358337

    In reply to: Enfold Search

    Hey!

    I’ve been watching this thread and waiting for the result. Sorry if it doesn’t work. Please remove the code and try to use the Relevanssi plugin then refer to this link: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Regards,
    Ismael

    #358022

    Topic: licensing question

    in forum Enfold
    118group
    Participant

    I searched but could not find the answer.

    How long is the enfold licensing for?
    Is it $58 every year or just a 1 time fee?

    Will the theme ever not supported at some point in the future?

    Thank you,

    #357946
    Luc
    Participant

    Hi,

    This is really strange but social icon and search icon do not appears on firefox. I try to take off all the plugings but did not change anything. I got last version enfold, wordpress 4.01

    Perfect visual on safari

    you can see site on private link
    Firefox : last version
    PLUG :
    All in one seo pack 2.2.3.1.
    link manager 0.1
    The events calendar 3.7 ( update put a mess in website – really strange)
    wordfence security 5.3.3

    • This topic was modified 11 years, 3 months ago by Luc.
    #357910

    Hey IconicD!

    You are going to need to use a more advanced search plugin for such feature.
    You can try using SearchWP plugin ( you can find implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) or Relevanssi plugin ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ )

    Cheers!
    Yigit

    #357358

    Hi!

    You should add it on Enfold > General Styling > Quick CSS field. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Best regards,
    Ismael

    #357232

    Hi Ismael,
    thanks for your help.

    I do admit I am not a big plugin fan, as they always slow down the sites a little bit or break with updates, or or or…

    I am almost sure before uploading Enfold latest version I had it done with a easy modification of the search.php (if I remember correct). I simply can’t figure out how

    If you think there is any option, please let me know. Apologies for the added request.
    Cheers

    #357068

    Hi crkgolf!

    Those texts are wrapped with gettext calls so they should be available for translation. Perhaps the user who created those translations forgot to translate those areas.

    Try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and in Tools > Localization scan for the Enfold theme and then search for those texts to translate.

    Cheers!
    Elliott

    Hi!

    Thank you for visiting the forum! Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues. Regarding your current inquiry, you can find the icon, iconbox, iconlist elements on the advance layout builder.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    #356574

    Hey Rhoody!

    Thank you for using Enfold.

    Please try to use this plugin and the is_search() conditional function: https://wordpress.org/plugins/widget-logic/

    Best regards,
    Ismael

    #356493

    Hey jhiry!

    Thank you for using Enfold.

    Add this on functions.php:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_top_nav', 10, 2 );
    function avia_append_search_top_nav( $items, $args )
    {	
    	if (is_object($args) && $args->theme_location == 'avia2')
    	{
    		global $avia_config;
    		ob_start();
    		get_search_form();
    		$form =  htmlspecialchars(ob_get_clean()) ;
    
    		$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    						<a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    				   </li>';
    	}
    	return $items;
    }
    

    Make sure that you have the Header Secondary Menu enabled on Enfold > Header layout > Extra Elements panel.

    Best regards,
    Ismael

    #356346
    jhiry
    Participant

    Hello everybody,

    I’ve spend the last few hours looking around for a solution to get a functional search toggle working in the first part (above the slider) of the enfold theme. After fiddling around a bit I tried google but without success.

    I’m looking for a way to get the small search toggle from the menu or something similar in the part above my menu.
    Is there any way to get this working?

    I would be very happy if someone could help me.

    Thanks in advance

    jhiry

    #356298

    Hey sevildi!

    Try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and then navigate to Dashboard > Tools > Localization and search for Enfold. You can then scan for all the strings and fix the translations.

    Regards,
    Elliott

    #356196

    Hi e-cat!

    Please try to add this code to your child theme functions.php file or enfold/functions.php:

    
    function avia_custom_wpml_translate_all_search_results_url($search_messages, $search_query)
    {
    	$search_messages['all_results_link'] =  home_url() . '?' . $search_messages['all_results_query'];
    	return $search_messages;
    }
    	
    add_filter('avf_ajax_search_messages', 'avia_custom_wpml_translate_all_search_results_url', 15, 2);
    

    Regards,
    Peter

Viewing 30 results - 5,911 through 5,940 (of 7,495 total)