Jump to content
thirty bees forum

cienislaw

Members
  • Posts

    96
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by cienislaw

  1. took me 2s with text search: themes\niara\modules\beesblogrecentposts\views\templates\hooks\home.tpl
  2. yes, thats the case. thanx for heads up, I will modify TPL.
  3. hmm, it puts products below cart summary - it is intentional?
  4. this should be ported back - without it, browsing Niara on mobile is really long run for your fingers.
  5. it's strange that NVD3 Charts and GridHTML modules are marked as not needed since 1.0.4... fixed that manually, works great.
  6. 1.0.8. without NVD3 Charts and GridHTML modules my stats look empty;-(
  7. check all entries in Statistics, not in Dashboard - no pie charts, no list in Best Vouchers and so on.
  8. I've filled a issue some time ago, but issue is still unresolved. Can someone confirm/deny that should be fixed? TIA. https://github.com/thirtybees/statsmodule/issues/11 Also looks like not all table data are displayed in BO, but you can export it as CSV. Is that a correct behavior?
  9. they will do the right thing - take control of look and feel of all 'old' blocks in the city.
  10. hmm, can't change carrier if there are more than one.
  11. in such case you have to edit tpl+css for newsletter module to put elements inline not one after another and add another column size in social block tpl and apply text-align: right for its section. search bootstrap 3.3 docs for guide about element placing.
  12. edit tpl for blocksocial - for example add col-sm-9 to class to align well with newsletter block. <section id="blocksocial" class="col-xs-12"> <h2 class="title_block main-title-column social-header">Follow us</h2> <a href="https://www.facebook.com/thirtybees/" title="Facebook" target="_blank" rel="noopener"> <i class="icon icon-facebook icon-2x icon-fw"></i> </a> <a href="https://twitter.com/thethirtybees" title="Twitter" target="_blank" rel="noopener"> <i class="icon icon-twitter icon-2x icon-fw"></i> </a> <a href="https://thirtybees.com/blog" title="RSS" target="_blank" rel="noopener"> <i class="icon icon-rss icon-2x icon-fw"></i> </a> <a href="https://plus.google.com/+thirtybees" title="Google Plus" target="_blank" rel="noopener"> <i class="icon icon-google-plus icon-2x icon-fw"></i> </a> </section>
  13. ok, more light here. after some digging... I found out that mails/pl/lang.php was missing when I was looking for reason why password reset wasn't sent (which wasn't easy as generic info was shown 'an error occurred during sending' or something like that). and about already signed for newsletter issue - If you had turned on confirmation request which wasn't send, so no one will click link with token, email won't be show on list in BO but will be stored in tb_newsletter table. look there and clean up.
  14. had the same situation with non-en language - lang.php from mails/ was missing and nothing was send to anyone. double check if you have all necessary files in mails/.
  15. I can confirm it too. even with all data removed from newsletter module I cant sign up with one time used email (no client account, just newsletter). hmm, funny thing. After clearing newsletter module data, Ive imported clients one more time - 66 subscribers among them. but mailchimp module is syncing 71 - 3 duplicates of one my emails (yest 3x the same email was accepted) + 2 others. more bad news - no confirmation emails are sent. SMTP tested and works correctly. nothing in logs, there are translation files where it should be. any ideas?
  16. I'm trying to get Mailchimp module working, but an unknown error occurs during install. For sure it didn't assign hooks, so I did manually. But there is a problem with new newsletter subscribers - they are not synced. Forced sync added new subscriber first time, then stopped working. Hard to say what is wrong as I don't see anything suspicious in logs and error console. any idea how to find out what is going on?
  17. my fault, didn't check that on fresh install. everything now works correctly, really nice theme. thank you for your work.
  18. blockfacebook.js has hardcoded English language setting for Facebook block. I've hacked it by hand, but ideal would be fixing it, so it will work well with multilanguage sites. just need to pass selected language iso code needed to create proper facebook js script link - any suggestions how it could be done? js.src = "//connect.facebook.net/$ISO_CODE_HERE/sdk.js#xfbml=1&version=v3.2"; $(document).ready(function() { initfb(document, 'script', 'facebook-jssdk'); }); function initfb(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=334341610034299"; fjs.parentNode.insertBefore(js, fjs); }
  19. hmm, I've just checked the latest demo and product page if you hover on miniatures it doesn't change big picture, which is locked on first image. clicking on images opens them in the browser instead of overlay. also clicking on big picture doesn't start overlay view. can you look into this? thanx.
×
×
  • Create New...