buster13
Forum Replies Created
-
If i set my narrow width to 700px
the featured image width remain at content width
so the page become like this[ — featured image — ]
xxxx xxxxx
xxx xxx x
xxxx xx xx
xxxxx xx xI will be nicer I think if the featued image follow content width like this
[featured]
xxxx xxxxx
xxx xxx x
xxxx xx xx
xxxxx xx xResolved
Widget Location
Start or EndForum: Plugins
In reply to: [SEO Friendly Images] [Plugin: SEO Friendly Images] Not doing anythingv 3.1.3
Alt does not work
Title worksForum: Themes and Templates
In reply to: [Thematic] Thematic PHP errors…
..
// concatenate display name and prettified operators
//$nice_tag_query = $nice_tag_query.$tag->name.$tag_ops[$tag_ops_counter];
$nice_tag_query = $nice_tag_query.$tag->name;Forum: Themes and Templates
In reply to: [Thematic] Thematic PHP errorsOh ya, i did these comments off modifications to helpers.php to eliminate the PHP offset errors.
/* COMMENTED because with error_reporting(E_ALL); in config.php -> Notice: Undefined offset: 0 in helpers.php on line 69
// prettify tag operator, if any
if ($tag_ops[$tag_ops_counter] == ‘,’) {
$tag_ops[$tag_ops_counter] = ‘, ‘;
} elseif ($tag_ops[$tag_ops_counter] == ‘+’) {
$tag_ops[$tag_ops_counter] = ‘ + ‘;
}
*/
// concatenate display name and prettified operators
//$nice_tag_query = $nice_tag_query.$tag->name.$tag_ops[$tag_ops_counter];Forum: Themes and Templates
In reply to: [Thematic] Thematic PHP errorsResolved.
The errors are not displayed on screen by default because of WordPress.
For my case, i had error_reporting(E_ALL); hence i was able to view these errors.Above errors are present in the original unmodified Thematic theme 0.9.7.7 hence i feel that the developers should solve these errors.