ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
922 stars 217 forks source link

PHP-help finding a function about page title in helpers.php #2505

Closed fasonera closed 7 years ago

fasonera commented 7 years ago

I need help searching in a .php-file that belongs to the core-theme. I need to find, and turn off a function that hides a page-title (entry-title) when a header image is chosen for the page. The function should be somewhere in the file the-core-parent/theme-includes/helpers.php, but my .php-skills are limited.

I know it is a big file but would be very grateful if someone could find the code and suggest a change.

<?php if ( ! defined( 'ABSPATH' ) ) { die( 'Direct access forbidden.' ); }

/**

// TODO: separate functions in specific files

if( ! function_exists( 'the_core_get_the_archive_title' ) ) : /**

if ( ! function_exists( 'the_core_render_view' ) ) : /**

if ( ! function_exists( 'the_core_get_featured_posts' ) ) : /**

if ( ! function_exists( 'the_core_match_aspect_ratio_class' ) ) { /**

if ( ! function_exists( 'the_core_image' ) ) { /**

if ( ! function_exists( 'the_core_get_posts' ) ): /**

if ( ! function_exists( 'the_core_paging_navigation' ) ) : /**

if ( ! function_exists( 'the_core_logo' ) ): /**

if ( ! function_exists( 'the_core_post_meta' ) ) : /**

if ( ! function_exists( 'the_core_post_meta_blog_2' ) ) : /**

if ( ! function_exists( 'the_core_get_socials' ) ) : /**

if ( ! function_exists( 'the_core_get_content_class' ) ) : /**

if ( ! function_exists( 'the_core_return_term_id' ) ) : /**

if ( ! function_exists( 'the_core_single_post_title' ) ) : /**

if( ! function_exists( 'the_core_header_image' ) ) : /**

if( ! function_exists( 'the_core_single_post_options' ) ) : /**

if( ! function_exists( 'the_core_listing_post_options' ) ) : /**

if( ! function_exists( 'the_core_general_posts_options' ) ) : /**

if ( ! function_exists( 'the_core_get_all_portfolio_taxonomy_list' ) ) : /**

if ( ! function_exists( 'the_core_button_class' ) ) : /**

if ( ! function_exists( 'the_core_get_datetime_attribute' ) ) : /**

if ( ! function_exists( 'the_core_cat_links' ) ): /**

if ( ! function_exists( 'the_core_get_category_term_list' ) ) : /**

if ( ! function_exists( 'the_core_header_search' ) ) : /**

if ( ! function_exists( 'the_core_header_mini_search' ) ) : /**

if ( ! function_exists( 'the_core_header' ) ) : /**

if ( ! function_exists( 'the_core_footer' ) ) : /**

if ( ! function_exists( 'the_core_get_blog_view' ) ) : /**

if ( ! function_exists( 'the_core_get_blog_wrap' ) ) : /**

if ( ! function_exists( 'the_core_get_instagram_photos' ) ): /**

if ( ! function_exists( 'the_core_translate' ) ) : /**

if ( ! function_exists( 'the_core_twitter_formating' ) ) : /**

if ( ! function_exists( 'the_core_fade_slider_effects' ) ) : /**

if ( ! function_exists( 'the_core_image_video_slider_effects' ) ) : /**

if ( ! function_exists( 'the_core_related_articles' ) ) : /**

if ( ! function_exists( 'the_core_include_file_from_child' ) ) : /**

if ( ! function_exists( 'the_core_get_font_array' ) ) : /**

if ( ! function_exists( 'the_core_get_remote_fonts' ) ) : /**

if ( ! function_exists( 'the_core_user_has_gravatar' ) ) : /**

if ( ! function_exists( 'the_core_is_real_post_save' ) ) : /**

if( ! function_exists( 'the_core_array_merge_recursive' ) ) : /**

if ( ! function_exists( 'the_core_get_shortcode_advanced_styles' ) ) : /**

if ( ! function_exists( 'the_core_get_color_palette_color_and_class' ) ) : /**

if ( ! function_exists( 'the_core_hex2rgba' ) ) : /**

if ( ! function_exists( 'the_core_get_blog_button' ) ) : /**

if ( ! function_exists( 'the_core_posts_advanced_styles' ) ): /**

if ( ! function_exists( 'the_core_blog_title_styles' ) ): /**

if ( ! function_exists( 'the_core_get_blog_comments_number' ) ): /**

if ( ! function_exists( 'the_core_top_bar' ) ): /**

if ( ! function_exists( 'the_core_get_footer_class' ) ): /**

if ( ! function_exists( 'the_core_list_pages' ) ): /**

if ( ! function_exists( 'the_core_return_memory_size' ) ) : /**

if( ! function_exists( 'the_core_responsive_styles' ) ) : /**

if( ! function_exists( 'the_core_responsive_heading_styles' ) ) : /**

if ( ! function_exists( 'the_core_is_page_url_excluded' ) ) : /**

if ( ! function_exists( 'the_core_portfolio_styles' ) ) : /**

if( !function_exists('the_core_go_to_top_button') ) : /**

if( !function_exists('the_core_blog_grid_separator_number') ) : /**

if( !function_exists('the_core_replace_http') ) : /**

if( !function_exists('the_core_change_original_link_with_cdn') ) : /**

if( !function_exists('the_core_post_type_3_date') ) : /**

if( !function_exists('the_core_post_type_3_categories') ) : /**

if( !function_exists('the_core_return_taxonomies_with_posts') ) : /**

if( !function_exists('the_core_events_price_and_currency') ) : /**

if( !function_exists('the_core_get_blog_title') ) : /**

if( !function_exists('the_core_post_type_3_author') ) : /**

if( !function_exists('the_core_post_type_3_comments_number') ) : /**

if( !function_exists('the_core_header_mobile_menu') ) : /**

if( !function_exists('the_core_adjustColorLightenDarken') ) : /**

if( !function_exists('the_core_style_file_name') ) : /**

if( !function_exists('the_core_transition_in') ) : /**

if( !function_exists('the_core_transition_out') ) : /**

if( !function_exists('the_core_page_transition_loader') ) : /**

if( !function_exists('the_core_page_transition_begin') ) : /**

if( !function_exists('the_core_page_transition_end') ) : /**

GheorgheP commented 7 years ago

Please open a ticket on ThemeFuse support page http://support.themefuse.com/hc/en-us/requests/new and they will assist you with that.