Menu
  • HOME
  • TAGS

Remove Title Link for Specific Category in Wordpress

php,wordpress,hyperlink,category,title

Yes, you can do this using the category.php theme file. When this page is hit, it loads a specific category requested and the posts that fall into that category. Your theme and loop may look something like this: <?php single_cat_title(); ?> <?php echo category_description(); ?> if (have_posts()) : while (have_posts())...

How to Click a List Item Where Title Attribute Equals a Specific Variable Using Javascript/Jquery?

javascript,jquery,list,click,title

You need Attribute Equals Selector [name="value"], As the value of title contains # in selector which needs to be escaped so we enclosed it with single quotes $("li.ui-corner-all[title='#9330ff']").click(function() { alert(this.title); }); Edit based on comments as OP want to click when item with particular attribute exits. $("li.ui-corner-all[title='#9330ff']").click(function () { alert(this.title);...

How to dynamically change document title via function?

javascript,jquery,document,title

Try this: var currentTitle = document.title; var beginSubmission = setInterval(function(){ loaded+=1; bar.css('width', loaded+'%'); document.title = loaded+'% :: ' + currentTitle; text.empty().append(loaded + "% completed. <br>"); if (loaded >= 100){ clearInterval(beginSubmission); text.html('Done'); document.title = currentTitle; } }, time); This backs up your title and changes the percentage on it. At the...

How to center chart title position dynamically inside pie chart in highcharts

javascript,highcharts,alignment,title,pie-chart

Better is remove title and use renderer which allows to add custom text, which can be repositioned each time (when you redraw chart). Only what you need is catch this event. function addTitle() { if (this.title) { this.title.destroy(); } var r = this.renderer, x = this.series[0].center[0] + this.plotLeft, y =...

Getting the last active window's title of a process running under system account in services

visual-c++,cmd,window,title

In Windows Vista and later Windows service run in a separate session. When a user logs in a Terminal Services enabled computer a new session is created with each logon. That's the reason we are not able to access the window title of a process since it is running under...

Adding tooltip to SVG rect tag

html,css,svg,tooltip,title

SVG uses title elements, not attributes, you can't style them though. If you need styling you'd need to create the title dynamically as a <text> element and place it at the right location using javascript. This is what default tooltips look like... <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50...

Toolbar title first letter other color

java,android,title,toolbar,textcolor

One one could be to use Html.fromHtml to change the font's color of the two part of the String. E.g. String first = "<font color='#FF000000'>F</font>"; String rest = "<font color='#FFFFFFFF'>irst</font>"; setTitle(Html.fromHtml(first + rest)); ...

Only first word of title retrieved with PHP showing

php,html,title,simple-html-dom

Put title inside quotation marks echo "<td title =".$shipTitles[$key]." >"; // Wrong Right is echo "<td title ='".$shipTitles[$key]."' >"; Without quotes, you will only see the word till the first space ...

add icon to html code title

html,title

that's because this character is (probably) not part of the Latin 1 code page. you should encode your page in Unicode (UTF-8 is what's usually being used) for it to work.

Select by Title JQuery [closed]

jquery,title

First, its <a> and not <select> and the handler is named click unlike it's DOM APi jQuery("a[title='Cinema']").click(function (){ alert("Works!!!); }); ...

How to set default title for a custom spinner?

android,header,spinner,default,title

You have to add "Select Category" string at the first location in your string array or arraylist. before setting it to spinner. String[] SpinnerItem=new String[]{"Select Category","First","Second","Third"}; For ArrayList- ArrayList<String> mArrayList=new ArrayList<String>(); mArrayList=getDataFromSqlite();// retrieve your data first. mArrayList.add(0,"Select Category"); Your database code - public ArrayList<String> getAllLabels(){ ArrayList<String> mArrayList=new ArrayList<String>(); Cursor...

UI Router dynamic tag</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/angularjs'>angularjs</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/angular-ui-router'>angular-ui-router</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> you have to use app.run() in your app.js file and assign your title in $rootScope.title . you can follow this code app.run(function($rootScope){ $rootScope.$on('$stateChangeStart', function(event, toState, toParams, fromState){ $rootScope.title=toState.data.title; }); }); after this then bind the variable in your html like this <title ng-bind="title"></title> I think it will helpful... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/8.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/V6E/ajax-facebook-image-share-title-custom-title-and-image-for-facebook-share-button-on-ajax-result'>Custom title and image for Facebook share button on AJAX result</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/ajax'>ajax</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/facebook'>facebook</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/image'>image</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/share'>share</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You need an individual URL for each individual piece of content that you want to share. Open Graph objects (and simple shared links “become” such, automatically) are identified by their URL (og:url). Now if your whole page is built on AJAX, you still need to create such individual URLs somehow... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/16.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/Oi0/php-url-replace-hyperlink-title-replace-links-with-html-link-and-title'>Replace links with html link and <title></a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/url'>url</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/replace'>replace</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/hyperlink'>hyperlink</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> To call the getTitle() function on the third match, in the middle of the replacement string, you will have to use preg_replace_callback: function getTitle($Url){ $str = file_get_contents($Url); if(strlen($str)>0){ preg_match("/\<title\>(.*)\<\/title\>/",$str,$title); return $title[1]; } } function linkToHref($text){ $text = preg_replace_callback( '/(^|[\n ])([\w]*?)((ht|f)tp(s)?:\/\/[\w]+[^ \,\"\n\r\t<]*)/is', function($matches) { return $matches[1].$matches[2] .'<a href="'.$matches[3].'" target="_blank">' .... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/9.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/culu/netbeans-icons-title-netbeans-display-only-icons-on-window-title'>NetBeans: display only icons on window title</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/netbeans'>netbeans</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/icons'>icons</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Probably not. You may want to start NetBeans with --fontsize 10 or similar to save space. Also change toolbar to use small icons (right click in empty toolbar area to display its menu) or completely hide all its components. If I remember correctly they may have been a special switch... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/26.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bIi4/html-net-title-placeholder-resx-how-to-use-resource-file-for-html-parameters'>How to use Resource File for html parameters?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/.net'>.net</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/placeholder'>placeholder</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/resx'>resx</a> </p> <p class="email-desc"> I have found solution to my problem. I have to use the following syntax to get words with spaces. <a title='@HttpContext.GetGlobalResourceObject(CustomersResource, "t_GoBackCustomer")'> The single quotes did the magic. For labels and controls we no need to use single quotes. But while using for html parameters like Title and PlaceHolder we... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/25.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/Mzz/matlab-image-processing-title-matlab-figure-figure-my-plotted-lines-arent-appearing-on-my-output-figures'>My plotted lines aren't appearing on my output figures</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/matlab'>matlab</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/image-processing'>image-processing</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/matlab-figure'>matlab-figure</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/figure'>figure</a> </p> <p class="email-desc"> The reason why you're getting columns undefined is due to variable scope. When you define columns in SegmentationNew, columns is only available within the lifetime of SegmentationNew and only visible within SegmentationNew. Once SegmentationNew completes, column is no longer defined. I honestly can't make heads or tails of what SegmentationNew... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/1.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/EVS/javafx-window-title-javafx-window-settitle'>JavaFX window setTitle</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javafx'>javafx</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/window'>window</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Exposing properties using static, just for the sake of exposing, may be considered as a bad design. You have different ways to achieve the same, for example, expose a method from the Window class which sets the stage title. public class Window extends Application { private Stage stage; @Override public... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/4.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bcXi/ios-objective-c-uibutton-uistoryboard-title-uibutton-different-alignment-for-title-and-image'>UIButton different alignment for title and image</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/ios'>ios</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/objective-c'>objective-c</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uibutton'>uibutton</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uistoryboard'>uistoryboard</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> set these two. 1. set Align controls of UIButton set Image and Text Inset of UIButton ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/31.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/cuhX/sas-title-setting-title-in-sas-to-a-cell-value'>Setting Title in SAS to a cell value</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/sas'>sas</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> If as @Robert Penridge suggests, you're using a SAS procedure which uses title statements for titling, use SAS Macro: data _NULL_; set my_dataset (obs=1 keep=rate_id); call symputx('mytitle',rate_id); run; title "&mytitle."; /* Insert chart code below */ This code gets the first observation from your dataset and sets up a macro... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/7.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/b9NP/c-datagridview-fonts-title-datagridview-title-font-in-windows-forms-in-c'>Datagridview title font in windows forms in c#</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/c#'>c#</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/datagridview'>datagridview</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/fonts'>fonts</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Let's assume You have some columns and You want to change the header of first column MyDataGridView.Columns[0].HeaderText = "My title"; To change the font in header check this: // ("Arial", 20") means it will use Arial font with 20em size. dgv.ColumnHeadersDefaultCellStyle.Font = new Font("Arial", 20); ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/13.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/ows/javascript-jquery-mouseover-title-jquery-how-to-show-a-checkbox-value-on-mouseover-without-title-attribute'>jQuery: How to show a checkbox value on mouseover (without title attribute)</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/mouseover'>mouseover</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> There is no need to use an event handler, you can set the title programatically like $('div.divCheck label').attr('title', function(){ return $(this).prev('input').val() }); $('div.divCheck label').attr('title', function() { return $(this).prev('input').val() }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <div class="divCheck"> <input type="checkbox" name="language" class="checkSingle" id="language1" value="de - German" /> <label for="language1">de</label>... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/20.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bcZK/jquery-title-how-to-add-title-to-all-ids-with-jquery'>How to add title to all id's with jquery</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Your HTML is invalid - you cannot have elements with the same id in the same page. Use a class instead <table> <tr> <td class="A">TextA</td> <td class="A">TextB</td> <td class="A">TextC</td> </tr> </table> Then your JS becomes a one-liner (assuming you want all elements to have the same title attribute): $('.A').prop('title', 'new... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/29.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/FFk/html-css-hyperlink-title-style-sheets-break-with-title-attribute-on-link-tags'>Style sheets break with TITLE attribute on <link> tags?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/css'>css</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/hyperlink'>hyperlink</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> This appears to be expected behavior. From, for example, the MDN docs A preferred stylesheet [...] is one that has a value of stylesheet supplied for the rel attribute, and any value at all for the title attribute. Here are two examples: <link type="text/css" rel="stylesheet" title="Basic styles" href="basic.css" /> <link... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/7.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/Ick/php-title-php-and-title-tag'>PHP and title tag</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> The problem are the mssing single quotes: Your PHP will output <li id='somefoler'/'Test one two three' title=Test one two three>Test one two three</li> Which is not what you want. Try echo "<li id='$folder/$entry' title='$entry'>$entry</li>"; ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/15.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bQn3/matlab-graph-title-how-to-add-title-for-a-graph-according-to-user-selection-in-matlab'>How to add title for a graph according to user selection in Matlab</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/matlab'>matlab</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/graph'>graph</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Here is some code which seem to do what you are after; I once wanted to do something similar and it worked fine for me, hopefully it's the case for you. I put comments so it should be quite easy to follow/reproduce for your application. clear clc %// Generate dummy... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/19.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/brCj/javascript-php-title-how-to-get-full-page-title-efficiently'>How to get full page title efficiently</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You could the title of the page using JavaScript as simple as document.title. <script type="text/javascript"> var title = document.title; </script> If you want to get the title of the page using jQuery, you could try this: $(function(){ var title = $('title').text(); }) Update The above can be applied, if you... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/18.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/Wa0/android-android-actionbar-title-set-action-bar-title-corresponding-to-actionbar-tab-title'>Set action bar title corresponding to ActionBar tab title</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/android'>android</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/android-actionbar'>android-actionbar</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Have your Activity implement the ActionBar.TabListener interface: class MainActivity extends Activity implements ActionBar.TabListener{ ... ... @Override onTabSelected(ActionBar.Tab tab, FragmentTransaction ft){ setTitle(tab.getText().toString()); } @Override onTabReselected(ActionBar.Tab tab, FragmentTransaction ft){} @Override onTabUnselected(ActionBar.Tab tab, FragmentTransaction ft){} } And voila! It works! There you go :)... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/7.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/copA/ruby-on-rails-ruby-ruby-on-rails-4-title-undefined-method-full-title-duplicate'>undefined method `full_title' [duplicate]</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/ruby-on-rails'>ruby-on-rails</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/ruby'>ruby</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/ruby-on-rails-4'>ruby-on-rails-4</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Any method accessible to the views directly has to go to the helper. Since you are trying to access this method in your layouts, put your code in the application_helper.rb file. All helpers are modules only. If you don't have the file, create one in app/helpers module ApplicationHelper def full_title(page_title)... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/15.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/4oM/php-include-title-changing-title-based-on-included-file-in-php'>Changing title based on included file in PHP</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/include'>include</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Inside page.php: echo '<script> document.title = "This is the new page title."; </script>'; How to dynamically change a web page's title? Enjoy !... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/6.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/clgd/css-wordpress-hide-title-codex-coditional-css-to-display-title-on-blog-only'>Coditional CSS to display title on Blog only</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/css'>css</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/wordpress'>wordpress</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/hide'>hide</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/codex'>codex</a> </p> <p class="email-desc"> from what i understand, you need to remove title only from blog page. the easiest way to do this with css is .blog .entry-title{display:none} where .blog is the class name of your blog page body. (you can get the body class name by inspecting elements.)... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/27.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/ciyN/ios-uinavigationcontroller-uinavigationbar-title-uinavigationitem-how-do-i-change-the-labels-on-all-three-buttons-on-a-uinavigationbar'>How do I change the Labels on all three buttons on a UINavigationBar</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/ios'>ios</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uinavigationcontroller'>uinavigationcontroller</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uinavigationbar'>uinavigationbar</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uinavigationitem'>uinavigationitem</a> </p> <p class="email-desc"> self.navigationItem.title will change the center title, and setting a button with title to self.navigationItem.rightBarButtonItem will change the right button title. And here's how I've changed the back button title. Note: this code must be used on the previous view controller (the one you'd be hitting the back button to return... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/26.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/J3e/jquery-title-how-to-add-value-from-the-title-to-the-value-of-the-class-to-the-same-element-with-jquery'>How to add value from the title to the value of the class to the same element with jQuery?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Since you want to use title value to add classes, than you can do it simply this way: $(document).on('ready', function() { $("[title*='animotion']").addClass(function(){ $(this).parent().css('overflow','visible'); return $(this).attr('title'); }).removeAttr('title'); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <p><img src="http://placehold.it/350x150" title="animotion newClass new1" /></p> jQuery addClass method accepts class name(s) or a function. In both cases... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/8.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bEIC/php-mysql-title-how-can-i-get-a-record-created-time-from-mysql-in-to-img-title-section'>How can I get a record created time from mysql in to img title section?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/mysql'>mysql</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You should use double quotes " if you want to print variable without concatenating it in PHP string. In this case you can concatenate your variable with string: $img = '<img title="' . $datatime . '" src="time.png" class="time_icon" >'; ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/22.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bxh4/html-css-title-confluence-flying-saucer-scale-title-page-image-to-fit-entire-page-when-exporting-confluence-space'>Scale title page image to fit entire page when exporting Confluence space</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/css'>css</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/confluence'>confluence</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/flying-saucer'>flying-saucer</a> </p> <p class="email-desc"> The following works for me in Confluence 5.5. This will scale the supplied image to fit exactly the indicated page size (8.5" x 11" in my example below, although you can use other sizes, as well as units like "cm" and "mm" too). In either case, you will want to... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/22.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bizN/php-html-wordpress-seo-title-wordpress-yoast-plugin-update-seo-title'>Wordpress Yoast plugin update seo title</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/wordpress'>wordpress</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/seo'>seo</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> I found out that the SEO titles are stored in wp_postmeta. So i just did a query in the database like: UPDATE wp_postmeta SET `meta_value` = REPLACE( `meta_value` , 'OLD_NAME', 'NEW_NAME' ) Hope it helps others too.... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/5.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/b4QV/ios-objective-c-uinavigationbar-title-uinavigation-bar-being-set-by-a-different-controller'>UINavigation Bar being set by a different controller</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/ios'>ios</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/objective-c'>objective-c</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uinavigationbar'>uinavigationbar</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> So hopefully nobody else foolishly runs into this weird error. For some reason the code in my 2nd TableViewController: - (BOOL)prefersStatusBarHidden { return YES; } caused the error... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/32.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/b13R/uitableview-swift-title-navigationbar-get-navigation-bar-title-from-selected-row'>Get navigation bar title from selected row</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/uitableview'>uitableview</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/swift'>swift</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/navigationbar'>navigationbar</a> </p> <p class="email-desc"> It's actually really easy. All you have to do is implement prepareForSegue and use sender to create an instance of UITableViewCell. From there you can easily get the title of that cell and using segue.destinationViewController you can set the nav bar title of the subsequent view controller. import Foundation import... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/9.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/cr4h/javascript-jquery-html-tooltip-title-keep-tooltip-title-attribute-updated-while-mouseover'>Keep tooltip (title attribute) updated while mouseover</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/tooltip'>tooltip</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> I wouldn't try and update the native browser tooltip if I were you, I would try something more custom like this: <html> <head> </head> <style> #last-update-title{ position: relative; margin-top: 20px; } #tooltip{ position: absolute; top: -20px; display:none; } #tooltip.show{ display:inherit; } </style> <body> <div id="last-update-title" onmouseover="showToolTip('show');" onmouseout="showToolTip('');"> Some Text here... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/22.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/c9gz/java-swing-title-is-there-a-java-equivalent-to-the-html-title-attribute'>Is there a Java equivalent to the HTML title attribute?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/java'>java</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/swing'>swing</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Sounds like you want the JToolTip class. </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/28.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/WXa/php-class-dynamic-title-how-to-set-dynamic-title-to-extended-public-variable-with-oop'>How to set dynamic title to extended public variable with OOP?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/class'>class</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/dynamic'>dynamic</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You can try to create a method in the parent class say: protected function setTitle($title){ $this->arr['title'] = $title; } and use it in the extended class this way: parent::setTitle("My title"); ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/3.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/ydg/javascript-jquery-click-title-how-to-get-title-value-by-clicking-list-item-with-a-class-used-by-multiple-list-items'>How to get Title Value by Clicking List Item With a Class Used by Multiple List Items</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/click'>click</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You were fairly close, although that's not how you handle events in javascript and you forget the $ in front of your jquery calls: $(".ui-corner-all").on('click', function(){ var title = $(this).prop("title"); alert(title); }); ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/25.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/0cM/java-android-title-toolbar-android-center-the-title-of-the-toolbar-duplicate'>Android - Center the title of the Toolbar [duplicate]</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/java'>java</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/android'>android</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/toolbar'>toolbar</a> </p> <p class="email-desc"> Do not use getSupportActionBar().setTitle(title); to set the title, if you have a custom Toolbar layout. Instead, assuming your XML layout looks like this: <!-- Toolbar --> <android.support.v7.widget.Toolbar android:id="@+id/main_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:id="@+id/main_toolbar_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:orientation="vertical"> <TextView... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/19.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bv9g/wordpress-text-split-title-split-wordpress-title-artist-song-name'>Split wordpress Title (Artist - Song name)</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/wordpress'>wordpress</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/text'>text</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/split'>split</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You can simply try this : $array = explode('-', 'wordpress-title', 2); Then echo $array[0]; // output wordpress echo $array[1]; // output title ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/4.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/DKv/javascript-jquery-attributes-title-uncaught-typeerror-why-does-empty-attribute-break-script'>why does empty attribute break script?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/attributes'>attributes</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uncaught-typeerror'>uncaught-typeerror</a> </p> <p class="email-desc"> Yes, you'll want to make it conditional depending on whether you got a match from any given test. For instance, to make it work with when: if (when) $(this).attr("data-when", when[1]); ...which won't add the data-attr at all if there wasn't a match, or $(this).attr("data-when", when ? when[1] : ""); ....which... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/9.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bGge/django-url-linkedin-title-linkedin-not-pulling-correct-title-for-url'>Linkedin Not Pulling Correct Title for URL</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/django'>django</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/url'>url</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/linkedin'>linkedin</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> The answer to this depends on how you're doing the share action. If you are using the linkedin.com website to post it, there is a crawler that hits the shared URL looking for OpenGraph tags to get that information, and if it cannot find those, it does it's best to... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/23.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/c5a9/android-title-android-theme-all-all-api'>Android Theme all ALL API</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/android'>android</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Try using this style for your Activity: <style name="AppTheme" parent="android:Theme.Holo.Light"> <item name="android:windowActionBar">false</item> <item name="android:windowNoTitle">true</item> </style> But if you want to support anything down to 2.3.3 you have to put that style in the style.xml in the values-v13 resource folder. If it doesn't exist, just create it.... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/18.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/brqP/wordpress-woocommerce-title-products-woocommerce-move-titles-over-thumbnails-of-products-in-category-page'>Woocommerce - Move titles over thumbnails of products in Category page</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/wordpress'>wordpress</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/woocommerce'>woocommerce</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/products'>products</a> </p> <p class="email-desc"> A few more details relating to your parituclar setup are needed to give a proper answer. However, I'm going to assume you have everything at default. This is what you would need to add to the end of functions.php in your active theme folder: remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 ); add_action(... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/12.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/b0gp/html-css-title-html-title-tag-appearing-on-page'>HTML <title> tag appearing on page</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/css'>css</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You have: * { display: block; } <head> <title>HOME _ JWD</title> </head> Your css implicitly contains this too: head, title { display: block; } Do you see what you did? :) If you really want to blockify everything, you could fix it by writing: body * { display: block; }... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/3.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/csrE/php-title-grabbing-page-names-for-headerphp'>Grabbing page names for header.php</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/php'>php</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Your page should define its own title. But, if you really want to do it this way, here's a possible solution: whatever_page_you_load.php: define("PAGE", "WHATEVERPAGE"); include("header.php"); header.php: $page_names = array( "HOME" => "Home Page", "WHATEVERPAGE" => "Whatever Page's Name"; ); $title = "Default Title"; if(defined("PAGE") && !empty($page_names[PAGE])) { $title = $page_names[PAGE];... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/10.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/XpB/ruby-on-rails-ruby-testing-rspec-title-test-title-with-rspec-in-rails'>Test title with rspec in rails</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/ruby-on-rails'>ruby-on-rails</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/ruby'>ruby</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/testing'>testing</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/rspec'>rspec</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> The right syntax was: it "doit avoir le bon titre" do get :home expect(response.body).to have_title('Simple App du Tutoriel Ruby on Rails | Accueil') end Partly solved thanks to Siekfried and his link: RSpec & Capybara 2.0 tripping up my have_selector tests... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/3.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/QBm/wordpress-title-subtitle-page-title-how-can-i-change-the-title-of-my-home-page'>How can I change the title of my home page?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/wordpress'>wordpress</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/subtitle'>subtitle</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/page-title'>page-title</a> </p> <p class="email-desc"> By default the page title becomes the title of the page followed by the website name. If you want to add custom title to your home page add this code to your funuctions.php add_filter( 'wp_title', 'override_title_for_home' ); function override_title_for_home( $title ) { if( ( is_home() || is_front_page() ) ) {... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/27.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bFtb/swift-uibutton-plist-title-swift-uibutton-set-title-from-plist-key'>Swift UIButton Set Title from Plist Key</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/swift'>swift</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/uibutton'>uibutton</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/plist'>plist</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You need to cast to NSDictionary and String because Swift does not know what type an array element is. let question = questionsArray.firstObject as NSDictionary let title = question.objectForKey("A") as String button.setTitle(title forState:.Normal) You could still do this on one line (with brackets) but it is more readable if you... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/6.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/cc59/javascript-jquery-tooltip-title-alt-title-attribute-value-appears-on-rollover-how-do-i-stop-this'>Title attribute value appears on rollover, how do I stop this?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/tooltip'>tooltip</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/alt'>alt</a> </p> <p class="email-desc"> Do not use the title attribute then. Use data-title as the attribute name and access it with the $this.data('title') Demo at http://jsfiddle.net/gaby/62NT7/1/... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/11.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/big5/xcode-crash-title-nscoding-initwithcoder-xcode-nscoding-navigation-title-disappears'>Xcode NsCoding navigation title disappears</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/xcode'>xcode</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/crash'>crash</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/nscoding'>nscoding</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/initwithcoder'>initwithcoder</a> </p> <p class="email-desc"> Don't call [super init]. Call [super initWithCoder:] instead. </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/17.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/09D/batch-file-cmd-title-titlebar-how-can-i-set-set-a-title-that-start-with-comasemicolon-or-equal-sign'>How can I set set a title that start with coma,semicolon or equal sign?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/batch-file'>batch-file</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/cmd'>cmd</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/titlebar'>titlebar</a> </p> <p class="email-desc"> With Win7 x64, I can produce it when a linefeed is in front of the problematic characters. @echo off setlocal EnableDelayedExpansion set LF=^ title !LF!,bc ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/1.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/csTy/aspnet-mvc-title-setting-title-without-viewbag-doesnt-work'>Setting title without ViewBag doesn't work</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/asp.net-mvc'>asp.net-mvc</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> It seems like you have @ViewBag.Title in your MasterLayout.cshtml which contains the value for the <title> tag. You need to make sure that you set the Title property of the ViewBag in your controller. e.g. ViewBag.Title = "HomePage"; Then when the page is rendered you will have your desired title.... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/5.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/b3BE/magento-title-meta-products-custom-magento-meta-title'>Custom Magento Meta Title</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/magento'>magento</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/meta'>meta</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/products'>products</a> </p> <p class="email-desc"> Magento sets title tag in two different places. First in Mage_Catalog_Block_Breadcrumbs inside _prepareLayout() method $title = array(); $path = Mage::helper('catalog')->getBreadcrumbPath(); foreach ($path as $name => $breadcrumb) { $breadcrumbsBlock->addCrumb($name, $breadcrumb); $title[] = $breadcrumb['label']; } if ($headBlock = $this->getLayout()->getBlock('head')) { $headBlock->setTitle(join($this->getTitleSeparator(), array_reverse($title))); } Content of $path variable will vary depending on how... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/2.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bC39/html-image-title-is-title-a-valid-attribute-for-the-html-image-tag'>Is “title” a valid attribute for the html image tag?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/image'>image</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Yes, title is a global attribute: http://www.w3.org/TR/html5/dom.html#the-title-attribute The title attribute represents advisory information for the element, such as would be appropriate for a tooltip. On a link, this could be the title or a description of the target resource; on an image, it could be the image credit or a... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/14.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/7nf/swift-button-title-how-to-change-title-of-button-a-when-button-b-is-pressed'>How to change title of button A when button B is pressed?</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/swift'>swift</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/button'>button</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> You can't use the sender for your needs. Because sender is the button you've clicked on and not the one you want to change the title of. So, you need to make an IBOutlet of your button like you did by creating your IBAction. Then you can call it like... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/19.png'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/cnLS/image-windows-phone-8-title-tile-windows-phone-8-panaroma-application-tile-title'>Windows Phone 8 Panaroma Application Tile Title</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/image'>image</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/windows-phone-8'>windows-phone-8</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/tile'>tile</a> </p> <p class="email-desc"> Image control doesn't have any property to display text similar to Tile's title. You need to add other control to display the title, for example using TextBlock : <toolkit:WrapPanel> <Grid> <Border BorderBrush="AliceBlue" BorderThickness="1" Margin="12,0,0,0"> <Image Width="173" Height="173" Source=".\Assets\cinsiyet.png" Tag="img_deneme" Margin="0,0,0,0" x:Name="img_cins" MouseEnter="Image_MouseEnter" /> </Border> <TextBlock Margin="0,150,0,0" Text="Tile Title" Foreground="White"/> </Grid>... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/15.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bxwP/r-ggplot2-label-title-x-axis-tick-mark-labels-of-different-length-starting-at-same-position'>x axis tick mark labels of different length starting at same position</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/r'>r</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/ggplot2'>ggplot2</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/label'>label</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> To have your x axis labels in the same starting position, add hjust=1 or hjust=0 to the theme() elemet axis.text.x= + theme(axis.text.x = element_text(angle=90,vjust=0.5, size=15,hjust=1)) Your axis titles are not displayed because you have to scale_x_continuous() and scale_y_continuous() calls. Move the titles of axis to the same scale_... call where... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/7.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/ckEe/javascript-jquery-html-image-title-targeting-an-img-that-prompts-a-confirm'>Targeting an img that prompts a confirm</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/javascript'>javascript</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/jquery'>jquery</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/html'>html</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/image'>image</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a> </p> <p class="email-desc"> Since you're open to a jQuery solution, have a look at the following snippet while paying attention to the notes: $( document ).ready(function () { // Init images (note: This should preferably be done server side if you're parsing xml) for (i=0; i < 10; i++) { var a =... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/3.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/ctdf/python-pandas-title-boxplot-set-no-title-for-pandas-boxplot-groupby'>Set no title for pandas boxplot (groupby)</a></h4> <p class="email-content-subtitle"> <a href='http://www.howtobuildsoftware.com/index.php/built-with/python'>python</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/pandas'>pandas</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/title'>title</a>,<a href='http://www.howtobuildsoftware.com/index.php/built-with/boxplot'>boxplot</a> </p> <p class="email-desc"> Make sure your calling suptitle('') on the right figure. In [23]: axes = df.boxplot(by='g') In [24]: fig = axes[0][0].get_figure() In [25]: fig.suptitle('') Out[25]: <matplotlib.text.Text at 0x109496090> ... </p> </div> </div> <div class="email-item email-item-unread pure-g"> <div class="pure-u"> <img class="email-avatar" height="64" width="64" src='http://www.howtobuildsoftware.com/images/20.jpg'> </div> <div class="pure-u-3-4"> <h4 class="email-subject"><a href='http://www.howtobuildsoftware.com/index.php/how-do/bjUn/wordpress-wordpress-plugin-wordpress-theming-title-wordpress-plugin-dev-wordpress-change-title-title-from-a-plugin-without-template-edit'>Wordpress change <title> … from a plugin (without template edit)

wordpress,wordpress-plugin,wordpress-theming,title,wordpress-plugin-dev

create a plugin file and paste the code below... add_filter( 'wp_title', 'custom_title', 20 ); function custom_title( $title ) { return 'New title'; } ...

document.title returns undefined. Why is this?

javascript,html,css,properties,title

Assigning this: document.title = money; Does a one-time assignment of the value in money to the document.title. Any further changes to money will not be reflected in the document.title unless you assign it again. If you are seeing undefined in the title after doing the above assignment, then that can...

Title with hr line

html,css,title

This is fairly simple. First, give your container a text-align:center and your title a display:inline-block and position:relative. This will center your title and make it a block. Then, using ::before and ::after pseudo-elements, style and position lines at either side. I've found this to the the most beneficial method as...

JQuery - OnKeyPress Input Text Title Case

javascript,jquery,case,title

You can use pure CSS by applying text-transform property: The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. #fullname { text-transform: capitalize; } Fiddle Demo...

title does not work with decodeURIComponent and space

javascript,title,space,decodeuricomponent

Wrap the output of decodeURIComponent(filename) in quotes. $(".intome").append( $('<img title="' + decodeURIComponent(filename) + '" src=' + dir + ' />') ); ...

Does the title tag have content?

html5,tags,title

"Content" in the context of HTML is not subjective. We are lucky enough to have a spec which defines everything, so there's no "point of view" to be had. The spec clearly defines every element's content model, which is defined as "A normative description of what content must be included...

Adding Image And title both to UIsegmentControl IOS

ios,uiimage,title,uisegmentedcontrol

The official documentation for -setImage:forSegmentAtIndex: says A segment can only have an image or a title; it can’t have both. There is no default image. So, no, there is no way to do what you want using the image and title properties. However, there are a few options to accomplish...

How can I make a title not show up on a template?

php,wordpress,templates,visibility,title

*if the theme is not yours remember to use child theme if you didn't already. like people said here, you can remove the_title() from the template. but also consider to duplicate the template and create 2 versions of it, the first with title and the other without, that way you...

Show page title for all pages when we print XSLT Report using XML

xml,xslt,header,report,title

I'm not sure what exactly are you trying to do, but it seems you need to read on XSLT. First, you need to remember that everything needs to be added to an HTML tag so that it is displayed in the style or the place you desire. Second, you need...

Get Column title in View

asp.net-mvc,razor,parameters,title,actionlink

Why don't you use Resources for this: Add Resource LastNameTitle Your model will look like: public class Model { [Display(Name = "LastNameTitle ", ResourceType = typeof(Resources.Resources))] public string LastName{ get; set; } } Your View: <th> @Html.ActionLink(Resources.Resources.LastNameTitle , "Index", new { sortOrder = ViewBag.NameSortParm }) @Html.DisplayNameFor(model => model.LastName) </th> ...

echoing webpage title from the defined list

php,echo,title

To answer your question: <?php $pageTitle = "Pets:"; define("ANIMAL", "Dog"); $pageTitle .= ANIMAL; echo $pageTitle; // yields "Pets:Dog"; ?> But to be fair, I would do it with arrays, not with constants in this case. Something like this: <?php $pageTitle = "Pets:"; $animals = array('Dog', 'Cat', 'Bird', 'Super Cow'); echo...

What is the difference between aria-label and title attributes? [duplicate]

html,twitter-bootstrap,title,wai-aria

ARIA-tags are used for disabled visitors of your site. It's very nice of Bootstrap, that they support it by default. Accessible Rich Internet Applications (ARIA) defines ways to make Web content and Web applications (especially those developed with Ajax and JavaScript) more accessible to people with disabilities. For example, ARIA...

Variable php title tag doesn't work

php,post,title

I get the following message: Notice: Undefined index: title A: The element in your form does not have a name attribute. For example: <input type="text" name="title"> ^^^^^^^^^^^^ Plus, make sure your form does indeed have a POST method. I.e.: <form action="handler.php" method="post"> Just for argument's sake, you've a missing...

Is there a way to get rid of the (by dot42) using community licence? [closed]

c#,android,licensing,title,dot42

Looking at the changelog of dot42 I read the following: Apps created with community license always get a "(by dot42.com)" postfix in their application name. Source: https://www.dot42.com/changelog.aspx @ Version 1.0.0.47, released January 15, 2013 So to answer your question, yes with the community edition, it stays because it is by...

Get page title and inner image with javascript

javascript,jquery,image,get,title

First, don't use the same id for different elements, id must be unique Answer that we have reached after discussion $(document).ready(function() { $('a').each(function() { var _this = $(this); var href = _this.attr('href'); $.get( href, function(data) { var html = $(data); var titleNode = html.find('.title'); var imageNodes = html.find('.post-text img'); imageNodes...

How to add image in Highcharts Title and subtitle

javascript,image,highcharts,title

You need to set useHTML to true, and insert your image as HTML: chart.setTitle({ useHTML: true, text: "Testing" + " " + "<img src='../images/appendImage.png' alt='' />" }, { text: "This is a test" }); Working fiddle....