Forum Replies Created
-
AuthorPosts
-
TeeSchneider
ParticipantNevermind! I had added a nav via widget not understanding that those were for inner pages.
TeeSchneider
ParticipantThanks Victor!
TeeSchneider
ParticipantOh. Thanks victor. Any idea if there's any reason why I could change it to appear that way on the blog page?
TeeSchneider
ParticipantI should say that the class is applied to the first paragraph.
December 5, 2016 at 10:13 am in reply to: Digital Pro featured image size/dimensions for posts #197059TeeSchneider
ParticipantNever mind. Size options are in the theme settings.
TeeSchneider
ParticipantOk, this did work. However it changed all of my links, not just those containing images. I got this from tech support that totally addressed the issue for me. Thought I'd share it for future reference. Many thanks for the suggestions.
Add this to the bottom of style.css.
.front-page-2 a, .front-page-3 a {
border-bottom: none;
}TeeSchneider
ParticipantI've tried adding that to style.css and style-front.css and neither does anything
October 21, 2016 at 11:51 am in reply to: Add a backstretch image to front_page_3 in digital pro #195169TeeSchneider
ParticipantAwesome. Thank-you so much. I had a workaround but this looks much better!
TeeSchneider
ParticipantThanks Victor, much appreciated!
November 18, 2015 at 9:00 am in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171411TeeSchneider
ParticipantThanks so much for all your help! I was going crazy.
November 17, 2015 at 10:50 pm in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171384TeeSchneider
ParticipantGreat! The only think I'm now getting is for GA which says:
Non-standard implementation
GTM is green.
I'm assuming the non-standard implementation isn't the worst so long as the codes fire?
November 17, 2015 at 10:17 pm in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171379TeeSchneider
ParticipantOk, did that. Google analytics implements fine but I get the same error with GTM which is:
<script> tag must not be included in a <div>
November 17, 2015 at 9:52 pm in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171376TeeSchneider
ParticipantUnfortunately the Google Tag Manager code has to be implemented right after the opening body tag. The theme setting allows for something right before the closing head or body tag but not the opening.
I can get a non-standard implementation on another genesis child them working relatively well using a plugin and simple hooks but Agency Pro somehow place the code within a div tag which GTM doesn't like at all.
October 24, 2015 at 8:44 pm in reply to: Link from an internal page to the Home Middle section of Agency Pro #168946TeeSchneider
ParticipantI can now get it to work well on desktop by linking to the #home-middle id but it doesn't work on mobile...just brings me back to the top section of front page.
September 1, 2015 at 5:56 pm in reply to: Centric Pro Page title showing at the bottom of home page 1 #164253TeeSchneider
ParticipantI ended up getting rid of it by commenting out:
add_action( 'genesis_before', 'centric_post_title' ); function centric_post_title() { if ( is_page() and !is_page_template() ) { remove_action( 'genesis_entry_header', 'genesis_do_post_title' ); add_action( 'genesis_after_header', 'centric_open_post_title', 1 ); add_action( 'genesis_after_header', 'genesis_do_post_title', 2 ); add_action( 'genesis_after_header', 'centric_close_post_title', 3 ); } elseif ( is_category() ) { remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 ); add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ; add_action( 'genesis_after_header', 'genesis_do_taxonomy_title_description', 2 ); add_action( 'genesis_after_header', 'centric_close_post_title', 3 ); } elseif ( is_search() ) { remove_action( 'genesis_before_loop', 'genesis_do_search_title' ); add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ; add_action( 'genesis_after_header', 'genesis_do_search_title', 2 ); add_action( 'genesis_after_header', 'centric_close_post_title', 3 ); } }Not sure what kind of effect that will have on the bigger picture though.
TeeSchneider
ParticipantI can't! My question was too stupid. I figured it out. :/
August 9, 2015 at 9:21 am in reply to: Removing the Gradient Filter on Altitude Pro front page images? #161841TeeSchneider
Participantnm, found the answer here:
-
AuthorPosts