evita
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Query loop paginationHi @janmtm ,
thanks for getting back to me!
RE: ‘Offset’ modifies the query to skip a specified number of posts, which is why pagination isn’t displayed by default when using it.
I see, so any pattern that include grids or multiple columns does not support pagination (as in my two examples), correct? “Offset” is the actual name of one such pattern…
Is this by design or can I expect to see this being “fixed” at some point?…
RE: I’m not sure where you’re seeing the page URL links that you asked about
This is visible when you add pagination blocks to query loops using a grid layout. It’s not Permalinks-related.
Thank you, @sophiegy ! This worked! I cannot believe I missed this!!!
Forum: Localhost Installs
In reply to: The REST API encountered an unexpected resultA recent MAMP update brought me to this thread. Again! 🙂
This time round the theme editor was not loading. Site Health Status was showing a vaguely familiar REST API error. Once again the fix above did the trick!
I’m reporting this here in case it helps someone else too.
Hi @karolmanijak,
thanks for getting back to me and apologies for the delay responding. I’ve been away.
Let me rephrase what I’m trying to achieve: I want a custom Front Page where the layout of the main content area (the middle column) takes the full width of the screen, just like in the theme demo. I’ve tried many different things, including your suggestion in #1. I also created a new custom Front Page that is based in the default Front Page (the blog Home), or, alternatively, copied the style of that middle column in the blog Home, but do not manage to achieve the full width. The only thing that works is changing the default width for the entire theme, which I do not want.
These are the Front Page template blocks:
https://photos.app.goo.gl/Y2DXRZL9DGN6STZE9
And here is the backend of the page that is set as homepage:
https://photos.app.goo.gl/xbYdU3jTrjCBzsCL7
This is how it looks on the frontend:
https://photos.app.goo.gl/UtBqpxRS41fncq178
And this is how I’d like it to look, at least in terms of content width which I achieved by editing the page template layout from 720 px to 1500 px:
https://photos.app.goo.gl/PP8cpMmXiJiLR7yR6
The problem is: this changes the layout of the entire website!
(This is all on my localhost, hence I’m not posting any links to a live site).
I hope this helps!
PS: uploading images via link is not working (!), hence I’m posting the links to the photos.
- This reply was modified 1 year, 8 months ago by evita.
PS: One more thing: the blog Home does fill out the entire content area and I did try to copy the style of the middle column where this content is located, but it did not work…
Forum: Everything else WordPress
In reply to: Adding footnotes in HTMLI tried #1 by editing a test post on the code editor :
<ol>
<li>This is the first item.
<!-- wp:footnote -->
<p>This is your footnote content for item 1.</p>
<!-- /wp:footnote -->
</li>
<li>This is the second item.</li>
<li>This is the third item.</li>
</ol>… and I get this message in the visual editor:
Your site doesn’t include support for the “core/footnote” block. You can leave it as-is, convert it to custom HTML, or remove it.
How should I implement it?
As a side note, when I manually add the footnote block I see that there’s a lot more going on in the code:
<sup data-fn="652a5e8c-3be6-437d-b170-9068ce035379" class="fn"><a href="#652a5e8c-3be6-437d-b170-9068ce035379" id="652a5e8c-3be6-437d-b170-9068ce035379-link">1</a></sup>
<a href="#652a5e8c-3be6-437d-b170-9068ce035379" id="652a5e8c-3be6-437d-b170-9068ce035379-link">1</a>
</sup>… and then further down:
ol class="wp-block-footnotes"><li id="652a5e8c-3be6-437d-b170-9068ce035379">Footnote text. <a href="#652a5e8c-3be6-437d-b170-9068ce035379-link" aria-label="Jump to footnote reference 1">↩︎</a></li></ol># 2 – This is what I was trying to avoid with this setup if possible…
Forum: Localhost Installs
In reply to: The REST API encountered an unexpected resultMmm… The file was never manually edited until today and I do remember successfully changing permalinks before… Something must have triggered that change, but I’m clueless as to what.
Anyway, thanks so much for your help!
Forum: Localhost Installs
In reply to: The REST API encountered an unexpected resultForum: Localhost Installs
In reply to: The REST API encountered an unexpected result/Applications/MAMP/htdocs/Wordpress. I never changed it.Forum: Localhost Installs
In reply to: The REST API encountered an unexpected resultHere is the file. It’s located in
C:\MAMP\conf\apache\httpd.conf, which is its default location per this page.There is an additional
httpd.conflocated inC:\MAMP\conf\apache\original\httpd.conf. I don’t know if that’s relevant but here is a side by side comparison of the two files.Thanks for taking a look!
Forum: Localhost Installs
In reply to: The REST API encountered an unexpected result@hcabrera – yes, saw that. Thanks for responding! (thanks @threadi too!)
I changed permalink structure several times at random, but never to the Plain structure, I realize. I was actually under the impression that Post Name was the default, perhaps because that’s how I ALWAYS have mine structured and am not a fan of Plain for SEO.
Anyhow, I just changed to Plain and can now view the pages/posts (!!). The REST API error is gone too from Site Health Status. No other structure works, though. All the others return 404s and the REST API error.
There’s still something off here, though, as this is definitely not how I had permalinks structured before and it worked. And, I now seem to be stuck with Plain! I still have all plugins disabled and the default twenty twenty-four theme on, so there shouldn’t be any conflict.
Any ideas of where else to look?
Forum: Localhost Installs
In reply to: The REST API encountered an unexpected resultHi @threadi – That page is also showing a 404…
Anything else I should do?
Forum: Fixing WordPress
In reply to: Footnotes disappearI’m experiencing the exact same problem as @isaka . I was happy to find out about https://wordpress.org/documentation/article/footnotes-block/, but unfortunately my footnotes are not getting saved. I’ll have to revert back to using a plugin.
Before landing in this page I found some old support threads and thought this issue had been solved in summer 2023, but it appears to be back one year on.
Forum: Reviews
In reply to: [Filter Everything — WordPress & WooCommerce Filters] Free version is uselessAs I explained in an earlier post, I was trying to filter content (custom post types) from a query loop. Just that.
From your plugin page:
Key features
- Filters any post types
- Supports any filtering criteria
- Easy integration on a page using Widgets or Shortcodes
Forum: Reviews
In reply to: [Filter Everything — WordPress & WooCommerce Filters] Free version is uselessThe free version of the plugin does not support filtering on singular pages. But PRO version supports.
Take a look:
https://photos.app.goo.gl/bTWmTc8kFkRuD51U9
I’m giving up. Wasted too much time on this already.