Forum Replies Created

Viewing 30 posts - 8,701 through 8,730 (of 34,913 total)
  • Author
    Posts
  • Hey A-Wise,
    It seems your site is down, if you can login to the backend please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Audio player (Sermons) page contains pastor Coleman #1399345

    Hey muffinwiz,
    On our demo page it is in a special heading at the top of the page:
    Enfold_Support_488.jpeg
    But I don’t see it on either of the pages you linked to, do you have any of the demo pages still on your site?
    If so try deleting them and rebuild your Relevanssi search database and then check again.
    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: Change color of portfolio sorting hover state #1399342

    Hey tonyiatridis,
    To change the portfolio sorting on hover please try this css:

    #main .main_color #js_sort_items a:hover {
    	color: #800000;
    }

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

    Best regards,
    Mike

    in reply to: Enfold php 8 upgrade breaks WordPress #1399341

    Hey Jim Zeigler,
    Thanks for your question, if you are using a very old version of Enfold then this could be the cause. We do not have records of purchase codes, Envato (Theme Forest) is the exclusive licensor for Enfold. We can not license directly. You will need to login to your Envato account to download the latest version. If you forgot your Envato login then please recover it from Envato, if you never had an account and someone else bought the theme for you then please contact them because Envato doesn’t transfer licenses from one user to another.
    If you can’t contact them, then please create your own account when you purchase a new license.

    To update your version of Enfold 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
    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

    Best regards,
    Mike

    in reply to: Bottom margin of masonry elements with large gap #1399340

    Hi,
    Strange, that the WPML message bar would have an effect on the height of the masonry gallery items and that setting the height of the footer-page did seem to help while the WPML message bar was there. This leads me to think that there is a height issue somewhere but I don’t know where.
    I asked the rest of the team for ideas, and will reply when I hear back. Thank you for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Massive space below masonry galleries #1399337

    Hi,
    This is the setting that Nikko was referring to:
    Enfold_Support_486.jpeg
    I tested this on two different pages linked below, and it seems to help, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Bottom margin of masonry elements with large gap #1399335

    Hi,
    Thanks for the feedback, it doesn’t seem that the customization is_search() || because the error also occurred with the parent theme active.
    I see the height for the #footer-page is zero, but the contents of the #footer-page > #av_section_5 is 58px
    I added this css to your WordPress ▸ Customize ▸ Additional CSS

    #footer-page {
    	height:58px;
    }

    and it seems to have solved, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Widgets – reduce distance between title and content #1399334

    Hi,
    Try this css instead:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active {
        border-top-style: none;
        padding-top: 25px;
        overflow: visible;
    }
    .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active::before {
      content: '';
      position: absolute;
      top: 0;
      border: 1px solid #ebebeb;
      width: 110vw;
      height: 0px;
      left: 50%;
      transform: translateX(-50%);
    }
    .responsive #top #main .container .template-page.av-content-small {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    }

    Best regards,
    Mike

    in reply to: Header – kleinen Infotext variieren #1399332

    Hi,
    Good point Guenni007, about using the visitor IP geolocation most likely not being GDPR compliant.

    Best regards,
    Mike

    in reply to: Button same width #1399331

    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

    Hi,
    Thanks for the login to your site, I found this script in your child theme functions.php that was changing the post slider read more text:

    function custom_more_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".more-link").text("Mehr erfahren!");
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_more_script');

    This was also changing the English version of the text, I adjusted to this to account for each language:

    
    function custom_more_script(){
      ?>
      <script>
    (function($){
      $('html[lang="de-DE"] .more-link').text('Mehr erfahren!');
      $('html[lang="en-US"] .more-link').text('Learn more!');
      }(jQuery));
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_more_script');

    Please clear your browser cache and check.

    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: Widgets – reduce distance between title and content #1399325

    Hi,
    Try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active {
        border-top-style: solid;
        padding-top: 25px;
    }
    .responsive #top #main .container .template-page.av-content-small {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    }

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

    Best regards,
    Mike

    in reply to: Enfold Masonry Gallery with 1 column #1399323

    Hi,
    Good tip Guenni007, it looks like v5.4, but a child theme is active so perhaps he is using customized files? It’s hard to say.

    Best regards,
    Mike

    Hi,
    Thank you, when I was logged out of your site I was seeing a call for the font ubuntu-condensed-custom but I didn’t see this font installed at Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager nor anywhere else.
    I cleared your WP Fastest Cache and now the correct font ubuntu-condensed is called when I’m logged in or out.
    Please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Button same width #1399318

    Hey schweg33,
    Please try this css:

    #top.page-id-3327 .avia-button-wrap a {
    	min-width: 300px;
    }

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

    Best regards,
    Mike

    in reply to: Widgets – reduce distance between title and content #1399317

    Hey Christopher,
    Thanks for the link to your page, as I can’t log in I can’t tell how the element will look when the link is added for the admin, but this css should correct the extra space for everyone else:

    .simcal-events .simcal-event-details p {
        margin: 0;
    }

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

    Best regards,
    Mike

    in reply to: Align widget in footer at the bottom #1399316

    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: logo mobile smaller #1399315

    Hi,
    I assume you want the mobile header height 45px, try this css:

    @media only screen and (max-width: 767px) { 
    	.responsive.avia_mobile #top #wrap_all #header *:not(nav *) {
    		height: 45px !important;
    	} 
    	.responsive.avia_mobile #top #wrap_all #header .avia-menu {
    		top: -16px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: no spaces in the headings #1399314

    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: Bottom margin of masonry elements with large gap #1399313

    Hi,
    Thanks for your patience, in my tests I disabled the above css and found that the extra space is not margin or padding:
    Enfold_Support_480.jpeg
    it seems to be the position of the element below, for example on first page load in incognito mode you see the top: 745.766px;
    Enfold_Support_482.jpeg
    but on reload it’s top: 738.5px;
    Enfold_Support_484.jpeg
    I tried disabling all of your plugins and child theme, but the only thing that seems to change this is when I disabled your footer page and used the default footer.
    I’m not sure why this would correct the issue but I ask that you also test this and see if you get the same result.
    Thinking that this might be a new issue I tried to recreate this on my test site with a footer page vs a default footer but I was not able to.

    Best regards,
    Mike

    in reply to: logo mobile smaller #1399308

    Hey schweg33,
    In your css I see that you are using background-size: contain; this is making your 45px gif fill the 80px area.
    Try to remove background-size: contain; from your css, or change it to background-size: auto;
    After adjusting the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Width Grid Row #1399307

    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: Social network sharing #1399306

    Hi,
    Thank you for your suggestion Guenni007, Glad we were able to help Nathan11, 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: no spaces in the headings #1399305

    Hey Axel,
    Please try disabling all of your plugins and caching and then clear your browser cache. Then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this to identify this cause.
    If this doesn’t help please log in to the support forum and open a new thread with the url to the page in question and an admin login so we can be of more assistance.
    Using the contact form is not appropriate for support questions, thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: linking Instagram to my footer #1399293

    Hi,
    Thanks, the login is not working for me please check the details below.

    Best regards,
    Mike

    in reply to: Width Grid Row #1399288

    Hi,
    If you are going to use the grid row multiple times on the same page try this css instead

    #main .av-layout-grid-container {
    	max-width: 1130px;
        margin: auto;
    }

    To remove the top and bottom padding to have the grid rows closer together try this css:

    #main .av-layout-grid-container .flex_cell {
    	padding: 0 30px;
    }

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

    Best regards,
    Mike

    Hi,
    Thanks for the login, when I add the datepicker to your contact form it works correctly
    Enfold_Support_471.jpeg
    I also checked one of your products using the booking plugin and it is also working correctly, but note that it doesn’t have a popup datepicker you just choose the dates and they become a darker blue color:
    Enfold_Support_473.jpeg
    here it shows in the cart:
    Enfold_Support_475.jpeg

    Best regards,
    Mike

    in reply to: padding for text block in grid row #1399284

    Hi,
    Thanks for the feedback, you would put this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field, not in the custom class field.
    But the above css is using the default element classes, I recommend adding a custom class to the text element custom class field, such as more-padding and then use this css:

    .flex_cell .more-padding {
    	padding: 50px;
        padding-top: 20px;
    }

    then you can use it in multiple text elements on multiple pages.

    Best regards,
    Mike

    in reply to: Width Grid Row #1399283

    Hi,
    Thanks for the feedback, the grid row element is a full-width element but you could use the css to add a max width:

    #av-layout-grid-1 {
    	max-width: 1130px;
        margin: auto;
    }

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

    Best regards,
    Mike

Viewing 30 posts - 8,701 through 8,730 (of 34,913 total)