Christiaan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attributes of text in Navigation blockOkay, great, thank you.
Edit: oh wait. It’s the WP 2024 theme that I’m using!
Edit 2: found the support page, thanks! ??
- This reply was modified 10 months, 2 weeks ago by Christiaan.
- This reply was modified 10 months, 2 weeks ago by Christiaan.
Forum: Fixing WordPress
In reply to: Attributes of text in Navigation blockThank you, but I can’t find anything in there (or the typography documentation) that controls the attributes when you hover over the navigation links.
The only place I’ve found this is in the Styles control, but for whatever reasons those settings are not having any affect on my site.
Forum: Fixing WordPress
In reply to: Block Editor and Latest Posts blockAh yes I see, thank you. I want to change the layout of everything really.
Post List also appears to be a option. Do you prefer Query Loop over Post List?
I haven’t used WordPress for years and this is the first time I’m learning how to use Blocks.
- This reply was modified 10 months, 2 weeks ago by Christiaan.
Forum: Fixing WordPress
In reply to: Created template in Block Editor but can’t apply to a pageThat did the trick, thanks so much for the quick reply!
Oh wait, it did work. Just had some sort of caching delay.
Tried adding the following code to /global/_portfolio.php but it didn’t work:
$args = array(
‘post_type’ => ‘x-portfolio’,
‘orderby’ => ‘menu_order’,
‘posts_per_page’ => $count,
‘paged’ => $paged
);} else {
$args = array(
‘post_type’ => ‘x-portfolio’,
‘posts_per_page’ => $count,
‘orderby’ => ‘menu_order’,
‘paged’ => $paged,
‘tax_query’ => array(
array(Forum: Fixing WordPress
In reply to: Things to re-configure when switching from subdomain to main domain?Thanks.
Forum: Fixing WordPress
In reply to: Things to re-configure when switching from subdomain to main domain?Okay I think section 1 of this page is all I need right?
https://codex.www.ads-software.com/Changing_The_Site_URLWhich is the most robust method?
Any other potential problems/niggles we should look out for with regard to templates/plugins?
Actually, a little update. When I logged in all my plugins were deactivated. So it may well be a plugin problem.
Perhaps why the plugin reset didn’t appear to work originally was because of browser caching or something and I just wasn’t giving it enough time.
Okay, perhaps you were right Esmi because all of a sudden I’m in but I didn’t do anything. Thanks for your time.
But I do have access to wp-admin and wp-login.php
They’re just looping when I try to log in.
Thanks. No error messages.
Forum: Fixing WordPress
In reply to: After changing of code cannot enter my website or admin-panelTry downloading a new installation set of files and upload the fresh function.php file.
Rename the old one first so you can switch back to it if this doesn’t work.
Thanks Esmi, but as noted above I’ve already tried all of that.
I have similar problem to apsulli, except it’s a fresh install. I’m going reinstall and say goodbye to this plugin.