kuting
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make background work on text widetForum: Themes and Templates
In reply to: How to make background work on text widetthe same thing happens when i add like the calendar, the background image doesnt show. any suggestions on what i can do to fix it?
Forum: Themes and Templates
In reply to: How to make background work on text widetI see the following code. The side bar has category widget and text widget
<div id="sidebar"> <ul> <li id="categories-4" class="widget widget_categories"> <h2 class="widgettitle">Categories</h2> <span class="top"></span> </ul> <ul> <li class="cat-item cat-item-1"><a href="https://mywebsitename.com/blog/archives/category/uncategorized" title="View all posts filed under Uncategorized">Uncategorized</a> </ul> <li id="text-8" class="widget widget_text"> <h2 class="widgettitle">Text Widget</h2> <span class="top"></span> <div class="textwidget">This is a text text text </div> <strong>and this is the css style for the sidebar:</strong> #sidebar { float:left; margin-left:30px; display:inline; position:relative; top:-75px; } #sidebar ul li h2 { background:url(images/titleTag.png) no-repeat; width:166px; height:71px; padding-top:25px; display:block; position:relative; z-index:100; margin-bottom:-60px; font-size:23px; color:#B23D80; padding-left:20px; } #sidebar ul li .top { display:block; background:url(images/listTop.png); width:240px; height:90px; position:relative; } #sidebar ul li { background:url(images/listBtm.png) bottom left no-repeat; width:240px; display:block; padding-bottom: 27px; } #sidebar ul li ul { position:relative; background:url(images/listRpt.png); width:100%; } #sidebar ul li ul li { background:url(images/star.gif) 30px 5px no-repeat; line-height:30px; border:0; padding:0; position:relative; top:-30px; } #sidebar ul li a { color:#a6431c; text-decoration:none; font-size:16px; } #sidebar ul li a:hover { color:#908d2c; }
[you must use the code buttons when posting code]Forum: Plugins
In reply to: wpstats duplicateactually my blog was installed in the folder “wp” already eversince and my index file is located outside the “wp” folder which is on my root directory. this has been the scenario eversince. when i upgraded to 2.3.2, i just set it up the same way – updated the index file in my root directory and updated all other wp files inside my “wp” folder. hmmm.. anywa hope you can find a way ?? thanks a lot andy ??
Forum: Plugins
In reply to: wpstats duplicateanyone got ideas about this?
Forum: Plugins
In reply to: wpstats duplicatehi andy! my url is pusangkalye.com , after i reactivated the stats plugin, when i go to my dashboard to view my blog stats, then login to my wordpress global dashboard (username is pusangkalye), it shows me on the upper right of the page an option to switch between two url – which happens to be the same url name. the difference when i choose the first one is that is shows the stats of my blog before i deactivated the plugin and the when i choose the other one, it shows my blog stats after i reactivated my plugin.
Forum: Installing WordPress
In reply to: 2.3.1 problemOkie here is what i notice. when i use the default permalink, all links to my pages and posts works fine. however, if i use other permalinks like name and date based or numeric, thats when the problem occurs. i tried manually inserting the wordpress code in my .htaccess to be able to use name and date based permalink just like what i used to do before but then, even if the links’s style were updated, they are broken. i even tried changing my .htaccess’ permission to 777 so that wp will automatically write the code in it but still,when i updated my permalink from default to name and date based, i get the “You should update your .htaccess now.” and when i check my .htaccess, no wp code is written and when i view my blog, the link’s url were changed but when you link they are broken, im getting a 500 or 404 error.
what should i do now? i dont wanna stick with the default permalink structure. name and date based worked for me before, but when i upgraded to 2.3.1, it doesnt work now.