Profiles

  • Member Since: January 30th, 2017
  • Find me on:
  • Posted a reply to Plugin isn’t catching all wp_mail initiations., on the site WordPress.org Forums:
    For anyone else facing this issue or similar, I've put together a temporary piece of…

  • Created a topic, Plugin isn’t catching all wp_mail initiations., on the site WordPress.org Forums:
    Hello, Loving the design of this plugin so far, it i…

  • Posted a reply to CSS changes to stylesheet not working, on the site WordPress.org Forums:
    Glad that worked :D I can see it as black. Did you hard refresh? Hard…

  • Posted a reply to CSS changes to stylesheet not working, on the site WordPress.org Forums:
    You have tried .hentry { background:#000; } Right? You were missing a fullstop above.

  • Posted a reply to Woocommerce: Limit Add to Cart to One Click, on the site WordPress.org Forums:
    I just had a play around, trying to replicate your scenario, and was unable to.…

  • Posted a reply to How to customize background colour, on the site WordPress.org Forums:
    It would appear you've changed plugins. Feel free to reply to this if you change…

  • Posted a reply to Help me find the right plugin, on the site WordPress.org Forums:
    I've used this on clients sites before, and it's been useful. Features like being able…

  • Posted a reply to CSS changes to stylesheet not working, on the site WordPress.org Forums:
    Have you tried hard refreshing? Hold CTRL and press F5. Also, try rearranging the stylesheets…

  • Posted a reply to Big gap (header) before main image and form needs removing, on the site WordPress.org Forums:
    This css removes that: header.entry-header { display: none; }

  • Posted a reply to Unable to change line spacing for entire site, on the site WordPress.org Forums:
    The line height looks pretty good to me. This is what I see currently: This…

  • Posted a reply to Unable to change line spacing for entire site, on the site WordPress.org Forums:
    @groucho7 Can you please post a link to your project? Alternatively, you could try something…

  • Posted a reply to Unable to change line spacing for entire site, on the site WordPress.org Forums:
    That's great news! Give me a yell if you need anything else. ~ Eddie.

  • Posted a reply to Please Help: Content not showing when Site Url is different from WordPress URL, on the site WordPress.org Forums:
    Download a dump of the database and do a search for "thepowdergroup.com/tas", if there are…

  • Posted a reply to Unable to change line spacing for entire site, on the site WordPress.org Forums:
    Have you tried doing a hard refresh? Hold CTRL and press F5. If that doesn't…

  • Posted a reply to Posts displaying vertically on page load, on the site WordPress.org Forums:
    Awesome! No worries mate. Just curing some boredom going through helping people with support requests.…

  • Posted a reply to Remove border around event title, on the site WordPress.org Forums:
    Glad it helps. Sorry I can't be too much more help, I haven't ever used…

  • Posted a reply to Posts displaying vertically on page load, on the site WordPress.org Forums:
    Hey mate, just had a play around with my suggestion and it didn't really work…

  • Posted a reply to Remove border around event title, on the site WordPress.org Forums:
    Try this: .fc-day-grid-event .fc-content { white-space: normal!important; } .entry-content tr td, body.et-pb-preview #main-content .container tr…

  • Posted a reply to Posts displaying vertically on page load, on the site WordPress.org Forums:
    The masonry grid isn't being utilized until the whole document has loaded. From view source…

  • Posted a reply to Need stock location on order ( woocommerce ), on the site WordPress.org Forums:
    I had to do something similar, but also a bit different but it might help.…

  • Posted a reply to Extra padding when scrolling?!, on the site WordPress.org Forums:
    No problem, take care :)

  • Posted a reply to Button width expending to page width, on the site WordPress.org Forums:
    Add this to your stylesheet: .wpeevent_paypalbuttonimage { width: auto; height: auto; } Hope this helps.

  • Posted a reply to Extra padding when scrolling?!, on the site WordPress.org Forums:
    Hey mate, Try adding this to your CSS: .vc_col-sm-3 { height: auto!important; } Hope this…

  • Posted a reply to Remove border around event title, on the site WordPress.org Forums:
    Alternatively, remove the padding from: .entry-content tr td, body.et-pb-preview #main-content .container tr td { /*…

  • Posted a reply to Remove border around event title, on the site WordPress.org Forums:
    In your stylesheet, add: .fc-day-grid-event .fc-content { white-space: normal; overflow: hidden; }

  • Posted a reply to Menu Items with Children, on the site WordPress.org Forums:
    Hey mate, not the prettiest workaround but I was just faced with the same issue.…