Forum Replies Created

Viewing 30 posts - 1,861 through 1,890 (of 34,961 total)
  • Author
    Posts
  • 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

    in reply to: Icons disapeared #1469075

    Hi,
    On the homepage the icons are using the default “entypo-fontello” font icons:
    Screen Shot 2024 10 14 at 7.11.40 AM
    but on your linked inner page you seem to be using a custom icon font called “numbers”
    Screen Shot 2024 10 14 at 7.13.18 AM
    Please post your custom icon font zip file here so we can test, perhaps this is not the correct icon font format.

    Best regards,
    Mike

    in reply to: Height horizontal gallery mobile #1469074

    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: About Enfold sidebar #1469040

    Hi,
    For the sidebar on product pages see this thread.
    For category pages add your widget to the Shop Overview Page widget
    Screen Shot 2024 10 13 at 3.15.08 PM
    Screen Shot 2024 10 13 at 3.16.22 PM

    Best regards,
    Mike

    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: Open Street Map – Data Hosting #1469034

    Hey Diana,
    The data is hosted on your site and is GDPR Compliance, see this thread.

    Best regards,
    Mike

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

    Hi,
    It works when I check, try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
    Screen Shot 2024 10 13 at 10.16.59 AM

    Best regards,
    Mike

    Hi,
    Glad we could help, for the Scroll Snap I recommend trying a plugin, this is not a Enfold feature and I have not tested any specific plugins to achieve this.
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Customize the theme #1469023

    Hi,
    Do you mean copy layouts from our other demos into one new layout for your site? Or do you mean create a new layout based on some site that you have seen, ie: not a Enfold demo?
    Enfold is typically very customizable but sometimes it can take some trial an error with all the different setting to get an exact look.
    While we are always able to help with modifications, we are limited to building out a whole site based on some other site you found on the internet, for this we recommend Codeable

    Best regards,
    Mike

    Hey Stefan,
    Please note that when you first land on the page your header is transparent, so the header doesn’t calculate into the color section 100% height, but after you click the down arrow or scroll the header is visible so the height of the header counts.
    I changed the following color sections to 85% and now all of the down arrows show, you can try other settings link 87% if you like to get the exact view to wish.

    Best regards,
    Mike

Viewing 30 posts - 1,861 through 1,890 (of 34,961 total)