tsdadam
Forum Replies Created
-
Fantastic, thanks so much for your help
Thanks Mikko, can I ask where I need to put that snippet?
Atiwa is great, lighter than his previous games, but a lot of fun and an easier teach than something like Fields of Arle or Glass Road.
Forum: Plugins
In reply to: [AMP] Site scan failedHi, thanks, I’ve submitted the form.
Hi,
I actually moved to the medium thumbnails, which works, but I can see why the Lazy Load would break it, so if I run into trouble again, I’ll know how to fix it. I’ll mark this one closed, thanks for your help.
Adam
Thanks for the reply. To reinstall it, I guess I need to uninstall the plugin first? If I do this, will it break all pages that are using the UAG plugin?
Thanks,
Adam
Any ideas anyone?
The front-end (visitors) can be slow too. The hosting and server seem fine, I’ve checked both and am barely touching CPU and RAM, and not touching Swap at all. My WP database is tiny too.
I’ve just loaded a post, and checked Chrome’s devtools and you can see the delay on loading tags and categories here (the green bars)
https://punchboard.co.uk/wp-content/uploads/2021/03/delay.png
Forum: Themes and Templates
In reply to: [Tracks] Replace header search with a plugin search?Found a toggle box to make it work, and have replaced the plugin anyway now.
Thanks so much for the prompt reply and help, it’s really appreciated ??
Thanks for this. I’m still getting an intermittent issue. Sometimes the page loads as I’d like it, and sometimes the description text is shunted onto the next line – see here – https://punchboard.co.uk/wp-content/uploads/2020/09/WZ7YY7Aagv.png
Sometimes if I ctrl-refresh it sorts it out, other times it’s fine when it first loads, any ideas?
Also, is there any way to remove the hover effect from just the logo, so that it’s always at its intended colour?
Thanks again
Forum: Fixing WordPress
In reply to: Link to Posts by specific Author from menuI really need to know:
a) the code to put in The Loop on the author’s page, like this;
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <li> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"> <?php the_title(); ?></a>, <?php the_time('d M Y'); ?> in <?php the_category('&');?> </li> <?php endwhile; else: ?> <p><?php _e('No posts by this author.'); ?></p> <?php endif; ?>
and b) what to put as the url for the menu entry, like https://www.myurl.com/authors/userid=3 or whatever?
I’m not sure if I’m putting across what I’m trying to do well enough.
Forum: Fixing WordPress
In reply to: Link to Posts by specific Author from menuThat’s the page I’ve read, as far as I can see in there there’s no way to link to a specific user’s posts page from a menu entry, only from either clicking on their name on a post, or from creating a list of authors and linking from there.
Unless I’m missing something?