Profiles

  • Member Since: September 2nd, 2018
  • Find me on:
  • Posted a reply to Incorrect display of galleries on mobile devices, on the site WordPress.org Forums:
    Great, let me know if it works. Also, I realized I made a mistake. What…

  • Posted a reply to Wide images stretched in thumbnails, on the site WordPress.org Forums:
    Follow up: The above code works for images that are 16x9, but wide images outside…

  • Posted a reply to Increase content width on a single page, on the site WordPress.org Forums:
    There might be a neater way to do this but see if this works: .section-inner.post-##.page.type-page.status-publish.hentry.missing-thumbnail…

  • Posted a reply to Incorrect display of galleries on mobile devices, on the site WordPress.org Forums:
    All right, just making sure. The gallery shows only 2 columns on mobile devices to…

  • Posted a reply to Remove navigation toggle / primary menu in the header, on the site WordPress.org Forums:
    Hello, try this custom CSS: h2.site-title, .nav-toggle { display: none; }

  • Posted a reply to remove category and dates, on the site WordPress.org Forums:
    You're welcome. Peace

  • Posted a reply to Front page previews flash when loading, on the site WordPress.org Forums:
    Correction, yes, you should definitely be able to do this without an FTP client. Simply…

  • Posted a reply to Increase content width on a single page, on the site WordPress.org Forums:
    Hello, Here is how to change content width for a single page (disclaimer, I am…

  • Posted a reply to Incorrect display of galleries on mobile devices, on the site WordPress.org Forums:
    Hello, Are you asking how to make galleries show 3 columns on mobile devices?

  • Posted a reply to remove category and dates, on the site WordPress.org Forums:
    Add this custom CSS: .meta.bottom, .meta { display: none; }

  • Posted a reply to Can’t click hamburger menu, on the site WordPress.org Forums:
    Hi Carl, I was able to reproduce the issue by removing this code from line…

  • Posted a reply to Front page previews flash when loading, on the site WordPress.org Forums:
    I've figured out a temporary fix. It involves editing the Javascript included with the theme…

  • Created a topic, Front page previews flash when loading, on the site WordPress.org Forums:
    Good day, I'm having an issue where the post previews…

  • Posted a reply to Wide images stretched in thumbnails, on the site WordPress.org Forums:
    Correction, had to change it to this .preview-image { background-size: 100%; } .post-preview.fallback-image .preview-image:before {…

  • Posted a reply to Wide images stretched in thumbnails, on the site WordPress.org Forums:
    Nevermind, I fixed it by adding this code to "additional CSS" in the Customizer (please…

  • Posted a reply to Wide images stretched in thumbnails, on the site WordPress.org Forums:
    Correction, the affected images aren't 1920x1080px, but they are in 16:9 ratio.

  • Created a topic, Wide images stretched in thumbnails, on the site WordPress.org Forums:
    Hello there, I'm running Hamilton on a test website …