Forum Replies Created

Viewing 30 posts - 2,941 through 2,970 (of 34,576 total)
  • Author
    Posts
  • in reply to: Change google maps styling #1440221

    Hi,
    Thanks Guenni007, what I meant is that it only seems to take the api key, do you see that it can be used to customize the map style?

    Best regards,
    Mike

    in reply to: mobile different menu #1440220

    Hey Gianluca,
    You can create another menu and then use it on mobile devices with the theme setting Enfold Theme Options ▸ Main Menu ▸ General ▸ Alternate Menu For Mobile
    Enfold_Support_5490.jpeg

    Best regards,
    Mike

    in reply to: Change google maps styling #1440218

    Hey Patrick,
    Please post the code that you are trying to use, I don’t see this as an available filter in our documentation, in the theme files it seems to only get the map api and doesn’t seem to apply to map style.

    Best regards,
    Mike

    in reply to: Icon list styling #1440215

    Hi,
    To make each item closer together try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #after_section_1 .avia-icon-list li {
        padding: 0;
    }

    To make the sidebar widget scroll with the page try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script(){
      ?>
      <script>
    (function ($) {
      function a() {
        $(window).scroll(function (e) {
          var $sticky = $('#nav_menu-3');
          var position = ($sticky.css('position') == 'fixed');
          if ($(this).scrollTop() > 100 && !position) {
            $sticky.css({ 'position': 'fixed', 'top': '150px', 'width': $sticky.innerWidth() });
            $sticky.next().css('float', 'right');
            $sticky.addClass('fixed_element_style');
          }
          if ($(this).scrollTop() < 100 && position) {
            $sticky.css({ 'position': 'static', 'top': '0px', 'width': '' });
            $sticky.next().css('float', 'left');
            $sticky.removeClass('fixed_element_style');
          }
        });
      }
    
      a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1440214

    Hi,
    Thanks for the SFTP login, but I don’t find your WordPress install with it or your theme files, perhaps this is the wrong directory, please check.

    Best regards,
    Mike

    in reply to: Mega menu offset #1440192

    Hi,
    Unfortunately not since you are using custom css to change the layout.
    If you find a specific screen size that is not working well then create a copy of the css above and adjust to the new size with the issue, you might need to do this a couple of times if you want the menu to be exact in certain sizes. But when I check it seems to look fine.

    Best regards,
    Mike

    in reply to: Upgrade from 4.8 6.3 #1440190

    Hey Robert,
    Thanks for your question, your version will need to be manually updated, and if the parent theme was renamed then you will need to adjust the updated files the same, typically this is in the parent theme style.css file on the first line Theme Name: Enfold adjust this to when your theme is now named:
    Enfold_Support_5486.jpeg
    When you update please do not try to overwrite the files via FTP, this will leave old files behind and cause errors, you will need to first delete the old files and then upload the new ones. I recommend first making a full backup of your site and database.
    If your child theme has any customized files like the header.php or footer.php please remove these, as this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php
    Please note that with a renamed theme you will not be able to update automatically, perhaps after you backup the site you should try renaming the theme back to Enfold.
    First export your theme settings at: Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File to your computer, this is just for backup.
    Then renaming the theme back to Enfold at Theme Name: Enfold like in the screenshot above and rename your child theme style.css to Theme Name: Enfold Child and Template: enfold like this:
    Enfold_Support_5488.jpeg
    Then if your frontend styles seem wrong after you save and clear your browser cache you may need to import the theme settings that you saved earlier.
    If this all works fine and your site is now working correctly with a “Enfold” named theme you can manually update like this:
    First download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    This should get you on the right track, if you have trouble after you purchase the new theme then please register your Purchase Code here.
    Then log into the support forum and open a new thread and we will assist.
    Best regards,
    Mike

    in reply to: Hide Vimeo Play/Pause Button #1440185

    Hi,
    Thanks for the link to your site, I see your video is on vimeo, the button is on the vimeo video. See this direct link to the video:

    Try checking your vimeo options and see if you can remove the button from there, or try hosting the video on your site directly.

    Best regards,
    Mike

    in reply to: Aligning 5 star icons in the testimonial element #1440126

    Hi,
    Glad Yigit was 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

    Hey Eleina,
    Thank you for the link to your site, the column is equal height, but the image height is not like the others, since it is only a background image this css should solve:

    .home .flex_column.av_one_third.avia-builder-el-13 {
    	background-size: cover;
    }

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

    Best regards,
    Mike

    in reply to: Footer Widget Image, Defer Image? #1440123

    Hi,
    Perhaps it is an error in the test, if you check your page with the Dev Tools inspector with the image not scrolled into view you can find the image placeholder and the class avia-img-lazy-loading-9144 but the image is not loaded:
    Enfold_Support_5481.jpeg
    then scroll down to the image and just as it comes into view you will see the image added to the DOM:
    Enfold_Support_5483.jpeg
    Please note that if you use the Ctrl+F to search for the class the page will automatically scroll the element into view, so once you find the place in the DOM scroll the window up so the image is a good way out of view, then reload the page and watch the DOM as you scroll down. You will see the image added to the DOM like in my screenshot above.

    Best regards,
    Mike

    in reply to: Enfold / Woocommerce / Category view does not work #1440065

    Hi,
    Ok, the difference that I see is the top one has just the image and title:
    Enfold_Support_5477.jpeg
    and the second one has a image, title, & excerpt:
    Enfold_Support_5479.jpeg
    is this what you mean?
    I guess I was confused because you were referencing sub-categories, but I don’t see this in either screenshot.
    Why do some of your items have a green & black stripe in the image, and the others do not?

    Best regards,
    Mike

    in reply to: Instalacion de tema #1440064

    Hi,
    Please ensure that the “frontpage” is set as the Frontpage Settings and the blog page is not set, like this:
    Enfold_Support_5306.jpeg

    Best regards,
    Mike

    in reply to: Enfold / Woocommerce / Category view does not work #1440047

    Hi,
    I’m still not sure what the issue you are seeing, because I don’t see a difference2 between the two pages that you linked to, they both looked the same to me.
    Please explain further and perhaps some screenshots would help.

    Best regards,
    Mike

    in reply to: Instalacion de tema #1440046

    Hi,
    Sorry I thought that you already installed the theme, please see our documentation here.
    You will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    and then just follow the steps.

    Best regards,
    Mike

    in reply to: Iframe extends beyond edges #1440045

    Hi,
    Ok, please check your device screen resolutions are they smaller than 320px?
    When I check with my browser at the smallest device size of 325px the form is within the screen, see the screenshot in the Private Content area.
    My Samsung Galaxy A14 is 339px, unfortunately I’m not able to reproduce what you are seeing so I’m not sure what we might be able to do to change this.

    Best regards,
    Mike

    in reply to: Turn off Cookie Bar #1440043

    Hi,
    Odd, my screenshot above was in the Brave browser, nonetheless the cookie consent bar is disabled now so shall we close this thread then?

    Best regards,
    Mike

    in reply to: Split 1 column into 2 rows #1440022

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Enfold 4.3 How to enable Avia Layout Builder Debug Mode #1440020

    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: Turn off Cookie Bar #1440019

    Hi,
    It was working for me, I disabled it for you:
    Enfold_Support_5473.jpeg

    Best regards,
    Mike

    in reply to: Enfold / Woocommerce / Category view does not work #1440016

    Hi,
    Thanks for the login, when I check the two pages that you linked to I don’t see any difference
    Enfold_Support_5469.jpeg
    I also note that your screenshot above is from a plugin called Category Order and Taxonomy Terms Order, try disabling the plugin an see if this solves the issue. The plugin support lists many issues.
    A good place to start is to disable all of your plugins, on my test site with no plugins the product category seems to work correctly.

    Best regards,
    Mike

    Hi,
    Glad that this helped, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Mega Menu offset – partly showing on Shop Categories #1440010

    Hi,
    Try checking your iPad screen resolution at this link and tell us what the width is.
    It might be something like 1024px in which case if you want to make the burger menu show at that width try this css:

    @media only screen and (max-width: 1024px) {
      #top #header .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }

    Feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Portfolio Eintrag Vorschau Ajax Portfolio #1440009

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Twitter X icon not showing on social header #1439986

    Hi,
    The code that I added is in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field, and if you reinstall the theme you should remove it to see if the correct icon is showing.
    I didn’t see anything else wrong on your site, just this icon not working and I didn’t see any error messages.

    Best regards,
    Mike

    in reply to: Avia Layout Builder can’t be set #1439982

    Hi,
    I’m not sure what you mean by “update” but I see that you have not added a keyword
    Enfold_Support_5467.jpeg
    you might also want to use this setting:
    Enfold_Support_5465.jpeg
    Please explain what you want to do and perhaps screenshots would help.
    We are not Yoast experts but we will try to help.

    Best regards,
    Mike

    in reply to: Dünne Linie unter Farbsektion generell ausblenden #1439981

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

    .avia-fullwidth-portfolio .sort_width_container {
    	border: none;
    }

    Best regards,
    Mike

    in reply to: Portfolio Eintrag Vorschau Ajax Portfolio #1439980

    Hi,
    You link to 1 & 2 are the sme item, perhaps this is an error, but the please to add test here:
    Enfold_Support_5459.jpeg
    is here:
    Enfold_Support_5461.jpeg
    I don’t know what your question #4 is it looks correct to me.

    Best regards,
    Mike

    in reply to: Anpassung Schriftgröße Portfolio Titel #1439979

    Hey Petra,
    For the font size in that element try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #av-sc-portfolio-1 h3.grid-entry-title.entry-title a {
    	font-size: 14px;
    }

    For adjusting the position of the ajax portfolio element try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_portfolio_preview_container_script() { ?>
      <script>
    jQuery(document).ready(function($) {
        // Listen for clicks on elements with the specified class
        $('.page-id-3419 .grid-sort-container .grid-entry').click(function() {
            // Use setInterval to check every 100 milliseconds if the element has become visible
            var checkVisibility = setInterval(function() {
                // Check if the element is visible
                if ($('.page-id-3419 .portfolio_preview_container.open_container').is(':visible')) {
                    // Clear the interval once the element is visible
                    clearInterval(checkVisibility);
    
                    // Calculate the top position of the element and adjust it
                    var elementTop = $('.page-id-3419 #av_section_2').offset().top;
                    var newScrollTop = elementTop - 30; // Adjusting to scroll 20px above the element
    
                    // Scroll the page to the new position
                    $('html, body').animate({
                        scrollTop: newScrollTop
                    }, 1200); // 1200ms for a smooth animation
                }
            }, 100); // Check every 100 milliseconds
        });
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_portfolio_preview_container_script', 99 );

    note that the script specifically checks the page ID because the scroll position is calculated by the bottom of the element above the portfolio grid, so keep this in mind if you want to duplicate this for another page.

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1439977

    Hi,
    Thanks for the SFTP login but it doesn’t include a user name so we can login.

    Best regards,
    Mike

Viewing 30 posts - 2,941 through 2,970 (of 34,576 total)