Want to know if the mobile panel can be made sticky?

This topic has 16 replies, 3 voices, and was last updated 3 weeks, 1 days ago ago by Jack Richardson

  • Avatar: Sal G
    Sal G
    Participant
    August 25, 2024 at 09:33

    Can the mobile panel be made sticky? my site some pages do not go low enough to trigger the panel.

    I see it is sticky on this website.

    Files is visible for topic creator and
    support staff only.
    15 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2024 at 10:26

    Hello,

    Thank you for reaching out to us with your query. We understand that you would like the mobile panel on your site to be sticky, similar to the functionality observed on another website.

    To assist you better, could you please provide us with the URL of the site where you noticed the sticky mobile panel? This will help us understand the specific implementation you are referring to.

    We look forward to your response and are eager to assist you in enhancing your site’s functionality.

    Best Regards,
    8Theme’s Team

    Avatar: Sal G
    Sal G
    Participant
    August 25, 2024 at 16:32

    This site. This site has what looks like the mobile panel as sticky version.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 26, 2024 at 07:22

    Hello,

    Do you mean this panel – https://prnt.sc/nug-1I_krN6z ?

    Could you please provide temporary wp-admin and FTP access?

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.

    Best Regards,
    8Theme’s Team

    Avatar: Sal G
    Sal G
    Participant
    August 26, 2024 at 07:41

    yes, that is the one I want to make sticky.

    Please contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 26, 2024 at 11:24

    Dear @Sal G,

    I hope this message finds you well.

    To ensure that the mobile panel remains visible on your site, please insert the following custom CSS into your Theme Options:

    body .et-mobile-panel-wrapper.outside {
        opacity: 1;
        visibility: visible;
        transform: none !important;
    }

    Additionally, we noticed that there is no selection element on your Comparison page. Could you please clarify what you would like to hide or modify on this page?

    Thank you for your attention to these matters. We look forward to your response.

    Best regards,
    Jack Richardson
    The 8Theme Team

    Avatar: Sal G
    Sal G
    Participant
    August 26, 2024 at 17:38

    That worked. I have no idea why compare isn’t right. the compare file is the original file.

    Avatar: Sal G
    Sal G
    Participant
    August 26, 2024 at 21:46

    I want to get rid of the Action section on top but leave the bottom remove section. But if you remove the action the bottom part disappears as well.

    And on the dropdown I want to remove “Add to Cart” so it’s only option is Remove.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2024 at 08:27

    Hello @Sal G
    Could you please, provide us the correct FTP access in private area so we could check the posibilities to implement the result you expect to get.
    Kind regards, Jack Richardson

    Avatar: Sal G
    Sal G
    Participant
    August 28, 2024 at 03:58

    I have included the information you requested.

    Please contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 28, 2024 at 09:02

    Dear @Sal G,

    I hope this message finds you well. Could you kindly provide us with a screenshot illustrating the sections you wish to remove? This will help us better understand your requirements and assist you accordingly.

    Additionally, if your intention is to hide the following table row https://prnt.sc/Ta7gpJDdv-oH, you may achieve this by applying the following CSS code:

    tr.xstore-compare-row-action {
        display: none;
    }

    We have also implemented a filter in your child-theme/functions.php file, but it appears that the changes have not taken effect yet. It is possible that there might be a server cache affecting the updates. Could you please clear any server cache to ensure the changes are applied?

    Thank you for your cooperation. We look forward to your response.

    Best regards,
    Jack Richardson
    The 8Theme Team

    Avatar: Sal G
    Sal G
    Participant
    August 28, 2024 at 13:00

    I circled the area I need changed. So I just want the option to be “remove” and take away “add to cart” option.

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 28, 2024 at 15:08

    Hello @Sal G

    We have added next code in your child-theme/functions.php

    add_filter('xstore_compare_page_actions', function($actions) {
    	if ( array_key_exists('add', $actions) )
    		unset($actions['add']);
    	return $actions;
    }, 999);

    So now you don’t have ‘add to wishlist’ option in the select -> https://prnt.sc/v3yELRwq-u2N.

    If all the questions of this topic are solved, we would ask to close this topic from your side.

    Kind regards,
    Jack Richardson
    The 8theme’s team

    Avatar: Sal G
    Sal G
    Participant
    August 28, 2024 at 23:21

    I enabled the header comparison. how would I change the button to Return to Ships and change to “no ships in compare”

    and action button still there.

    Also, have another issue. the man. favicon shows the WordPress favicon.

    Files is visible for topic creator and
    support staff only.
    Avatar: Sal G
    Sal G
    Participant
    August 28, 2024 at 23:46

    Also how to remove the price section from here as well.

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 29, 2024 at 08:06

    Hello @Sal G

    As you are currently utilizing the XStore Header builder based on Elementor, you can go to the Header editor -> Compare element -> https://prnt.sc/gHuQ-NE9bkUz (customize empty Compare content with own texts)

    Also, keep in mind that there is a fatal error on your web-site that comes from the plugin “frontend-product-editor-pro” -> https://prnt.sc/BLqNxnk9Q-en

    You can hide the price by adding next CSS to Theme Options -> Theme Custom CSS:

    .woocommerce-mini-compare-item .descr-box {
        display: none;
    }

    If you need any other assistance, please, describe your questions in more details with screenshots and make separated topics on our forum for different questions.

    Kind regards, Jack Richardson
    The 8theme’s team

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.