Jump to content

bondimedical

Member
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bondimedical

  1. Is there any reason why the font changes to italics for the headings on the confirm page for the Billing Address. If not how do I change it to normal?
  2. Is it possible to add a value to the variable $META_TITLE for the Contact Us page. Perhaps via phpMyAdmin?
  3. I made a simple reCaptcha thanks to Brian.
  4. Yes. I have managed to figure out a workaround thanks to Brian.
  5. Thank you again Brian. You provide invaluable support to CubeCart!
  6. That's the URL for the box when you click on the cart. I am talking about the URL in the screenshot below.
  7. On the basket page there is a blue button "Secure Checkout". How can I change the URL this points to?
  8. I have just activated memcached on my server and now my Cubecart Admin says caching is disabled (Apparently this means it is enabled!). How can I verify that my store is actually using memcached?
  9. The cache bug has been reported on Github - https://github.com/cubecart/v6/issues/926
  10. It was not present in my other 6.0.8 store and now the website is loading much faster.
  11. Thank you again Brian. There was a line in there which said $glob['cache'] = 'file'; which I removed and now its working.
  12. This issue has been fixed now thanks to Brian Smither. As he pointed out there was some kind of issue with the server so I contacted my hosting company. They made some changes to ModSec and I could then edit and create products. I am however still unable to enable caching?
  13. I am getting my hosting company to look at the issue now. I have also noticed that I can't enable caching in the Advanced Settings. Is that related to this?
  14. I have a feeling this may get fairly involved. If I pay you can you have a look at it for me. I can PM you the details?
  15. I can get a waterfall from http://www.webpagetest.org/ but which browser do you use to debug javascript?
  16. I don't use an Ad Blocker. That is the error displayed in the diagnostic console: Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
  17. I am using Chrome. I Inspected the throbber and it said there is 1 error: net::ERR_CONTENT_LENGTH_MISMATCH
  18. I have just done a new install of 6.0.8 and I can't view the Test product. I also can't create a new product. All that happens is that the dot spins round and round in circles?
  19. I just rolled a store back to a version from a month ago and received the following message. ----- Restore Log from files_5.2.17_08Nov15-161606.zip (09 Dec 2015 - 15:14:23) ----- includes/global.inc.php - Extract Status: write_protected ------------------------------ Is this something I should be concerned about?
  20. I have just done a CubeCart 6 install and noticed it has "Fuzzy Time Format" in the Advanced tab for Settings. What is this?
  21. Thanks it appears centered now. The black bars appear because the width is set to 90% but the imagery is fine. They get even bigger if you lower it to say 80%?
  22. I have removed the height and width attributes and changed the iframe rule however some issues came up. The width of 90% is good however the 30px moves it over to the right too much on mobiles. How do I centre instead? Also, black bars have appeared on the top and bottom of the YouTube video?
  23. Thank you for your help. I have one other CSS issue. I am using the following code to have responsive YouTube videos. .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }On Foundation however it looks a bit big because the video touches the left and right hand edges of the border. How can I put a space of 30px on the left and right hand sides?
  24. How can I change the color of the text in just one of the headings in top-bar (currently #ffffff)?
×
×
  • Create New...