Jump to content
thirty bees forum

DRMasterChief

Trusted Members
  • Posts

    664
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by DRMasterChief

  1. Ja, ich denke anders wird man die Fragen kaum beantworten können. Ich bin froh daß es ein PP modul gibt das grundlegend funktioniert 😉
  2. Well, of course Google Fonts are easy to implement, but I just don't want to. GDPR is another big point against it, because it is proven that more information is transferred than just the IP. And I don't want to risk any problems just because of something like that. Making money is hard enough - I don't want to have to spend it on a fine. It's easy to solve with local loading, so let's do it. It is a question of principle whether this is done in the interest of the visitors or not. It was difficult to find this time and apparently there are significantly more variations of the fonts and more to consider than I thought (weights, unicode and so on). Our theme is nice and clear and it seems that it uses a special weight and unicode for the main font which is used everywhere. Thank for your ideas and help, great community!
  3. hmm ok thank you, i will try further, but the maintenance site from Theme is a very clean thing and no googleapi inside. Maybe interesting about the unicode-range, you can maybe speed up your site with this: https://github.com/themeum/kirki/issues/2330
  4. I want to give this information to retailers who want to and need to comply with the GDPR: in maintenance mode, a font from Googleapis is also loaded. (i am not sure if it´s by tb or by Theme, see datakick´s answer below). Update: tried with Niara Theme, the same (all modules off), strange is that there is Calibri font loaded, which is not a content of the maintenance site. Will try and detect further...
  5. It is strange, because this i can find 'only' in the module which is for themeconfigurator, but i do not have anything configurated/change by this. At the moment i am playing around and add this to the @font-face (i have seen this in the loaded code, so maybe it must be given also in the local fonts): unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; also another hint found here: css - Google Fonts provides different WOFF2 files between Chrome and Chromium - Stack Overflow
  6. Hi, ob das in tb geht kann ich nicht sagen, da wir noch nie darin eine Rng. erstellt haben. Du kommst da genau zu den Gründen warum eine Wawi eine Wawi ist und ein Shop ein Shop ist 😉
  7. Great to have an separate thread now 👌 @the.rampage.rado: I have used SearchMyFiles again, now i found the following config-php-file in modules in my Theme. I did not find it before via the Software, not sure why.... So this is the part which loads from googleapi : /* HOOK (displayTop) /*-------------------------------------------------------------*/ public function hookDisplayHeader() { $google_webfont_url = ''; if (!$this->prepareHook()) { return; } // sans-serif if (Configuration::get('FONT_FAMILY') == '\'Open Sans\', sans-serif' || Configuration::get('TITLE_FONT_FAMILY') == '\'Open Sans\', sans-serif') { $google_webfont_url .= 'Open+Sans:400,800,700,400italic,300italic,300|'; } if ($google_webfont_url != '') { $this->context->controller->addCSS('//fonts.googleapis.com/css?family='.$google_webfont_url); } When i go directly to fonts.googleapis.com/css?family=Open+Sans:400,800,700,400italic,300italic,300| - you can try this for your own, a lot of css as expected, no problem so far. In this css from google i can see the 2 fonts, which was loaded to my Theme, e.g. this one: https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2 (a click will download it!) So does this mean i have to download these 2 files (or all named on this css) and copy them locally to the server as usual? Strange, why is this?
  8. done, but i cant find anything in this direction, makes me crazy...
  9. Thanks for the kind tip! The caniuse... is helpful. I have already the font-display: swap; now i have deleted all 'old' Open Sans fonts and installed only the new ones (v40), i have also changed my global.css in themes folder with the new information. But something I don't know is still connecting to fonts.gstatic.com as you can see here, and i really do not want to have this 👮‍♂️ 😟
  10. thanks for feedback, i will try yours (with Turnstile), seems to be better, grab not that much than Google´s and Turnstile had some GDPR advantages compared to Google.
  11. i found the https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js in modules\eucookieconsent\views\templates\hooks\cookieconsent.tpl Is it possible to load this file locally from server?
  12. @wakabayashi a few months are gone now.... how is your experience? is it still 'no spam' ? I use Google module right now, but shop is not live until now. I am urgently looking for another captcha that is data protection compliant. (is yours/Cloudflare´s ?) I found this too, looks very good and conform with GDPR, so it would be nice for the EU countries but needs an Dev to bring it to thirtybees: https://friendlycaptcha.com/#developers
  13. from each font i have (locally) eot / eot?#iefix / woff2 / woff / ttf / svg e.g. like this: font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-v15..... and maybe i have to add the v40 ???? found this: https://stackoverflow.com/questions/22295165/googles-open-sans-regular-400-always-italic I have done a search and the loaded files from my question are in modules \authorizeaim and in \nocaptcharecaptcha and in admin\filemanager
  14. Thanks for this, but i dont have ssh. Maybe i will try 'SearchMyFiles' on Windows.
  15. so it is only from Cookieconsent module do you think? Can i check this anywhere (deactivate this module should do it)?
  16. Hello, BEFORE the update to 1.5.1 we had changed all externally loaded data sources (e.g. fonts) so that all fonts are loaded internally on the server (copied them via FTP to our webspace). Now since 1.5.1 I see that the following 3 things are loaded externally: https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126xyz1234567890....woff2) format('woff2'); and the font opensans/v40 from fonts.gstatic.com Did the update to 1.5.1 cause this? Unfortunately this is not communicated anywhere by tb. In our case it is very important because of the information requirement about cookies. Where can I change that again?
  17. Thanks @the.rampage.rado for this, great idea 🙂 A question about the upper thing: Redirect 302 /wp-login.php /modules/blackholebots/blackhole/ Redirect 302 /wp-config.php /modules/blackholebots/blackhole/ Redirect 302 /xmlrpc.php /modules/blackholebots/blackhole/ >> wouldn't it be better to use a Redirect 301 for this (instead of 302)?
  18. few years ago i was testing PS 1.6.x with various Themes, and absolutely most of the Leo Themes was 'damaged' and did not run... so maybe.... but as you know, PS 1.7 is a complete different code and structure. As written above, you have to look for 1.6 themes.
  19. Genau solche Sachen kann die integrierte "Ameise" genau nach deinen Wünschen (frei konfigurierbar) exportieren, in einfache CSV oder Datev. Damit kann man dann weiterarbeiten, sich eine EÜR erstellen oder sonstwas.... direkt kann die Wawi das aber nicht (kenne den aktuellsten Stand der ganz neuen Wawi aber nicht, da schaue bitte mal selbst nach dem Funktionsumfang!!).
  20. weil jeder JTL-Shop (egals welches Template) als solcher irgendwie immer gleich aussieht und zu erkennen ist, das gefällt uns halt gar nicht, liegt ja auch am Produktsortiment wie stark man sich da abheben will... Die JTL Wawi finden wir super, aber nicht alles von JTL... Shop eben nicht so super. Je nach Umfang der Buha ist die Wawi schon Gold wert, weil die Ameise ja alles exportieren kann wie du willst. Was genau sind denn deine Problemchen? Musst du bilanzieren, Einzelunternehmen etc.? Also was musst du damit machen?
  21. Wir sind immer noch nicht live mit dem tb- Shop, das wird nun Anfang Mai soweit sein. Wir möchten JTL dazu weiterhin nutzen, wobei uns klar ist daß wir "nur Bestellungen in die Wawi holen" können, alles andere muss im tb gemacht werden (Artikel anlegen, Mengen etc.), da JTL das in die Richtung nicht unterstützt. Das ist aber kein Problem für uns, Rng.,Packen etc. geht alles über Wawi. Shop soll Shop sein und bleiben.
  22. Hello, i am looking to change {invoice_block_html} and maybe also {delivery_block_html} - but i cant find anything about this. It seems that both were created in a payment-module, but this describes only firstname and lastname. Where come the other data like street, zip and city from in these blocks and where can i fetch them to add the customers E-mail-address ? thank you
  23. I am not sure if it is a very good idea to load such code from a 3rd party, it can become a security thing and also a GDPR problem.
  24. Hello, i am now on TB 1.5.1 and found out that i have similar error and warnings in the Collect PHP Logs -module. Can anybody help me with this? Message: Creating default object from empty value Location: themes/mytheme/modules/blockcart/blockcart.tpl cache/smarty/compile/c2/57/b6/c257b667c290ca77a08882d2c39bf5666fe5b736_0.file.blockcart.tpl.php line 257 STACKTRACE #0 cache/smarty/compile/c2/57/b6/c257b667c290ca77a08882d2c39bf5666fe5b736_0.file.blockcart.tpl.php(257) #1 vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_66190867043c08_90187307(Smarty_Custom_Template#1) #2 vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Custom_Template#1) #3 vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(217): Smarty_Template_Compiled->render(Smarty_Custom_Template#1) #4 vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render(false, 0) #5 vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(116): Smarty_Internal_TemplateBase->_execute(Smarty_Custom_Template#1, null, null, null, 0) #6 classes/smarty/SmartyCustom.php(554): Smarty_Internal_TemplateBase->fetch(null, null, null, null) #7 classes/smarty/SmartyCustom.php(532): Smarty_Custom_Template->fetchWithRetries(null, null, null, null) #8 classes/module/Module.php(2992): Smarty_Custom_Template->fetch() #9 modules/blockcart/blockcart.php(251): ModuleCore->display("/home/123xyz/public_html/modules/blockcart/blockcart.php", "blockcart.tpl") #10 modules/blockcart/blockcart.php(485): BlockCart->hookRightColumn(array(4)) #11 classes/Hook.php(833): BlockCart->hookTop(array(4)) #12 classes/Hook.php(545): HookCore::coreCallHook(BlockCart#1, "hooktop", array(3)) #13 classes/Hook.php(372): HookCore::execWithoutCache("displayTop", array(3), null, false, true, false, null) #14 classes/Hook.php(242): HookCore::exec("displayTop", array(0) [], null) #15 classes/controller/FrontController.php(332): HookCore::displayHook("displayTop") #16 controllers/front/HistoryController.php(82): FrontControllerCore->initContent() #17 classes/controller/Controller.php(209): HistoryControllerCore->initContent() #18 classes/controller/FrontController.php(264): ControllerCore->run() #19 classes/Dispatcher.php(851): FrontControllerCore->run() #20 index.php(33): DispatcherCore->dispatch() I have made changes in the theme/modules/blockcart/crossselling.tpl as follows (begins in line 42): {* * {if $orderProduct.show_price == 1 AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} * <span class="price_display"> * <span class="price">{convertPrice price=$orderProduct.displayed_price}</span> * </span> * {/if} *} This is to hide the product price in cross selling block in the cart. It works with this change above. Without these changes, the shop shows price also when you do not want to show it (seems to be a bug from old PS time). (it is about the CUSTOMERS WHO BOUGHT THIS PRODUCT ALSO BOUGHT ... on product site and also in cart). Do i have to change something in the theme/modules/blockcart/blockcart.tpl maybe? Is this the reason for the error? I am a little bit nervous because it says in the error something about Hooks... and i cant really handle with this. thank you
  25. same here with LiteSpeed Server and tb 1.5.x , activate the fileinfo php-extension was necessary, now the Filemanager works!
×
×
  • Create New...