Forum Replies Created
-
AuthorPosts
-
Tim.S
MemberBrad - That was exactly what I needed. Thanks
Tim.S
MemberVictor - Thanks!
Tim.S
MemberThanks, I will give that a try.
Tim.S
MemberThanks for the advice. I do have a sandbox account to try this out on.
"If the image is NOT the header image you add through the wordpress Header Customizer, then the images are set in stylesheet to be 100% max of their container. That means if the container shrinks, as in smaller devices, the image automatically shrinks with it."
That helps me conceptualize this. Will give it a go on the sandbox account.
Thanks!
TimTim.S
MemberMaadi
Thanks, I went with using the plugin.
Tim
Tim.S
MemberJulia
That answers my question. Thanks!
March 15, 2015 at 12:51 pm in reply to: Minimum Pro 3 Site Tagline Right Not Showing Text Widget Content #144489Tim.S
MemberTom
Thanks for replying to my question. I removed and then reapplied the widget and that took care of it.
Thanks!
TimTim.S
MemberDave
Thanks for the insights. Now that you mention it, I did check for customization notes and found a few items we'll have to address. (I might have forgot otherwise.) Overall I went ahead and changed the theme and then adjusted 90% of what I could identify and it went smoothly.
I hear what you are saying about those tables. These are created via a plugin which will be updated as you recommended.
Thanks for the help!
Tim.S
MemberSridhar
Thanks! I'll give it a try today after making a backup.
Thanks for your insight
Tim
Tim.S
MemberBrad
I'll play around with the php code.
Also, I would have thought making the tagline correlate to each post a good SEO technique. In my case, I use a static homepage and each post resides on its own "page" lack of a better word.
Here is the site.
http://www.socialmedialitmustest.com/
Thanks for the help.
Tim
Tim.S
MemberBrad
I tried that and its close, but not exactly what I want. I'll play with the CSS as you suggested and probably can get it to the exact way I want.
Thanks for the help
Tim
Tim.S
MemberBrad
Actually what I want is for one post excerpt to appear just below the main content on the static homepage. Reading through previous posts and supporting resources, it would appear I could add (register) a widget and place it in the home.php.
I might be overlooking the obvious here. Checking the home.php file I see that it is already referencing,
function minimum_home_featured() {
echo '<div id="home-featured"><div class="wrap">';
genesis_widget_area( 'home-featured-1', array(
'before' => '<div class="home-featured-1 widget-area">',
) );genesis_widget_area( 'home-featured-2', array(
'before' => '<div class="home-featured-2 widget-area">',
) );genesis_widget_area( 'home-featured-3', array(
'before' => '<div class="home-featured-3 widget-area">',
) );genesis_widget_area( 'home-featured-4', array(
'before' => '<div class="home-featured-4 widget-area">',
) );echo '</div><!-- end .wrap --></div><!-- end #home-featured -->';
With the above code on the home.php, I thought all I would need to do is visit the widget page and assign a widget to the featured area. Yet, after doing so, what has been assigned isnt appearing.
Thanks
Tim
Tim.S
MemberThanks
That worked!
-
AuthorPosts