Christiaan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email link shortcode stopped workingOkay, thanks James for your help and for persevering ????
Forum: Fixing WordPress
In reply to: Email link shortcode stopped workingDoesn’t look like it to my eye:
https://themes.trac.www.ads-software.com/changeset?old_path=twentytwentyfour/1.0&new_path=twentytwentyfour/1.1Forum: Fixing WordPress
In reply to: Email link shortcode stopped workingI wonder if instead of a core update, it was actually the 3 April update to the Twenty Twenty-Four theme that changed it?
Forum: Fixing WordPress
In reply to: Email link shortcode stopped workingI didn’t add any code snippets. All I know is that it was working for quite some time now and then when I visited the site after core update, it wasn’t.
If [email] is not supported, why does this development page include it? Has this functionality been removed since then perhaps?
https://developer.www.ads-software.com/reference/functions/antispambot/The above page includes:
To use this in your WordPress Content area all you have to do it wrap it in a short code.
[email][email protected][/email]
Forum: Fixing WordPress
In reply to: Email link shortcode stopped workingThat’s strange. I didn’t use a plugin for this and it was definitely working until a recent core update. No plugins have been disabled either.
I understood it was making use of this in wp-includes/formatting.php
https://developer.www.ads-software.com/reference/functions/antispambot/@erania-pinnera all good, the problem resolved but I can’t remember how now.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Attributes of text in Navigation blockThanks @jordesign
I’ve added the following additional CSS but if you navigate to beehive.archi you’ll see the navigation menu doesn’t obey the hover colour below.
And if you navigate to /works you’ll see that the Post titles do obey the colour but they still have underlines.
Is there CSS code that will cover all links, or do I need some CSS for each of these elements?
.wp-block-navigation a.wp-block-navigation-item__content.wp-block-navigation-item__content:hover { text-decoration:none; color:6B967D; } body a:hover { text-decoration:none; }
My images are 2560 pixels wide.
Is it because I’m adding too many large images and Image CDN is shrinking them? Doesn’t seem like it because I turned it off and redid a gallery and still the same problem.
- This reply was modified 9 months, 3 weeks ago by Christiaan.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack gallery sliderThanks so much. Very illuminating.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Attributes of text in Navigation blockThanks @jordesign,
How do I apply this to all links on the site, as opposed to just the navigation block?
And do you know if the font library feature in 6.5 will provide controls for this without using CSS?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Attributes of text in Navigation blockHi @jordesign, thanks for the offer of help. the website is beehive.archi
And yes, you’re right, it wasn’t a “template” page. I created my own Header pattern and edited the colour in that.
Forum: Everything else WordPress
In reply to: Gutenberg vs WP Block EditorGreat, thank you.
Forum: Fixing WordPress
In reply to: Multiple content blocks in post with different types of contentThe template layout I’m actually trying to create for single posts is:
- Gallery slider content of post
- Title
- Custom field
- Custom field
- Text content of post
- Custom field
- Custom field
The difficulty I’m having is how to have the gallery content at the top of the post but the text content separate, amongst those custom fields.
I figured this one out.
First, activate custom fields:
- Edit a page/post
- Click 3 dots on top right of screen
- Go to Preferences
- Go to Panels
- Enable custom fields
Second, add a meta block:
- Go to add a block to your page/post/template
- Type “meta”
- It will come up that there is no blocks installed with meta in the name
- Below this will be a list of meta blocks you can install
- I chose Meta Field Block
That’s it, not you can add custom fields to your posts/pages/templates using the Meta Field Block.
- This reply was modified 10 months, 1 week ago by Christiaan.
Forum: Developing with WordPress
In reply to: Visualize custom fields in the gutenberg site editorWhen you open the dialog to add a block, search for “meta” and some possible add-ons are suggested.
All I see “No results available from your installed blocks.”
Edit: silly me, I’ve just spotted the suggestions below this text.
- This reply was modified 10 months, 1 week ago by Christiaan.