Forum Replies Created
-
AuthorPosts
-
October 16, 2015 at 4:11 am in reply to: Help with moving Outreach Pro Home-top above navigation and behind logo #168273
Amy Kvistad
MemberThanks Chris! I will work on your suggestions and let you know how it goes.
Best regards,
AmyAmy Kvistad
MemberBrad,
Thanks for the suggestion. This doesn't have any visible effect on the Linkedin button that is in the header widget.
It looks like the header widget is 100% of the width but I can only seem to position the LinkedIn button on the left or right with float.April 16, 2015 at 7:21 am in reply to: CENTRIC PRO – Changing background images for different pages? #148110Amy Kvistad
MemberI am using the Centric theme and wanted to do the same thing. Here is a link to the code I put in my functions.php file and styles.css file to do this.
Amy Kvistad
MemberHave you figured out how to do this yet?
February 4, 2015 at 11:45 am in reply to: Mobile navigation background extends to far off the screen. #139665Amy Kvistad
MemberThanks for your quick response and finding the problem!
Amy Kvistad
MemberThanks! That worked!
Amy Kvistad
MemberThank you for your response. Your code works great for IE 6-9 but I just learned that IE 10-11 don't support conditional stylesheets so that is why I wasn't seeing it.
Amy Kvistad
MemberThanks! That works. I didn't realize all those line breaks were there.
Amy Kvistad
MemberI am wondering if this is solved. I just started using Outreach Pro and added 4 posts to the home-bottom widget and they are showing up vertically not horizontally.
Amy Kvistad
MemberHi, this is great and works well. I added background color and pulled them off to the sides of the browser. One more thing I would love to fix and can't figure out is 1) how to hide the link of it is the first/last one, or 2) link to the first/last post so there is a continual loop.
http://amykvistad.com/web/website-push-ad-design/
Thanks!
Amy Kvistad
MemberThanks for the help guys! I also received this great advice from Jennifer Baumann. This worked perfectly and put my new widget above the footer widgets.
You can add your widget in using action priority. The 5 below is a priority. Changing that number up or down will move the widget to different places depending on how many functions you have on a hook.
add_action( 'my_action', 'my_function', 5 );
Amy Kvistad
MemberHi Dave,
Thanks for testing it out! It is good news.
~Amy
Amy Kvistad
MemberWow! Thanks so much -- that is it. I activated that plugin right away after moving the site and before I had fixed all the links.
Amy Kvistad
MemberThe text getting cut off is "Jay Steel LLC". The bottom half is missing in Chrome.
Amy Kvistad
MemberHi, I have a grid loop set up with the plugin Genesis Grid and want to remove the image link as well. I used the following code and it works except that there is the word "grid" just above each image. How can I remove that?
/** Remove the link from the post featured image */
remove_action('genesis_post_content', 'genesis_do_post_image');
add_action('genesis_post_content', 'child_do_post_image', 5);function child_do_post_image() {
if ( !is_singular() && genesis_get_option('content_archive_thumbnail') ) {
genesis_image( array( 'format' => 'html', 'size' => genesis_option('image_size'), 'attr' => array( 'class' => 'alignleft post-image' ) ) );
}
}Thanks,
Amy
Amy Kvistad
MemberThanks, this fixes the space between the columns when they move to one on a mobile device!
Amy Kvistad
Member -
AuthorPosts