Jump to content
thirty bees forum

Manisch

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by Manisch

  1. @datakick hmm, right now everything seems fine. What would you suggest?
  2. Ah ok, it actually was a module - in my case TM Mega Menu. I just edited the file modules > tmmegamenu > tmmegamenu.php Somewhere there (line ~2679) are two lines like this '://maps.google.com/maps/api/js?region='.Tools::substr($defaultcountry->isocode, 0, 2); I just removed the first part so it looks like this: :''.Tools::substr($defaultcountry->isocode, 0, 2);
  3. Hmm, is there a way to trace it back? I can't see a module that seems obvious. But perhaps I just ask the template-support.
  4. Hello again, I'm also taking a look at the Media Server Feature right now, but actually...I don't see any effects. So can someone explain me nice and slow what I have to do? (: I created a subdomain (lets call it "static.domain.com") the subdomain's root-folder is the same as the main-domain's = "/httpdocs" the subdomain has a SSL certificate, as well I added the subdomain in the backoffice at advanced parameter > performance > media server #1 clicked on "save" Well...and then? I don't see any effects :D Google pagespeed, gtmetrix etc. still say it's missing...
  5. Hello there, I'm just trying to optimize the speed of my page a little and most complains gtmetrix has come from the Google Maps api. Since I'm not using any map (front + backoffice), I want to simply remove the whole api. But...how? Can anyone tell me where the maps api is located?
  6. @wakabayashi said in Full Page Cache disables CSS and Hooks/Modules: I have had problems with full page cache too. For now I have deactivated it too. I have reported this issue some months ago: https://github.com/thirtybees/thirtybees/issues/382 Michael has provided some fixes. Maybe you should try them out. I would be interested to know, if they worked out for you! Applying all those changes makes my site appear "blank". I haven't applied them one by one, so I can't really say which change caused this.
  7. Thanks for your reply (: Yes, I clicked the hooks so they get green. And actually it should be only a responsive design, that's why I'm so confused. It literary gives me an error 500 page - mobile only. Desktop is fine.
  8. Perhaps this helps: Activating the Full Page Cache gives me an error 500 page on mobile devices...?
  9. Hello there, I was giving the Full Page Cache a try but noticed that it caused some errors to my page. - mobile page was missing. Perhaps the mobile CSS was blocked somehow? - Some modules weren't working anymore. For example a Instagram-Feed at my front page. I don't know whether the Module itself just was disabled or the whole hook...? I'm not an expert so I don't know what more Infos you could need to help me. Please just ask (: Thanks for your help!
×
×
  • Create New...