Jump to content
thirty bees forum

tommat

Members
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by tommat

  1. Finally someone did this. Big Thanks Lesley!
  2. You need to raise memory limit on your server
  3. This module will show on product page and on cart page. But you need to have orders that are processed first. It won't show if you have no orders or orders waiting for payment. Once you have processsed or delivered orders it will show on next order. Hope this makes sense :)
  4. You have it built in TB. It's Cross selling module.
  5. Go to Modules -> Positions and remove module from one position for example from displayHome (i can't tell in which position it is on your page)
  6. tommat

    Font Size

    I don't know panda but you can use developer tools in your browser (F12) to find css elements you want to change. Then just put those in custom code like this: .element_1, .element_2, .element_3 { font-size: 20px !important; }
  7. You can do it in css or scss files in your theme
  8. Same here in Slovenia... Brexit i guess 😉
  9. tommat

    menu under logo

    Try to reinstall your module and see if that helps
  10. @AndyC are you using panda or TB categories module?
  11. In block categories set category root to Home category
  12. @jfnewell1965 No problem, we can all be thick headed from time to time ;) The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it. It is generally triggered when the user hovers over an element with the cursor (mouse pointer). Simply said, hover is when you move your mouse over the link and it changes color (that's hover color). Hope that makes sense.
  13. @jfnewell1965 as toplakd said you need to add that class in your themes global.css file, something like this: #footer a { color: #CCC; } This will change all links in footer to be of color #CCC.
  14. If you uploaded image and then change from jpg to png it won't work even if you regenerate images. You need to upload image again.
  15. @LauraJ I just checked on my demo page and everything works fine. I got messages on my server and gmail. What messages are you not receiving? Are you receiving test message from admin page? (advanced parameters > email)
  16. Try to download this theme here: There's a wtbeesblogrecentposthome module in zip file. Try to install it and see if that works
  17. have you tried to reinstall the module?
  18. Check where image url is pointing with your browser developer tools, It should point to yourdomain/img/beesblog/posts/yourimage.jpg
  19. @LauraJ i see you still have dark background on your site. It's coming from theme configurator module. You can disable that module if you want to have theme default colors.
  20. For me, the most easy way to make design changes is to set up store localy, make changes there and when finished just upload a theme files.
  21. There is blocknewsletter.tpl in modules/blocknewsletter/views/template/hook/ Try to replicate exact path in theme folder and see if it works
  22. It's ok if you did it there. Strange it doesn't show changes...
×
×
  • Create New...