Shufflehound profile

Home Forums Shufflehound

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 3,615 total)
  • Author
  • Shufflehound
    Moderator

    Hello,

     

    Great to hear the Google Maps issue is resolved!

     

    Regarding the submenu arrow visibility issue – we haven’t made any changes in that area recently, so it’s a bit unexpected. To help us confirm if the issue is coming from the beta version, could you please temporarily switch back to the stable version and check if the problem still exists?

     

    That would help us narrow it down and fix it faster.

     

    Also, just to clarify: the beta version you’re using will later become the next stable release, so once it’s officially published, you’ll be able to update to future versions normally through the WordPress dashboard.

     

    Best regards,

    Shufflehound team

    • This reply was modified 13 hours, 26 minutes ago by Shufflehound.

    Shufflehound
    Moderator

    Hello,

     

    It looks like the issue is related to the Slider Revolution block on your homepage. We’re noticing the same scrolling problem even on Chrome desktop, which suggests it may be caused by certain settings in the slider itself.

     

    If that resolves the issue, we recommend adjusting the slider’s settings – especially those related to layout, overflow, and full-screen modes – as we haven’t encountered this exact issue before, can’t replicate it on our demo sites, and it most likely comes from custom Slider Revolution settings.

     

    Let us know how it goes! 🙂

     

    Best regards,

    Shufflehound team

    • This reply was modified 13 hours, 21 minutes ago by Shufflehound.
    • This reply was modified 13 hours, 21 minutes ago by Shufflehound.
    • This reply was modified 13 hours, 21 minutes ago by Shufflehound.
    in reply to: Iphone Scrolling

    Shufflehound
    Moderator

    Hello,

     

    Thank you for checking the logs – that was very helpful!

     

    It looks like we’ve identified and fixed the issue. Please download and install the latest updated beta version from the link below:


    Please login to access this file

     

    Once installed, let us know if everything works as expected. 🙂

     

    Best regards,

    Shufflehound Team

    Shufflehound
    Moderator

    Hello,

     

    Sorry to hear about the issue after installing the beta version.

     

    To help us identify what went wrong, could you please check your server PHP error logs and share any errors that occurred around the time you installed the beta version? That information would be very helpful in pinpointing the cause and preparing a fix.

     

    Looking forward to your response!

     

    Best regards,

    Shufflehound Team

    • This reply was modified 1 day, 15 hours ago by Shufflehound.

    Shufflehound
    Moderator

    Hello,

     

    Installing the beta version will only replace the theme files, so as long as you haven’t made any direct changes to those files (i.e. edited the theme core files directly), your customizations should remain intact. That said, you can always create a full backup of your site before updating – just to be safe.

     

    Let us know if you need any help during the process!

     

    Best regards,
    Shufflehound Team

    Shufflehound
    Moderator

    You are welcome! 🙂

    Shufflehound
    Moderator

    Hello,

     

    Thank you again for your patience, and apologies for the delay.

     

    It took us some time to identify the exact cause of the issue. The good news is that we’ve implemented a fix in our latest beta version.

     

    Please download and install the beta version below, and let us know if the issue is resolved on your end:


    Please login to access this file

     

    Important: Since you shared your website login details publicly in the message instead of using the private information field, we strongly recommend that you update your login credentials as soon as possible for security reasons.

     

    Best regards,

    Shufflehound Team

    • This reply was modified 2 days, 16 hours ago by Shufflehound.
    • This reply was modified 2 days, 16 hours ago by Shufflehound.

    Shufflehound
    Moderator

    Hello,

     

    Thank you for providing the login details. We were able to confirm that this is indeed a bug.

     

    The good news is that it appears to be resolved in our latest beta version. You can download it here:


    Please login to access this file

     

    Please install and activate it, then let us know if the issue is resolved on your end. 🙂

     

    Best regards,

    Shufflehound Team

    • This reply was modified 2 days, 18 hours ago by Shufflehound.

    Shufflehound
    Moderator

    Hello,

     

    Thanks for reaching out and for providing access!

    • Product Editor Issue:
      We’re not entirely sure why the editor layout changed, but we noticed that the WooCommerce product data panel had moved to the right sidebar. This sometimes happens due to a drag and drop action in the block editor. We’ve moved it back to the main area for the provided account, so you should now see the pricing, SKU, and other product fields as expected.
    • Removing Elements on Product Pages:
      We’ve disabled the sidebar on single product pages, which should remove elements like the product search bar and category list.

     

    Let us know if you need help with anything else!

     

    Best regards,

    Shufflehound Team

    Shufflehound
    Moderator

    Hello,

     

    Thanks for providing access!

     

    We’ve added a small custom JavaScript snippet to help with the issue you described. It ensures that only the correct menu item stays active based on the current URL hash (e.g., #about, #contact) and prevents all menu links from showing as active at the same time:

    if (document.body.classList.contains('home')) {
    const currentHash = window.location.hash;
    document.querySelectorAll('li.menu-item.current-menu-item').forEach(function (item) {
    const link = item.querySelector('a');
    if (!link) return;
    
    const href = link.getAttribute('href');
    if (currentHash && href.endsWith(currentHash)) return;
    item.classList.remove('current_page_item');
    });
    }

     

    This script is already applied and should fix the visual conflict with the active menu items on the homepage.

     

    Let us know if you need further adjustments!

     

    Best regards,

    Shufflehound Team

    • This reply was modified 3 days, 9 hours ago by Shufflehound.
    • This reply was modified 3 days, 9 hours ago by Shufflehound.

    Shufflehound
    Moderator

    Hello,

     

    Thanks for providing access!

     

    To address the layout issue, we’ve adjusted the Slider Revolution layout from Full-Screen to Auto. This allows the slider content to respect the theme’s container width and align properly, especially when the left side navigation is always visible.

     

    You can check the updated sliders now – the content should appear centered within the remaining space.

     

    Let us know if you need any further help with this!

     

    Best regards,

    Shufflehound Team

    Shufflehound
    Moderator

    Hello,

     

    Thanks for the detailed explanation!

     

    Yes, please feel free to share the site URL and temporary access details, so we can take a closer look and test the issue more thoroughly. Once we can inspect the setup directly, we’ll do our best to help you get it sorted.

     

    Looking forward to your reply!

     

    Best regards,

    Shufflehound Team

    Shufflehound
    Moderator

    Hello,

     

    Sorry for the delay, and thank you for your patience.

     

    We’re currently investigating the issue and working on a fix. In the meantime, if you’re comfortable sharing temporary login details in the private information field, that would help us look directly into the problem and speed up the process.

     

    We’ll keep you updated as soon as we have more information.

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hello,

     

    Thanks for bringing this to our attention – we’ve taken a look and can see the issue on your site.

     

    To help us pinpoint the cause, could you let us know if this started happening recently (perhaps after a theme, plugin, or WooCommerce update), or if it’s something that has always behaved this way? Understanding when the issue began will help us narrow down what might have changed and identify the best solution.

     

    Looking forward to your reply!

     

    Best regards,

    Shufflehound Team

    • This reply was modified 2 weeks, 2 days ago by Shufflehound.

    Shufflehound
    Moderator

    Hello,

     

    We’re glad to hear everything is now working correctly! 🙂

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hello,

     

    Sorry to hear about the new issues.

     

    The fix we applied came from a beta version of the theme and it looks like some unintended side effects have appeared with it.

     

    We’ve just rolled out an updated version that should restore the menu behavior, sticky navigation, and “Text with Frame” animations. Could you please clear your browser and site cache, then check again?

     

    Let us know if anything still looks off!

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hello,

     

    Thanks for providing the login details.

     

    It appears the issue was caused by a conflict between the latest versions of WordPress and WPBakery. We’ve applied a fix from our latest beta version, which is now active on your site.

     

    Please check the backend editor on a new page and let us know if everything is working as expected. 🙂

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hello,

     

    Thanks for the detailed follow up and for running those tests.

     

    Since the issue occurs even with the parent theme active, and disabling the theme entirely resolves it, it does point to a theme related conflict. We’d like to investigate this further for you.

     

    Could you please share your WordPress admin login details in the private information field? We’ll log in and check what might be causing the backend editor to fail on new pages.

     

    Looking forward to resolving this for you. 🙂

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hello,

    Thank you for the update.

     

    Since the front end builder works but the backend editor doesn’t load on new pages, this could be a conflict with another plugin or something in the child theme. Could you please try the following steps:

    • Temporarily disable all other plugins except WPBakery and test creating a new page.
    • Switch to the parent theme again and see if the issue persists – just to confirm that there are no issues

     

    If it works after these steps, we can narrow it down to either a plugin or something in the child theme’s functions.

     

    Let us know what you find and we’ll help from there. 🙂

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hello,

     

    Thank you for reaching out.

     

    Have you tried switching to the WPBakery Page Builder using the “WPBakery Page Builder” button in the page editor? Does it revert back to the issue afterward? We’re trying to pinpoint the exact problem.

     

    Additionally, could you confirm which version of WPBakery Page Builder you’re using? Using an outdated version could sometimes cause issues.

     

    Best regards,
    Shufflehound team

Viewing 20 posts - 1 through 20 (of 3,615 total)