Jump to content

Goyzueta

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Goyzueta

  1. Thanks for your response bsmither it means a lot for new people like me to have some support. I´m sorry to get back so late, but I went on vacations and forgot my administrator user name and password. So I got another problem first to solve, because the email tool to reset the psw didn't work and took me some time to solve. That´s why I´m going to comment this issue too, because somebody can pass thru this, like me a newbie. I learn how to force directly the database in order to access the administrator Cubecart panel ... https://support.cubecart.com/knowledgebase/article/View/205/0/i-cant-login-to-the-admin-side-of-my-store-and-the-password-reset-tool-doesnt-work I did all steps but still, at log in didn't work my changes. The thing I discovered, after a while (days) that didn't work is that I was using a simple info: user: admin psw: admin123 Once I change the info to a more complicated, not using part of the user and not consecutive numbers, work perfectly. I hope it will help somebody, because is frustrating to go nowhere doing all instructions you receive. BACK to the problem with the flags ... First, I thought, maybe there was a restriction script on the number of languages you can use. So I start deleting languages from 11 to 8, because all first languages never change their flag, in the following order Deutsch, Dansk, English (UK), English (USA), Español, Française, (עברית (ישראל and Dutch. I wanted to have Italy, Russia and Swedish too, but with this last the flag always change to the german flag. But the thing is that, no matter if I delete the languages to 6, the Italy language all ways get the german flag. 1) I check the .png file for the Italy flag and its correct, there is no error in the image, the flag is green, white and red. 2) I added row 234 in cubecart.css file: 234 span.flag.flag-IT {background-position: 0 -110px} 218 span.flag { 219 display: inline-block; 220 width: 16px; 221 height: 11px; 222 background:url(../images/sprite_flags.png) no-repeat 223 } 224 span.flag.flag-DE {background-position: 0 0} 225 span.flag.flag-ES {background-position: 0 -11px} 226 span.flag.flag-FR {background-position: 0 -22px} 227 span.flag.flag-GB {background-position: 0 -33px} 228 span.flag.flag-IL {background-position: 0 -44px} 229 span.flag.flag-NL {background-position: 0 -55px} 230 span.flag.flag-US {background-position: 0 -66px} 231 span.flag.flag-TR {background-position: 0 -77px} 232 span.flag.flag-DK {background-position: 0 -88px} 233 span.flag.flag-PT {background-position: 0 -99px} 234 span.flag.flag-IT {background-position: 0 -110px} 235 .back-to-top { 236 position: fixed; 237 bottom: 3em; 238 right: 0px; 239 text-decoration: none; 240 color: #000 !important; 241 background-color: #EBEBEB; 242 padding: 0.5em 1em; 243 display: none; 244 z-index: 100; 245 } No good results, any idea? Thanks!
  2. Hi to everyone, first of all Merry Christmas! I had a problem, I just configured CubeCart v6 with 11 languages and the flags appeared in different order and some times the same flag for different languages. Changing to any language work well, its only the flag appearance. Any suggestions will be helpful. Thank you very much for your attention.
×
×
  • Create New...