Welcome, Guest!
By registering with us, you'll be able to discuss, share and private message with other members of our community.
-
Content Count
83 -
Joined
-
Last visited
-
Days Won
4
tommat last won the day on April 6 2019
tommat had the most liked content!
Community Reputation
50 ExcellentRecent Profile Visitors
801 profile views
-
tommat started following How to keep categories in left column, New Hooks in 1.1.x, Is there a CSS purifier somewhere that might cause troubles? and and 7 others
-
Finally someone did this. Big Thanks Lesley!
-
Is there a CSS purifier somewhere that might cause troubles?
tommat replied to movieseals's topic in Modules
See if this helps: content: '\f0d9'; -
You need to raise memory limit on your server
-
Yes
-
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 :)
-
You have it built in TB. It's Cross selling module.
-
Recent blog post block is shown twice at home page
tommat replied to Dolfijn's question in Migrations
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) -
You can do it in css or scss files in your theme
-
Same here in Slovenia... Brexit i guess 😉
-
Try to reinstall your module and see if that helps
-
@AndyC are you using panda or TB categories module?
-
In block categories set category root to Home category
-
@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.
-
@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.