Josh
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Lightbox for WordPress] Does what it saysCheers, just saw the update to keep the settings. Haven’t tested it yet, but great to have it!
Forum: Fixing WordPress
In reply to: HTML Block Saving Issues (FSE)Interesting, thanks! Will look into the shortcode route as I recently moved away from using ad inserting plugins and am trying to reduce the number of plugins.
Forum: Fixing WordPress
In reply to: Display amp-list inlineI tried it but still puts it on the line below?
Forum: Fixing WordPress
In reply to: Plugin auto update hidden (WP 5.5)It seems a little odd both of the sites are configured identically and have tested disabling the plugins but nothing seems to work.
Forum: Fixing WordPress
In reply to: Search page using www. Rest of website doesn’t.@saqibameer470 Managed to find the issue. In the search form, I had www. selected.
This was the search form with the error:
<form method="get" id="searchform" action="https://www.dronenr.com.au/" role="search">this is the form after the fix:
<form method="get" id="searchform" action="https://dronenr.com.au/" role="search">Hi, there is another work around that doesn’t require changing themes etc. One of the AMP developers have created a compatibility plugin. Fixed my issue and now works great. I added the affected code back into my website via the Glue for Yoast SEO & AMP plugin.
For reference the affected code is the following:
<style> .wp-block-gallery.is-cropped .blocks-gallery-item amp-img > img { object-fit: cover; } </style>Forum: Fixing WordPress
In reply to: website borkemWould you recommend me to do a clean install of my current theme?
Forum: Fixing WordPress
In reply to: Centering social linksForum: Plugins
In reply to: [WooCommerce] How do I add a custom button!?Hey, thanks for the suggestion!
I was looking for something on the shop page, not the product page.
Thanks