Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Shop / WooCommerce
  3. Flying Sidecart bug?

Flying Sidecart bug?

Scheduled Pinned Locked Moved Shop / WooCommerce
15 Posts 6 Posters 436 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    davidd
    wrote on last edited by davidd
    #1

    When I have the Flying Sidecart plugin active, I notice that it overrides the CART(0) text in my nav to say CARTCART(0). When I disable it, it works as should but I love the flying cart and would love to fix this possible bug.

    Is there a fix for this?

    https://golfitecture.com

    Thanks!

    Screen Shot 2021-04-23 at 5.25.01 PM.png

    1 Reply Last reply
    0
    • RichardR Offline
      RichardR Offline
      Richard
      Global Moderator
      wrote on last edited by Richard
      #2

      Dear @davidd

      If needing a change quickly you could always apply custom code to the, Link's, <span> text:

      jQuery('.laycart span').text('CART');
      

      https://laytheme.com/documentation.html#custom-javascript


      However this should be corrected properly. Will forward to Armin for a better look.


      Could you please send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?


      Thank you David for the update and best wishes!

      Sincerely

      Richard

      D 1 Reply Last reply
      0
      • arminunruhA Offline
        arminunruhA Offline
        arminunruh
        Global Moderator
        wrote on last edited by arminunruh
        #3

        can you update lay theme and see if it works?

        i cant reproduce the error

        if it doesn't work:
        can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

        1 Reply Last reply
        1
        • RichardR Richard

          Dear @davidd

          If needing a change quickly you could always apply custom code to the, Link's, <span> text:

          jQuery('.laycart span').text('CART');
          

          https://laytheme.com/documentation.html#custom-javascript


          However this should be corrected properly. Will forward to Armin for a better look.


          Could you please send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?


          Thank you David for the update and best wishes!

          Sincerely

          Richard

          D Offline
          D Offline
          davidd
          wrote on last edited by
          #4

          @Richard Thankyou for your response although Im not sure how to target the correct link <span> text and add the js.

          1 Reply Last reply
          0
          • RichardR Offline
            RichardR Offline
            Richard
            Global Moderator
            wrote on last edited by
            #5

            Dear David

            @davidd

            Please refer to the following links for aid:

            https://www.w3schools.com/tags/tag_span.asp

            https://www.w3schools.com/html/html_links.asp

            https://stackoverflow.com/questions/49971548/how-to-replace-innerhtml-of-a-span-using-jquery

            https://laytheme.com/documentation.html#custom-javascript

            https://laytheme.com/documentation.html#custom-css-styling


            Apologies for this style of answer David, currently i am unable to offer further assistance, though i wish to and hope to in the Future! :)

            Sincerely
            Richard
            1 Reply Last reply
            0
            • emgeofficeE Offline
              emgeofficeE Offline
              emgeoffice
              wrote on last edited by emgeoffice
              #6

              I had the same problem. I found a solution: You should not add the cart-page to the mobile menu. Instead the mobile menu should stay empty as the cart icon is displayed on mobile anyways. The only way I found to disable the mobile cart icon is to remove the sidecart plugin.

              1 Reply Last reply
              0
              • RichardR Offline
                RichardR Offline
                Richard
                Global Moderator
                wrote on last edited by
                #7

                Dear @emgeoffice

                "You should not add the cart-page to the mobile menu. Instead the mobile menu should stay empty as the cart icon is displayed on mobile anyways. The only way I found to disable the mobile cart icon is to remove the sidecart plugin."


                Wonderful! thank you so much for the update šŸŒ

                Sincerely
                Richard
                1 Reply Last reply
                1
                • G Offline
                  G Offline
                  georgiaharizani
                  wrote on last edited by
                  #8

                  Hi everyone,
                  I also have the same problems as @davidd www.georgiaharizani.com
                  I want to entirely remove the icon from mobile (it doesn't work at all-cannot be clicked) and also I have the CartCart issue on both desktop and mobile when adding the page to the menus.

                  I found a possible solution for the CartCart problem @Richard @emgeoffice
                  On both menus I added the cart URL as a custom link. So I named it Cart and linked it to georgiaharizani.com/cart. It displays properly on desktop and mobile + it works.

                  I now only have the following problem : flying cart text looks all mumbled up (see attached screenshot) on desktop.

                  It would be great if those issues could be resolved as they are vital to a shops' operation.

                  Thank you so much Lay Theme team for the great work and constant support.

                  Screenshot 2021-06-11 at 15.23.40.png

                  1 Reply Last reply
                  0
                  • RichardR Offline
                    RichardR Offline
                    Richard
                    Global Moderator
                    wrote on last edited by Richard
                    #9

                    Dear @georgiaharizani

                    Am i Correct that the Cart text being "mumbled up" is now resolved?


                    Best wishes
                    Richard

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      georgiaharizani
                      wrote on last edited by
                      #10

                      Ok so I solved it :D

                      .lay-cart-icon-wrap {
                      visibility: hidden;
                      display: none;
                      width: 0;
                      margin: 0;
                      padding: 0;
                      }

                      Input in Custom CSS for Mobile Version, hides the icon completely, the solution for adding the cart to the menu as a custom link works for desktop and mobile, disable ajax plugin (no flying cart unfortunately).

                      1 Reply Last reply
                      0
                      • RichardR Offline
                        RichardR Offline
                        Richard
                        Global Moderator
                        wrote on last edited by Richard
                        #11

                        Dear @georgiaharizani

                        Thank you for posting āœ…
                        1 Reply Last reply
                        0
                        • P Offline
                          P Offline
                          pounez
                          wrote on last edited by
                          #12

                          Hi. I also have the cartcart problem, and I cannot find here how to solve it.
                          I even replaced the text cart with a cart icon but still it is being doubled.
                          also, cannot get the number to hide either.
                          will appreciate any helpalt text

                          1 Reply Last reply
                          0
                          • RichardR Offline
                            RichardR Offline
                            Richard
                            Global Moderator
                            wrote on last edited by
                            #13

                            Dear @pounez

                            They most common reason for the "CartCart" Bug is it being used in both your Primary and Secondary Menu at the same time.

                            They may have different names assigned but for example:
                            Screen Shot 2022-03-03 at 11.41.30 AM.png

                            Here we have the menu item "Cart" only ticked for the primary menu.

                            Also please make sure of the following when debugging:

                            Wordpress, Lay Theme & Laytheme's Addons are all up to date ?

                            Any custom CSS or JS that may interfere is temporarily removed.

                            Any third-party plugins are de-activated to see if this resolves the issue.


                            Let me know how you go @pounez & talk soon
                            Richard
                            1 Reply Last reply
                            1
                            • P Offline
                              P Offline
                              pounez
                              wrote on last edited by
                              #14

                              sweet! this worked exactly as you said. thank you

                              1 Reply Last reply
                              0
                              • RichardR Offline
                                RichardR Offline
                                Richard
                                Global Moderator
                                wrote on last edited by
                                #15

                                Thanks @pounez have a wonderful day! ✨

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                I also code custom websites or custom Lay features.
                                šŸ’æ Email me here: šŸ’æ
                                info@laytheme.com

                                Before you post:
                                1. When using a WordPress Cache plugin, disable it or clear your cache.
                                2. Update Lay Theme and all Lay Theme Addons
                                3. Disable all Plugins
                                4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                                This often solves issues you might run into

                                When you post:
                                1. Post a link to where the problem is
                                2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                                3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                                Online Users
                                A
                                alasdair17
                                Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                                laytheme.com
                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Recent
                                • Tags
                                • Popular
                                • Users
                                • Search