Is this supposed to work as a clickable link to the featured page? I’ve added the widget using a custom Genesis theme, everything displays as it should, but the widget area (background image + title) isn’t a link in any way. Nothing clickable. It’s just a photo with a title.
Thanks for your help.
Jeff
]]>Hi Frank. I added your widget to a site I’m developing in order to set up a widgetized front page with news items. I wanted to have the page title and some content show, but then discovered that I wasn’t going to want a page’s content to be my text.
I thought, can I get an excerpt in this? That can give me the intro text that I want to display with the title. And then I discovered that this plug-in is a modification of the Featured Pages Advanced (FPA) plugin, which does have excerpt support.
I carefully collected in the excerpt references from the FPA widget-class.php and put them in your wpstudio-widget-class.php file. I also needed to add some excerpt support for pages, so the following snippet was added to my functions.php file:
//* Add Excerpt Support to Pages
add_post_type_support('page', 'excerpt');
And it worked!
Thank you for setting up this plug-in. It really works well for setting up a nice widgetized front page setup with full photos in the boxes.
I’ll paste the entire modified copy of wpstudio-widget-class.php below in the next comment, if you’d like to add this to an update of your plug-in.
]]>Is it possible to hide the widget title? I am using the same name for the widget title as I am for the page title so I can keep my widgets organized. But it means that the title appears twice. If I hide the page title then there is no link to the page. The displayed widget title does not have a tag or class attached to it so I cannot use CSS to hide it.
Is my only option here is to leave the widget title blank? If you are collecting suggestion for future releases, please consider:
a) having option to hide widget title
b) having a tag or class related to the display of the widget title
c) having the entire widget link to the related page
Nothing is showing up. No background image, no page title. I am using this is a Genesis theme called Atmosphere. Maybe that is disabling it? Though the Featured Page Widget seems to work.
]]>In the screenshot I see an image that shows an option for css class. That would be awesome to have in the form. I don’t see it though, and it’s not hidden in the form from I can tell. Can that be added?
Thanks!
]]>Great plugin so far.
The label on the Background Fixed checkbox is set for the content area instead of the Background Fixed options. When you click on the label it checks/unchecks Show Page Content.
Thanks!
]]>