Viewing 30 results - 1,531 through 1,560 (of 7,502 total)
  • Author
    Search Results
  • #1210121

    In reply to: Cannot update Enfold

    Hey t73z,

    Please make sure you have checked the following in your token:

    View and search Envato sites (checked by default)
    View your Envato account username
    View your email address
    View your account profile details
    Download your purchased items
    Verify purchases of your item
    List purchases you’ve made
    For more information check our documentation regarding Envato token: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Nikko

    #1209901

    Hi,
    Thank you for pointing this out, I looked in the /enfold/lang/fr_FR.po file and found many lines not translated,
    2020-05-05_053246.png
    I could use Google Translate for these lines, but I find that it is not always correct, if you could install Poedit and check those lines by using the search function and then save the correct translation and then upload the two files fr_FR.po & fr_FR.mo we can add it to the theme update. That would be great. Please let us know if you need further instruction on using Poedit.

    Best regards,
    Mike

    #1209720

    Topic: Insecure content

    in forum Enfold
    ryansmccain
    Participant

    I recently upgraded and now my page is insecure

    WhyNoPadlock shows this:

    Mixed Content – Errors
    Soft Failure An image with an insecure url of “http://www.cyberwonka.com/wp-content/themes/enfold/config-woocommerce/images/star.png” was loaded on line: 414 of https://www.cyberwonka.com/.
    This URL will need to be updated to use a secure URL for your padlock to return.
    Soft Failure An image with an insecure url of “http://www.cyberwonka.com/wp-content/themes/enfold/config-woocommerce/images/loading-light.gif” was loaded on line: 414 of https://www.cyberwonka.com/.
    This URL will need to be updated to use a secure URL for your padlock to return.

    These are two theme related files. I don’t know all of the places they are referenced so I’m not sure where all I need to change their paths to https. I ran Better Search and Replace with no luck.

    Thanks

    #1209671

    Hi,

    so yes, I can get it working but my roadblock is getting the template to use the enfold search results page template. The template they give me is from like the 2019 theme. I have tried to integrate this using your search.php page so I can keep all the enfold styles, pagination and things like that but im having no luck. I was hoping you guys could create a template to use for a supplemental search that ties right into your search page.

    I created a supplemental search called ‘conditions_search’. I want to use this only to search the conditions post type within a page so it needs to be a seperate search than the main one and the default search in the header.

    Thanks
    -Dan

    #1209471

    Topic: Spelling

    Teresa
    Guest

    https://kriesi.at/support/topic/ading-a-pdf-document-to-enfold-page-for-publisher/

    The word adding is misspelled in your header and it may make it difficult for searches.

    Hi Mike. Thank you so much for the reply. Ironically, yes! I ran across the !important solution in another thread and tried it and it worked. BTW – LOVE the Enfold theme. Best of the best.

    For others out there that might be running into similar conflicts with Mapbox and Enfold CSS, I had two issues to solve:

    1. The size of the container for the search bar (Geocoder) was taller than the input field. That was solved by this code in Quick CSS:
    .mapboxgl-ctrl-geocoder input[type=’text’] {
    height: 40px !important;
    }

    2. The placeholder text in the search bar that reads “Search” was being forced so far to the left the “magnifying glass” was covering it up. That was solved by this code – also added to the theme Quick CSS:

    .mapboxgl-ctrl-geocoder input[type=’text’] {
    font-size: 12px;
    width: 100%;
    border: 0;
    background-color: transparent;
    height: 40px;
    margin: 0;
    color: rgba(0, 0, 0, .5);
    padding: 10px 10px 10px 30px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

    Thanks again!

    Trey

    #1209179

    Hey Alexander Gerber,

    Thanks for contacting us, please make sure you have checked theh following:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    For more information check our documentation regarding Envato token: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Nikko

    #1208904
    acscreativenew
    Participant

    Hi,

    Im using WPSearch with Enfold. Its working out great are it seems Kriesi supports this plugin and lets us interage it into enfold.

    I am having a issue however.

    Im trying to create a supplemental search using their template but I want it to display the default endfold search results template. Do you guys think you could integrate their supplemental search into your search template.

    I have tried a couple different way with no real luck. You can see the template they supply here

    Think we can get a search template to utilize that code but display just like the standard enfold search?

    Hey Kick,

    Thank you for using Enfold.

    We are not really sure what you’re requesting or what you’re trying to do with the search results. Could you explain it a bit further?

    Are you using a multilingual plugin like WPML or Polylang, and how do you save the search results in the database?

    Best regards,
    Ismael

    jlbenton3
    Participant

    I have created a map using Mapbox Studio. Great. But when I place the map html in an Enfold Code block, I think the Mapbox css and the Enfold theme css are conflicting. First, the word “search” in the search bar is way too far to the left and conflicts with the magnifying glass in the field. I think what is happening is that the code is calling a style sheet that lives at a Mapbox link and calls the “text/css” stylesheet. Unfortunately I cannot edit it.

    I did find that after I published the test page, I was able to look at the published code (Safari > developer tools) and discovered this batch of code is controlling the search bar area. Question, where can I place this in the “ORIGINAL CODE” below so that it “over rides” the “text/css” style? Or is there a place in Enfold that is conflicting with this? If so, what would there be a “Quick Css” code block to resolve this?

    God I hope this makes sense. Thank you!
    _______________________________________
    Code I found in “developer mode” in Safari
    _______________________________________

    }

    .mapboxgl-ctrl-geocoder input[type=’text’] {
    font-size: 12px;
    width: 100%;
    border: 0;
    background-color: transparent;
    height: 40px;
    margin: 0;
    color: rgba(0, 0, 0, .5);
    padding: 10px 10px 10px 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

    ________________________________________________________________
    ORIGINAL CODE
    ________________________________________________________________

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8" />
    <title>Add a geocoder</title>
    <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
    <script src="https://api.mapbox.com/mapbox-gl-js/v1.10.0/mapbox-gl.js"></script>
    <link href="https://api.mapbox.com/mapbox-gl-js/v1.10.0/mapbox-gl.css" rel="stylesheet" />
    <style>
    	body { margin: 0; padding: 0; }
    	#map { position: relative; top: 0; bottom: 0; width: 100%; height: 800px }
    
    </style>
    </head>
    <body>
    <script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.min.js"></script>
    <link
    rel="stylesheet"
    href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.css"
    type="text/css"
    />
    <!-- Promise polyfill script required to use Mapbox GL Geocoder in IE 11 -->
    <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
    
    <div id="map"></div>
    
    <script>
    	mapboxgl.accessToken = 'pk.eyJ1IjoiamxiZW50b24zIiwiYSI6ImNrNDk5ZHJueTAyeXgza3FsdGVzMDlhazMifQ.gc96rKCrNLrnYma9uxxOEg';
    var map = new mapboxgl.Map({
    container: 'map',
    style: 'mapbox://styles/jlbenton3/ck9fnaxcp2cyi1io5j0r32ndp',
    center: [-82.114, 34.91],
    zoom: 9.93
    });
    
    map.addControl(
    new MapboxGeocoder({
    accessToken: mapboxgl.accessToken,
    mapboxgl: mapboxgl
    
    })
    ); 
    
    // Add zoom and rotation controls to the map.
    map.addControl(new mapboxgl.NavigationControl());
    
    </script>
    
    </body>
    </html>
    • This topic was modified 5 years, 11 months ago by jlbenton3.
    #1208518

    Hi Ismael,
    Thanks a lot for your answer :-)
    I added your code, but nothing really changed. I also tried to add #top before this code or add !important everywhere, but nothing…
    This is how it looks like: https://imgur.com/sJk9P75
    Last days I also noticed something. When I create a widget area on a page and then I add an Enfold search bar in it, it is one more different design: https://imgur.com/pgkqpY9. I don’t understand why… Anyway, this design is exactly the one I would like to achieve for my WooCommerce search bar.
    Thanks a lot for your help!

    #1208474
    Telmore
    Participant

    Hi,

    I have added a search box in the main menu of my site. I followed these two threads to get this to work: https://kriesi.at/support/topic/search-box-and-image-next-to-header-menu/ , and, https://kriesi.at/support/topic/adding-search-bar-to-header-cant-find-enfoldincludes-folder/#post-476685

    But as I use a megamenu, the dropdown in the menu has now moved to the left of the screen, so it is not visible in its entirety. How do I get it back to align in the center of the screen?

    Best regards,
    Susanne

    Frank Olivo
    Guest

    Hi there,
    You have an article linking to a dead post on Yoast’s website at https://kriesi.at/support/topic/google-maps-in-enfold-einbinden-keine-anzeige/. It was a guide to setting up Google Search Console and connecting it to the Yoast plugin, but it was from before Google rolled out the new interface and Yoast probably just deleted it since it was outdated.
    I shot a video walkthrough of the same topic and put it up on our site at https://sagapixel.com/seo/search-console-wordpress/. If you would consider taking a look at it and swapping out the dead link for the video I did, I’m sure it would make a great replacement for someone wishing to learn how to set up a GSC for a new website.
    I appreciate your time and if you do decide to replace the broken link with one to our post, thanks!
    Frank Olivo Sagapixel
    Connect with me on Linkedin

    Hey Mia Magwari,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Yes, the logo remains the same size, you can have the burger menu at 1024px with the code above.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1207721

    There is an update for The Events Calendar, from version 5.0.3.1 to version 5.1.0.
    In the meantime, waiting for the Enfold update, should I go for this plugin update or it will mess up even more with Enfold?
    The changelog of v 5.1.0 is as following

    [5.1.0] 2020-04-23

    Feature – Add a “fast forward” link to Month and Day views when there are no events to show. [TEC-3400]
    Feature – Add tribe_events_views_v2_use_ff_link and tribe_events_views_v2_{$this->slug}_use_ff_link filters to allow control of the link. [TEC-3400]
    Feature – Add Recent Past Events Views. [TEC-3385]
    Tweak – Improved on meta data handling of for Blocks editor.
    Tweak – Deprecate Select2 3.5.4 in favor of SelectWoo
    Tweak – Load plugin text domain on the new tribe_load_text_domains action hook, which fires on init instead of on the plugins_loaded hook. [TEC-3406]
    Tweak – Add a constant TRIBE_CACHE_VIEWS to turn off views HTML caching.
    Fix – Theme navigation warning around post_date = ‘0’ no longer happens when using Page template for Updated Views [TEC-3434]
    Fix – Selecting other Page templates from Settings > Display now loads the correct template properly, to display events.
    Fix – Preventing redirects from updated Views V2 to be too broad and end up catching requests from other Plugins, reported by GravityView team on Gravity Forms bug with imports.
    Fix – Prevent PHP errors from happening during bulk activation or deactivation of the plugin [TCMN-53]
    Fix – Correct iCal link on month view for months other than the current one [TEC-3267]
    Fix – Correct a few incorrect and/or typoed text domains [TEC-3390]
    Fix – Ensure we pass search keywords when changing views and in the top-bar nav [TEC-3282]
    Fix – Prevent Blocks editor from throwing browser alert when leaving the page without any changes applied to the edited post.
    Fix – Several strings have been adjusted for consistency and better translatability [BTRIA-307]
    Hook – Add the tribe_events_blocks_editor_is_on filter; returning a falsy value from this filter will prevent the Blocks Editor to ever be active on Events; else the settings from Events > Settings will apply [TEC-3349]
    Tweak – Add some filters for better control of link targets, standardize the way we create those links [TEC-3402]
    Language – 4 new strings added, 286 updated, 1 fuzzied, and 2 obsoleted

    #1207714
    Fibou
    Participant

    Hi Guys,

    I have a problem to install the child theme since the last update.
    It didn´t work to upload directly from wordpress so i tried it via filezilla, but
    it seems that the installed parent theme will not be recognized.
    When i have a look at the appearance -> themes there is following error message:
    The following themes are installed but incomplete.
    The parent theme is missing. Please install the “enfold” parent theme.

    After searching a few hours i couldn´t find any solution for it..
    Would be so glad if you could help me with this :)

    Thanks in advance!

    #1207170

    Hey nkraak,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header .widget_search {
        position: absolute;
        right: 20px;
        top: 45px;
    }

    Best regards,
    Rikard

    #1207043
    Claudia
    Participant

    Hello,
    I wonder, that Enfold didn’t adjust size of heading for mobile. I searched in the forum and found some screenshots, where in register Styling of Special Heading are the Option for Font Size and Icons for Desktop, Tablet and Mobile.For Example this:
    https://postimg.cc/rKssJ5pS

    But in my in my Settings of Special Heading, there isn’t this option for Font Size:
    https://www.screencast.com/t/PGHlYeP9ioL9
    https://www.screencast.com/t/QpDvQMnxO6IZ
    I have installed actual Enfold 4.7.4. What’s the reason for this difference?

    thanks
    Claudia

    • This topic was modified 5 years, 12 months ago by Claudia.
    #1206749
    lopinus
    Participant

    Hi support,
    I’m using ajax search for woocommerce on our website which gives the user different search results. One of them, the product result, shows the product in a preview layer next to the results list. Below the product image users can choose a quantity and put the product into their cart right out of this dialog.

    I assume there is a JavaScript function that converts standard quantity input to quantity in Enfold style with “plus” and “minus”, is that correct? How can we add those plus/minus buttons on the quantity field when we call woocommerce_quantity_input() in AJAX because Enfold doesn’t add it automatically?

    Here’s the website, the search field ist directy below the top slider. Please try POLAR as search term and hover the results below the “PRODUKTE”. The single product view with quantity input opens on the right side:

    Thank you very much in advance!

    • This topic was modified 5 years, 12 months ago by lopinus.

    Hi, I’m not sure if this is the same issue, but I’ve encountered a problem with shortcodes showing at the top while having to scroll to the bottom to use the Avia Layout Builder from Enfold 2017.

    Of course, this is a little annoying but even more so, I keep getting a message stating “This block contains unexpected or invalid content.” which causes the block to expand to show the entire page, so it takes forever to get down to the builder. Idk why this is showing and the front page seems to look and act completely fine. I tried to resolve it and then save the page once it’s corrected, but when I open the page up again, the error is back.

    I think this also has to do with every page claiming “There is an autosave of this post that is more recent than the version below. View the autosave”
    When I always save my page after making changes. But now even when I don’t make any changes, it acts as I did by asking if I want to save or leave.

    This whole experience is highly frustrating especially since the front end looks completely fine and unchanged, and yet everything that’s supposed to resolve these issues doesn’t actually “stick”.

    If someone could please look into it, I’ll provide my login. I’ve searched on all the forums and tried to solve it myself but after a week, I really need your help!

    Thank you in advance!!

    –Steph

    #1206177
    thinkjarvis
    Participant

    Hi All,

    I am sharing a very quick and easy solution to add the search function to any Enfold menu.

    The search page url is https://www.yourdomain.co.uk/?s

    To add a search to the menu simply go to appearance > menus > add a custom links

    URL: https://www.yourdomain.co.uk/?s
    Navigation label: <span class=”av-icon-char” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span> Search
    Title: Search

    There are some other solutions but this one seems to be the simplest.

    Note that the search page https://www.yourdomain.co.uk/?s is always there even if you disable it in the back end.

    #1205984

    Hi Victoria,

    As you can see on this screenshot (https://imgur.com/4EjC4Wo) or on my website, I temporarily added two search widgets in the third column of my footer:
    – The first one is a woocommerce products search widget a little bit customized using css
    – The second one is a classic Enfold search widget

    So, to be clear, I would like to do two different things:
    1) In my footer, I would like to keep the woocommerce search widget, but with exactly the same design than the Enfold search widget (I don’t know what is the easier way between adding some css to a woocommerce search widget, or changing action of an Enfold search widget using some php…)
    2) For the second thing (in the header), I only want to keep exactly the same design, with the magnifying glass icon on the right of my main menu, but I want this icon to use woocommerce products search and not Enfold search.

    What do I need to do to achieve these two things?

    Thanks a lot! :-)

    #1205890
    togetherconcept
    Participant

    Since we updated wordpress on version 5.4 and enfold on 4.7.4 the DE_formal dors nor work e.g. in breadcrumbs or on 404-pages.
    Thus it only appeared on several sites we built with enfold we guess, that the reason has to be search in enfold and not in wordpress.

    Thank you for your answer.
    Stephan

    harrysdk
    Participant

    I will try to explain as best as i can.

    I have a site that works fine on a subdomain *tmp.homeofetheria.com but when i moved it to main domain i have the following issues with the products:

    If i am viewing a list of products and press any product to add to cart, it will be added and the cart will start showing on the right side of the page. If i click on details of a product and then try to add to cart it will not go into cart and the page will refresh to the specific product.

    adding a product from a list of products will go to cart, but when i go to cart i cannot update a different quantity of a product (will always remain 1). I asked webhost if I have server object caching such as Memcached or Litespeed and still waiting for an answer. I can provide access so you would check it out but there’s not much i can do myself

    Also something trivial .. after i translated enfold to greek, how do i use it? Searched forums etc they mostly talk about wordpress language and not enfold in frontend

    Thank you for your time

    #1205586

    I looked for some solution on my side and I found the css
    .woocommerce-product-search input {}
    which helped me to do some of the changes I wanted.
    But I would like to customize the woocommerce search bar like the Enfold search bar (a unique bar with the magnifying glass on the right and no search button)… How could I do that?
    For my second question I’m still looking for a solution… If you could help me please…
    Thanks a lot!!

    #1205547
    Cloudypro
    Participant

    Hello
    Is there a way we can exclude some pages from the search we use through the search element in Enfold ? or the menu bar search engine ?

    Forexample, we have a page called “Thank You” page .. this is a page we redirect some users to after they submit a form.
    When someone searches for “courses” on our website, he gets the Thank You page as a result as well ! and this is absurd .. especially that the word “courses” is not included in the main title of the thank you page

    Any idea how to fix this issue >

    Thank you

    • This topic was modified 6 years ago by Cloudypro.
    #1205497
    seb332
    Participant

    Hi,

    As you can see, since the last update of Enfold, there is an error in structured data for posts. (The issues is present when Enfold Schema.org data structured is activated).

    For example : https://search.google.com/structured-data/testing-tool?hl=fr#url=https%3A%2F%2Fwww.gamehobbit.com%2Fmeilleur-jeu-ps4-2016%2F

    Dis you see this issue on other blog that is using Enfold ?

    Best regards.

    #1205344
    lennardminneboo
    Participant

    Hello Enfold Support!

    I have searched through the forum and I have read the documentation about the Privacy and Cookies tab within Enfold. However, there is one thing I can’t find anywhere. Under <Advanced Options>, what exactly is the option <Use as a simple message bar without cookie logic>? I have tried it and nothing changes, compared to <Display Message bar and use cookie logic>. It’s exactly the same message bar that I see in both cases? What should be different when I choose <Use as a simple message bar without cookie logic>? What is the difference?

    Maybe it’s possible to give me an example of a website with the <use as a simple message bar without cookie logic> enabled?

    Every time I tried to discover the difference I have cleared the cache and I deleted all history and cookies from my browser.

    Hope you can clarify?

    Thanks.
    Lennard

    #1205304
    prana3stil
    Participant

    Hi guys!

    I am an old user of your theme and as always let me just say keep up the good work.

    I have 3 questions regarding new project:
    1.)
    When will you include “Research gate” social icon as part of theme? Its 6 years old well known portal.
    I have now added icon over this steps:

    But now when I hover-over with mouse at the top, the name says “icon_name”. Which part is needed to correct for this to work? I have tried everything in the code specified on the URL above.

    2.)
    On frontpage there are “partner logos”. You can see them at bottom.
    As you can see there are different sizes. How to allign them in the center of box? Like to have line go in the middle of them if you know what I mean.

    3.)
    At the start there is cookie consent form. But button “read more” is not working. You can see there is link but click doesnt work.

    I have provided URL in private content.

    Thank you and best regards!

    Marc

    #1204903

    Hey Marco,

    Thanks for your interest in Enfold.

    1. You can view all the demos here: https://kriesi.at/themes/enfold-overview/

    2. We don’t really have a list of that to be honest with you, but we are adding new features to the theme all the time. Is there anything in particular which are looking for in the theme? You could check the documentation on the Layout Builder which might give you a good hint of what it can do: https://kriesi.at/documentation/enfold/intro-to-layout-builder/

    3. We don’t have any documentation in italian unfortunately, but maybe you could try searching on Google or Youtube?

    Best regards,
    Rikard

Viewing 30 results - 1,531 through 1,560 (of 7,502 total)