Forum Replies Created

Viewing 30 posts - 11,041 through 11,070 (of 34,910 total)
  • Author
    Posts
  • in reply to: Remove gray frames top and bottom #1360031

    Hi,
    Thanks for the feedback, please try this css:

    #top .content .flex_column .widget_nav_menu li {
        border-style: none;
    }

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

    Best regards,
    Mike

    in reply to: Hamburger menu not working on mobile #1360027

    Hi,
    Glad we were able to help, and we are a part of your team 🙂
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Avia builder not opening #1360025

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove gray frames top and bottom #1360022

    Hey schweg33,
    To remove the line above and below the widget you linked to please try this css:

    #top .content .flex_column .widget_nav_menu li:first-child {
        border-style: none;
    }

    if this doesn’t work for all pages that are intended, please explain further and link to them so we can help adjust.

    Best regards,
    Mike

    in reply to: image over image effect options #1360020

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Fixed corner transparent background #1360019

    Hi,
    Thanks for your question, for the background image on your page /faq/ you can change the background size of it on mobile devices with this css:

    @media only screen and (max-width: 770px) { 
    #main > .main_color {
      background-size: 50%;
    }
    }

    After applying the css, please clear your browser cache and check and let us know of any pages this is not working for you, so we can investigate.

    Best regards,
    Mike

    in reply to: display only on desktop #1360017

    Hey schweg33,
    Thanks for your question, you could try wrapping your css in a media query like this:

    @media only screen and (min-width: 1440px) {
    .page-id-1090 #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    } 
    }

    Best regards,
    Mike

    in reply to: hide top title #1360015

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Very good, unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Newsletter Tools #1360002

    Hi,
    Very good, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Newsletter Tools #1359999

    Hi,
    Thanks for the feedback, unfortunately, we don’t have a recommended list of plugins.

    Best regards,
    Mike

    in reply to: image over image effect options #1359997

    Hi,
    Thanks for the feedback, my solution above will work for as many images as you like.
    I have tested by adding numbers to the hover image that you posted earlier to demonstrate that the correct image is swapped in the Swap Images on Hover With Closest Hidden Image solution:
    2022-07-31_001.jpg
    Please try this and if you have further trouble with the solution Please include an admin login in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Demo Import Not Working #1359987

    Hi,
    Thanks for your feedback, the child theme doesn’t need to be updated, the parent theme (Enfold) is updated while the child theme is the activate theme.
    This is because the child theme uses the core files of the parent theme (Enfold), I hope this makes sense.
    Thanks for using Enfold.

    Best regards,
    Mike

    Hey Tobias,
    Thank you for the link to your site, but perhaps I’m reading your date format incorrectly. From what I’m seeing the portfolio post that you linked to is the newest post, so if using the order: newest to oldest there would be no post to the right:
    2022-07-30_007.jpg
    the newest would be to the right and if you are at the newest there would be nothing to the right.
    As a user, to me, the left would mean to “go back” or older posts.

    Best regards,
    Mike

    in reply to: Flaticon update doesn´t work #1359984

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: image over image effect options #1359983

    Hi,
    Thanks for the link to your images, I misunderstood your approach. For this, I would recommend using two image elements to Swap Images on Hover With Closest Hidden Image
    Let’s start with an image element and add the custom class beforeHover:
    2022-07-30_004.jpg
    then we will add another image element next to it with the custom class afterHover and assign the Element Visibility to hidden for all devices:
    2022-07-30_005.jpg
    so the example page will look like this:
    2022-07-30_006.jpg
    then add this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_swap_image_on_hover_with_closest_hidden_image_script() { ?>
        <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $('.avia-image-container.beforeHover').hover(function(e){
          $(this).find('img').attr('data-url', $(this).find('img').attr('src'));
          $(this).find('img').attr('src', $(this).next('.afterHover').find('img').attr('src'));
    	  $(this).find('img').attr('srcset', $(this).next('.afterHover').find('img').attr('src'));
      },
      function(e){
          $(this).find('img').attr('src', $(this).find('img').attr('data-url'));
    	  $(this).find('img').attr('srcset', $(this).find('img').attr('data-url'));
      }); 
    })(jQuery);
    });
        </script>
        <?php
      }
      add_action('wp_footer', 'custom_swap_image_on_hover_with_closest_hidden_image_script');

    please give this a try and if you need further help please link to a test page that we can examine.

    Best regards,
    Mike

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hamburger menu not working on mobile #1359974

    Hi,
    Thanks for the feedback, I see that if I log out and check the burger menu it doesn’t work, but it does while I’m logged in, strange.
    Does your server also have caching or Cloudflare? If so it might take a couple of hours for it to catch up. Typically when you are logged in caching is not served to you.
    Try logging in on your phone a see if the menu works for you.

    Best regards,
    Mike

    in reply to: Hamburger menu not working on mobile #1359971

    Hi,
    Thanks for the feedback, I disabled your Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression to flush it and re-enabled it and this seems to have helped. Please check.

    Best regards,
    Mike

    in reply to: WPML Language Switch Header to the left of burger menu #1359970

    Hi,
    Thanks for your question, to change the global WPML language switcher option from flags to text please see this documentation: Configuring Language Switchers, in Enfold you can set the Enfold WPML Language Flags option to Hide the default language flags.
    To place the language switcher before the mobile menu try this solution.

    Best regards,
    Mike

    Hi,
    Thanks for your question and the link to your site, for your logo this css should help:

    @media only screen and (min-width: 768px) {
    .av_header_transparency #header_main svg {
        height: 200px !important;
        max-height: 200px !important;
    }
    }

    but I notice that your main menu height is also not correct, perhaps you have tried to change the header height with some custom css instead of using the theme options at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Size?
    Perhaps it would be better to remove your custom css and try the theme option.
    As for your main menu links, it seems like your page is reloading instead of jumping down to the anchor, in your menu items did you place the whole url, try just using the anchor ID.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Hamburger menu not working on mobile #1359965

    Hey phausner,
    Thanks for your question, I see that you have this error:
    Uncaught SyntaxError: Unexpected string at siteground-optimizer-combined-js
    please try disable your siteground optimizer javascript combiner and clear your site and browser cache and check again, if this doesn’t help then try disabling your siteground optimizer plugin and check again.

    Best regards,
    Mike

    in reply to: Theme Enfold Child Update is not working #1359964

    Hey Steven Ridder,
    Thanks for your question, typically this occurs when the child theme has a custom header.php or footer.php that is out-of-date, try saving these files to your computer for fallback and delete the ones in the child theme directory.
    Another possibility is some other custom file in the child theme directory or a function in the child theme functions.php
    You could save your child theme to your computer for fallback and then replace it via FTP with a new one and then add the old child theme functions one at a time until you find the Fatal Error.
    If you have further questions please log in to the support forum and create a new thread and we will gladly try to help you. The contact form is not intended for support requests. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: text editor Powered by Tiny #1359963

    Hi,
    Thanks for your question, I believe that you are referring to an editor with Powered by Tiny in the bottom right corner like this:
    2022-07-10_013.jpg
    this is not our editor and is typically from the TinyMCE Advance plugin, but another plugin may be adding this.
    Try disabling all of your plugins and see if this editor returns, if not try enabling each of your plugins one at a time until the error returns.

    Best regards,
    Mike

    in reply to: Newsletter Tools #1359962

    Hey Michael,
    Thanks for your question, while the MailChimp Newsletter Option is integrated into Enfold, you could use other services by adding their specific code into a code block element.
    If you have any trouble using a specific newsletter service in Enfold, please let us know and we will try to help.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Alt Text for SVG Logo in Enfold #1359959

    Hey Daniel,
    Thanks for your question, for SVG images you will need to add the title element in the SVG, this is necessary for screen readers to read it, this article explains further.
    So you will need to edit your SVG logo.

    Best regards,
    Mike

    in reply to: When hover images they loose position #1359957

    Hey Daniel,
    Thanks for the link to your page, to keep the images inline on hover please add this css to your Quick CSS:

    .flickr .lightwindow {
    	display: inline !important;
    }

    After applying the css, please clear your browser cache and check.
    If you don’t want the overlay when you hover please also add this css:

    .flickr .lightwindow .image-overlay-inside {
    	display: none;
    }
    .avia_transform .flickr .lightwindow:hover .image-overlay {
        opacity: 0 !important;
    }

    Best regards,
    Mike

    Hey gb,
    Thank you for your question, there are some advantages to using the specific post formats, for example the audio format shows the audio player in the grid blog layout:
    2022-07-30_003.jpg
    the video post format hides the featured image on the post page so the video is showcased, and the same with the gallery post format.
    The link post format links to another page instead of the article.
    There are also different icons shown in some cases and perhaps some slight styling differences. Please check the Enfold Church Demo for more specifics.
    If you don’t think that you will be using any of these features right away then you could just use the standard post format for all posts to start and adjust them in the future.

    Best regards,
    Mike

Viewing 30 posts - 11,041 through 11,070 (of 34,910 total)