Show Posts


Messages - chaoticKym

Pages: [1]
1
General Discussion / Re: Need responsive custom logo
« on: June 12, 2017, 02:04:34 PM »
Thank you so much for your help! I have not worked much with SVGs so thank you also for posting the information on how to add one.

2
General Discussion / Need responsive custom logo
« on: June 08, 2017, 03:15:03 PM »
I want to use a custom logo rather than the anbantecart logo; however, the logo doesn't properly resize when viewing my site (chaotickym.com) on a mobile device.  The logo gets pushed down below the toggle button.

My logo is 300x57.  Since the height is a little smaller than the abantecart logo, I added in my custom CSS code to change the background color to blend in with the existing background color.

I created a SVG version of my logo, but discovered SVG is not a supported format for abantecart.

The only 2 solutions I can think of are:
1. Use a responsive image
2. Create multiple versions of the image and swap them out based on screen size

I'd rather go with the first option since that would require less coding changes.  Plus I've no idea how to achieve the second option in the abantecart code and if I ever update abantecart to another version I would lose my customization.

I've attached a screenshot for reference; the screen size width is 500px.  Any guidance would be greatly appreciated, thanks!!

3
Hi,

I just noticed that the main menu for my abantecart does not display correctly at certain sizes.  Here is the behavior:
  • 1315x707 - full menu with links correctly displays across the top
  • 1315x707 and 1201x707 - menu appears below where it should be and only my custom (art palette) icon is visible
  • 1200x707 to 765x707 - dropdown menu displays correctly

I'm not worried right now about the toggle menu once the screen goes lower than 764x707, as it mostly displays correctly; it cuts off part of the search box and a horizontal scroll bar appears.

My primary concern is when the screen size is between 1315x707 and 1201x707.  Any suggestions on troubleshooting why the menu is pushed down and only my custom icon can be seen?

I've attached screenshots for reference.  The site is chaoticKym.com

Note - the menu links still exist; it's just the text is white on a white background.

4
Thank you!  Updating that line of code seemed to take care of the error.

On a side note, and not that it really matters but in case it's helpful, the line of code I replaced was slightly different than one showed as being replaced on the github page.  Here's what was in my cfg file:

if(!empty($token) && !empty($instance) && $this->session->data['csrftoken'][$instance] === $token){

I'm using v1.2.10

Thank you again to both you and Basara for your time and help!  :)

5
How-to questions / Re: How to hide product titles
« on: May 25, 2017, 03:12:59 PM »
Sorry for the delay in responding...I'm new to the forum and didn't realize anyone had responded.

I discovered that I can fake hiding the titles if I put a space in the 'Title' field.  This may be the best route to go, since as you mentioned, any edits to the template files will get overwritten when upgrading to a newer version of the store.

Thank you for your time and help!

6
I apologize for the delay in responding!  I didn't realize anyone had replied to my original post.

Yes, I can replicate it in both Chrome, Firefox, and Safari.  It only happens the very first time when clicking the 'Continue' button; after that I'm able to register without any errors.

The URL is:  chaotickym.com/store/index.php?rt=account/login

Thank you so much for your time and help!

7
When I'm testing my website and I click the "continue" button to register account as a new customer, the very first time I get the following error message: Unknown error occurred. Please try again.

If I try again then it works fine; however, I don't want my customers to experience this issue.

Anyone else run into this?


8
How-to questions / How to hide product titles
« on: May 16, 2017, 02:58:15 PM »
Many of the products on my site are very similar (e.g., earrings made from Lego blocks), and it's difficult to give them unique product titles.  I would like to hide the titles from showing on the website by commenting out the related sections in the template files.

Does anyone know how to do this?

Thanks!

Pages: [1]

Powered by SMFPacks Social Login Mod