Forum Replies Created

Viewing 30 posts - 13,531 through 13,560 (of 66,939 total)
  • Author
    Posts
  • Hey psipi,

    Thank you for the inquiry.

    You can actually hide the section on mobile view and display another section with a background image that is actually resized for smaller screens. To do that, edit the current color section, go to the Advanced > Responsive Settings panel and toggle the appropriate check boxes. You would want this section to be displayed on desktop view or larger screens only. You can then add the other section, apply the background image, insert a larger logo and have it display on mobile view only.

    Best regards,
    Ismael

    in reply to: Enfold and Max Mega Menu issues on mobile #1311047

    Hey hollabrunn,

    Thank you for the inquiry.

    It is possible that the plugin cannot locate the menu because it is inside another container with the ID “header_main_alternate”. Where can we see the issue? Please post the site URL in the private field.

    Best regards,
    Ismael

    in reply to: Issue with tag archive pages #1311045

    Hi,

    The info there is generated from the template files, or because of a plugin. Try to disable all plugins, see if it persists.

    Is this only happening on the tag pages? It might be coming from enfold > tag.php file and you might have to remove it manually.

    Best regards,
    Ismael

    in reply to: Enfold Band and Enfold DJ #1311042

    Hey Jonah,

    Thank you for your interest in the theme.

    You can see an example of the submenu on another demo. It should be the same as when you start adding sub menu items in the band demo.

    // https://kriesi.at/themes/enfold-2017/

    And you can still add other pages on a one page site if necessary.

    Best regards,
    Ismael

    Hey Amazingdominik,

    Thank you for the inquiry.

    Try to edit the video or image element, then add the “noLightbox” class name in the Advanced > Developer Settings > Custom Class field. This should prevent the lightbox from activating.

    Best regards,
    Ismael

    in reply to: Graphic in a small bar above #1311022

    Hi,

    Thank you for the update.

    You can set the image as the menu item’s background. This css should work.

    #menu-item-4857 {
        text-indent: -9999px;
        background-image: url("https://site.com/image_url.jpg");
    }
    

    Just replace the value with the actual image URL. You may also have to adjust the style a bit including the background-size property afterwards.

    Best regards,
    Ismael

    in reply to: Tag archive #1311020

    Hi,

    In Enfold you have a term description in the h1 tag of the parallax banner and this is very wrong.

    I believe we already adjusted this previously, but for some reason it was reverted back to h1. We edited the functions.php file again.

    $output .= "<h1>".get_the_archive_title()."</h1>";
    if(false) $output .= "".$description."";
    

    Please note that this is already a modified parallax banner based on your previous requests. By default, the theme only renders the description in the parallax banner, not the title.

    Unfortunately, we are still not sure why the custom shortcode is not working. You will have to hire a freelance developer for further modifications.

    Best regards,
    Ismael

    in reply to: Problemi Pre-carimento pagina – opzioni tema – #1311017

    Hi,

    Awesome! Glad to know that the issue is fixed. Please feel to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    Hey premcemgums,

    Thank you for the inquiry.

    1-2) The logo and the mobile menu are correctly aligned and we do not see the “line across the first character” on mobile view. Would you mind providing a screenshot of the issue?

    3.) You can use this css code to adjust the space between the text and the buttons.

    @media only screen and (max-width: 989px) {
        .responsive #top .avia_cookie_text {
             margin-bottom: 20px !important;
        }
    }
    

    Best regards,
    Ismael

    in reply to: Mobile Site Issues with responsiveness #1311013

    Hi,

    Try to replace the max-width value in the css media query from 767px to 480px. Look for this part in the css code that we previously added.

    (max-width: 767px)
    

    Replace it with:

    (max-width: 480px)
    

    Best regards,
    Ismael

    in reply to: Contact Form send emty e-mails #1311010

    Hi,

    @GROSSfanz @volmering Try to install a security plugin first like Sucuri or Wordfence and observe if it helps lessen the spam mails. And again, enabling Google ReCAPTCHA should also help but if it does not meet your privacy requirements, then you might have to replace the default contact form with another. Unfortunately, you will have to replace the contact forms manually.

    Best regards,
    Ismael

    in reply to: Category and Tag Pages #1311008

    Hey tsays,

    Thank you for the inquiry.

    It is not possible to use the Advance Layout Builder to modify the archive pages (tag and category), but you can add the markup of the builder elements directly in the template files. You will have to edit the archive.php and tag.php file in order to do that.

    For example, this is the markup of the first color section in your blog page.

    // https://pastebin.com/YA5Nr9qN

    Unfortunately, this kind of modification is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.

    Best regards,
    Ismael

    in reply to: Add a video in the portfolio category description #1311004

    Hi,

    It is also possible to add custom fields to taxonomy terms.

    // https://developer.wordpress.org/reference/functions/add_term_meta/

    If you want to use a plugin, this might help.

    // https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/

    You can then modify the archive template and fetch the value of the custom field and place it as the source of the embedded video.

    Best regards,
    Ismael

    in reply to: Add button to the Masonry post #1311003

    Hi,

    Thank you for the update.

    We could use the following filter to add a “read more” text inside the masonry items’ content container, instead of the previous script.

    add_filter("avf_masonry_entry_content", function($content) {
    	$content .= "<span>Read more</span>";
    	return $content;
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: Google Analytics not registering #1311001

    Hi,

    Sorry for the late response. The analytics script ran correctly when we visited the site. Did you disable the theme’s privacy options just recently? It is possible that one of the privacy options is preventing the analytics script from running because it is set to block external scripts on page load. You may need to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior to the first or second option to immediately allow external services on page load.

    Best regards,
    Ismael

    in reply to: Double Lightbox #1310998

    Hi,

    No problem. Glad to know that you figured it out. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    but if a device dos not support the video,

    Unfortunately, this is not possible without significant modification in the theme. By default, background videos are disabled on all kinds of mobile devices by default and should be replaced with the fallback image. The fallback image should not display twice unless you have done some modifications on your own.

    Please feel free to open another thread if you have more questions.

    Best regards,
    Ismael

      Hey annevoelkel,

      Thank you for the inquiry.

      Unfortunately, this modification is not possible with the current mega menu setup. You may need to use a third party extension to extend the menu capability and to avail of various menu layouts.

      // https://wordpress.org/plugins/tags/mega-menu/

      If you have further questions, please feel free to open another thread.

      Best regards,
      Ismael

      in reply to: blockquote adaption #1310863

      Hey jelle,

      Thank you for the inquiry.

      You can use this css code if you want to completely remove the left border.

      blockquote {
          border-left-width: 0;
          padding-left: 0;
      }

      But if you want to change the color, you can edit the style of the element in the Enfold > Advanced Styling panel.

      Best regards,
      Ismael

      in reply to: Contact form fields malfunctioning #1310862

      Hey Matt,

      Thank you for the inquiry.

      The validation of both fields are set to “Valid Email”, which is why anything that you select or place in the fields are invalid. Please make sure to adjust the validation of the fields.

      Best regards,
      Ismael

      Hey webWahine,

      Thank you for the inquiry.

      We should also adjust the padding of the navigation dots. Try to use this code.

      #top .avia-slideshow-dots a {
          /* styles here */
          padding: 3px;
      }
      

      Best regards,
      Ismael

      in reply to: Essential Image Sizes #1310859

      Hey Tim,

      Thank you for the inquiry.

      It may depend on the elements that are actually used in the site. If there are a lot of masonry elements for example and they are all set to use the default thumbnail, then the “masonry” thumbnail should be kept. WordPress also default back to the original image if a thumbnail is not available, so even if we remove all thumbnails, the site should still work fine.

      The following threads should help.

      // https://kriesi.at/support/topic/enfold-image-sizes-3/#post-1109028
      // https://kriesi.at/support/topic/how-can-i-delete-all-enfold-image-sizes/

      Best regards,
      Ismael

      in reply to: Adjusting background position in a gridrow element #1310857

      Hey pabloj13,

      Thank you for the inquiry.

      We could adjust the top margin of the grid row to move it downwards.

      #aboutgridrow {
          margin-top: 50px;
      }

      We may also have to adjust the background of the main wrapper.

      .html_stretched #wrap_all {
          background-color: #000000;
      }
      

      Best regards,
      Ismael

      in reply to: Change bold front to black #1310856

      Hey Kurt,

      Thank you for the inquiry.

      It is possible to adjust the style of the strong tag in the Enfold > Advanced Styling panel. We could also add a few css code to change it if necessary.

      Best regards,
      Ismael

      in reply to: Yoast SEO Title Tag #1310835

      Hey acscreativenew,

      Thank you for the inquiry.

      Try to add this filter in the functions.php file to disable the default title filter from the theme.

      remove_filter('avf_title_tag', 'avia_wpseo_change_title_adjustment', 10, 2);
      

      And post the login details in the private field so that we could check the issue properly.

      Best regards,
      Ismael

      in reply to: Changing menu not possible #1310832

      Hey SoFE2021,

      Thank you for the inquiry.

      Did you set the menu as the Enfold Main Menu? You may also have to purge the cache after adjusting the menu.

      UPDATE: The menu is not set as the main menu, so we set it for you. It is not displaying correctly in the front end.

      Best regards,
      Ismael

      in reply to: Is it possible to whitelist a custom cookie ? #1310816

      Hi,

      I would like the cookie to be essential and do not allow the users to refuse and delete it.

      This is possible but you will have to edit the themes/enfold/js/avia-snippet-cookieconsent.js script directly and include the name of the cookie that you want to keep in the list or array (keep_cookies). You can find the following code around line 480.

      if( accepted && allow_hide_bar )
      				{
      					keep_cookies.push( 'aviaCookieConsent', 'aviaPrivacyRefuseCookiesHideBar', 'aviaPrivacyMustOptInSetting' );
      				}
      				else if( accepted )
      				{
      					keep_cookies.push( 'aviaCookieConsent', 'aviaPrivacyMustOptInSetting' );
      				}
      

      Include the name of the cookie that you want to keep in the keep_cookies array.

      Best regards,
      Ismael

      in reply to: HTML-Tag in Excerpt #1310815

      Hi,

      Thank you for the info.

      It seems to be working just fine. The excerpt still displays in the search result page with the br tags intact. Please check the screenshot below.

      Screenshot: https://imgur.com/iwMRl1M

      Best regards,
      Ismael

      in reply to: Google Dev lighthouse issues #1310814

      Hi,

      Thank you for the link.

      1.) Are you using a plugin to load a custom font?

      2.) Lazy load is on but the images are immediately visible in the view port because they are at the very top of the document, so they are immediately loaded.

      Best regards,
      Ismael

      Hi,

      Thank you for the info.

      We checked the site but we cannot find the menu that you described above. Which set of menu are you actually referring to? Please provide an actual screenshot of the menu that would you like to modify.

      Best regards,
      Ismael

    Viewing 30 posts - 13,531 through 13,560 (of 66,939 total)