Jump to content

simona6

Members
  • Posts

    146
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Lincolnshire, UK

Recent Profile Visitors

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

simona6's Achievements

Advanced Member

Advanced Member (4/5)

0

Reputation

  1. Hi. We know how to do the CSS to create a happy face bottom curve. but how do you do that to be a sad face - so the middle is up, and the sides are down? If you apply this class to a DIV/Row, it creates the Happy type. How do you make it so the middle is upper? .curved-bottom { clip-path: ellipse(100% 60% at 50% 40%); } Hope you can help. The plan is to put a row of three Tiles, and apply this to the row, so the tiles are "cropped" in a sad face style.
  2. Mmmmm so what if you want the other rows to be black or plain white? You then have to set each row's background. I assumed you could set the background of the container as grey.
  3. https://www.79design.org.uk/contact-us-2/ This is a duplicate of the page. Inspect it and you see the grve-section has a white background, but I can't override that, as it will affect all sections down the page. I did try it with the additional 'curved-bottom' in the class in CSS, but that didn't work. Any help would be terrific. And some many problems!
  4. No that caused all sorts of problems. Sorry. Made the main Row that the Class was assgined to, almost disappear.
  5. .curved-bottom { clip-path: ellipse(100% 60% at 50% 40%); background-color: #000000!important; } I'm trying to add a background colour behind the Row that has this clip path base. So that it isn't just white. Then I'd like to make it black, and it blend in with the next row. Is there a simple fix to make it a colour, after the curve?
  6. So in short, this needs to stay: https://www.domain.co.uk/shop/category/jeans/mens-jeans/ But this: https://www.domain.co.uk/shop/jeans/mens-jeans/blue-jeans-xl/ Needs to be turned into this: https://www.domain.co.uk/shop/jeans/blue-jeans-xl/
  7. No that still allows the longer URL for products. But does allow the longer URL for CAts, correctly.
  8. I need to add... we have THREE URLS for the shop area, including /shop/ itself of course. /shop/category/{cat}/{sub-cat}/ /shop/category/{cat}/ /shop/{cat}/{product}/ The problem is, some pages in Google Index have: /shop/{cat}/{sub-cat}/{product}/ So that's why we need to 301 THAT URL to the: /shop/{cat}/{product}/
  9. I'm doing this in Rank Math. I don't think I can change the order. Are you familiar with doing it in there, or do you know the fix directly via HTACCESS? We dont' have 'category' anywhere else. Products don't show it.
  10. Thanks. The problem is, this is also shortening a page if it has /category/ in it. Such as: https://www.domain.co.uk/shop/category/jeans/mens-jeans/ Down to https://www.domain.co.uk/shop/category/mens-jeans/ I need it to not do it when Category is in the URL. Possible?
  11. RewriteRule ^shop/[^/]+/[^/]+/([^/]+)/?$ /shop/$1 [R=301,L] We have a site where sometimes Google has indexed a page where it is linked like this: /shop/mens/jeans/jean-product/ But we need it to already redirect to: /shop/mens/jean-product/ The site is written in this way, but Google has oddly indexed longer versions with the "jeans" in the sub category. The Rewrite above was given to me, but it doesn't do anything at all. Can someone please help? Looking at it, surely it should have the various $1...$2 within it, but my knowledge is extremely rusty.
  12. Geomanist is a paid for Font, so you won't be able to get it free, tho there maybe some non-commercial versions. I just assumed the vm version of font=size would do it, rather than converting to SVG.
  13. Why does it crop the top off tho? Some pages will need it bigger than others, so I assumed there was a way to just make it "full the box", or at times, control it more.
  14. I couldn't get it to work. I want really to have a CSS that can set the text to be 100% the width of the containing DIV (ie, if it is in a 50% column... And then one that I can tweak (ie. i fit is in a full width column, I could set it to say 2/3s width. Possible?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.