richardbuff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Last Modified Info] Default Frontend Post Sorting OrderI had this same issue. The solution by mindstudios fixed it.
Forum: Plugins
In reply to: [WP Last Login] Wipes Out Old Data On Activation/ReactivationYou’re welcome! Also, on a site with a very large user database (400k+), that loop over all users on activation causes a memory exhausted error and the plugin can’t activate. If it could be setup to not update every user with an initial value and only update them on login that would be fantastic.
Forum: Plugins
In reply to: [Comments - wpDiscuz] CSS not loadingI had a problem with CSS not loading on staging and it was solved by going to wpDiscuz settings > Comment Form > then save/update without changing anything. That got the styles loading.
@bmilligan15 Issue appears to be plugins/envira-gallery-lite/includes/global/shortcode.php lines 221-223 where the third parameter to wp_localize_script() is not an array like it should be.
Forum: Fixing WordPress
In reply to: Gutenberg editor is enlarging imagesThe media and text block by default force your image to 100% width so it that it fills up the ‘media’ side of the block (screenshot: https://cl.ly/651ff53b6f0a). The columns block however, doesn’t do this by default, so you should be able to insert a 2-column columns block with text in one column and an image in another and your image should Not be enlarged. If it is, I’d ask your theme developer for assistance as the theme may be overriding the default styling.