Forum Replies Created

Viewing 30 posts - 181 through 210 (of 33,321 total)
  • Author
    Posts
  • in reply to: Enfold Update – broken page links #1469891

    Hi,
    please include an admin login in the Private Content area so we can examine

    Best regards,
    Mike

    in reply to: Problems borlabs with google maps #1469887

    Hi,
    Glad to hear that you have this sorted out, and thank you Guenni007 for offering 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: Problems borlabs with google maps #1469884

    Hey rixi,
    When I check the cookie popup works and after clicking it the maps load correctly, I don’t have any experience with borlabs as we can’t offer support for third party plugins, but I would suggest checking your browser for AD blocking, either built-in or a add-on. If you use Safari it now auto blocks FB and many others, disable it in the preferences and check again.
    Otherwise if you are using both borlabs and the theme cookie options try testing with only one enabled or the other, perhaps they conflict with each other.

    Best regards,
    Mike

    in reply to: Enfold Editor Not Loading #1469857

    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

    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: Spacebar doesn’t work only in some elements #1469854

    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: License expired so no support available… #1469787

    Hi,
    Thanks for your patience, I couldn’t find a cause so I posted it to the Dev Team to review, we will write back when we hear back from the Dev Team, thanks for your patience.

    Best regards,
    Mike

    in reply to: Mega menu (2) #1469707

    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: Row Buttons – full column width #1469636

    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: all portfolio items not showing FIXED #1469635

    Hey Munford,
    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: Mega menu (2) #1469633

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

    #top .header_color .avia_mega_div,
    #top .header_color .main_menu ul ul,
    #top .header_color .main_menu .menu ul li a {
    	background-color: transparent;
    }

    Best regards,
    Mike

    in reply to: Video not playing #1469631

    Hi,
    Ok, with the changes above the fallback image shows for me on Android, I don’t have an iPhone.
    Try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History for iPhone

    Best regards,
    Mike

    in reply to: SVG transparent #1469573

    Hi,
    Glad to hear that you have this sorted out, with Guenni007’s 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: to much space at the top of color sektion #1469572

    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: Mega menu (2) #1469571

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

    #top #header .mega_menu_title,
    #top #header .mega_menu_title a {
        font-size: 12px;
    }

    Best regards,
    Mike

    Hi,
    Please add this css, and also keep the css Ismael posted:

    #top a:hover:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
        color: #d97d1a!important;
    }

    Best regards,
    Mike

    in reply to: Get Incompatible archive when trying to installl #1469514

    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: Video not playing #1469512

    Hi,
    video is not supposed to display on mobile devices, I enabled Hide Video On Mobile Devices:
    Screen Shot 2024 10 20 at 8.45.44 AM
    and now the fallback image shows on my Samsung Android.
    This video limitation is from the browser and not the theme.

    Best regards,
    Mike

    in reply to: Personalize some fonts on mobile view #1469511

    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,
    To make the slider title h3 try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_slider_h3_script() { ?>
      <script>
    (function($) {
      $(function() {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('.avia-caption-title.is-h1 h1', '<h3></h3>');
      });
    }(jQuery)); 
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_slider_h3_script', 99 );

    Best regards,
    Mike

    Hi,
    Please use this instead for the result in my screenshot:

    #top a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Best regards,
    Mike

    in reply to: Enfold tab has issue on mobile #1469507

    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: Advanced Editr as default except for product pages #1469506

    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: Personalize some fonts on mobile view #1469505

    Hi,

    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    @media only screen and (max-width: 479px) { 
    #top #wrap_all #main h4.av-special-heading-tag,#top #wrap_all #main h6.av-special-heading-tag {
        font-size: 8px;
    }
    }

    adjust the font size to suit

    Best regards,
    Mike

    in reply to: Advanced Editr as default except for product pages #1469503

    Hey waveseven,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor instead:

    function trigger_alb_on_load() {
    ?>
    <script>
    (function($){
        $(window).load(function() {
            if (!$('body').hasClass('woocommerce-admin-page')) {
                $("#avia-builder-button").trigger('click');
            }
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');
    add_action('admin_head-post.php', 'trigger_alb_on_load');

    Best regards,
    Mike

    in reply to: can't log in or register #1469500

    Hi,
    Please login to the support forum and create a new ticket, this thread is not in the correct area for support requests.

    Best regards,
    Mike

    in reply to: Get Incompatible archive when trying to installl #1469487

    Hi,
    You have linked to an extracted theme zip, if you downloaded the installable WP version from Theme Forest it would be a single zip file, perhaps you clicked it and your Mac extracted it, I’m not sure.
    To try to help I tried to upload my working zip file and got incompatible archive error, so this makes me believe that your server doesn’t have the PHP ZipArchive Extension enabled, you must enable this on your server.
    I see that you just updated your PHP to 8.1 from probably 7.4, often web hosts have not enabled this extension by default for the PHP 8+ where it was always enabled on 7.4
    If you are using a cPanel webhost this is what you would look for:
    Enable PHP ZipArchive Extension - PHP Extensions - zip
    otherwise you will need to ask your webhost to check and enable.
    The easiest way to fix this right now is to upload your extracted theme files that you linked to via FTP or the cPanel file manager using the documentation that Rikard linked to, scroll down to: Re-install or Update using FTP for more info.

    Best regards,
    Mike

    in reply to: 404 page not found when I try to edit pages #1469473

    Hi,
    When I check I see this error:

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

    I recommend checking with your webhost, you might have exceeded your allowed server usage. A 503 error is a server error, your webhost will need to check your server, it’s not something that can be changed in the theme.

    Best regards,
    Mike

    Hi,
    When I check your homepage I don’t see an underline on your buttons or links, I assume that you removed your above css, if not please due and use this css instead:

    #top a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    this is the result:
    Screen Shot 2024 10 19 at 4.11.30 PM

    Best regards,
    Mike

    in reply to: Enfold Sidebar (Mobile Version) #1469470

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

    @media only screen and (max-width: 767px) {
    .html_av-overlay-side-classic #top .av-burger-overlay .avia-menu-text {
        font-size: 17px;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 181 through 210 (of 33,321 total)