rrauso
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Editing theme – sidebar.php refuses to updateThanks for your help Chip! I was able to get what I needed by getting rid of the “if” statement.
Forum: Fixing WordPress
In reply to: Editing theme – sidebar.php refuses to updateexample:
<div id="secondary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="archives" class="widget-container widget_archive"> <h3 headerindex="1h" class="widget-title opensubheader"><span class="accordprefix"></span>Archives<span class="accordsuffix"></span></h3> <ul>I would like to add a class to the last
<ul>- which displays my archive list… is this possible?
Forum: Fixing WordPress
In reply to: Editing theme – sidebar.php refuses to updateYes! So no matter what I edit in the php file, since they are widgets… I can’t change them in the code?
How would I go about adding classes to the widgets?
**if I edit the widgets in the widget are, they do indeed update
Forum: Fixing WordPress
In reply to: Editing theme – sidebar.php refuses to updateI’ve added some css classes and also deleted the search field:
<li id=”search” class=”widget-container widget_search”>
<?php get_search_form(); ?>Basically the extra css classes should call out some javascript I wrote to make the headers turn into drop down menu’s and the search function should be gone.
Viewing 4 replies - 1 through 4 (of 4 total)