Nutrawee
Forum Replies Created
-
Forum: Your WordPress
In reply to: Obb on the LeafThank you -/\-
Forum: Fixing WordPress
In reply to: How do I add bullets on the Recent posts list?You’re welcome.
Forum: Fixing WordPress
In reply to: How do I add bullets on the Recent posts list?sorry, let’s try
#content .products .widgetcase ul li.widget_recent_entries ul{ list-style: disc; }Forum: Fixing WordPress
In reply to: New Theme not regcognized in WP-adminDoes your style.css contain comment like this
/* Theme Name: Rose Theme URI: the-theme's-homepage Description: a-brief-description Author: your-name Author URI: your-URI Template: use-this-to-define-a-parent-theme--optional Version: a-number--optional . General comments/License Statement if any. . */Forum: Fixing WordPress
In reply to: How do I add bullets on the Recent posts list?open style.css locate at
http://www.oxbargain.com/wp-content/theme/mk3/style.cssand add this line
li.widget_recent_entries ul{ list-style: disc; }Forum: Fixing WordPress
In reply to: How do I add bullets on the Recent posts list?I think your theme style sheet, it locates in
wp-content/theme/(your activated theme)/style.cssCould you tell me your web page url ?
Forum: Fixing WordPress
In reply to: Google Webmaster ToolIt must be
<head> ..... <meta name="verify-v1" content="(number goes here)" /> </head>Forum: Fixing WordPress
In reply to: Is there a way to search wordpress code?I use notepad++, it has a “Find in Folder” feature.
Forum: Fixing WordPress
In reply to: How do I add bullets on the Recent posts list?I think it depends on your style sheet.
Try to assign class to your list tag and create css rule for that classhtml: <ul class="test"> <li>item1</li> <li>item2</li> </ul> css: ul.test{ list-style: disc; }change folder’s name from knowledge-building to knowledgebuilding will solve this problem but I think the creator will release next patch soon
Forum: Plugins
In reply to: Which plugins can I use?I think WP ecommerce is the answer, but you have to customize it.