jimmiedee
Forum Replies Created
-
Fixed it.
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
text-align: center;
display: block;
}Forum: Themes and Templates
In reply to: [Baskerville] Image captionsI corrected this using:
.post-content figcaption,
.post-content .wp-caption-text,
.post-content .gallery-caption {
font-size: .8em;
font-weight: 700;
color: #999;
margin-top: -0.5em;
padding-top: .5em;
text-align: center;
width: 100%;
}Forum: Themes and Templates
In reply to: [Baskerville] Image captionsAlso, for the side-by-side gallery, the caption is showing left-aligned rather than center-aligned as it is in the editor.
Thanks,
JimmieForum: Themes and Templates
In reply to: [Baskerville] Image captionsHi Anders,
I have the same problem. Using 2.0.3 of your baskerville theme.
You can see the problem on this post.
Many thanks,
JimmieThis is my error. I didn’t realise there were two versions of the theme or had forgotten. 2.1.4 is not an update over 2.0.3. So I have reverted back to 2.0.3. 2.1.4 is for wordpress.com hosted sites.
This is my error. I didn’t realise there were two versions of the theme or had forgotten. 2.1.4 is not an update over 2.0.3. So I have reverted back to 2.0.3. 2.1.4 is for wordpress.com hosted sites.
I have also noticed that the “Content Options” section of Appearance > Customise is missing which normally has the option to turn on or off the Full or Post Excerpt which is related to the “more” / “Continue reading…” function.
This is present if I switch back to Baskerville 2.0.3 but missing with Baskerville 2.1.4.
Is there anything I can do to get this functionality back please?
Thanks,
JimThere may be a way to work around this by exporting the sidebar data from the widgets screen with the old theme active, modifying the data according to the parameters of the new theme and then importing it with the new theme active.
I’ve not looked at this in too much detail yet so I will report back if it can be done.
Forum: Themes and Templates
In reply to: [Baskerville] Lot’s of problems with Microsoft EdgeYou are brilliant! Many thanks. That has fixed the problem. I have put off moving to Gutenburg for so long as it was missing many features that I was using. But now that custom sidebars are being removed or replaced with something else I have no choice.
Now I can start the huge effort of migrating each post across to the new editor and fix the sidebar problems.
Once again, many thanks, and many thanks for weekend support!
Jimmie!Forum: Themes and Templates
In reply to: [Baskerville] Lot’s of problems with Microsoft EdgeHi Anders,
Many thanks for your time and assistance.
Your suggestion has helped in that the text block now shows centred and the text column block works. The images now all show the same on both Edge and Chrome. The centred image shows centred.
However, the side-by-side images still have problems as described earlier. Using the Twenty-Twenty theme they display correctly, i.e. side by side, same size and aligned correctly.
Thanks for your assistance,
JimmieForum: Plugins
In reply to: [Complete Open Graph] Default Title and DescriptionHi Alex.
I can confirm that has fixed the problem.
Many thanks for you quick support!
If I find any other bugs or have any suggestions I will let you know.
All the best,
JimmieForum: Plugins
In reply to: [Async JavaScript] Async and tiled mosaic galleries in postsThanks for the reply.
Those Pinterest and the like are social media “like” counters. I assume as they are can be different for each post shared that you can’t optimize those.
Thanks for the heads up on the console errors. They are related to the Jetpack infinity scroll feature. Not a lot I can do about that unless I turn it off.
Forum: Plugins
In reply to: [Complete Open Graph] Change og:urlWorked out how to change the url:
$url = preg_replace(“/^http:/i”, “https:”, $url);
Just need to know where to put the filter code.
Does it go in the filters.php file? If so could you supply an example of how to fit it in please?
Forum: Plugins
In reply to: [Complete Open Graph] Change og:urlThanks for the reply. I will also take a look. Whilst I am a software developer this is all new to me.
I need to work out:
1. Where to put the filter.
2. How to get the url of the page – I guess it is part of $data[‘og:url’][‘value’]
3. How to modify the url to replace ‘https’ with ‘http’Thanks,
JimmieForum: Plugins
In reply to: [Async JavaScript] Async and tiled mosaic galleries in postsI spoke too soon. Checked in on the site this morning and the problem was still there. So it’s not infinity scrolling either.