Be Excellent To Each Other

And, you know, party on. Dude.

All times are UTC [ DST ]




Reply to topic  [ 24 posts ] 
Author Message
 Post subject: Wordpress question
PostPosted: Sun Aug 15, 2010 19:55 
User avatar
Goth

Joined: 31st Mar, 2008
Posts: 3742
Any idea why images won't align centre when they have a caption?

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Sep 06, 2010 20:23 
User avatar
Worst

Joined: 30th Mar, 2008
Posts: 6197
I have another question (sadly not an answer, excited Nirejhenge):

Having just moved my blog from Blogger to Wordpress, is there any way I can quickly change every link (when I link to a Blogger tag, really) to the relevant Wordpress label?

In fact, as I have my .com, I'll be pointing it there anyway, so would only need to change 'tag' to 'label' in the links. Or am I fucked?

_________________
>Image<


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Sep 06, 2010 20:39 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12334
If you run it through the Wordpress importer will it not do that for you?

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Sep 06, 2010 20:40 
User avatar
Worst

Joined: 30th Mar, 2008
Posts: 6197
It's imported all the posts and comments. Are links another one? Is it smart enough to do that?

[edit] It can convert categories to tags. Might just do that.

_________________
>Image<


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Sep 06, 2010 20:46 
User avatar
Excellent Moose

Joined: 3rd Apr, 2008
Posts: 171
Nirejhenge wrote:
Any idea why images won't align centre when they have a caption?


Hmm mine are OK So I'm guessing its something to do with your templates style sheet, my caption bit in style.css looks like:

Code:
/* Captions */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%; /* How much width does the whole caption take up? */
   height: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   max-width: 98%; /* How much width does the image take up, 100% == no border */
   height: auto;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* End captions */


I'm no CSS or Wordpress guru though so might be barking up the wrong tree.


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Sun Jun 30, 2019 9:02 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Hi folks,

I hope that somebody can help me with a question (perhaps @Jem ?)

Problem: I write about knitting patterns/projects, and I always give the same information at the end of each post. Or I try to. Sometimes I forget a bit, or give it in the wrong order. I'd love to be a bit more consistent, and though I could edit an old post to try and get the same formar the truth is I never do and when I do try I'll inevitably forget one day and then format it all differently, then copy that different one for the next six until I forget and it changes again.

So, what I'd like is a sort of little form I could fill in on the back end of wordpress with the fields I need so that it would output the formatting and fields the same way each time and I could insert it with a short code or whatever.

I'm sure there must be plugins for this, but I don't know what to search for in the plugins database. Any ideas what it might be called?

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Sun Jun 30, 2019 10:14 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69715
Location: Your Mum
You're looking for a template, aren't you?

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Sun Jun 30, 2019 10:24 
User avatar
Comfortably Dumb

Joined: 30th Mar, 2008
Posts: 12034
Location: Sunny Stoke
Mimi wrote:
I'm sure there must be plugins for this, but I don't know what to search for in the plugins database. Any ideas what it might be called?


You might find Shortcoder useful. I use it a lot on ConsoleMAD - it just enables me to create snippets of content and then I just drop them in with a shortcode into my product pages. It also adds a button to the editor so that you can just pick from a list of your snippets and quickly insert it.

_________________
Consolemad | Under Logic
Curse, the day is long
Realise you don't belong


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Sun Jun 30, 2019 10:26 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Grim... wrote:
You're looking for a template, aren't you?


Am I? Maybe, I honestly don’t know the best way to do it.

I’ve made templates before when I’ve wanted to make pages that display content in a specific way (such as the header image and three lines of text for all of the posts of crafts I’ve made with Darwin, for example) but I’ve never used them with posts. All the content that goes before what I’m going to call the ‘post footer’ would be different in format, but if I can make a post template where I can use the area above the footer however I wish and format some dummy text to enter for the footer that would work.

I’ll have a look tonight! Ta Grim... x

Ooh, and Devilman! That also sounds brilliant. I’ll check that out this evening (apologies, you were posting at the same time as me do I almost missed your message x)

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Sun Jun 30, 2019 12:59 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Russell tells me I’ve already set up some kind of shortcode snippet formatted for exactly this use. I have no idea where it is but I’ll look tonight.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Jul 01, 2019 10:44 
User avatar
sneering elitist

Joined: 25th May, 2014
Posts: 4083
Location: Broseley
Mimi, the way I'd do this is to use the built in WordPress 'Custom Fields', which allows you to set fields on a per-post basis. You can then fill them in one the relevant posts and automatically display those fields on a post in the single post template. This method would require a tiny bit of coding but am happy to help if you find your shortcode thingymabob doesn't do what you need.

_________________
i make websites


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Jul 01, 2019 11:35 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Jem wrote:
Mimi, the way I'd do this is to use the built in WordPress 'Custom Fields', which allows you to set fields on a per-post basis. You can then fill them in one the relevant posts and automatically display those fields on a post in the single post template. This method would require a tiny bit of coding but am happy to help if you find your shortcode thingymabob doesn't do what you need.

Thank you, Jem! I don’t have a shortcode thingamajig as far as I can see. I may once have done, maybe on my old site. Or maybe Russell is thinking of something else, perhaps the custom fields. I know I did set up custom fields on my old website, years and years ago, but if I had them for this one they’ve disappeared.

I couldn’t find anything to do with this when I looked today so it either means I have deleted something, or Russell is speaking g about a previous incarnation of my site, or I’m just not seeing it.

So, I know I’ve done this in the past, so I’ll have a look to setting it up again with Russell’s help tonight and hopefully we’ll get that done with custom fields. If we get stuck with anything I’ll see if you have any advice, but I’m hopeful as if I know I managed it some ten or so years ago. Thank you! x

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Jul 01, 2019 11:44 
User avatar
sneering elitist

Joined: 25th May, 2014
Posts: 4083
Location: Broseley
It may be that WordPress is hiding the custom fields input from you (which it does by default IIRC). On the Edit Post page, click the Screen Options tab top right, make sure that Custom Fields is ticked. This will at least show you the interface for adding them and then you can figure out if you need to add anything to your template or whatever. Good luck :D

_________________
i make websites


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Jul 01, 2019 13:46 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
No, I have it there, I just don’t have any previously set up custom fields in it. If there ever were any I seem to have deleted them :D

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Sun Sep 10, 2023 12:48 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Hello!

A quick question which somebody may know the answer to.

In most (print) publishing software, when you set your column layout you can set it up so that your content can move continually from one column to the next, by which I mean if I set three columns and then write my text it will automatically flow from column 1, to column 2, to column 3, according to the height of the column block that I have set. Adjusting the column height after writing that piece allows me to have all columns ending at the same point on the page, moving the text in a way that is responsive to the height of the three columns.

So, is there a way of doing that in the Gutenberg blocks editor. I can set my column block up, and I can make it responsive to different devices (stacking them if being read on mobile, for example), but I can't write a continuous piece and have it balance automatically in my selected columns.

I'm sorry for not using the correct terms for what I am trying to say. I did Google, but I can't find anything (possibly because I don't know those same correct terms to begin with).

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Sep 11, 2023 12:34 
User avatar
sneering elitist

Joined: 25th May, 2014
Posts: 4083
Location: Broseley
Not natively, that I'm aware of, because it'd be more of a display thing and the editor really handles the structure.

So e.g. you can replicate what you're trying to do in the frontend using the CSS column- stuff, e.g. if you had
Code:
<div class="columns"> your text </div>

and the CSS:
Code:
.columns {
   column-count: 3;
   column-gap: 2em;
}


that'd do roughly what you want, but you'd have to enter it into a gutenberg block in one column.

Hope that makes sense...

_________________
i make websites


Last edited by Grim... on Tue Sep 12, 2023 11:28, edited 1 time in total.
Added code blocks


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Mon Sep 11, 2023 16:02 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Yes, that makes perfect sense. Thank you.

I’m surprised it’s not a built in formatting capability in the blocks, TBH, because it seems an obvious choice for column layouts.

I have two columns at present, with categories for recipes (I’m moving my little cookbook online, just for myself as I find it easier to refer/find things if I can just bring them up on my phone. The page isn’t publicly linked to from the front of the site, and though I’m sure anyone could find it if they went digging around for it, I doubt anyone is going to, but for the sake of my own sanity I want the columns to balance out when I add a new recipe category.

Also, because in mobile view the responsive design splits it, like so:


You do not have the required permissions to view the files attached to this post.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Thu Oct 17, 2024 19:27 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Hi folks,

my site has slowed down considerably. I haven't changed much other than updates and so on, and I wondered if one or more of my plugins could be to blame as I have just deactivated them all and the site is a bit faster.

I'm sure that each of them slows it down to some degree, but does anyone know if there is a 'usual suspect' in this list that might be the main culprit, and/or one or more I could probably do without?

    Akismet Anti-spam: Spam Protection
    Health Check & Troubleshooting
    Image Hover Effects Block
    Jetpack
    Jetpack Boost
    LiteSpeed Cache
    Ninja Forms
    Otter – Page Builder Blocks & Extensions for Gutenberg
    WordPress Hide Posts
    WP Cerber Security, Anti-spam & Malware Scan
    WP Recipe Maker

I'm slowly reactivating them one by one to see if I can see if there is a noticeable slow down at any point, but I'm going off the very unscientific idea of how it feels, rather than an actual measure :metul:

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Fri Oct 18, 2024 9:12 
User avatar
sneering elitist

Joined: 25th May, 2014
Posts: 4083
Location: Broseley
Jetpack is the usual culprit - absolute pile of poop.

Not familiar with WP Cerber Security (and don't really rate any of the security plugins, that shit should be handled on the server) or Otter, though.

Who's your host?

_________________
i make websites


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Fri Oct 18, 2024 10:41 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
I did wonder if Jetpack was to blame, but it just seems so ‘standard’ that I thought I must be wrong.

Cerber was recommended to me way back in the annals of time (maybe as much as 15 or 20 years ago) when somewhere was trying to brute force their way into my site. It may have been someone on the forum, or even my web host back then (which would have been a different one to the present) that recommended it. It would actually have been a different site altogether, at a different URL, but old habits…

I’m currently with UKHost4U, but my first site was hosted of some random guy’s back bedroom server.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Fri Oct 18, 2024 10:45 
User avatar
sneering elitist

Joined: 25th May, 2014
Posts: 4083
Location: Broseley
OK, as long as it's not hosted with GoDaddy or similar we're likely all good there :DD

It's might be worth checking with your host what sort of WAF (web application firewall) they have and if they do any login limiting etc because a lot of them do nowadays. If they're handling all that server side, you could likely ditch that plugin.

If you want to take a look at the nitty gritty going on in the background, see what's happening/where, you can play with Query Monitor (https://en-gb.wordpress.org/plugins/query-monitor/) and that might give you some clues, but yeah... Jetpack is where I'd put my money.

_________________
i make websites


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Fri Oct 18, 2024 11:01 
User avatar

Joined: 30th Mar, 2008
Posts: 14370
Location: Shropshire, UK
Jem wrote:
It's might be worth checking with your host what sort of WAF (web application firewall) they have and if they do any login limiting etc because a lot of them do nowadays. If they're handling all that server side, you could likely ditch that plugin.

:this:

If they're not doing any kind of WAF'ing or other security features though, ditch WP Cerber and install Wordfence instead. It's much better at blocking any kind of intrusions or attacks, and I'm not just saying that because they pay me :DD


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Fri Oct 18, 2024 12:27 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
Super. Thank you both. I’ll have a sit down with it tonight.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Wordpress question
PostPosted: Fri Oct 18, 2024 12:32 
User avatar
Bouncing Hedgehog

Joined: 27th Mar, 2008
Posts: 26078
GazChap wrote:
and I'm not just saying that because they pay me :DD


:DD

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 24 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Columbo and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search within this thread:
You are using the 'Ted' forum. Bill doesn't really exist any more. Bogus!
Want to help out with the hosting / advertising costs? That's very nice of you.
Are you on a mobile phone? Try http://beex.co.uk/m/
RIP, Owen. RIP, MrC. RIP, Dimmers.

Powered by a very Grim... version of phpBB © 2000, 2002, 2005, 2007 phpBB Group.