Forum Replies Created
-
AuthorPosts
-
cmalamedParticipant
Thank you. My understanding is that they are now one and the same. Upload an image to the library and it creates a post-type page that is indexed by Google. I came across the plugin you mention and used that. Good article. Thanks.
ConniecmalamedParticipantThanks, Marcy. I'm pretty sure I tried that and it didn't work, which is why I posted. But it's been awhile so I will try again this weekend and report back. I appreciate your response.
cmalamedParticipantNo, I haven't resolved this. I'm still using the original width.
cmalamedParticipantThanks, Brad.
cmalamedParticipantInteresting. Thanks, Brad. I didn't see how to add the second key manually, because there was no <form> tag in the plug-in files that I could see. I was also wondering if it was possible to add the snippet for the first key to just one page (my Contact page) rather than to the entire template, but I guess not.
cmalamedParticipantIsn't the issue that you have to replace the favicon in the Genesis theme images folder, not the Child theme? Then wait. It will change. Sometimes it takes awhile. Clear your browser cache every so often too.
cmalamedParticipantThanks for the quick response! It's not clear to me, though, how you can put it inside a widget. The example for ML slider shows adding the shortcode to a page. Simple Resolution doesn't exactly say how to do it. Can they be added to a text widget that is placed in the top position on the home page? Thanks.
cmalamedParticipantI'm using Lifestyle. But actually, I just found the answer by searching through Google. I guess I just missed it on the site. Thanks for trying to understand, Anitac. So Beaco, just in case you haven't found the answer yet, go to your functions.php file and add this code at the end to remove the title:
//* Remove the site title
remove_action( 'genesis_site_title', 'genesis_seo_site_title' );And to remove the description, add this:
//* Remove the site description
remove_action( 'genesis_site_description', 'genesis_seo_site_description' );Then upload the functions.php file. It works. You can read about it here: http://my.studiopress.com/snippets/header/
cmalamedParticipantMy site is in maintenance mode, so no one else can see it. I thought that this would be a pretty common issue. I'll try to explain it better.
When you add a logo through Appearance > Header, the site title input through Settings > General still displays. I'd like to use the logo only and remove the text of the site title. But if I remove the site title from Settings > General, then no page title on the web pages displays. Thanks for your help.
cmalamedParticipantOkay, thanks, Robb. I'm heavily reworking the theme, that's why. No link yet.
cmalamedParticipantMore: I added your suggested CSS to the style sheet and it didn't work for pages. I'm not sure if it's being affect by home-bottom, as you mentioned.
cmalamedParticipantHi Brad,
I did figure out that the problem was with the float clearing but could not resolve it. I tried several versions of clearing and not clearing and couldn't get it to work. Then I started to think that perhaps I'd have to register a new widget for that area on the right. I wanted to do the same thing on the bottom section (HOME BOTTOM). So do you think this can also work for Featured Pages?
ConniecmalamedParticipantThanks for the idea of using Genesis Featured Widget Amplified. It looks like it just supports posts, though. The problem isn't that pages don't support the excerpt by default, it's that in the current layout of the theme, I can't arrange the page excerpts side-by-side, using the Featured Pages widget and placing it in Home Page Middle. But you can get the side-by-side layout using the Featured Posts widget.
cmalamedParticipantI sent it to your wpsites.net email address (hopefully). I'll be using pages there or video or resource links. I'd like that area to have two widgets side by side.
cmalamedParticipantThis reply has been marked as private. -
AuthorPosts