Forum Replies Created

Viewing 30 posts - 11,641 through 11,670 (of 34,910 total)
  • Author
    Posts
  • Hi,
    Glad to hear that Guenni007 & Ismael were able to assist with a solution, we will leave this open should they have anything else for each other.
    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: Play a video on the Blog #1354243

    Hi,
    Thank you for the login, the issue was that you had your the Advanced Layout Builder for your blog posts, please use the default WordPress editor for blog posts and the Advanced Layout Builder for pages. I adjusted one of your posts to demonstrate, please see the category page linked below.

    Best regards,
    Mike

    in reply to: Text loading bold and immediately going non-bold #1354242

    Hi,
    Thank for the screenshots, in the opening post I thought that you want the text to be bold and it was not staying bold, but in your last post I’m starting to think that you don’t want it bold, is this correct?
    Please include an admin login in the Private Content area so I can examine.

    Best regards,
    Mike

    in reply to: Alter Sub Categories Menu #1354240

    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: child theme distortions on website #1354239

    Hi,
    Thank you for your patience, the grey fade over your posts was caused by this css in your Quick CSS:

    .avia_transform #top a:hover .image-overlay {
      opacity: 0.25 !important;
    }

    I corrected for you.
    The reason your homepage top two right side posts were not at the top of the page was this css in your SiteOrigin CSS:

    @media only screen and (min-width: 1210px) {
      .home_post_layout2 article:nth-child(2n) {
        padding-top: 100px;
      }
    
      .slide-entry-wrap:not(:nth-child(1)) {
        margin-top: -100px;
      }
    }

    I corrected for you.
    2022-06-05_012.jpg
    I then removed the special heading underline with this css:

    #top #main .custom-color-heading a {
        text-decoration: none;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: sticky burger menu mobile/Ipad version #1354237

    Hi,
    Thanks for your patience, I adjusted your css a little to correct the burger icon and the search icon and added this to make your mobile header sticky:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed;
      }
    }

    2022-06-05_114502.jpg
    Note that once you scroll some the header is not transparent, thus the white header background, this is the correct behavior and the desktop version also does this.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey fkm,
    Thank you for your patience, please try disabling your customizations css & js and any plugins and check if this is still occurring, recently you had asked about modifying the toggles.js on this site and in another thread you asked about changing the accordion sorting options so perhaps these or other modifications are causing this.
    If you are not sure how to disable your customizations, try activating your parent theme and checking again, otherwise please include an admin login in the Private Content area so we can examine further.

    Best regards,
    Mike

    in reply to: Text loading bold and immediately going non-bold #1354231

    Hey Paul,
    Looking at your H1 tag “WELCOME TO…” it looks like the font weight 600 has tried to be applied with this css:
    h1,h2,h3,h4,h5,h6 {font-weight: 600}
    is this what you tried to add? This rule doesn’t have enough specificity to override the theme rule:

    #top #wrap_all .all_colors h1,
    #top #wrap_all .all_colors h2,
    #top #wrap_all .all_colors h3,
    #top #wrap_all .all_colors h4,
    #top #wrap_all .all_colors h5,
    #top #wrap_all .all_colors h6 {
        font-weight: 400;
    }

    Try using Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6)
    2022-06-05_008.jpg
    and then clear your browser cache and any cache plugin, and check.
    It looks like your page text “p tag” is also trying to be bold but I’m not sure how you are trying to do this, but you can also use the Enfold Theme Options ▸ Advanced Styling for this.
    2022-06-05_009.jpg
    If you continue to experience issues with this please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Masonry Change pictures #1354230

    Hey kpinsdorf,
    Thanks for your question but I’m not sure if you mean the Masonry Element where you choose the posts or categories
    2022-06-05_006.jpg
    and the image shown is the items featured image.
    Or if you mean the Masonry Gallery where you choose the images:
    2022-06-05_007.jpg
    Please explain further and if you can link to an example page and include screenshots it may help us understand.

    Best regards,
    Mike

    in reply to: Play a video on the Blog #1354228

    Hi,
    Thanks for the screenshot, your Capture-3.jpg shows a category archive page, on my demo site this works as you are requesting:
    2022-06-05_005.jpg
    Please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: blog page not working regularly #1354227

    Hi,
    Perhaps try this solution.

    Best regards,
    Mike

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
    I would like to point out that if you are testing by “Zooming” then this will give you incorrect results, you should instead use the Dev Tools (typically F12, or menu ▸ more tools ▸ developer tools) all browsers have to same Dev Tools and behave basically the same, please read this article for Chrome: Simulate mobile devices with Device Mode, in Safari it’s called Responsive Design Mode

    Now the reason your transparent buttons in your custom footer are stacking on smaller screens is because you have them in a 1/3 column:
    2022-06-05_001.jpg
    You should remove this from the column so it will be full width:
    2022-06-05_003.jpg
    and set the alignment to left:
    2022-06-05_002.jpg
    then even on smaller screens they will be in a row:
    2022-06-05_004.jpg

    Best regards,
    Mike

    in reply to: Alter Sub Categories Menu #1354223

    Hi,
    Glad to hear that you have this sorted out, the child theme doesn’t update, only the parent theme.
    A notice will display in Enfold > Theme Update when an update is available.
    You can also use the Envato Market Plugin to receive alerts about updates, but it is not nessery.
    The child theme should be your activate theme, you should add your customizations to the child theme, the child theme uses the parent theme for the core files and functions in the background and applies it’s customizations over the parent theme. When the parent theme is updated, the updated core files and functions are available for the child theme to use with preference to the customizations.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Thank you for the link to your footer but I don’t think I understand correctly because the transparent buttons are side by side when I check, please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Slide show image cut at the edge #1354203

    Hi,
    Unfortunately, not with your current image size you would need to change it to 2560 × 1440 (16:9 aspect ratio), you are currently using 2400 × 1600 (3:2 aspect ratio)

    Best regards,
    Mike

    in reply to: Slide show image cut at the edge #1354196

    Hey HulaSlim,
    Thank you for the link to your site, your slider image is using “center center”
    2022-06-04_013.jpg
    try using “top center”
    2022-06-04_014.jpg
    please check
    2022-06-04_015.jpg

    Best regards,
    Mike

    in reply to: Header Logo issues – won't resize, fuzzy #1354194

    Hey michaelmiller68,
    Thank you for the link to your site, your desktop menu seems to start covering your logo at 1160px, so if you are not able to remove some items to make it shorter you can have the mobile burger menu show instead. Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

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

    After applying the css, please clear your browser cache and check.
    Below I have linked your current logo (300×34) and your full size logo, try using your full size logo in the Enfold Theme Options ▸ Logo, paste the link directly and save the theme options, don’t use the logo “upload” button.
    If you like the display of the larger logo then you might want to change the max-width of the above css to 1440px.

    Best regards,
    Mike

    in reply to: Heading setup #1354192

    Hey edwindepianist,
    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: Customize Hospot-Tooltip #1354191

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia-tooltip .inner_tooltip {
      font-size: 1.5em;
      line-height: 1.65em;
      color: #fff;
    }
    #top .av-tt-large-width {
        width: 350px;
    }
    .main_color .avia-tt, .main_color .avia-tt .avia-arrow, .main_color .avia-tt .avia-arrow {
        background-color: #add4ef;
    }

    2022-06-04_012.jpg
    Feel free to adjust to suit.
    After applying the css, please clear your browser cache and check.
    If this still doesn’t work for you then we will need to see your example so we can examine, so please create a test site online.

    Best regards,
    Mike

    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: CTA Color on Mobile #1354183

    Hi,
    Unfortunately I can not reproduce this, if you are seeing this on an iPhone try adding the css:

    .avia-button.avia-size-large {
        -webkit-appearance: none;
    	}

    or this:

    .avia-button.avia-size-large:focus {
        -webkit-appearance: none;
    	}

    Best regards,
    Mike

    in reply to: Reduce frequency of Privacy Message / Cookie Consent #1354180

    Hi,
    Unfortunately not, if the user doesn’t accept the use of cookies then they are not recognized when the site is reloaded, it is as if it is their first visit, otherwise the site has tracked them without their consent.

    Best regards,
    Mike

    in reply to: Change the URL portolio-item #1354178

    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: Skype Social Profile Link Format #1354177

    Hey davidfourieza,
    Thank you for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function ss_allow_skype_protocol( $protocols ){
        $protocols[] = 'skype';
        return $protocols;
    }
    add_filter( 'kses_allowed_protocols' , 'ss_allow_skype_protocol' );
    

    then skype:username?call should work
    2022-06-04_011.jpg

    Best regards,
    Mike

    in reply to: Change the URL portolio-item #1354174

    Hey Loveronika,
    Thanks for your question, you would need to use a plugin like Permalink Manager Lite, and remove “portfolio-item/” rome the Portfolio Items post type:
    2022-06-04_009.jpg
    and then remove it from the portfolio items that you have already created:
    2022-06-04_010.jpg

    Best regards,
    Mike

    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: Mailchimp widget fields the wrong way round #1354167

    Hey engage24,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

      #footer .avia-mailchimp-form fieldset {
      display: flex; 
      flex-wrap: wrap; 
      }
      #footer .avia-mailchimp-form #element_avia_1_1 {
          order: 1; 
      }
      #footer .avia-mailchimp-form #element_avia_2_1 {
          order: 2; 
      }
      #footer .avia-mailchimp-form #element_avia_0_1 {
          order: 3; 
      }
      #footer .avia-mailchimp-form .form_element:not([id*='element_avia_'])  {
          order: 4; 
      }

    After applying the css, please clear your browser cache and check.
    The expected results:
    2022-06-04_008.jpg

    Best regards,
    Mike

    in reply to: Play a video on the Blog #1354166

    Hey colorlike,
    Thank you for your patience, in a post you would choose the format “video” and then enter the video link as the top line the content:
    2022-06-04_007.jpg

    Best regards,
    Mike

    Hi,
    It seems to be working when I check:
    2022-06-04_121956.jpg

    Best regards,
    Mike

    Hey laboiteapixels12,
    Thank you for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function check_for_free_shipping() { ?>
        <script>
    (function($){
    	function check_shipping() {
    	setTimeout(function () {
      $('#shipping_method').each(function() {
      $(this).find('li input.shipping_method').each(function(){
      	var shipping = $(this).attr('id');
        $(this).closest('li').addClass(shipping);
      });
      });
       $('#shipping_method .shipping_method_0_free_shipping1 + .shipping_method_0_flat_rate2').css({ 'display': 'none'});
    	}, 1000);
    	}
    	check_shipping();
      $('#top.woocommerce-cart button[name="update_cart"]').click(function(){
      	setTimeout(function () {
       location.reload(true);
      	}, 1000);
      });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'check_for_free_shipping');

    This gets each input ID and adds it as parent class (li) and hides the sibling li with css if the free shipping option is available and checks for update cart button click should user change quantity.
    Please note that I had to add a 1s delay because woocommerce is slow to add the free shipping element, there is nothing I can do about that.

    Best regards,
    Mike

Viewing 30 posts - 11,641 through 11,670 (of 34,910 total)