Viewing 30 results - 2,101 through 2,130 (of 11,206 total)
  • Author
    Search Results
  • #1252017

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    button#place_order {
      display: block !important;
    }

    Best regards,
    Rikard

    #1251984
    contentestate
    Participant

    Hi. Please the enfold theme doesn’t seem to respond since the last update. For instance, if I try to change my logo, it doesn’t allow me once I click the button for uploading the logo. The same applies to many other elements. I’m handicapped here and I need urgent assistance. Thank you for your help.

    #1251940

    Hi,
    Thank you for the login and link to your site, I first deactivated the Enfold Theme Options > General Layout > Sticky Sidebar menu option:
    2020-10-10_074228.jpg
    then I added this code to the end of your functions.php file in Appearance > Editor:

    function custom_sidebar_header_sticky(){
      ?>
      <script>
    (function ($) {
      $(window).scroll(function (e) {
        var $sticky = $('.html_header_sidebar #top #header');
        var width = $(window).width()
        var position = ($sticky.css('position') == 'fixed');
        if ($(this).scrollTop() > 100 && width >= 767 && !position) {
          $sticky.css({ 'position': 'fixed', 'top': '-100px' });
          $sticky.next().css('float', 'right');
          $sticky.addClass('fixed_element_style');
        }
        if ($(this).scrollTop() < 100 && position) {
          $sticky.css({ 'position': 'absolute', 'top': '0px' });
          $sticky.removeClass('fixed_element_style');
        }
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_sidebar_header_sticky');

    and now in my test the sidebar header now allows enough scroll to show the mail social button for “tablet” & “desktop”
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1251829
    kosmosdigital
    Participant

    Hi we reached out to WP support regarding this issue we’ve been experiencing when we click and hold elements like buttons or text boxes in editor and try to drag them down the page where scrolling is needed, for some reason it just doesn’t scroll and we have to drop and place, scroll down, pick up again drop and place, scroll, etc… The WP Support checked by logging into our WP and said that on another editor it worked just find and that Enfold uses its own editor and that its some kinda glitch with Enfold. Can you please help?

    #1251767

    In reply to: Mobile Usability issue

    This reply has been marked as private.
    #1251708
    Munford
    Participant

    HI,
    I have a map on my contact page made with the google map element, and one in the footer made with the enfold google map widget, but they look different. Can I get the look of the map on the contact page in the footer map?
    I tried putting this code in in an html block in the footer, which was the right map but it went full width and broke the footer:

    [av_google_map zoom_control='aviaTBzoom_control' maptype_control='' zoom='15' maptype_id='' height='2.5:1' saturation='-50' hue='' google_link='' confirm_button='Click to load Google Maps' page_link_text='Open Google Maps in a new window' google_fallback='' attachment='' attachment_size='' av-small-hide='aviaTBav-small-hide' av-mini-hide='aviaTBav-mini-hide' id='' custom_class='' av_uid='av-spxu7q']
    [av_gmap_location address='Sundevedsgade 2' city='copenhagen' country='denmark' long='12.543785999999955' lat='55.6708671' tooltip_display='aviaTBaviaTBtooltip_display' marker='2111' imagesize='40' av_uid='av-2t1ipy']
    Joshua Tree Photography v/ Fotograf Joshua Gross
    Sundevedsgade 2, 1tv
    1751 København V
    [/av_gmap_location]
    [/av_google_map]

    Can you help me fix this so it will fit in the footer column, or change the stying of the footer widget map?
    thanks
    Nancy

    #1251649

    In reply to: Translate cookie texts

    Hey Victoria,

    unfortunately I have not found an answer to my question. It’s not about the “Learn more” button. I also looked in the file enfold / lang / de_DE.po and couldn’t find these text passages.

    Many greetings,
    Martin

    Hey, I’m looking for help with something… and I’ve always been told to create a new thread for new issues… but I can’t seem to find the “Create New Thread” button.

    Has my account been downgraded or something? I’m a bit confused.

    I have an issue on this page on the site: https://www.bonjiglass.com/shop/

    When you go on the right hand side… to the categories area… its very hit or miss. Sometimes when you click on a category… it works. Sometimes when you search for something… it works. Often time it doesn’t.

    I’m not quite sure why thats happening. I haven’t downloaded any new plugins recently at all… maybe its cause of the Enfold update? Something clashing with the code of the WOOF plugin that I use?

    Please let me know. The login to the site is the same as listed in the Private Content area in the initial post.

    #1251615

    Hi laserblaze,

    Please try to use this plugin: https://envato.com/market-plugin/

    Or you can try to follow these steps to update Enfold manually (make sure to have a backup):

    1. Login to ThemeForest and download the Enfold theme.
    2. Right-click over the downloaded zip file and extract/unzip it.
    3. It should generate a new folder, open it and look for the enfold folder
    4. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    5. Log in to WordPress as and Admin.
    6. Install and activate a maintenance plugin and put your site in Maintenance mode.
    7. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    8. Click on the ADD NEW button.
    9. Click on the UPLOAD THEME button.
    10. Click BROWSE and choose enfold.zip file
    11. Click the INSTALL NOW button and switch to Enfold or your child theme.
    12. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Best regards,
    Nikko

    #1251407

    hm i can not reproduce your problems: https://webers-testseite.de/vimeo-embed/

    The left one is enfold video alb.
    And the right one is iframe ( but i prefered the responsive setting – on share button you can see options button on top right)

    ( That testpage is on Enfold 4.7.6.4 and WP5.5.1 )

    have you set any Content Security Policy (CSP) or f.e. a plugin which has set it?
    if you are familiar with developer tools have a look to the Console – if there are blocking rules on vimeo sources.

    #1251154
    JantienM
    Participant

    Hi,

    On this page where the events calendar is displayed: https://www.fronikboerderij.nl/agenda/ I want a sidebar on the left, without navigation. I don’t want any content or widget to appear there. BUt now it shows the entire navigation of the website.

    In the settings of Events Calendar I chose under the option “Display” and then “Events Template” for “standard page template”.
    In the Enfold settings I chose under “Sidebars” for a left sidebar on a page and I deselected the button “page sidebar navigation”. But this does not work.

    Somehow Events Calendar seems to choose the template of the archive page instead of the page template. Because when I tweak these settings in Enfold, it has effect. But I don’t know how to get rid of the navigation list on the left side of the page.

    Hope you can help me out with this issue, thanks a lot!

    #1250894
    JamesEisert
    Participant

    Hello,

    I was asked by WooCommerce to contact you. It seems your theme is conflicting with WooCommerce One Page Checkout.

    On mobile, there is a paypal button that is not showing and my products pictures are not showing and I cannot change the quantity or choice of the items.

    This is what WooCommerce replied to me about this.,..

    After taking a look further, it looks like this is caused by an override in your theme’s dynamic_avia folder, which I believe Enfold uses for storing styling, etc.
    I’ve tried overwriting these styles with CSS, but I’ve been unsuccessful in doing so.

    The best option at this point would be to reach out to the Enfold team to see if they can explain why their responsive styling may be overwriting the default styling in WooCommerce’s One Page Checkout.

    I apricate the help

    James Eisert

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

    Hi Rikard, i use Chrome. In Chrome i can still not see the theme options after updating Enfold to the latest version.

    But in Edge i can see and work with the theme options!

    When i use a new incognito window in Chrome, and login into WordPress, then i can see and work with the theme options in Chrome.

    Another strange detail:
    When i change a social media profile in the theme options in Edge (and saved it), it seems only to change my page in Edge because it didn’t change my page in Chrome (after refreshing the page). After i opened the theme options in incognito mode in Chrome, it looked like my new social media profile seemed not to have been saved (save-button was blue). After saving the social media profile, it did work in Chrome as well.

    Google Chrome Version 85.0.4183.121 (Official build) (64-bits)
    Microsoft Edge Version 85.0.564.68 (Official build) (64-bits)

    #1250837
    Jarco Penning
    Guest

    Dear support,

    I received an email with the announcement of an update of Enfold. Subject line:

    [ThemeForest] Update available for ‘Enfold – Responsive Multi-Purpose Theme’

    Two things:

    1. clicking the link directs me to a page with multiple options showing 100% EXACTLY the same ENFOLD download. Suggesting the FULL Theme installation, not the UPDATES ONLY.

    2. after sorting the options in the list I concluded I needed to download the FULL theme installation. I pushed the downloaded and unzipped folder via FileZilla to my stage site. Tested it and it works.

    3. Looking in the dashboard of WP themes in my environment I see a simple option at other themes like twenty fifieen, twenty nineteen and twenty twenty:

    “There is a new version available of this theme. Update now”

    This would make my life as a user much more easy. No FTP. No download hassle. No test environment shizzle. Just click a button: Update Now.

    Is there a way to add this feature with Enfold?

    Thanks!
    Jarco

    #1250662
    Trenton Bickel
    Guest

    I paid a company to design my website, and the theme they used is enfold. They recently sent me the updated theme v.4.7.6.3 and I have the updated WordPress v5.5.1 . It is not allowing me to change the Enfold logo on my website whenever I try to add the logo the upload button does not work nor does it let me save at the bottom of the screen. I do not have login information for your website as my website design company I went through will not give me access or give me the registration key for my theme I am using. Please Help.

    #1250613
    Ola Wetterling
    Guest

    Hi,
    I’m using Enfold Child 3.0.1 but my Theme Option menu doesn’t work anymore. The menu folds out but for all options I only see the general option. I can’t get access to Advanced Styling or any of the other options. I know it’s been working before but it’s a long time since I’ve used it. (I have a screenshot of how it looks that I can send to you, if you want)
    Do you know how get access to the options again?
    Web page is http://www.copenpsyk.dk and right know I want to change the colors of the buttons in the top menu.
    And how do I become a member? I don’t think I have a licence key.

    Hallo Sirpa, die Behauptung, dass Enfold so schön schlank programmiert ist kann ich nicht ganz teilen. Programmteile werden geladen, auch wenn diese nicht verwendet werden. CSS ist dadurch rießig. Ohne Tuning und Komprimierung werden zu große Datenmengen geladen. Mobile Ersatzbilder werden seit Jahren gewünscht, kamen aber nie.

    Insgesamt lädt Enfold bei mir immer sehr langsam, nur ein extrrem schneller Server kann das halbwegs ausgleichen. Shared Hosting fällt bei meinen Kunden deshalb oft aus. So sehr ich Enfold mag (Editierebene) es wirkt für mich trotzdem veraltet und die Demo-Templates sind in meinen Augen leider unschön gestaltet und wirken im Vergleich zu allen anderen Themes doch schon sehr veraltet.

    Enfold bleibt bei mir weiter im Rennen für kleinere Neukunden mit großen Wünschen, größere Websites erledige ich mit dem einem anderem ebenfalls beliebtem Builder. Bin seit Anfang dabei, und es hanelt sich um meine persönliche Wahrnehmung. Soll also keine Bewertung sein.

    Cookie-Hinweis mit Dropdownfelder für deteailierte Cookiebeschreibungen wie Borlaps es macht wäre super, Rest habe ich UI-UX-mäßig genau wie bei Borlaps hinbekommen, saß allerdings 2 Tage dran bis ich zufrieden war. Jetzt kann ich das bei anderen Kunden nutzen ;-)

    Auch sind dadurch die Quoten der Akzeptanz wieder über 85%. Fast alle Besucher suchen den grünen Button und haben keine Zeit einzeln was abzuwählen, viele wissen nicht mal was ein Cookie ist und wollen nur schnell zum Inhalt).

    Hat auch viel mit Usability zu tun, deshalb setze ich es so ein: (Buttonfarbe grün, großer Button für “alle akzeptieren” und die anderen Optionen als graue Links drunter). Gestalterisch wie Borlaps eben. Mit CSS, PHP-Functions und den von Enfold gelieferten Einstellmöglichkeiten ist mir eine Lösung gelungen. Eine fertige Lösung Out -Of-The-Box wäre aber schon wünschenswert! Auch was Updates angeht ist dann … eben … saver.

    Fazit: Enfold ist schon gut, Gestaltung find ich altmodisch, erweiterte Funktionen wie Elementer es bietet fehlen. Auch die Aufkklappboxen im Backend, die beim letzten Update dazukommen rauben meinen Kunden viel Zeit. Klar, sieht schlank aus, ist aber Klickarbeit…

    • This reply was modified 5 years, 5 months ago by royaltask.
    #1250246

    Hey GroetenvanMarc,

    You’re still using Enfold 3.8.4 and the latest version is 4.7.6.3.
    Updating via Theme Options won’t work any more since envato has totally removed the use of API keys and now are using tokens.
    Please try to follow these steps to update Enfold (make sure to have a backup):

    1. Login to ThemeForest and download the Enfold theme.
    2. Right-click over the downloaded zip file and extract/unzip it.
    3. It should generate a new folder, open it and look for the enfold folder
    4. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    5. Log in to WordPress as and Admin.
    6. Install and activate a maintenance plugin and put your site in Maintenance mode.
    7. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    8. Click on the ADD NEW button.
    9. Click on the UPLOAD THEME button.
    10. Click BROWSE and choose enfold.zip file
    11. Click the INSTALL NOW button and switch to Enfold or your child theme.
    12. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Since envato is not using API key anymore, you will need to register the theme again in order to update via Theme Options, please follow the instructions in our documentation: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    Hi GroetenvanMarc,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site. You also use this button to start a new thread: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    Hey mario_md,

    wir hätten es auch meeeeeega gerne, wenn das super duper Team von Enfold eine Lösung wie Borlabs umsetzen könnte, OPTISCH, denn es ist auf jeden für den User wesentlich einladender, sodaß er i.R. alle Cookies akzeptiert. Wir haben das für https://rundumyoga.com und https://youropenplace.com zur Zeit mit Borlabs umgesetzt, weil ich die Optik mit Enfold so nicht hingekommen hatte.

    Jedoch lassen sich damit die Enfold Google Maps nicht steuern (derer wir viele nutzen), das heisst, selbst wenn du alle Cookies akzeptierst, muss du jeweils die Googles Maps manuell selber laden. Es wurde mit Borblabs bereits geklärt, ob die dafür eine Lösung haben, da Enfold so ein beliebtes Theme ist, ab er es ist nicht in Planung.
    Ebenso funktioniert dann auch die tolle Enfold Option im Datenschutz nicht mehr, wo man z.B. den Enfold Link bei YouTube setzen kann etc…, hab ich noch nicht entfernt, der Cookie Einstellungsbutton ist der für Borlabs. Das sind nur zwei Gründe, warum wir sehr gerne wieder auf die Enfold Cookie Lösung umstellen würden, denn ein weiteres Plugin für die Maps will ich nicht installieren.

    Also wie du siehst alles hat seine Downsites, vielleicht ein Grund mehr fürs Krisi-Team, doch zu überlegen, das Cookie-Tool vom Layout her neu zu programmieren. :-)

    Alles liebe
    Sirpa

    #1250183
    Maw87
    Participant

    Hi,
    after latest updates (wordpress/enfold) my masonry gallery is not working properly (“portfolio” in private website)
    1. the “load more” button appears quite late. normally the button ist just there. now its fading in after some seconds
    2. if I click “load more” then the waiting-animation apears and after loading I´m at the end of the new photos in Chrome. In safari it´s fine and I can scroll further through the new photos but chrome not.

    best,
    Marc

    #1250084
    bowlandwalks
    Participant

    Hi
    For some reason none of the links are working on the drop down menu.
    All I can view are the main options, and even here the ‘Save all changes’ button is greyed out.
    I have latest versions of WP and Enfold.
    Any pointers greatly appreciated.
    Cheers

    #1249919

    Topic: Contact form style

    in forum Enfold
    top1projects
    Participant

    Hello,
    On the contact page I have an enfold contact form.
    The font in the submit button and the font in the drop-down menu (I created choices within a menu), is different from the font in the entire form and site.
    How can I change the font just there?
    It is important to note that on the mobile the font is fine! It’s just on the computer.
    In addition, I would love to increase the button to 100% of the row width and the send button to be centered.
    – adress is in the “private content”

    Thank you!

    • This topic was modified 5 years, 5 months ago by top1projects.
    #1249868

    Topic: Count button hits

    in forum Enfold
    VJLoops-GT
    Participant

    Dear support team

    What’s the easier (or more efficient) way to count the clicks on buttons I have on a page (for example buttons that are links to outside pages) ?
    Is there a way it’s built into Enfold or I need an outside plugin which is combined with the Enfold Button feature?

    thanks

    Elad.

    #1249622
    Shaddowpain
    Participant

    Good morning,

    With my website https://alpha.project-mo.de/en/main-page/ I have the following issue

    When I try to go to Enfold – Theme Options – Logo – Upload, the upload button is not working properly and I can not add the Logo. For this reason, there is no Logo. I tried with all the browser but unfortunately I could not find the solution.

    Can someone please help?

    Best
    Beatrice

    #1249570
    candlestickpod
    Participant

    Hi,
    I am using the Enfold theme with the woocommerce plugin.

    The things I want to change are:
    – In the cart, have the ‘Cart Totals’ section go full width
    – In the cart, add a right border and bottom border to the ‘Cart Totals’ section
    – In the quick view cart from the header, get rid of an extra row that has appeared under the ‘View Cart’ and ‘Checkout’ buttons
    – In the check out page, remove the border around the payment options and and terms and conditions
    – In the check out page, left align the ‘Place order’ button
    – In the check out page, extend the right border around the subtotal, shipping and total

    Any assistance would be appreciated

    Hi Ernest Schoenmaker,

    Can you try to set Max input time to 60? currently it’s still set to 30, you can check this in the link in private content, and go to Server.
    Please try to follow these steps:

    1. Login to ThemeForest and download the Enfold theme.
    2. Right-click over the downloaded zip file and extract/unzip it.
    3. It should generate a new folder, open it and look for the enfold folder
    4. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    5. Log in to WordPress as and Admin.
    6. Install and activate a maintenance plugin and put your site in Maintenance mode.
    7. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    8. Click on the ADD NEW button.
    9. Click on the UPLOAD THEME button.
    10. Click BROWSE and choose enfold.zip file
    11. Click the INSTALL NOW button and switch to Enfold or your child theme.
    12. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Best regards,
    Nikko

    #1249469

    In reply to: CANNOT EDIT PAGES

    Hey daropress,

    You’re still using Enfold 3.4.7 and WordPress 4.7.18, please update to the latest version of Enfold and WordPress.
    You can follow this procedure to update to the latest version of Enfold since updating via Theme Options is not possible in your case (make sure to have a backup as well, just in case):

    1. Login to ThemeForest and download the Enfold theme.
    2. Right-click over the downloaded zip file and extract/unzip it.
    3. It should generate a new folder, open it and look for the enfold folder
    4. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    5. Log in to WordPress as and Admin.
    6. Install and activate a maintenance plugin and put your site in Maintenance mode.
    7. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    8. Click on the ADD NEW button.
    9. Click on the UPLOAD THEME button.
    10. Click BROWSE and choose enfold.zip file
    11. Click the INSTALL NOW button and switch to Enfold or your child theme.
    12. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Best regards,
    Nikko

    Hi,


    @royaltask

    Option Default Cookie Behaviour: User must accept and must opt in, only essential cookies selected

    Und dann gibt es: button action: Accept all cookies and services, dismiss notification

    Siehe auch https://kriesi.at/support/topic/enfold-cookie-consent-like-bor-labs-possible-better-results/

    Best regards,
    Günter

Viewing 30 results - 2,101 through 2,130 (of 11,206 total)