flohog
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Themes and Templates
In reply to: [OceanWP] Category page titleThat worked! Awesome support, guys! Crazy!
Forum: Themes and Templates
In reply to: [OceanWP] Category page titleHi,
and thanks. Unfortunately I get a http 500 error when doing this:// Disable page title on category view function disable_title( $return ) { if ( is_category() ) { $return = false; } // Return return $return; } add_filter( 'ocean_display_page_header', 'disable_title' );Did I miss something?
Forum: Themes and Templates
In reply to: [OceanWP] Placeholder Text “Search” and Blog page titleTranslating didn’t work, so I changed the “medium-header-search.php” like this:
if ( OCEAN_EXTRA_ACTIVE && class_exists( 'Ocean_Extra_Scripts_Panel' ) && Ocean_Extra_Scripts_Panel::get_setting( 'oe_headerSearchForm_script' ) ) { ?> <label><?php echo esc_html_e( 'Search...', 'oceanwp' ); ?></label> <?php } ?>Replaced “Search…” with my “Suchbegriff”
Worked as I wished! Thanks anyway!
Forum: Themes and Templates
In reply to: [OceanWP] Placeholder Text “Search” and Blog page titleThank you, awesome OceanWP-People!
Forum: Themes and Templates
In reply to: [OnePress] Social Media Footer LinksIt did help. Sometimes I got tomatoes on my eyes (like the Germans would say).
It’s a URL… Thanks a lotForum: Themes and Templates
In reply to: [OnePress] Hero image position rightOk, I’ll open a ticket then. Thanks!
Forum: Themes and Templates
In reply to: [OnePress] Footer Text colorAwesome! Thanks a lot!
Forum: Themes and Templates
In reply to: [OnePress] Font Size in PagesToo bad. Thank you anyway.
Viewing 8 replies - 1 through 8 (of 8 total)