TheTJ
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PDF and Print Button Hover ColorPerfect. Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PDF and Print Button ColorYou’re the best! Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PDF and Print Button ColorThank you! That didn’t do what I needed though. It changed the color of the text, not the button. I tried adding background- before color, but it just changed the color directly behind the button text, not the button itself.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Vertical Align Table HeaderPerfect! Thank you!
Forum: Plugins
In reply to: [Genesis Responsive Slider] JumpinessNope, it’s still doing it. 🙁
Forum: Plugins
In reply to: [WP Subtitle] Show on Home Page & StyleBump a third time. Still need help with this. Thank you!
Forum: Plugins
In reply to: [WP Subtitle] Show on Home Page & StyleBump again.
Forum: Plugins
In reply to: [WP Subtitle] Show on Home Page & StyleBump. Still need help. Thanks!
Forum: Plugins
In reply to: [WP Subtitle] I May Be DenseFigured it out (with help from the Genesis group on FB)! The code should go as follows (needed a ‘ after the <p>):
function my_genesis_post_title_output( $output ) {
if ( function_exists( ‘get_the_subtitle’ ) ) {
$output .= get_the_subtitle( get_the_ID(), ‘<p class=”subtitle”>’, ‘</p>’, false );
}
return $output;
}
add_filter( ‘genesis_post_title_output’, ‘my_genesis_post_title_output’ );- This reply was modified 7 years, 6 months ago by TheTJ.
Forum: Plugins
In reply to: [WP Subtitle] I May Be DenseAnd I still can’t figure it out lol. Help please.
Forum: Plugins
In reply to: [WP Subtitle] I May Be DenseTried it and its says this:
Your PHP code changes were rolled back due to an error on line 344 of file wp-content/themes/restored316-tasteful/functions.php. Please fix and try saving again.
syntax error, unexpected ‘genesis_post_title_output’ (T_STRING), expecting ‘,’ or ‘)’
So I tried changing comma to a ), but it did not like it still.
Forum: Plugins
In reply to: [WooCommerce] Titles Not AlignedPerfect! Thank you kindly!
Forum: Plugins
In reply to: [WooCommerce] Products on MobilePerfect! Thank you!
Forum: Plugins
In reply to: [WooCommerce] Price Messing UpPerfect! Thank you kindly!
Forum: Plugins
In reply to: [WooCommerce] Titles Not AlignedWhat browser are you using? Here’s how it looks to me in Firefox:
Firefox: https://prnt.sc/jiek9x