我很新的WordPress的,並沒有PHP或CSS的經驗...如何自定義WordPress中的Subscribe2按鈕外觀?
我想用Subscribe2插件在我的博客,連同iNove主題。當我添加的窗口小部件,在訂閱/退訂按鈕,在「經典」的方式,這使得頁面相當難看(博客是在:http://www.adlerr.com)呈現
alt text http://i29.tinypic.com/33boh14.jpg
如何自定義的外觀按鈕?我準備寫一些PHP/CSS如果我得到正確的指導......
代碼輸出的按鈕是在這裏:
$this->form = "<form method=\"post\" action=\"\"><p>" . __('Your email:', 'subscribe2')
. "<input type=\"text\" name=\"email\" value=\"" . __('Enter email address...',
'subscribe2') . "\" size=\"20\" onfocus=\"if (this.value == '" . __('Enter email
address...', 'subscribe2') . "') {this.value = '';}\" onblur=\"if (this.value == '')
{this.value = '" . __('Enter email address...', 'subscribe2') . "';}\" /></p><p><input
type=\"submit\" class=\"button\" name=\"subscribe\" value=\"" . __('Subscribe',
'subscribe2') . "\" /> <input type=\"submit\" class=\"button\" name=\"unsubscribe\"
value=\"" . __('Unsubscribe', 'subscribe2') . "\" /></p></form>\r\n";
而且有按鈕將適當stying here:右下角的「提交評論」按鈕,即類「按鈕」的:
alt text http://i31.tinypic.com/2jwfo9.jpg
的代碼生成所述提交評論按鈕是:
<input name="submit" type="submit" id="submit" class="button" tabindex="5"
value="<?php _e('Submit Comment', 'inove'); ?>" />
我該如何讓訂閱/取消訂閱按鈕看起來像「提交評論」按鈕?
您的幫助非常感謝,謝謝。
按鈕定義出現數萬在插件的PHP代碼倍。他們大多包括class =「button-primary」或class =「button-secondary」。有沒有類定義的按鈕定義,我添加了類=「按鈕」,但它沒有改變外觀。 – 2009-08-24 07:38:44
您可以向我展示您的博客上正確設置了按鈕的頁面嗎?我正在關注iNove主題所具有的按鈕樣式。 – 2009-08-24 07:46:36
我在關於頁面上放置了3個按鈕,類別爲「按鈕」,「按鈕 - 主要」和「按鈕 - 次要」。所有看起來都一樣。怎麼了? – 2009-08-24 08:20:33