Forum Replies Created
-
AuthorPosts
-
lilolad
MemberHi Victor. thanks for the reply. I've added the caption in the media library for that image. Then in Posts, I go to the main text editor, write some text, then on a new line add media and insert the image from the library.
then I save the post and preview it and the caption doesn't show.
If I do exactly the same thing with a page, the caption does show.
March 6, 2017 at 2:33 am in reply to: how to add google recaptcha to post comments box with genesis-sample #202542lilolad
MemberGreat, thank you Victor, that worked perfectly.
lilolad
MemberIt's the code above you have to remove from your functions.php in order to remove the responsive menu.
lilolad
MemberFantastic, that code worked perfectly in the functions.php
thanks ever so much for that!Matt
April 26, 2016 at 8:10 am in reply to: Move primary menu in header right, below header right contents #184447lilolad
MemberThank you Victor. I did try that, but then I couldn't get Ubermenu to recognise it, so I abandoned that idea.
Thank you for your help,
Matt
lilolad
MemberI think I've sorted this.
What I did was used Genesis Simple Hooks plugin and in the wp_head Hook added the following:<?php
if ( ( is_single() ) )
{ ?><style type="text/css">
.site-header {position:relative !important;}
</style><?php }
?>and ticked the PHP tick box.
I hope this helps someone 🙂
October 1, 2014 at 8:02 am in reply to: Create a new three widget area in Genesis Sample theme above footer widgets #126422lilolad
MemberThat's fantastic (I didn't know the 3rd parameter existed). It works a treat - thank you!
lilolad
MemberBrilliant! Thank you. I'd tried changing the layout settings in Genesis > Theme Settings, that was already set to content-sidebar (but still the posts show as sidebar-content).
I didn't fancy going through all the posts to override them individually.
But that link you gave me showed me what I needed to look for and I found a line of code in the single post.php file that was forcing the layout as sidebar-content. So I changed that to content-sidebar, and voila! done.
Thanks very much for your help, perfect!
Matt
lilolad
MemberThis was perfect by the way. Exactly what I wanted - thank you (sorry for the late response)
-
AuthorPosts