Jump to content
thirty bees forum

hedgehog

Members
  • Posts

    49
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hedgehog's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Collaborator Rare
  • Reacting Well Rare
  • Conversation Starter
  • Week One Done

Recent Badges

4

Reputation

  1. Hi, trying to add GA4 scripts, i put them in head.tpl (niara theme) immediately after <head> tag <!-- Google Tag Manager --> {literal} <script async src="https://www.googletagmanager.com/gtag/js?id=G-***"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-***'); </script> {/literal} <!-- End Google Tag Manager --> But what i get is that this one display where it should be: <!-- Google Tag Manager --> <!-- End Google Tag Manager --> and all the script goes to very end of the page. How should i fix that. Thanks
  2. that wouldnt help, at least in my case. i have tried to replace the file from freshly downloaded theme, tried to install the theme anew, the problem was still there until i changed that line of code
  3. thankfully i found the fix, in the file %theme%/js/authentication.js change this line: url: baseUri + '?rand=' + new Date().getTime(), to url: baseUri + '?rand=' + new Date().getTime(), con url: baseUri + 'index.php?controller=authentication' + '?rand=' + new Date().getTime(),
  4. changing theme to default doesnt help either
  5. When i press "register account" button, it shows the following error: TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror I've googled a couple solutions but none of them working - fixing authenticate.tpl / tools.php files, disabling CCC, caching. Maybe because these solutions are for PS, i dont know. Cant create an account anyway. Login functions works well though. Theme is niara, TB 1.1
  6. well tried to regenerate them multiple times as i said, but i didnt worked. Fixed the issue by the way, by deleting niara theme altogether, installing it again (old version) and regenerating images
  7. figured out it can be fixed by switching to default theme. But how can i keep both niara and working images?
  8. no product images are showed after i updated my store to 1.1, though they are still set and if i open product in backoffice i can see the pic. Tried delete generated thumbnails/regenerate them multiple times but to no avail. i use niara theme. How can i fix that? other than by installing backup. By the way, on my other store with the standard theme it wasnt an issue
  9. okay then, thanks. i though this one should be enabled all the time otherwise its a security flaw or something
  10. For some reason i cant login in my Tb 1.1.0 most of the time. When i log in i get back to the login page without any errors. In 2-8 tries i manage to login, but once i press something in the admin 1-4 times (any tab, shipping/products/settings etc) i log out and stuck at the login page again. Same way in anonymous browser tab. Really strange, i have another tb 110 website and it works just fine. I managed to get rid of the problem by setting PS_COOKIE_CHECKIP to 0 in the database, but still is there any other ways to fix that?
  11. Hi there. Is there any affiliate program plugin that will work with TB? I need an option to give my affiliate an affiliate link so he gets % off the customers he referred to me from his website. I see there is a free "referral program" plugin it doesnt work with affiliate links
  12. Wow thank you so much! This actually helped. Editor still deletes span tags, and automatically edits source code a little bit, but now i was able to use itemprop tag within div, which solved my problem. Tested markup in the google tool right now and it recognizes the markup just fine.
  13. Okay, maybe false positive error then? Have you tried to place an order on your store to check if mails working?
  14. For me, changing the email config via different browser (IE instead of chrome) worked well. Also one strange thing - it may still say that there is an error during authentification, when you change the settings; but actually everything works ok, so it's like false positive error notification or something.
×
×
  • Create New...