Viewing 30 results - 3,751 through 3,780 (of 7,496 total)
  • Author
    Search Results
  • #792902
    breezemedia
    Participant

    Hi,
    i searched the forum and solutions, but it does not work. When i try to use the google map in enfold (Version 4.0.5) i want to “Enter Address, then fetch coordinates” and get this error-message:

    It seems that your Google API key is not configured correctly
    The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
    Please check your API key here
    The domain that should be allowed is:
    http://robotics.solufo-group.com/*

    -> I entered the API-Code in Enfold Settings
    -> I also add a code to function.php (see private-message)
    No change…

    #792788
    BJM25
    Participant

    First let me say that I may have this sufficiently solved, time will tell. But I want to share the information.

    I was running enfold with the “standard” dotted-burger icon for the mobile menu. But occasionally, on mobile (android) and small-browser Windows 7 Desktop, I would see a different symbol. Different from what it should be and different on each platform. Even more odd, the underlying code visible in the browser seemed to be the same, regardless of which of three icons was being displayed.

    This seemed to happen regardless of browser (e.g. Chrome, Firefox, IE, Opera).
    On desktop, it looked like this:

    On mobile it looks like a Chinese or Japanese character.

    After doing an image search on the two unexpected characters I found this page for Unicode character U+E8A5:

    http://www.fileformat.info/info/unicode/char/e8a5/index.htm

    This is exactly the symbol I was seeing (incorrectly, instead of dotted-burger) on desktop computer display.

    Obviously “U+E8A5” is extremely similar to “ue8a5” which is the code for the Entypo-Fontello icon for the dotted-burger icon.

    So my best guess is that sometimes the browser was incorrectly interpreting “ue8a5” as being “u+e8a5” and so displaying the unicode symbol instead of the entypo icon. And that even though I haven’t found it, there is a similarly ambiguous code for the seemingly-Asian character I was seeing on mobile.

    In any event, following instructions in other threads, I went into the Functions.php file and replaced “ue8a5” with “ue811” which is the code for the non-dotted burger icon. My hope is that this is a less ambiguous code value and so won’t be misinterpreted.

    We’ll see.

    If it is misinterpreted, I understand that I could replace the character code with a call to a graphic, so I suppose that would be my fallback solution, if all else fails.

    • This topic was modified 8 years, 10 months ago by BJM25.
    #792090

    Hi,

    Please add the following css code to move the social icons.

    #menu-item-44, #menu-item-50, #menu-item-51, #menu-item-search {
        position: absolute;
    }
    
    #menu-item-search {
        right: 0px;
    }
    
    #menu-item-51 {
        right: 43px;
    }
    
    #menu-item-50 {
        right: 86px;
    }
    
    #menu-item-44 {
        right: 129px;
    }

    For the columns, try this one:

    #av_section_1 .av_one_third:nth-child(4) {
        margin-left: 16%;
    }

    If you don’t want to use a generic selector, turn on the custom css class field.

    // http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #791797

    Hi,

    what about masonry gallery? if it doesn’t work with any of the Enfold elements, then best to search for a plugin with such a function.

    Best regards,
    Andy

    Hi Nikko

    Thanks. That plugin makes no difference …

    But … While searching for FTP credentials I re-uploaded the theme files. Don’t know why but that was something that I wanted to try. And … It worked! Partly. The site showed up, also the Theme Options in Dashboard.

    However: all site settings are gone now … So for the moment we are switching back to the old hosting, so that I can retrieve the Enfold settings by exporting them form the Theme Options, then we switch back to the new ssl hosting and import the theme settings. And hopefully it all wil work by then.

    I’ll let you know if there still are problems or not.

    Manuel
    Participant

    We would like to customize the order of all elements in our main navigation. Partly we were already successful, but now the search button lost part of its functionality. (We need the shop button on the very right and want to see all of the items in the mobile menu)

    so we want to keep the following functionality (last search button, outside the menu):
    search button in main menu, desired functionality

    But currently we just get directed to the search page (first search button in the menu, at the position we want)

    Thanks

    PS: we already looked at following posts:
    https://kriesi.at/support/topic/how-to-add-icons-to-the-menu-links-in-enfold/
    https://kriesi.at/support/topic/search-button-on-mobile/#post-748090
    https://kriesi.at/support/topic/search-button-on-mobile/#post-431521

    • This topic was modified 8 years, 10 months ago by Manuel. Reason: to clarify the issue
    #791265

    In reply to: replace search icon

    Hi,

    I see, I haven’t tested this yet but I think you can check this thread: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    After adding a widget area to the header I think you should be able to drop the search widget on the widget area and use it :)

    Best regards,
    Nikko

    #791236
    Jacob53
    Participant

    I cloned my theme and it left my old google tracking code UA-XXXXX-1 in place. I then added the correct tracking code UA-XXXX-2 through the Enfold Theme, but it placed the correct code below the old code. So Google Analytics/Search Console only sees the old code.

    Can you tell me how/where I’d go to change the last “1” to a “2” on each page? Or, could you help me do that if I give you my login credentials?

    Thank you very much for your help.
    Jacob

    #791213

    In reply to: replace search icon

    Hey BPC,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:768px) {
      #header_main_alternate {
        z-index: 200;
      }
    
      #menu-item-search {
        position: relative;
        top: -65px;
        left: -50px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #790835
    Paul
    Guest

    Hi guys

    We’ve got a Yoga portal client that requires a membership functionality (eg: MemberPress plugin), but also to provide members to display their profile and business publicly, like a searchable directory.

    Do you know what plugins would best wok with Enfold (we love this theme and have used it for several sites)? And would you have any Enfold site examples that would come close to what we are looking at providing?

    Cheers
    Paul

    #790797

    Hi,

    It would be difficult for us to give you accurate answer since we can’t inspect the site, but you might try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #menu-item-search {
        background: transparent !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #790788
    Matthew C.
    Participant

    I did find the following. However, is there a way to update while using a child theme to prevent overwrite?

    In your WordPress theme directory please go to enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category”. It should be on 838th line http://i.imgur.com/mg9atjV.jpg
    Simply remove Archive for category:

    #790770

    Topic: Blurry logo on Enfold

    in forum Enfold
    Nordavind
    Participant

    Hi.

    i have a problem with the header logo in my site, especially in the small header when scroll down, this show a blurry effect in Chrome, in IE looks fine. When scroll down the logo showns fine for a second and back to blurry effect, i search in your forum but i cant find a solution, i try a size of 2x but still same.

    Thanks.

    #790549

    Ok, I got the issue detailed here by you guys, where upon installation I got an error

    https://kriesi.at/support/topic/please-read-regarding-wordfence-layerslider-warning-on-enfold-4-0-3/

    I was left unable to access my site other than ftp. So searching though these forums i found the function edit that allows us to access the installation and work on the site. So I was left without a slider, buat able to do my job. Now I see that with Smart Slider plugin I get the errors that I have mentioned, the space between images, etc. I also would like to use the slider animation, that was one of the features that got me buying this theme. So again, for the third time, can I install a previous version where everything actually works? If I update to php 5.4 will the error described in your previous post be fixed?

    In a nutshell, how can I use LayerSlider?

    Thanks

    #790494

    In reply to: French language

    Hi Jordan,
    Thank you I have done : Loco Translation > Themes > Enfold panel then click the “French” language. Search for the string and text, provide the translation then sync the files. It is done for 98% but when you look at the website it still stay in English…
    Thank you

    Hi Victoria,

    I don’t think you’re understanding my question. I don’t want to remove the Enfold search magnify glass, nor do I wish to replace it with anything else.

    I want to remove the Ajax dropdown of search results once you start typing. I will find a work around it.

    Hi blafoley,

    You can make a custom form and code that would handle that form submit. You might want to hire a freelancer to that for you.

    Here are some threads to consider
    https://kriesi.at/support/topic/enfold-removing-the-search-magnifying-glass-and-adding-in-the-search-field/
    https://kriesi.at/support/topic/searchbox-in-header-menu/#post-267356

    Best regards,
    Victoria

    #790044

    Hi,

    Please try the Relevanssi or the SearchWP plugin then integrate it with the theme by using the following filters.

    // http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
    // http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Or remove the default ajax search feature then use this plugin.

    // https://ajaxsearchpro.com/

    Best regards,
    Ismael

    Hi Andy,

    In a previous thread you said…

    Most people want their search results appearing in Google

    search-icon-causes-soft-404-errors

    I still don’t understand this claim. Why would a URL that causes a Soft 404 error be beneficial?

    Every error created by Enfold’s search box contains empty searches… that go to an error page or to the same page (duplicate content)?
    /my-sample-url/?s=

    I am using relevanssi plugin and the Enfold Search Dropdown doesn’t include the included search parameters set in Relevanssi and produces separate results. For the sake of consistency, it is in my clients best interest to disable the AJAX dropdown. How can I disable the AJAX search dropdown but keep the search magnify glass in the menu?

    #789794
    tcolling
    Participant

    Hi – I just began working with a client whose website was built using Enfold. I have made sure that it is updated to the latest version, 4.0.5.

    I installed Yoast SEO Premium and I have discovered that not all parts of it are visible and I have to wonder whether it is due to conflicts with the Enfold theme.

    One example: the sitemap tool in Yoast. It just simply is not there, not visible. Another example: the Google Search Console tool.

    Is this a known issue?

    #789698

    Again: if you want to get rid of the search results in Google, then refer to this link: https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s

    Most people want their search results appearing in Google, but if you don’t, then simply follow the link.

    I’m going to close this thread now.

    Best regards,
    Andy

    #789377

    Hi Andy and Basilis,

    I don’t understand the response to…

    href=”?s=” data-avia-search-tooltip

    it’s not a theme related question – Andy

    Enfold is causing soft 404 errors. How is it not a theme related question? My non-Enfold WP websites don’t produce this error so how is this a general WP Support issue?

    get their search results to google – Basilis

    This makes no sense. As CompleteWebResources said, these error pages are not indexed. How does this help?

    You either need to explain how this Enfold feature is beneficial in Google Webmaster / Search / Duplicate Content or explain how to eliminate this error.

    WebjunkieCreative
    Participant

    Hi

    I love designing Woocommerce product pages with Enfold, and I have created some amazing page layouts using this amazing theme, however I must be missing a trick here.

    I currently have a website I am building for a client and she has over 5,000 products. I have the data in CSV so I can upload to WordPress no problem. When it comes to the page design however I am stuck. So currently I am designing x1 product page with the layout she wants, and then saving that page layout design as a template on the Advanced Layout Builder, and then I am having to go into each of the 5,000 products one by one and uploading the template and manually changing the information per product. It is taking me months!!

    I am sure there is an easier way to do this? There must be another way that I do not know. I cannot find this information anywhere but I just don’t know what to search for to find it!

    Looking forward to your reply :)

    #788846

    In reply to: Action Hook Map?

    Hey dsammond,
    Please request – or vote if already requested – for this feature here: Enfold feature request form.
    You can also do a global search for avf and ava for filters and actions respectively, & see our Code Library:
    https://github.com/KriesiMedia/library/
    Thank you for using Enfold.

    Best regards,
    Mike

    #788684
    Nancy Patton
    Guest

    I purchased Enfold – Responsive Multi-Purpose Theme and installed it. Before purchasing it, I read the great reviews about the great documentation, and that I would have free support for 6 months. So I thought that I could figure out what to do.

    I have no idea where to start. I thought that, upon installing, this would bring up a program that would allow you to make changes, etc., but do not see anything.
    I searched the Forum, but found nothing.
    This is my first experience with this and just need to know how to get started.

    #788655
    cindybird52
    Participant

    I’ve searched for a long time on how to remove the extra tabs in Enfold 2017 demo. I see that other people also had this question, but have failed to reveal HOW they solved their problem. Frustrated, can you help please? I haven’t found any specific documentation on this.

    • This topic was modified 8 years, 11 months ago by cindybird52.
    #788635

    Hey Gareth,

    I would say here would be a great place to begin your research. As far as their compatibility with Enfold I don’t think you will have an issue, and I know a few of our users have implemented the AWPCP plugin successfully.

    Best regards,
    Jordan Shannon

    #787924

    In reply to: Remove h1 on categorys

    Hi,

    JS may be the quicker solution if you want to target specific pages, but perhaps I am misunderstanding.

    Please go to plugins/woocommerce/templates/archive-product.php:

    Search for and remove/edit the following:

    <h1 class="page-title"><?php woocommerce_page_title(); ?></h1>

    Next, please go to themes/enfold/functions-enfold.php:

    On line 377 (or near) remove/edit the following:

    'heading_html'	=> "<{heading} class='main-title entry-title'>{title}</{heading}>",

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    I don’t know when this happend. It looks all kinds of horrible. I took the site down to find the problem.

    Disabling w3tc worked and got it back to normal,
    I have multiple sites with enfold and w3tc on the same server, none of them have issues except this one.
    Any idea what might be wrong.

    Without w3tc I still have the problem with searchpages

    • This reply was modified 8 years, 11 months ago by Wolf.
Viewing 30 results - 3,751 through 3,780 (of 7,496 total)