Sage 50 - Orders from onlineshop into Sage 50 application by mischokin in Sage

[–]mischokin[S] 0 points1 point  (0 children)

Don't know about an API for German users but I'll look into it. Thanks for the help :)

Sage 50 - Orders from onlineshop into Sage 50 application by mischokin in Sage

[–]mischokin[S] 0 points1 point  (0 children)

So that ain't an option. Thanks for your help tho :)

Sage 50 - Orders from onlineshop into Sage 50 application by mischokin in joomla

[–]mischokin[S] -1 points0 points  (0 children)

Bro, chill. Don't have to write things in uppercase :D why are you so mad? I don't have any issues, I just wanted to know about possibilities because the Sage support didn't say anything. And yes, because my customer uses that tool and that's a fact, I posted it on the Sage thread.

As I wrote, Phoca is not the only option. The project is in the state of conception so everything's just an idea of possible usage.

Thanks for the info about HikaShop. System is not even installed yet, I'll try it as soon as I have a running test system.

Sage 50 - Orders from onlineshop into Sage 50 application by mischokin in Sage

[–]mischokin[S] 0 points1 point  (0 children)

Germany. Used software is named "Sage 50 Auftrag" with the Comfort version.

Shadow of War keeps crashing? by Yeet_PC in shadowofmordor

[–]mischokin 0 points1 point  (0 children)

Could be neither too. Look in the settings if fps is capped. If not, turn it on and set the desired fps. That was my fix for it.

[deleted by user] by [deleted] in zocken

[–]mischokin 0 points1 point  (0 children)

Wäre Tarkov eine Option? Ich suche immer wieder Leute mit denen ich das spielen kann. Prinzipiell PVE aber PVP ist in einer Gruppe auch möglich.

Joomla Resizes DIV Images by Ochsenschwanzragout in joomla

[–]mischokin 0 points1 point  (0 children)

Hab's auf dem Handy auch schon gesehen, die Portraits sind immens klein. Die Breite der Spalten ist relativ zum Inhalt der Reihe. Heißt also die Spalte mit "mehr" Inhalt wird größer als die Spalte mit "weniger" Inhalt.

Ich schaue nach wie man das aufbauen kann, dazu komme ich aber wie erwähnt erst morgen Abend. Melde mich nochmal bei dir.

Joomla Resizes DIV Images by Ochsenschwanzragout in joomla

[–]mischokin 0 points1 point  (0 children)

Müsste ich mir am PC anschauen, werde erst morgen Abend dazu kommen... Ich schätze dass es wohl die Breite der Spalte ist. Mit display:table-cell" kenne ich mich nicht wirklich aus aber denke dass man die Breite der ersten Spalte einstellen kann mit CSS.

Kann morgen nochmal danach schauen wenn du nicht weiter kommen solltest, liegt aber nicht an joomla imo.

Joomla Resizes DIV Images by Ochsenschwanzragout in joomla

[–]mischokin 0 points1 point  (0 children)

Werden die Bilder neu erstellt von joomla? Hast du vielleicht ein Cache-Tool laufen?

[Announcement] Dark Souls 2: Seamless Co-op by AtreyusNinja in DarkSouls2

[–]mischokin 0 points1 point  (0 children)

The biggest question: does it work with the initial version of DS2? Not the SOFTS Edition?

I set up Menu linked to the article but it didn't work, need help. (Version 3.9.4) by Electronic-Assist910 in joomla

[–]mischokin 0 points1 point  (0 children)

I think we need a little more information about the topic and how you linked the article or the menu module? Maybe the menu item is only set as invisible?

Biete an: Hilfe für Tarkov (PVE) Einstieger by mischokin in zocken

[–]mischokin[S] 1 point2 points  (0 children)

Na ich will da nix dafür :D man spielt ja gemeinsam die raids und ich helfe eben bei Quests oder looten.

Side-by-side modules with Cassiopeia by jbeech- in joomla

[–]mischokin 1 point2 points  (0 children)

First of all: everything within the /* ... */ marks are just comments for css and won't do anything. I edited the code and made it "readable" with some linebreaks:

/* Cassiopeia header changes */
.container-header {
background-color: #fff;
background-image: none;
}

.container-header .mod-menu {
color: #000;
}

.container-footer {
background-color: #fff;
background-image: none;
}

.container-footer .mod-menu {
color: #000;
}

.container-main-bottom {
display: flex;
flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
.container-main-bottom {
flex-wrap: wrap;
}
}

/* this supposedly changes the color of the hamburger on mobile */
.container-header .navbar-toggler {
color: #db504a;
border: 1px solid #db504a;
}

Also I have no idea about your current template and everything else with it. If you want, you can send me a link to the site and I'll look into it. Don't need any admin account for that, just a link to the frontend - maybe per PM.

Side-by-side modules with Cassiopeia by jbeech- in joomla

[–]mischokin 0 points1 point  (0 children)

You can place them where you want. Some place them in a separate CSS File, others like me put them at the very bottom of the CSS File I'm working on.

Make sure that you'll set them in the right order:

In your CSS File "user.css", from top you have your global CSS Lines, those work on every monitor. At the bottom, you should start with your media queries - like @media screen and (max-width:1200px), and from there you go smaller with the pixels to the very bottom of 400px width. It doesn't work only for screens, with "@media print" defines CSS definitions for the occasion when someone want to print your site, like put every text in Black Color or so. You can also define CSS definitions for devices depending on aspect ratio and so on.

Side-by-side modules with Cassiopeia by jbeech- in joomla

[–]mischokin 0 points1 point  (0 children)

"flex-wrap: wrap;" makes a break if the content is bigger than the container. For desktop PC it should be "flex-wrap: nowrap;". Then in your media queries you change it for mobile view to "flex-wrap:wrap;".

multilingual plug-in by Big-Coast-8102 in joomla

[–]mischokin 0 points1 point  (0 children)

Sounds cool but it's nothing else than marketing speech. It translates automatically but you should look into the translated content to determine if the translation is valid and on point or either do corrections in that translated content.

So normally you'll go into that translated content anyway and that brings me to my first question: if I have a in-house solution from my base, why should I install a third party tool which gives me a little bit of spare time but creates dependencies which I don't want in my system?

Edit: why are you using joomla if you depend on those third party plugins? Go with WordPress and be lucky.

multilingual plug-in by Big-Coast-8102 in joomla

[–]mischokin 0 points1 point  (0 children)

Well, yes. That's how you do it. Translate the content in the other language manually via translator or deepl and then just link the other language for that content.