Forum Replies Created
-
AuthorPosts
-
Yes, I didn’t leave it in there because it wasn’t working. I have now left it in the specified field. Thanks for your help.
Yes, billing has been added for the account.
Re-added one, sorry about that.
This reply has been marked as private.That worked, thank you!
Can you provide the code that should go in functions.php so others can get this to work as well? This is a popular plugin that I’ve noticed isn’t working anymore on my site either. Thanks.
Ok, I’ve done that but how do I get it to be aligned with the left side of the image above it and maintain that position during resizing, etc?
ok, thanks
Why is that happening? I don’t really want to load everything for every page.
See below, it works for me in an icognito window.
Ok, see below.
I installed the plugin that gives temporary access as you requested.
Ok, I have given you an account.
I appreciate the help, thank you.
There we go, many thanks! I just couldn’t get that.
That adjusts the font in the text block, not the text widget on the right side.
Not sure what happened but it now seems to be working.
I don’t see og:image rending in the header code for the page. Nor does it seem to work in facebook debugger. Still shows up for subsequent pages.
Yes. I get an error on facebook debugger and the og:image doesn’t show up in the header. I can see in the code that it is not here. Take a look, I will leave the code in the child theme functions.php file.
That seems to cause a parse error and not work.
I put that in the child theme and it doesn’t seem to work.
I know, but it doesn’t matter if there is an image or not, it doesn’t work. While other pages which do not have an image uploaded to Yoast do work by only having a feature image specified.
Ok, thanks for taking a look!
Yes, it’s not showing when I share on facebook. I have Yoast installed and have tried uploading a facebook specific photo through that but it doesn’t work whether I do that or not.
Oh! Ok, that makes sense. So if we specify what the font size should be in the Enfold settings this overwrites any font size changes made in individual text blocks. That’s not what I would expect as I would assume the local changes would supersede the global change in the Enfold settings.
Many thanks Ismael
This can be closed.
As previously mentioned it doesn’t work even when all custom css is removed. So I guess that functionality just doesn’t work for me then and I will have to target every text section individually?
Thanks but this targets only that instance of the text block, what if I want to do this on other pages, I will then have to code each block individually. Why isn’t the font size toggle in the builder working?
Sent.
Thanks!
Not from what I can tell. I just toggled off all the CSS and it still doesn’t move the font up to the larger size.
yep, this can be closed.
I figured it out.
Had to drop this into functions.php of the child theme –
function custom_add_google_fonts() {
wp_enqueue_style( ‘custom-google-fonts’, ‘https://fonts.googleapis.com/css?family=Quattrocento:400,700’, false );
}
add_action( ‘wp_enqueue_scripts’, ‘custom_add_google_fonts’ ); -
AuthorPosts