Viewing 30 results - 1,231 through 1,260 (of 11,213 total)
  • Author
    Search Results
  • Hi,

    I went to Enfold theme options > Advanced Styling and edited “Menu Item Button” for each language and that worked. Could you please review your website and confirm?

    We will test it on our local installations and will report to our devs if we can reproduce the issue :)

    Best regards,
    Yigit

    #1342369

    In reply to: Add Buttons to Top Bar

    Hey Eleina_Shinn,
    Thanks for your question, you can add html or shortcode in the topbar via the Phone Number or small info text option and the topbar will increase to show the element. For example this is a medium button shortcode created with the shortcode wand

    2022-02-26_002.jpg

    Best regards,
    Mike

    UFreeman
    Participant

    Hey.

    1. Frage: In der mobilen Version meiner Seite erscheinen oberhalb der Absätze leere Felder. Ich weiß, die Felder sind die Layoutelemente, die ich zur Aufteilung der Seite verwende und dann mit Inhalt befüllt habe — in der Webversion sieht das aus wie beabsichtigt, in der mobilen Version sieht man sie als leeres Feld oberhalb des Inhalts. Wie unterbinde ich diese Darstellung in der mobilen Version?

    2. Ich möchte einen Nach-oben-Button integrieren, der unten rechts erscheint sowie man anfängt nach unten zu scrollen, und der einen wieder ans obere Ende bringt (wie hier im Forum, Standard). Alle früheren Fragen diesbezüglich hier schicken einen an eine Stelle in den Theme Optionen, die es bei mir nicht gibt bzw die vielleicht auch komplett anders heißen. Zum aktuellen Enfold: Wo muss ich was tun?

    Ich verstehe Antworten auch auf Englisch, ich frage hier auf Deutsch, weil mein Enfold in den Optionen etc. ein völlig wirrer Mix aus Deutsch und Englisch ist und ich daher nicht mehr nachvollziehen kann, worauf sich welche Tipps beziehen. Auf Deutsch kann ich das konkreter formulieren.

    Danke!

    Rike

    Edit: Warum sind Optionen etc. von Enfold eigentlich überhaupt so willkürlich gemixt auf Englisch und Deutsch? mEA macht das ein ansonsten sehr gutes Theme sehr umständlich für die Umsetzung von Seiten.

    #1342308

    Topic: Add Buttons to Top Bar

    in forum Enfold
    Eleina_Shinn
    Participant

    Hi, I have a question about modifying the top bar in Enfold. I have a client that would like a top bar like this site: https://traditionsurgerycenter.com/

    The top bar is a bit larger than Enfold’s at 50 px, which they like, and it also has two buttons on the right. Can this be done in Enfold?

    Hi,
    the button is now green in German language because thats the language in which I last saved the enfold theme settings. Like you can see above there are different CSS added via quick CSS in each language. There should be no child theme but I tried to add the CSS in custom.css (because in style.css is mentioned: “* PLEASE DO NOT EDIT THIS FILE!”) but it didn’t work neither.

    Best regards

    #1342187

    Hi,

    Please use the code as following

    #top #wrap_all #menu-item-105 .avia-menu-text {
      background-color: yellow;
      border-color: green;
      color: red;
    }

    Please make sure that you chose to display your menu item as button – https://kriesi.at/documentation/enfold/menu/#toggle-id-41

    Best regards,
    Yigit

    #1342155
    LoyalCustomer
    Guest

    Thank you for your prompt response. I immediately went to work the night you responded as soon as I saw your message and I think your helpful instructions above worked to update the Enfold theme. Your input is appreciated more than you know. At first, the site appeared to be working fine since updating the Enfold theme. Then the site became extremely slow* and many pages titles changed in color instead of the original dark teal, the “contact us” button language moved to the far left instead of in the middle, and other various styling altered which I did not change. *Most importantly, now when viewing the website on mobile, the navigation box in the top right to get to the other pages on the website is all white when clicked on so the mobile visitor cannot see any of the other pages or navigate to them unless they hover over each hidden page name then it highlights them in teal and you can see the letters in white. The same navigation box works and looks fine when the website is viewed on Desktop, so I do not know how the Enfold theme update affected/changed only the mobile navigation box or how to fix it?

    I also received a new error/critical issue that says “your site is set to log errors to a potentially public file” It says the value “WP_DEBUG_Log has been added to this website’s configuration file and may be written to a file which is potentially available to all users”.

    *Can you please briefly look at the site to see if the coding looks ok/fix if possible to help make sure that nefarious code was not somehow added when the Enfold theme was out of date because I was unable to update it? (I think the above new issues since updating are probably something that may take someone who knows what they are doing less than a minute or two to fix.) Thank you again.

    #1341423
    Giuseppe Tagliaferri
    Guest

    I’ve to buy your theme.
    If I click your button, price on themeforest is 59 euro.
    But if I searche online i can buy it from
    Buy Enfold Theme For Only $24 Today – WP Discount Club
    https://wpdiscountclub.com
    or https://themeorion.com/discount-multipurpose-wordpress-themes/enfold-responsive-multi-purpose-theme/ at $9
    Why?
    Thanks

    #1341337

    Hi!

    1- Semi colon is missing after border-radius property and that is causing the issue – https://imgur.com/a/JcTI9P5. If I add it in dev tools, it works correctly – https://imgur.com/a/IChWNpp.

    You are using Block Editor and this is not a CSS conflict with Enfold so I would recommend you to contact WordPress support regarding the issue.

    As a temporary workaround, I added following code to Quick CSS in Enfold theme options > General Styling tab

    .wp-block-button__link.has-col-ffffff-color.has-col-ff-6600-background-color.has-text-color.has-background {
      border-radius: 0;
      background-color: #f60;
    }

    2- You can add it to functions.php file of Enfold parent theme however when you update the theme, file would be overwritten so you would need to add it again. That is why we would recommend you to use a child theme :)

    Regards,
    Yigit

    #1341288

    In reply to: menue point overlaping

    Hi Semito,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top #header #avia-menu .av-menu-button {
        margin-left: 0;
    }
    
    #top #header #avia-menu .av-menu-button > a {
        padding-left: 13px;
    }

    Best regards,
    Nikko

    #1341073
    goldengate415
    Participant

    Hi there,
    I think this might fall into a category of suggestion vs. a support request unless there is a way to do this with the current Enfold video element.
    Here’s what I want when page loads on desktop:

    – Video starts playing muted (as required by all the major browsers now)
    – When there is user interaction (ideally user clicks a play button super imposed over the video) the video un-mutes and starts over again

    It appears with the video element, the video does start playing muted but when the user clicks, the sound does not start and instead, the user must find the volume control which is more obvious on Youtube hosted videos than Vimeo. Ideally, if the user clicks anywhere on the video it should immediately un-mute.

    One workaround if we cannot modify the hosted video players (Youtube, Vimeo) would be to allow a video preview image which we could upload to the media library with no sound. Then when the user clicks “play” the video launches in a lightbox.

    Currently here is my page… I have reverted to using the lightbox option as it seems to be the only option where a user is likely to be able to hear the video:

    I have pasted another version of this page in private content.. this version has the muted video autoplay so you can see how cumbersome it is for the user to try to find the dash marks that make up the volume control on Vimeo.

    Given the importance of video these days, it would be great to have an option that allows a user to go from muted video that autoplays (in compliance with Chrome browser requirements) to un-muted upon user interaction.

    Hope this makes sense.

    Thanks,
    Rob

    #1341035

    Hey mischael1,

    Thank you for the inquiry.

    Have you tried editing the button manually from the Enfold > Privacy & Cookies > Cookie Handling > Modal Popup Window section? You should be able to configure the existing buttons from there, or insert another if necessary.

    Best regards,
    Ismael

    #1341005
    PhilippKellerhals
    Participant

    Trying to get the Mailchimp widget that is included in my Kriesi Enfold theme to work. I have entered the correct Mailchimp API into the theme, it has communicated with Mailchimp and I gotten a listing of my email lists.

    But when I try to test the subscribe form live on the very bottom of this page:

    … it errors out, seems like the send button freezes and saying “Sending” for minutes and not showing the ‘Thank you for subscribing to our newsletter’ and without entering the new subscriber to the MAILCHIMP list, which I checked afterwards in the adience within th MAILCHIMP account.

    Could you please help me with this!

    I have 22 Enfold themes I purchased from Themeforest and since Themeforest changed from the API key confirmation to the Token, I can’t get any of my sites to update on enfold. When I updated wordpress to the latest version, some of my sites fullwidth easy slider has disappeared along with the header. I need a link, video, etc on how to successfully get my token, what radio buttons to click (there is about 20 options so I can get my sites updated to the latest version of Enfold. Here is an example in private content,
    THanks,
    Frank

    #1340424

    Hi,
    Thank you for your patience, to follow the steps of adding a child theme and importing the parent theme settings, it should take no more than 5 minutes.
    Please note that once your child theme is installed and activated and you followed Step 4: Import parent theme options in our documentation.
    After this step save the theme settings (big blue button), reload the frontend, if it doesn’t look like your parent theme did then go to the theme settings again (not the back button) sometimes the big blue button will be blue again, so click it again to save again and check the frontend again and this time it should be correct.

    Best regards,
    Mike

    #1340280

    Hey Hiracchi,
    Thank you for your patience, but I believe that you are misunderstanding how to use the child theme with Enfold, you do not need to use the above function, please remove it.
    Once your child theme is installed and activated please follow Step 4: Import parent theme options in our documentation.
    After this step save the theme settings (big blue button), reload the frontend, if it doesn’t look like your parent theme did then go to the theme settings again (not the back button) and sometimes the big blue button will be blue again, so click it again to save and check the frontend again and this should be correct, then you can make your adjustment for the child theme to override the parent theme.

    Best regards,
    Mike

    #1339920

    Hi,

    https://kriesi.at/support/topic/masonry-grid-shows-entries-more-than-once/

    In the thread above, you mentioned that when using the load more button, there is an infinite loop and duplicated items when sorting is set to random. This issue is not occurring on our installation using the latest version of the theme, 4.8.9.1. We don’t have any masonry filters or custom modifications in this installation. Please temporarily disable all custom modifications and filters for the masonry element, then test the page again. Make sure that the site is updated to version 4.8.9.1.

    Do you have a staging version of the site with a fresh copy of Enfold?

    Best regards,
    Ismael

    #1339481
    karmenka
    Participant

    Looking for help and suggestions, thanks in advance to anyone who has idea.

    My client wants to implement a fixed dropdown block above the main menu bar, that releases from a button in the corner.
    Similar to this https://www.nomeasy.com/#

    Basically you press on the Arrow icon in the top right corner and the entire block slides down with content in it. This is native to BeTheme, (the theme they use currently, But I want to use enfold.

    Happy to use a plugin if it’s relatively light weight.

    #1339358

    Hi. Unfortunately, for the umpteenth time, updating the theme has addressed a series of critical issues and the site has lost some fundamental customizations, set deliberately, but after the update, they are lost: this is not the first time this has happened.

    I would necessarily need your help to restore the correct situation as soon as possible. At the moment, suddenly, the site https://www.trikego.com/it/ has lost the following customizations

    1. top header customization: the correct situation is without flags on the right and without a white vertical line to divide the social icons
    RIGHT https://ibb.co/3Cjq4Hr
    WRONG https://ibb.co/7pf41xz

    2. image customization: in hp, images that previously had square contour customization with rounded corners (corrected)
    https://ibb.co/ZTf0yXh

    now they are circular !!! Wrong !!!
    https://ibb.co/2Sf4zvK

    3. I had assigned the various CSS buttons to give them the outline of a color
    RIGHT https://ibb.co/gzH8WNQ

    now, they are all orange
    WRONG-BUTTONS

    4. in the contacts page the mouse over did not occur with a change from white to blue (the text is not seen)
    https://ibb.co/s1DBs81
    https://www.trikego.com/it/contatti/

    It also lost the footer customizations: now the text is very small.

    How is it possible? The only thing I have done is update the theme and change the footer text and this is the result: the loss of some fundamental customizations. Do I have to intervene with some plugins to verify the url? could it depend on the ssl certificate? I repeat, lately, with every Enfold update, there have been problems of this type: how can I solve them? The situation is not pleasant, the customer is getting nervous …

    While waiting for your reply, my best regards. Bruno

    #1339356

    Hey,

    Thanks for contacting us!

    You can add widget area to your header – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area then add your button into that widget area and make it fixed by using custom CSS.

    Best regards,
    Yigit

    #1339257

    Hi,

    Thanks for the update. I checked your account and you still have valid support. You can open new threads on the forum by following this link: open a new thread, or clicking this button: https://imgur.com/a/AnoSPNb.

    Icon problem; I changed the last 3 icons in the list without any problem, could you let us know how to reproduce the problem you are seeing on your end please?

    Best regards,
    Rikard

    #1339209

    Hey neon2020,
    To fix the issue with the load more button, please replace the masonry_entries.php and the masonry_gallery.php with the files below. The files are located in their respective folders in the enfold > config-templatebuilder > aviashortcodes directory.

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.php

    Best regards,
    Mike

    #1338817

    Hi,

    Glad to know that the shop table is working correctly again. The function (avia_apply_quant_btn) that applies the buttons to the quantity field is located in the enfold/config-woocommerce/woocommerce-mod.js and it is not working because the shop table loads after the script. As you may noticed, there is a bit of a delay before the shop table displays, so the script fails to convert the quantity fields and add the quantity buttons. You may need to contact the plugin authors for additional assistance and ask them if the plugin triggers an event after the shop table loads. We can then listen for that event and execute the avia_apply_quant_btn function.

    Best regards,
    Ismael

    Hi same problem with “Load More” button in front page on the site below. WP 5.9 Enfold 4.8.9

    Thanks

    #1338636

    Good day,

    I have it working now, I read a post about these settings Enfold > Performance > File Compression
    I have disabled java and css merge.

    Now the table I want works, but not quite 100% there is no + and – button visible, all numbers have to be typed in, is there a solution to make the button visible though?

    In the shopping cart the + and – button is visible again.

    Gerrit

    #1338483

    In reply to: GDPR 2022 news

    Just seen this and thought I’d share a solution that meets all of the criteria using Enfolds built in Cookie Consent System.
    Enfolds built in Cookie manager is more compliant than 99% of other websites systems out there. The only thing it doesnt not do is store the values of when a user clicked consent. If you require this then you will need a plugin like Cookie Bot.

    Users should be able to turn cookies on and off whenever they like. You can do this by embedding the shortcodes in your privacy page for each on/off option OR you can set the cookie icon to remain in the corner of the page so you can change your consent at any point in time.

    Set cookies to essential only and then user must opt in
    Change the buttons to Accept All and Settings on the popup
    Change the buttons in the modal to Accept All and Do Not Accept

    From Enfold > Privacy and Cookies > Cookie Handling > Advanced Options > Show Reopen badge
    OR
    Use the Privacy and Cookies > Shortcodes to add the options into your privacy and cookie page directly.

    From Cookie Bot:
    Prior and explicit consent must be obtained before any activation of cookies (apart from whitelisted, necessary cookies).

    • Consents must be granular, i.e. users must be able to activate some cookies rather than others and not be forced to consent to either all or none.
    • Consent must be freely given, i.e. not allowed to be forced.
    • Consents must be as easily withdrawn as they are given.
    • Consents must be securely stored as legal documentation.
    • Consent must be renewed at least once per year. However, some national data protection guidelines recommend more frequent renewal, e.g. 6 months.
    • Check your local data protection guidelines for compliance.
    • This reply was modified 4 years, 1 month ago by thinkjarvis.
    #1338390

    Hi,

    We created a test page in ES, translated it to the other languages, added the portfolio grid, and it worked properly. The grid on each language displays the appropriate portfolio items. We also created a test portfolio item and translated it as well, and you will see this as the very first item in the grid.

    Did you use the + buttons when you translated the home pages? Please check the screenshot below.

    // https://1drv.ms/u/s!AjjTfXSRbKTvwAbb7HGP-VejA_gm

    Yes, you could try and install the WPML plugin, but make sure to create a site backup or a restore point just in case you to revert back to the previous plugin. To properly translate the pages using WPML, please check the following documentation.

    // https://wpml.org/documentation/theme-compatibility/enfold/#getting-started
    // https://kriesi.at/documentation/enfold/translation/#how-to-translate-pages-built-with-enfold-using-wpml

    Thank you for your patience.

    Best regards,
    Ismael

    #1338321
    dubado
    Participant

    When i am trying to change the images in blocks within the editor and click on the “insert image” or any other image button it will not load the media library. I have tested on other sites and it is working properly. I have also disabled all plugins and it is still not working.

    <a href="#" class="button aviabuilder-image-upload avia-builder-image-insert " data-target="aviaTBsrc" data-title="Insert Image" data-type="image" data-button="Insert" data-class="media-frame avia-media-img-only " data-frame="select" data-state="avia_insert_single" data-fetch="url" data-save_to="hidden" title="Insert Image">Insert Image</a>

    I also tried defaulting back to the main enfold theme versus the child and that didnt work.

    Any help would be greatly appreciated.

    • This topic was modified 4 years, 1 month ago by dubado.
    #1338106

    Hi,

    To fix the issue with the load more button, please replace the masonry_entries.php and the masonry_gallery.php with the files below. The files are located in their respective folders in the enfold > config-templatebuilder > aviashortcodes directory.

    Thank you for your patience.

    Best regards,
    Ismael

    #1338084
    Jason E
    Participant

    How would someone get a subnavbar inserted on pages within a site with WooCommerce?

    So, the site navigation is better handled by the sub navbar element than the primary navigation element. So, knowing that messing with Woo and Enfold should be minimal, I tried to insert just a shortcode for a subnavbar.

    [av_submenu which_menu='' menu='23' position='center' sticky='aviaTBsticky' color='footer_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='subnav' custom_class='subnav' template_class='' av_uid='av-ndlzm' sc_version='1.0'] [av_submenu_item title='Menu Item 1' button_style='' link='' linktarget='' av_uid='av-gg26y' sc_version='1.0'] [av_submenu_item title='Menu Item 2' button_style='' link='' linktarget='' av_uid='av-ba2z6' sc_version='1.0'] [/av_submenu]

    But, as II half expected, it would not render that out to a navbar. Is there an easy way to allow for elements like these on Woo pages?

Viewing 30 results - 1,231 through 1,260 (of 11,213 total)