Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. grab the en mail folder from here: https://github.com/thirtybees/mailalerts/tree/master/mails
  2. I guess we can add to the module configuration an extra field to specify the max amount of products to show.
  3. Based on that line: https://github.com/thirtybees/productscategory/blob/master/productscategory.php#L131 The module gets 100 products max from the category (you can change it). And in those lines it cuts the list to only 30 products (you can remove/comment those lines): https://github.com/thirtybees/productscategory/blob/master/productscategory.php#L188-L192
  4. Can you check your error_log file. Try in your root folder and also in admin folder.
  5. Email logs and system logs are 2 different things. Read again what I wrote
  6. Check what Michael said. In BO, Advanced parameters -> Email you will see a log of all out going emails. Check by the time and date and see if the email was sent to you (you should see your email in the recipient column). If you do see a row with you email as recipient and a template 'new_order' than the system did sent the email to you, and it was probably got lost/blocked in your email server.
  7. Are you getting other emails? like contact form. There is an email test in the back office, try it to see you are getting emails at all.
  8. yes, but again this is for screen readers and for google image search. which mean that the image will be tagged by google with that text. I think that it will be more accurate to describe the image as "{$shop_name|escape:‘html’:‘UTF-8’} logo" like: Always Paws logo. I am no seo expert but I do know that image need to have a alt tag that describe the image in words.
  9. yaniv14

    Translations bug

    It would be better to open a ticket for that just to make sure it won't be forgotten. https://github.com/thirtybees/thirtybees/issues
  10. yaniv14

    Translations bug

    based on the final lang pack version, NO. https://github.com/thirtybees/translations/blob/master/packs/1.0.2/bg.json is was fine one version before https://github.com/thirtybees/translations/blob/master/packs/1.0.1/bg.json
  11. yaniv14

    Translations bug

    Check if the language is set as rtl language (is_rtl). in back office, localization -> languages -> ...
  12. at the end of the code you posted: alt="{$shop_name|escape:‘html’:‘UTF-8’}" {$shop_name|escape:‘html’:‘UTF-8’} = The name of your shop, what you have setup in the admin. You can do: alt="{$shop_name|escape:‘html’:‘UTF-8’} Dogs Supplies and Dog Lovers Jewelry"
  13. Whats the purpose of the alt text? this is only visible when hovering with the mouse. and I think it has no effect on seo. If its just for adding a sub title text/slogan for your logo than make it visible all the time by modifying your logo or by adding a line of text under the image. If you looking for image seo than you should do alt/title at the tag.
  14. Just an update on that. I've got something working, but its hard coded for my testing. I just need to figure out how to add it to tb :smiley:
  15. Like @Traumflug said, you should look for something like: alt="{$shop_name|escape:'html':'UTF-8'}" inside tag
  16. Do you have some kind of override? There are no h1meta, h2meta, h3meta columns in categorylang table.
  17. If you are using the default theme than its already using your shop name as alt tag. If you are using different theme than you should look inside header.tpl file
  18. yaniv14

    Minor bugs

    You are saying that you are unable to install it on IE or just the progress bar is broken? Do you install it in English or different language?
  19. The filter comes from Block layered navigation module. To change filters type: Modules->Block layered->Configure
  20. I can't tell. My DB is set to utf8mb4unicodeci, UTF-8 Unicode charset
  21. @mdekker Can you try fix the the createDatabase() function on the module instead. I mentioned that bug months ago and couldn't find a way to fix it or to understand why its not working only on that module. I believe the fix that posted by @Lathaneo is only creating DB tables manually instead of using createDatabase function
  22. Try turn off friendly url
×
×
  • Create New...