elilyjayy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Indent for text listHi, thanks both for your help! Both of your suggestions worked although the first one also edited some of my other text indents as well so I’ll most likely use the second one by Niall.
Thanks again for your help!
- This reply was modified 4 years, 2 months ago by elilyjayy.
Forum: Fixing WordPress
In reply to: Change image caption text sizeHi, thank you so much for your reply,
Unfortunately, none of the CSS selectors mentioned worked to change the caption text size.
I finally managed to find the right CSS selector on my own, however:
.wp-block-image figcaption
; which now using the below, I’m able to change my caption font size!.wp-block-image figcaption { font-size: 10px; }
Thanks for all your help though!
- This reply was modified 4 years, 4 months ago by elilyjayy.
Forum: Fixing WordPress
In reply to: Media not uploadingHi, this helped a lot, thank you so much!
Forum: Fixing WordPress
In reply to: Change image caption text sizeHi, thanks for your help so far. This second method actually seems a bit more complicated for me.
I was just wondering if you could help me find the right CSS selector to edit all my caption text? I should be able to use the following, except I don’t think .wp-caption-text is the right selector to use:
.wp-caption-text {
font-size: 10px;
}- This reply was modified 4 years, 4 months ago by elilyjayy.
Forum: Plugins
In reply to: [Yoast SEO] Metadata not showing up in Pinterest Rich PinHi, I’ve been working on resolving the issue of the rich pins with Pinterest and have now gotten the rich pin to show my post excerpt and title.
However, the rich pin shows my post title in the format: [Post title] | [Site name] [Primary Category] – [Category] .
This is despite my search appearance settings in Yoast SEO: %%title%% %%sep%% %%primary_category%%
Is there anything I can do to change this?
Thank you.
Forum: Fixing WordPress
In reply to: Change image caption text sizeHi, I’m not so sure what to do with this information. Would you mind elaborating? Thanks
Forum: Fixing WordPress
In reply to: Center sidebar contentThanks, this worked!
Is there any chance I could center images and other widgets too as well as text?
Forum: Fixing WordPress
In reply to: Change image caption text sizeI want to change all caption text to size 10 and in italics if possible.
Forum: Plugins
In reply to: [Yoast SEO] Metadata not showing up in Pinterest Rich PinHi,
I’ve set a Facebook Image and I can see a value for og:image in the page source, but when I try to Pin my image, I still don’t see my set description.
Forum: Plugins
In reply to: [Yoast SEO] Metadata not showing up in Pinterest Rich PinHi Priscilla,
When I view the page source, the og:title and og:description is correct, but there is no og:image tag.
Forum: Plugins
In reply to: [Yoast SEO] Metadata not showing up in Pinterest Rich PinHi Suwash, thank you for your quick reply.
I have previously confirmed my site on Pinterest and have followed all the steps on the guide. (I spent some time reviewing them in depth again) However, my metadata is still not being pulled from my site.
I am a bit confused by this step here:
On your homepage, Yoast will output the following OpenGraph tags: meta property=”og:type” content=”website”. In order to make Pinterest validate Rich Pins for the homepage, you will need to develop the ability to output “article” only on the homepage and place it, most likely, in your theme’s functions.php file.
To do this, you need to use the Change Yoast SEO OpenGraph Type code here: Develop Filters to Set Custom OpenGraph Tags. Please know that you may need to develop the ability.
Do I need to change my theme functions.php file? If so, what do I add/change?
Alternatively, could my issue be because of the way I am pinning my images to Pinterest? I am using jQuery Pin It Button For Images and Ultimate Social Media Share buttons. I have also tried using Tailwind scheduler which can’t seem to find my page metadata either. Is there anything you would recommend to help me with this? I am open to using different plugins if this is the issue.
No, it’s only the flex posts block with this issue.
Hi, thanks for your quick reply. I’m using the Overlay Child Lifestyle theme.