• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 09.07.20, 11:45
  • Opened by: Anestis
  • Closed by: Fred
  • Closed on: 15.07.20, 23:13
  • Reason: Closed
  • Comment: Glad to help!

Ticket #18580 - Alysum Menu Support & Instagram

Hi, following multiple problems with my old install which was constantly updated, i decided to install a brand new shop with a fresh install of the theme.
So, here are my first support requests on the new menu :

1. in my second menu item called Brands, i cannot make the Brand icons to show in columns.
I can only get it to show as it is now, the same column 4 times. Can you please fix it so that it is continuing from one column to the next ?
2 in the same menu item (Brands) i would like to make the brand logos appear bigger, how can i do that ?
3 the instagram plugin does not show the photos in one row. Can you please fix it so that it only displays 1 row of photos ?

Thank you

Comments

Fred 10 Jul 2020, 11:04

I’m not able to login to your back office

There is one error.
The employee does not exist, or the password provided is incorrect.
Anestis 10 Jul 2020, 11:06

I have double checked again, the user / pass works fine
can you please check again ?
the data on the site and here is updated, please use the new as it is

Fred 10 Jul 2020, 12:25

Ok, I see now.
1. But how do you want to have it? I see 4 columns now
2. Try following CSS

.widget-manufacture .raw-links > .flex-container a img {height:45px}

3. But I see it in one row https://take.ms/e15GN

Anestis 10 Jul 2020, 12:39

1. 4 columns, but with the brands continuing alphabetically from row 1 to row 2 to row 3 to row 4
i searched how to do that, but could not do it. i can only replicate same content on all rows.

2. ok, it seems to be working.

3. can you please check after changing to the Greek language website ? its weird, now it sometimes show it as many rows, sometimes as one row.
How can i make the images smaller ? i put 6 in the settings and it only shows 3 huge ones

Fred 12 Jul 2020, 10:42

1. try to add all manufacturers into one widget and add following CSS to the Theme Settings → Customer CSS

.widget-manufacture .raw-links {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;}

3. I just added Instagram module instead of widget, now it seems works

Anestis 14 Jul 2020, 09:28

All 3 are solved now. Thank you !
One more thing, is there a way to change the text color of the last 2 items on the top menu (BESPOKE and SALE) ?
I have looked everywhere, but cannot find how to do it

Fred 14 Jul 2020, 10:09

Try following CSS

#header #top-menu > li:nth-child(11) > a,
#header #top-menu > li:nth-child(12) > a{color: red}
Anestis 14 Jul 2020, 13:01

i added this
#header #top-menu > li:nth-child(11) > a{color: yellow}
#header #top-menu > li:nth-child(12) > a{color: red}
but it only changes the color of the last item.
if you know how to change the one previous to the last it would be great, otherwise i ll leave it at that

Fred 14 Jul 2020, 13:12

you can change the number of link what you want change

#header #top-menu > li:nth-child(NUMBER) {color: red}
Anestis 15 Jul 2020, 13:28

Perfect ! thank you