Moving the share button on product page

Home Forums Jevelin Theme Moving the share button on product page

Home Forums Jevelin Theme Moving the share button on product page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • [email protected]
    Participant

    Hi

     

    I need to move the share button on the products page, out of the meta hook and into the woo share hook.

     

    Can you help me with that ?

    Attachments:
    You must be logged in to view attached files.

    Hi @ragnar,

     

    I hope you are well today and thank you for your question.

     

    Would you please share me the page URL from your site where it is displaying so that i can help you to move it?

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    The website is in coming soon mode, so I need to create account for you.

    Can I email you the info ? I’m not sure if this ticket is public or not.

    [email protected]
    Participant

    One more thing I need answer to, my cart total icon shows the quantity of all the products.

     

    For example, if I add 20 x flags and 10 x stickers in the cart, the cart counter in the menu bar shows 30, instead of 2 (2 products are in cart)

     

    How can I fix that ?

    Can I email you the info ? I’m not sure if this ticket is public or not.

    You can share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

    One more thing I need answer to, my cart total icon shows the quantity of all the products.

    Could you please share the screenshot of the issue?

    [email protected]
    Participant

    Okay, admin info is in the private section.

    Link on a product is: https://fjolprent.is/product/hatidarfanastong/

     

    Screen shot of the issue is attached.

    As you can see I have one product in the cart, but with 40 pcs of it, and the cart icon counter shows 40, but I want it to show 1.

     

     

    Attachments:
    You must be logged in to view attached files.

    Link on a product is: https://fjolprent.is/product/hatidarfanastong/

    You can move it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce .product .product_meta .woo-meta-share {
        position: absolute;
        bottom: -25px;
        left: 20px;
    }

     

    As you can see I have one product in the cart, but with 40 pcs of it, and the cart icon counter shows 40, but I want it to show 1.

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

Viewing 7 posts - 1 through 7 (of 7 total)