Forum Replies Created

Viewing 30 posts - 211 through 240 (of 33,321 total)
  • Author
    Posts
  • in reply to: Get Incompatible archive when trying to installl #1469469

    Hi,
    Please link to your file so we can check what you downloaded from Theme Forest.

    Best regards,
    Mike

    in reply to: Center smaller #main by css #1469468

    Hi,
    I checked the six pages from your backend but still don’t see it, if the above works try adding a media query so it will only work on tablets and desktop, like this:

    @media only screen and (min-width: 768px) { 
    #main .avia-section {width:1080px; display: block; float: none;
    margin: 0 auto;  }
    }

    or adjust the min-width larger to suit.

    Best regards,
    Mike

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

    Hi,
    Did you remove the css above:

    .av-special-heading-tag h4,h6 {
        font-size: 55px!important;
    }

    I don’t see a link to your site, please provide and tell us which title you are looking at that is an H4.

    Best regards,
    Mike

    in reply to: Mega menu (2) #1469465

    Hi,
    I tried to recreate the mega menu like your example on my demo site following the steps above and this was my result:
    Screen Shot 2024 10 19 at 12.21.11 PM
    This is the menu structure in the backend:
    mega menu
    Try to change your menu like this.

    Best regards,
    Mike

    in reply to: License expired so no support available… #1469458

    Hi,
    Try setting up two sites with the different versions and use the 2017 Demo on both, and then explain what the exact issue is and the steps that we can reproduce.
    In order to report a bug we need to be able to reproduce so we can forward to the Dev Team.

    Best regards,
    Mike

    in reply to: License expired so no support available… #1469455

    Hi,
    Try disabling all of your plugins and any custom functions and clear your site and browser cache, if you still think that you have a bug that we can reproduce on our test sites then post it here and we will see if we can reproduce.

    Best regards,
    Mike

    Hi,
    To adjust this for other screen sizes you can copy the css and wrap in a media query, for example for mobile device add this

    @media only screen and (max-width: 767px) { 
    .custom-header-background-bottom {
        background-image: url(/wp-content/uploads/2024/09/top_no_fade.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto;
        height: 50px;
        width: 118%;
        position: absolute;
        top: 25px;
        left: -9%;
        transform: rotate(180deg);
    }
    }

    also leave your other css for desktop, if you find another size that needs adjusting then follow the same steps.

    Best regards,
    Mike

    Hi,
    If you want the arrows to the side of the image, the image can not be the same size of the content:

    @media only screen and (max-width: 767px) {
        .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
            padding: 0;
        }
        .avia-testimonial-meta-mini {
        width: 100%;
        }
        #top .avia-slideshow-arrows a {
        	margin: 0;
        }
        .avia-slideshow-arrows a.prev-slide {
        	left: -7%;
        }
        .avia-slideshow-arrows a.next-slide {
        	right: -7% !important;
        }
    }

    this is the result:
    Screen Shot 2024 10 19 at 11.00.31 AM

    Best regards,
    Mike

    in reply to: Change caption of image to H3 #1469452

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

    function custom_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('.av-image-caption-overlay-center p', '<h3></h3>');
      });
    }(jQuery)); 
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_h3_script', 99 );

    Best regards,
    Mike

    in reply to: License expired so no support available… #1469450

    Hi,
    I meant write for support you will need to renew your support license, using the contact form is not appropriate for support questions.

    Best regards,
    Mike

    in reply to: License expired so no support available… #1469449

    Hi,
    correct

    Best regards,
    Mike

    in reply to: How to edit category and tag archive page? #1469448

    Hi,
    I removed the previse solution and edited your archive.php & tag.php and replaced this on line 63:

    'custom_query'=> array('post__in'	=> $post_ids,'post_type'	=> get_post_types())

    with this:

    'custom_query' => array( 'post__in'=>$post_ids),'contents' => 'excerpt_read_more',);

    for this result:
    Screen Shot 2024 10 19 at 9.55.24 AM
    if you don’t like the button, change your blog style at Enfold Theme Options ▸ Blog Layout ▸ Blog Styling
    Screen Shot 2024 10 19 at 9.58.31 AM
    For your tag.php I replaced line 117:

    'custom_query'	=> array('post__in'	=> $post_ids,'post_type'	=> $key));

    with:

    'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=> $key ),'contents' => 'excerpt_read_more',);

    Screen Shot 2024 10 19 at 10.10.38 AM
    Please note that since you are not using a Child Theme these customizations will be lost when you update next. So it is best if you copy these files to your child theme after you install it.

    Best regards,
    Mike

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

    Hi,
    Please see Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings and set the font size for “small” & “very small”
    Screen Shot 2024 10 19 at 9.05.06 AM

    Best regards,
    Mike

    in reply to: Enfold Editor Not Loading #1469442

    Hi,
    SarahSchwarick please open a new thread so we can investigate your issue, and include a admin login in the private content area. Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.

    Best regards,
    Mike

    in reply to: Center smaller #main by css #1469433

    Hey Sebastian,
    Please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: License expired so no support available… #1469432

    Hey Enrico Baravoglia,
    Thanks for your question, your product license to download an update from Theme Forest is lifetime, but a paid support license for the forum is only for six months or a year, based on what you chose at checkout.
    Your support license ended 2022-09-04, to renew please login to your Theme Forest account and follow these steps
    After you renew please login to the support forum and open a new thread with your question.

    Best regards,
    Mike

    in reply to: About Enfold sidebar #1469407

    Hi,
    To add related products to the product page you need to add tags to your products. I didn’t find any of your product pages showing:
    Enfold Support 6516

    Best regards,
    Mike

    in reply to: Mega menu (2) #1469404

    Hi,
    It looks like you still have two rows, please move the second row up so you only have one row:
    Enfold Support 6514

    Best regards,
    Mike

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

    Hi,
    For the right border it looks like you have this custom css:

    .avia-table-1 td:last-child {
        border-right: none;
    }

    please remove

    Best regards,
    Mike

    Hi,
    To adjust the main content container so it is the full width of the content container try changing the width from 100% to 110%, I don’t see a red line:
    Enfold Support 6511

    Best regards,
    Mike

    in reply to: Blog Layout #1469397

    Hi,
    When I check I don’t see a date, try clearing your browser cache:
    Enfold Support 6509

    Best regards,
    Mike

    Hi,
    Thanks for your patience, for the bottom of the content on your other pages try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script_bottom() { ?>
      <script>
    document.addEventListener("DOMContentLoaded", function() {
        var contentDiv = document.querySelector('.template-page.content');
        
        if (contentDiv) {
            var newDivContent = document.createElement('div');
            newDivContent.className = 'custom-header-background-content';
            contentDiv.appendChild(newDivContent);
        }
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script_bottom', 99 );

    and this css:

    .custom-header-background-content {
        background-image: url(/wp-content/uploads/2024/09/top_no_fade.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto;
        height: 50px;
        width: 109%;
        position: absolute;
        bottom: -50px;
        left: -5%;
        transform: rotate(180deg);
    }

    Best regards,
    Mike

    in reply to: Menu Rollover color change #1469261

    Hi,
    You have this PHP code in your Quick CSS breaking the css below it:
    Enfold Support 6505
    I moved the css to the top and now it works:
    Enfold Support 6507
    but you should still remove the PHP code and add it to your WPcode plugin as a PHP snippet, unless you already did.

    Best regards,
    Mike

    Hi,
    Thanks, I tested in Safari with Responsive Design Mode to emulate a iPhone and in Chrome as a mobile device on a Mac but didn’t see this issue, I don’t have an iPhone so I have asked the rest of the team you check with an iPhone, Thanks for your patience.

    Best regards,
    Mike

    in reply to: Mega menu (2) #1469252

    Hi,
    Thanks for your patience, currently your menu has three rows which are separate div’s and there is not a way to span them so the image can be centered into all three:
    Enfold Support 6503
    Try adjusting it so you have one row with the three headings and the image and add the links under them like in your example site:
    Screen Shot 2024 10 14 at 7.43.25 AM
    this should make the image larger and centered.

    Best regards,
    Mike

    in reply to: Menu Links in overlay/slide out #1469084

    Hi,
    Thanks for the login, when I remove all of your Quick CSS:
    Screen Shot 2024 10 14 at 8.46.52 AM
    your burger menu shows correctly:
    Screen Shot 2024 10 14 at 8.48.36 AM
    so it seems that you have a custom css conflict, to find the conflict, please try this and then add one css rule back at a time, clear your browser cache and check until you finding the conflict.
    You may need to also disable your CDN & caching plugin while you test.

    Best regards,
    Mike

    in reply to: have categories in bokes #1469082

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

    #top #wrap_all .avia-fullwidth-portfolio #js_sort_items .text-sep {
      color: transparent !important;
    }

    Screen Shot 2024 10 14 at 8.26.38 AM

    Best regards,
    Mike

    in reply to: Licence #1469081

    Hi,
    Thanks for the login, but you are not using the Enfold theme:
    Screen Shot 2024 10 14 at 8.14.18 AM
    You will need to contact “p-themes”:
    Screen Shot 2024 10 14 at 8.14.53 AM

    Best regards,
    Mike

    in reply to: Mega menu (2) #1469080

    Hi,
    OK, please add the image to the correct mega menu using the documentation: Add Images to mega menu and then we can try to help adjust with css like you example image.
    Screen Shot 2024 10 14 at 7.43.25 AM
    Right now I don’t see any of your mega menu items in this format, they seem to be using title headings:
    Screen Shot 2024 10 14 at 7.46.47 AM
    you will need to adjust so you only have three columns and the fourth one for the image:
    Screen Shot 2024 10 14 at 7.47.53 AM

    Best regards,
    Mike

    in reply to: Blog Layout #1469076

    Hi,
    I see in your Enfold Theme Options ▸ Blog Layout ▸ Blog Styling you are using the “default” is this the closest to want you want, such as the title size?
    Screen Shot 2024 10 14 at 7.26.02 AM
    Did you see the “modern business” option with the category and larger title?
    Screen Shot 2024 10 14 at 7.29.41 AM
    Both have a date, do you want this removed?

    Best regards,
    Mike

Viewing 30 posts - 211 through 240 (of 33,321 total)