• Resolved theuwe

    (@theuwe)


    Hello

    Is it possible to hide the title of the tab-sheet?
    I only want to show the tabs and the title of the tabs but not the title of the tab-sheet

    Thank you for help

Viewing 8 replies - 1 through 8 (of 8 total)
  • Praveen

    (@praveenmalav09)

    Hello @theuwe,

    Please explain properly by sending us the screenshot.

    Thanks

    Thread Starter theuwe

    (@theuwe)

    Please look here.

    “myTitle” is the title of the tab-sheet as shown in list of tab-sheets.

    https://strickgalerie.de/mytitle.jpg

    Thread Starter theuwe

    (@theuwe)

    In the code this is handled by tabs_sec_title where the default is yes. How can I set this option to false?

    $option_names = array(
    				"tabs_sec_title" 	 => "yes",
    				
    				.....
    	
    		<?php  if($tabs_sec_title == 'yes2' ) { ?>
    					<h3 style="margin-bottom:20px ;display:block;width:100%;margin-top:10px"><?php echo get_the_title( esc_html($post_id) ); ?> </h3>
    Praveen

    (@praveenmalav09)

    Hi @theuwe,

    If you set the default ‘yes’ to ‘no’ then it’ll overwrite in the next update. so to hide this title you can set the Display Tabs Section Title setting to No.

    Thanks

    Thread Starter theuwe

    (@theuwe)

    Hi @praveenmalav09

    But I can not find any option to do this in the gui. I have to change the code?

    Thanks

    Praveen

    (@praveenmalav09)

    Hi @theuwe,

    You can find this setting at Tabs Settings -> Display Tabs Section Title.

    Please refer to this screenshot – https://ibb.co/ry3QqBp

    Thanks

    Thread Starter theuwe

    (@theuwe)

    Yes. This works. The reason I couldn’t find this option was, that there is an error in your language file for German

    Wrong: Dieses Plugin ist bereits installiert und aktuell
    Correct: Titel der Zusammenstellung anzeigen

    Thank you for your help

    • This reply was modified 2 years ago by theuwe.
    • This reply was modified 2 years ago by theuwe.
    Praveen

    (@praveenmalav09)

    Hi @theuwe,

    Glad that your issue has been resolved, if you like our plugin then please rate us.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hide the title’ is closed to new replies.