Viewing 30 results - 361 through 390 (of 11,218 total)
  • Author
    Search Results
  • Hi Robin,

    You can drag a Button element to a new layout and then activate debug mode under Enfold->Layout Builder->Show advanced option in order to see the shortcodes for that button, then you can copy that shortcode to the location in question.

    Best regards,
    Rikard

    #1440995

    In reply to: no underline in button

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main a.avia-button {
      text-decoration: none; 
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1440991
    vbelani
    Participant

    Good morning. Last night I updated my Enfold theme on my url everything was fine. This morning I get a email from my hosting about this error. I would greatly appreciate any help in pointing me in the right direction to fix it. Thank you
    Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1478

    Notice: Function register_sidebar was called incorrectly. No id was set in the arguments array for the “” sidebar. Defaulting to “”. Manually set the id to “” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /var/www/wp-includes/functions.php on line 6078

    Fatal error: Access level to avia_sc_chart::shortcode_insert_button() must be public (as in class aviaShortcodeTemplate) in /var/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/chart/chart.php on line 49
    There has been a critical error on this website.

    #1440981

    In reply to: no underline in button

    Hey rixi,

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

    a.avia-button {
      text-decoration: none; 
    }

    Best regards,
    Rikard

    #1440834
    JoStudioDeRijp
    Participant

    Hi Enfold support :-)
    I have a question. I am busy with a new website and something strange happens… sometimes a page is not showing the right colours in the front. The text seems to be okay, but the backgroundcolor of the content sections + the buttoncolors sometimes are all white. When I change somtething in the background and then refresh, everything is okay again.
    I have made screenshots how can I show/send them to you? In the private content I give you the login credentials of the website.
    Is there a possibility that you can help me? I hope so!

    #1440824
    peterolle
    Participant

    Using WooCommerce and seeing a product page, I need to add a button for inquiries about that product.

    Is there a way to do this using Enfold contact forms?

    S24-Marketing
    Participant

    Hey guys!

    We use the Enfold theme for our corporate website. As part of the approaching implementation of the European Accessibility Act (EAA), we tested our site for barriers. Some barriers were homemade, others were based on the semantics and role names used in the theme.

    For example, for tabs, a role “tablist” is correctly defined on the div construct. The tab has the role “tab”. Unfortunately, the child, i.e. the actual content, is missing the “tabpanel” role. This fact is criticized during exams. Furthermore, also correctly, the id of the child to be controlled (tabpanel) is defined in the tab with aria-controls=id-des-child. Unfortunately, the child (tabpanel) itself is missing that it is described by the tab. So, on the one hand, the tab is missing the corresponding id (id=id-of-the-tab) and, on the other hand, the child (tabpanel) is missing an aria-labelledby=id-of-the-tab.

    Another unpleasant barrier is the empty list

      above any form. Notes are added to this list in the event of an incorrect form being sent. Without error, an empty list without child elements is detected and this is non-compliant. In case the empty list must remain, you should assign the attribute <ul aria-hidden=true> to the element. Then it is hidden in the accessibility tree. As soon as the list has a child, the value true should be changed to false.

      In general, care should be taken in the theme to ensure that elements that are not used but are relevant to the structure of the page, such as headlines, lists, buttons, etc., are not kept as empty or placeholder elements for later dynamic processes. These elements can be accessed through assistive technologies (e.g. screen readers) and then cause confusion. If it cannot be implemented differently in the code, then the elements must be given the attribute aria-hidden=true and, depending on the element, also hidden in the tab navigation with tabindex=-1. For example, if you do not want to use the <h2> element (milestone date) in the theme content element “Timeline” for design reasons, the H2 is kept empty in the code as a placeholder <h2></h2>. A screen reader therefore reads an empty heading.

      Can these barriers be resolved in a next update to the Enfold theme? Or what tools do I have to exclude or resolve the barriers in a roundabout way without creating cumbersome Javascript workarounds?

      For your information, the test was carried out using the highly recommended plugin for checking accessibility (WCAG 2.2) from Eye-Able. The tool is called Audit.

      Note: The two plugins “One click Accessibility” or “WP Accessibility” suggested in the theme extensions do not help.

      Thank you for your feedback.

      Best regards, Marko

      #1440620

      Hi,
      Try this example CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to make the background color red, font white, and remove the border radius:

      #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
          background-color: red;
          color: white;
          border-radius: 0;
      }

      adjust to suit.
      To make the button background color blue on hover add this css:

      #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
          background-color: blue;
          color: white;
          border-radius: 0;
      }

      you can also change the font color and border radius on hover.

      Best regards,
      Mike

      #1440353

      Hi,
      Please note the Lock icon on the button for the Insert Shape button, these means that it is a Premium Feature
      Enfold_Support_5494.jpeg
      Most features are included with the theme, but LayerSlider has reserved some features for the premium version.

      Best regards,
      Mike

      #1440317

      Wow, thank you so much! For now, I’ve added the first CSS you gave me, but I like the way you have it on the sample site (centered at the top), so yes, I’m going to try it. And this will be so great to have on hand for future sites. I love Enfold and use it for all my sites, it is only the header that can still be difficult to customize. (So hoping some day the header will be a page option like the footer, or have more options for buttons and icons etc in the top bar). Thank you thank you. Your support is amazing, as always! (going to try this tomorrow).

      #1440259

      Hey Yaphoon,

      Thank you for the inquiry.

      1.) To remove the author info, add this css code:

      .blog-author, .entry-author-link, .date-container +.text-sep {
          display: none !important;
      }

      2.) You may need to increase the height of the sliders in order to create space for the buttons. Please add this css code:

      
      @media only screen and (max-width: 767px) {
        /* Add your Mobile Styles here */
        .av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner,
        .av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li,
        .av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li img,
        .av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li>a {
          height: 360px !important;
          object-fit: cover;
        }
      }

      3.) To display the submenu items by default, you can set the Enfold > Main Menu > Burger/Mobile Menu > Menu Icon Submenu Items settings to the first option (Always display submenu).

      Best regards,
      Ismael

      slimMedia
      Participant

      Dear Enfold-Team,

      I created a custom partner/logo element. Under the first tab “Content” the button to add images is missing. I cant add images to the element.
      There is a blank space where the button usually sits and the text next to it says:

      Add Images
      Here you can add new Images to the partner/logo element.

      Thanks for your help, Tom E.

      See the private screenshot link…

      #1440027
      chandrainnoventure
      Participant

      I am purchased Enfold theme and stated working on it. till today every things is working fine. but suddenly i have noticed the update button click did not work for me and its showing updating failed. Due to this i am enable to make changes on home page section. apart from home page all other page is updating successfully. Please look on this and assist me how to solve this problem.

      #1439674

      In reply to: Problem with Button

      This reply has been marked as private.
      #1439667

      Topic: Button

      in forum Enfold
      carmentvaalba
      Participant

      Hello I have inserted a sticky button in this page: https://gonowjets.com/lan-gonowjets/ “Reservar vuelo” with this code in quick CSS but I don’t know why instead being a normal button it is much bigger…. I have the same code and same button with other web site with enfold and works perfect (here works fine: https://faceclinic.es/lan/aravaca-lan-dental-0324/).
      Can you help me on that ? I don’t know why the button gets like that. Thank you.

      /* crear barra contacto en landings */

      .mobile-nav {
      background: rgba(255,255,255,0.01);
      position: fixed;
      bottom: 0;
      height: 90px;
      width: 120%;
      display: flex;
      justify-content: space-around;
      }

      .bloc-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      }

      .bloc-icon img {
      width: 30px;
      }

      @media screen and (min-width: 2000px) {
      .mobile-nav {
      display: none;
      }
      }

      #1439525

      Hi,

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

      #top div .av-dark-form input[type="text"], #top .av-custom-form-color .button {
        border-width: 1px !important;
      }

      Best regards,
      Rikard

      #1439462
      Kenji Narita
      Guest

      Hello!
      My name is Kenji Narita and I work in web production in Japan.

      I’m translating from Japanese to English, so I’m sorry if some sentences are difficult to understand.

      A client consulted with me about not being able to update Enfold.

      Enfold version: 4.5.4

      Enfold Child Version: 1.0

      It looks like this site was originally created by a different web production company.

      Therefore, the production company was responsible for managing Enfold and logging into Envato Market.

      However, I was advised that the production company had gone bankrupt and updates were no longer possible.

      There was no update button on the WordPress theme screen, so I created an Envato Market account with my own address and tried to update it, but I couldn’t because there was no purchase history.

      I haven’t been able to update since I can’t contact the production company.

      In this case, do I have to purchase and update the theme for a fee?

      #1439408

      Hi,
      You can use the button element options to create this:
      Enfold_Support_5344.jpeg
      Enfold_Support_5346.jpeg
      The button element has many more options, please review them, as you choose “custom colors” in the drop down you will be given more options.

      Best regards,
      Mike

      #1439406

      Hi,
      Thank you for the link to your site and your patience, for your first slide with the button, it has a link so adding the button creates a nesting link, which typically wil cause issues, but it looks like this css will help:

      #main .aviaccordion-excerpt p > a {
          text-decoration: none;
      }
      
      #main .main_color a.my-accordion-button {
      	  text-decoration: none;
          background: blue;
          padding: 10px;
          border-radius: 2px;
          color: #FFF;
          position: relative;
          top: 135px;
      }
      #main .aviaccordion-slide-link .aviaccordion-title {
          top: -50px;
          position: relative;
      }
      #main .aviaccordion-slide-link {
          text-decoration: none;
      }

      this is the expected results:
      Enfold_Support_5342.jpeg

      Best regards,
      Mike

      #1439390

      Hey ballindigital,
      Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

      #top .avia_cart_buttons {
          opacity: 1;
      }
      #top div.avia_cart_buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
      #top div.avia_cart_buttons a.button.show_details_button:hover {
          color: black !important;
      }

      After applying the css, please clear your browser cache and check.

      Best regards,
      Mike

      #1439305

      Topic: Modal with validation

      in forum Enfold
      BoXstA
      Participant

      Hello,

      I have purchased the enfold theme and quite enjoy it. I’m trying to get a modal working and have found on the forums here, https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439 how to enable modals.

      In testing this works perfect, however when I try to convert the plain text button to an avia button, it fails to pop-up anymore.

      The contents of the modal is a bit unique, requiring users to select the checkbox before the button contained within allows for the user to continue to the next site.

      The button is:
      CLICK HERE TO BOOK ONLINE TODAY

      Here is the code being used:

      <div id="contact"  class="white-popup narrow mfp-hide">
      <div id="comp-kp7d8c3j" class="HcOXKn SxM0TO QxJLC3 comp-kp7d8c3j wixui-rich-text" data-testid="richTextElement">
      <b>Please accept the following:</b>
      <p>Be kind, courteous, happy. :)</p>
      
      <script>
      document.addEventListener('DOMContentLoaded', function() {
          var agreeCheckbox = document.getElementById('agreeCheckbox');
          var redirectBtn = document.getElementById('redirectBtn');
      
          agreeCheckbox.addEventListener('change', function() {
              redirectBtn.disabled = !agreeCheckbox.checked;
          });
      });
      </script>
      <input type="checkbox" id="agreeCheckbox"> I agree to the terms & conditions above
      <button id="redirectBtn" disabled onclick="window.location.href = 'https://somewebsite';">CONTINUE TO BOOKING</button>
      </div>
      </div>

      Any help is greatly appreciated.
      Thank you.

      #1439295

      Hey Stefan,
      I believe that you are referring to this button:
      Enfold_Support_5268.jpeg
      It seems to look correct to me, the orange arrow expands the button options and they also show in the center of the mobile screen.
      Perhaps a screenshot of what you see would help.

      Best regards,
      Mike

      #1439287

      I am up to date on enfold using (5.6.12)
      Display excerpt is checked. And the title and caption are displaying, however the button is overlapping the text and title instead of displaying beneath it.
      The button is added with html just like you show above, and it appears however in the wrong place.

      #1439201

      Topic: Menu Navigation

      in forum Enfold
      androklis
      Participant

      Hello,

      We are working on creating a new website using the Agency – Enfold Parallax Demo, and we came across an issue that we can’t find a solution. We are creating the main menu and providing in the links the #{and the id of the section}, so far so good. The problem comes when the user clicks on a button to change the page, then the menu is becoming not functional because the urls (Section IDs) are not present in the specific page.

      Please advise.

      Best,
      Androklis

      • This topic was modified 2 years ago by androklis.
      #1439047

      In reply to: Contact form

      Hey Stefan,

      Thank you for the inquiry.

      There is no option for this by default but you might be able to use the avf_form_send filter to check the content of the contact form fields before sending the email. Usage examples can be found in the links below:

      // https://kriesi.at/support/topic/contact-form-submit-button-hook/#post-1370093
      // https://kriesi.at/support/topic/form_submit-event-not-fired-with-enfold-form/#post-1425948
      // https://kriesi.at/support/topic/work-with-variables-sent-by-enfold-form-avia_process_form_data/#post-1070392

      Best regards,
      Ismael

      #1439041

      In reply to: Chinese share link

      Hey Yaphoon,

      Thank you for the inquiry.

      You can use the avia_social_share_link_arguments filter in the functions.php file to add more icons to icons to social share box. Please check the link below for more info:

      // https://kriesi.at/documentation/enfold/social-share-buttons/#display-custom-social-icons-in-social-share-box

      Best regards,
      Ismael

      #1438985

      Topic: Share buttons

      in forum Enfold
      aaronjosephhall1
      Participant

      Is there a way to get the enfold share buttons to appear at the top of a blog post also? Right now they only appear at the bottom. I would like them at the top and bottom.

      #1438934

      Hi,
      When I check your page on desktop the css I posted above is not applied, and this is what makes the button larger and center, so I don’t know if you have an error in your css, or if you didn’t add it because you didn’t understand, but this is the desktop part of the css that you should ensure to use:

      @media only screen and (min-width: 768px) { 
      #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
          position: relative;
          text-align: center;
      }
      #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
          width: 300px;
          height: 100px;
          font-size: 24px;
      }
      .html_header_transparency #top #main .caption_bottom .slideshow_caption {
          padding-top: 0;
      }
      }

      this is the result:
      Enfold_Support_5246.jpeg
      I now assume that you now wanted the button to move up a little, so you would then add this css:

      @media only screen and (min-width: 768px) { 
      .slideshow_inner_caption {
      	top: -100px;
      }
      }

      for this result:
      Enfold_Support_5248.jpeg
      feel free to adjust to suit.

      Best regards,
      Mike

      #1438859

      Hi,
      Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

      @media only screen and (min-width: 768px) { 
      #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
          position: relative;
          text-align: center;
      }
      #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
          width: 300px;
          height: 100px;
          font-size: 24px;
      }
      .html_header_transparency #top #main .caption_bottom .slideshow_caption {
          padding-top: 0;
      }
      }
      @media only screen and (max-width: 767px) { 
      	#top .caption_bottom .slideshow_caption .slideshow_inner_caption {
          position: relative;
          text-align: center;
      }
      #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
      	padding: 10px 6px;
      	font-size: 10px;
      }
      }

      After applying the css, please clear your browser cache and check.

      Best regards,
      Mike

      Hi,
      I was just working on another thread where a similar issue was that the sub-menu and the burger menu were still open when the browser back button was used, this is due to the browser serving a browser cached version of the page. The following javascript solved this in my tests, and while my above solution worked for the custom button issue you are having I thought that perhaps this would be a better solution for you as it will also solve the use of the browser back button, so give this a try instead of the above solutions and see if it works for you. I recommend using the WP Code plugin then add a new snippet, in the top right corner use the javascript snippet as the code type:
      Enfold_Support_5190.jpeg
      and add this code:

      window.addEventListener('pageshow', (event) => {
          if (window.matchMedia('(min-width: 990px)').matches) {
              document.querySelectorAll('.sub-menu').forEach((subMenu) => {
                  subMenu.style.opacity = '0';
                  subMenu.style.visibility = 'hidden';
              });
          } else {
              const overlay = document.querySelector('.av-burger-overlay');
              if (overlay) {
                  overlay.style.display = 'none';
                  overlay.style.opacity = '0';
              }
              const hamburger = document.querySelector('.av-hamburger');
              if (hamburger) {
                  hamburger.classList.remove('is-active');
              }
              document.documentElement.classList.remove('av-burger-overlay-active', 'av-burger-overlay-active-delayed');
          }
      });
      
      

      Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
      After applying the css, please clear your browser cache and check.

      Best regards,
      Mike

    Viewing 30 results - 361 through 390 (of 11,218 total)