Jump to content

Laurie Smith

Member
  • Posts

    8
  • Joined

  • Last visited

Laurie Smith's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. OK, I think the real issue lies with my file transfer program. I cleared the cache on the site and my browser. Uploaded the original foundation.css again but it skipped the transfer because it evidently thought the files matched. I had to delete the file from the site and then upload. (I guess that was the issue before when I uploaded the original.) It is now functioning on my phone. :-D You are awesome!! Many thanks!
  2. I had actually reverted to the original file after finding the default file to use for changes. Evidently I forgot to upload the original again. I have done that and the problem persists. :-/
  3. I changed the css to .inner-wrap { background-image: url("../images/paw-print.jpg"); background-repeat: repeat; } .off-canvas-wrap { background-image: url("../images/paw-print.jpg"); background-repeat: repeat;} I am hoping that was what you meant. It still functions but the category issue is not resolved.
  4. I did add some css to the default. This is my cubecart default: /* Use this to add specific CSS for this subtheme */ .inner-wrap { background-image: url("../images/paw-print.jpg"); } .off-canvas-wrap { background-image: url("../images/paw-print.jpg"); } background-repeat: repeat; button, .button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1rem 2rem 1.0625rem 2rem; font-size: 1rem; background-color: #E4FFDF; transparent; border-color: #2285a2; color: #E4FFDF; transition: background-color 300ms ease-out; } button.info, .button.info { background-color: #E4FFDF; border-color: #61b6d9; color: #333333; } button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { background-color: #61b6d9; } button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { color: #CCFFC5; } button.large, .button.large { padding: 1.125rem 2.25rem 1.1875rem 2.25rem; font-size: 1.25rem; } button.small, .button.small { padding: 0.875rem 1.75rem 0.9375rem 1.75rem; font-size: 0.8125rem; } .new-header-top { color: #008000; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: italic; font-size: 2.725rem; line-height: inherit; margin-bottom: 0.5rem; margin-top: 0.2rem; text-rendering: optimizeLegibility; } small { color: #008000; font-weight: normal; font-size: 50%; font-style: italic; } /* Label Styles from foundation.cc line 1353*/ label { color: #4d4d4d; cursor: pointer; display: block; font-size: .875rem; font-weight: normal; line-height: 1.250; margin-bottom: 0; /* Styles for required inputs */ } label.right { float: none !important; text-align: right; } label.inline { margin: 0 0 1rem 0; padding: 0.5625rem 0; } label small { text-transform: capitalize; font-size: 50%; color: #676767; }
  5. To my knowledge I have not removed any header content. I have file compared to the original and could not find any obvious issue to cause this problem. I am happy to post any code you want to see.
  6. I thought I had this issue fixed. It is somehow broken again. This is a new installation of the newest version. Foundation template. Basic changes is all I have done. On the mobile version it will only show one category. The spot where it should evidently say "Shop By Category" does not display unless you hit the bar numerous times and somehow hit it precisely at the right moment to get it to actually say Shop By Category. I am at my wits end. This sad part is I only have 2 categories. Any help is appreciated. https://www.dawggone.online/index.php
  7. Did this get fixed? I am still trying to get a store functional and this is one of my issues. There is not a drop-down box that shows on either a laptop, notepad, or mobile. Trying to get customers to type the full proper name for their state would be problematic. Update: I found on another thread where the geo_zone table had bad data. Mine was a new install of ver 6.1.8 and the bad data is in the data.sql. These names need to be fixed for the dropdown to function: Baden-Württemberg, Thüringen, NiederÖsterreich, OberÖsterreich, Kärnten, Zürich, A Coruña. Fix the databse, clear the cache and the dropdown functions.
  8. I am trying in vain to get a basic custom header to function. (It also does not show on any checkout page.) I have tried a variety of methods. My current method is adding a new header box. I tried modifying the cubecart.default.css with new header properties. They don't load. Here is the site: https://www.dawggone.online/index.php I am trying to get the title much larger, the color to about a hunter green, and the basket to actually link to the basket. From what I could find in here, evidently I have a div in the wrong place because the basket link always refers back to the page you are on. I did add the one div for the header box. However, the basket functions fine on mobile, just not my laptop. Any help would be greatly appreciated. Update: The basket shows on mobile but you cannot get to the checkout without adding something else to the basket. :-( Update: I fixed it. Please disregard.
×
×
  • Create New...