Jump to content

fldavidallsop

Member
  • Posts

    37
  • Joined

  • Last visited

Everything posted by fldavidallsop

  1. I have only seen the one email you sent today which was replied to the same day, if there were any others please forward them as they haven't been received. Are you emailing direct or using the contact form on the marketplace? For anyone with a similar question, Janice wants to modify the skin to include an image where the slogan text appears. Here is my reply: By default that area should only be used for text but if you want to change this you can do so by amending the main.php template file. You will see this: <section class="slogan"> {$LANG.cleanskin.slogan} </section> You can remove {$LANG.cleanskin.slogan} and add your own image there, but you also have to consider the mobile breakpoints for this as this section will change as the browser width is reduced for use on mobile/tablet. It is also worth mentioning that any style based amends should be overridden rather than changed, you can override styles through the included custom.css file.
  2. Just an update on this to inform anyone interested that my host found an issue with CubeCart and their "Varnish Cache" which was enabled, once the website was removed from using this caching system it worked as intended.
  3. I have a CCv5 website which has the dreaded "This web page has a redirect loop" message when adding a product from the product page to the basket and clicking 'View Basket'. If I do a refresh the message remains, however if I do a hard refresh (Ctrl + F5) it loads and shows the basket contents as intended. I have done my research on this message and I have read about local time changes and there is nothing wrong in my htaccess so I am stumped. The website worked fine, this was upon backup and restore of the website. I have tried multiple computers/browsers, cleared cookies, tried on phone, etc with same result. Screenshot attached.
  4. When you install WordPress and have it setup ensure that in the general settings you have the front page set to pages rather than posts, you can also set the display order of menu items like you described above in the appearance section of the admin area. I would recommend the twenty ten theme for WordPress just to get you started, its very simple and easy to use.
  5. From what you've described I think you would be much better using WordPress for that type of website.
  6. It's great that you got this working I usually use the @import code from Google and place that directly in my stylesheet to keep everything style related in one place.
  7. If you do a sitemap rebuild and look in the root of your cubecart install you should find it has generated a sitemap file containing the majority of your websites pages which you can feed into Google Webmaster Tools and other search engines.
  8. When I have created skins in the past I have included that into the print.receipt.php template, it maybe the variable which displays this is missing for whatever reason in the foundation skin, try looking for tax or vat in that file on the other skins and copying the code which displays that information across to your foundation skin, I know I've used it before. I would get it for you but I'm replying on my phone so can't download the files to check at the moment.
  9. Okay I will look into this further, thanks for the information.
  10. I am running a CC v5.2.16 and my system error log database table is filling up with the following entry, any ideas on how to stop this? File: [gui.class.php] Line: [1073] "SELECT `product_id`,`description`,`name`, `price`-`sale_price` AS `saving` FROM `ve_CubeCart_inventory` WHERE `price` > `sale_price` AND `sale_price` > 0 AND `status` = '1' LIMIT " - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  11. This is because you have no shipping methods setup, so the system can't process an order, try adding a shipping plugin and enabling it after configuration. This isn't any relation to your payment gateway.
×
×
  • Create New...