clk87
Forum Replies Created
-
Hi there,
This one had me scratching my head!
After some trial and error, I found a way to get the zoom controls to appear on a custom template.Here’s what to check in your template structure:
• Make sure your custom template includes a <main> block or a template part that mirrors the structure of a standard template. (More information about how to specify the HTML used for a Group block here.)
• The editor uses these wrapper blocks to attach UI features. Without them, some buttons (like zoom) can disappear.
To explain further, I recorded a short video demonstration — you can watch it here: https://d.pr/v/OzsxUVForum: Themes and Templates
In reply to: [Twenty Twenty] Adjust post title on mobileHi there,
I’m just checking in about this issue.I’ve checked the site on my phone (iPhone 16, Google Chrome), and it looks like the issue may be resolved — here’s a screenshot for reference: https://d.pr/i/j3GR12
Could you let me know if you’re still seeing the problem on your side? If so, it would be really helpful to have a few more details so we can narrow it down:
- The make/model of your phone (e.g., iPhone 14, Samsung Galaxy S22, etc.)
- The browser you’re using (e.g., Safari, Chrome, Firefox)
- Whether the issue happens on Wi-Fi, mobile data, or both
- If it only appears on specific pages or across the whole site
This information will help me reproduce the issue under the same conditions and figure out what’s going on.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Skip to the contentHi there,
Great question!The “Skip to the content” link points to #site-content, and that ID is applied to the <main> element in the theme’s markup. That means when someone activates the link (usually by pressing Tab to focus it and then hitting Enter), the browser jumps focus straight to the main content area of the page.
You might not notice it at first glance when looking through the template files, but it’s there in the HTML output. If you view the source or inspect the page in your browser dev tools, you’ll see something like:
<main id="site-content">
</main>I recorded a video to demonstrate further. You can check it out here: https://d.pr/v/D16xSr
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] How to align submenu text to rightHi there,
I noticed the submenu items are using flexbox. Therefore, you can try aligning the text to the right using ‘justify-content: end’ – here’s an example: https://d.pr/i/UF3ziS
If you’re interested, you can find out more here: Aligning items in a flex container.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Query Loop filter by tagThanks so much for confirming those details and for sharing your active plugins. I went ahead and installed all the plugins you listed on a test site, and the Taxonomies filter still showed up for me. Since you’re working with standard posts and have tags set up, it should normally appear.
A couple of things we can try to narrow this down:
- Plugin conflict check: Sometimes another plugin can interfere with block editor options. You could try temporarily deactivating all plugins (except Gutenberg/blocks, if installed) to see if the Taxonomies filter shows up. To avoid disrupting your live site, the Health Check & Troubleshooting plugin is handy — it lets you safely test this without affecting site visitors.
- Editor check: Since the Classic Editor plugin is active, just to confirm — are you adding the Query Loop block in the block editor, not the classic one? The filter options only appear in the block editor.
- Hosting support: If you’re still running into issues, it may be worth reaching out to your hosting provider as well. They can sometimes help troubleshoot conflicts or setup quirks that are specific to your environment.
Good luck, and please let us know what you find!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Query Loop filter by tagHmm, that is weird!
Thanks for checking that. There are a few different reasons why the Taxonomies filter might not appear, so we’ll need a bit more info to narrow it down.Could you let me know:
• Are you working with standard blog posts, or a custom post type?
• If it’s a custom post type, are categories or tags set up, and do posts have them assigned?
• Do you have any plugins active that might be affecting how queries or filters are displayed?Once we know a little more about your setup, we can dig deeper into why that option isn’t showing on your end.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Query Loop filter by tagHi there,
Please try selecting Custom from the Query Type settings, then go to Filters > Taxonomies, and under Tags, select your desired tag.
I recorded a video demonstrating the steps. You can check it out here: https://d.pr/v/G9EehY
You can also find out more about using the Query Loop Block filters here.- This reply was modified 9 months ago by clk87.
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] Location of resultsThank you very much Mikko,
I really appreciate the help!
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Player dimensionsThank you, I’ll try this out.
Forum: Plugins
In reply to: [WooCommerce] Terms & ConditionsThanks heaps for your prompt reply and helpful links! I’ll check it out and post a solution here if I figure one out 🙂
Forum: Plugins
In reply to: [WooCommerce] Admin order searchingHi Guys,
Has anyone been able to check this one out?
Cheers
Forum: Plugins
In reply to: [IP2Location Redirection] Facebook linkingPerfect, thank you!
Forum: Plugins
In reply to: [IP2Location Redirection] Facebook linkingHi there, sorry just one more part to this question.
I already have rules set up for redirecting users from the .com site, am I able to have these rules work side by side?
E.g.
Location New Zealand – From Any page – Destination Enter URL https://websitename.com/nz
This seems to be overriding the rule for the product page:
Location New Zealand – From Enter URL (facebook link: https://websitename.com/productname) – Destination Enter URL https://websitename.com/nz/productname
Thank you
Forum: Plugins
In reply to: [IP2Location Redirection] Facebook linkingThank you for the help!
Forum: Plugins
In reply to: [GD bbPress Attachments] upload file in replyHi guys,
I’m having a similar problem. My uploads in replies don’t ever display, they don’t appear in the media library either. As a test, I successfully uploaded a file directly into the media library. I’m running the latest version of all plugins on the site.
Any ideas?
Thank you