drgene113
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areathanks so much! it worked.
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areagreat, I posted the php file
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areaThanks!
The theme-tweaker plugin instructions actually mentions a way to remove the code by “editing the theme-tweaker.php file and removing all references to $unreal”However wheneven I remove soem of those lines and uplaod the edited file, I get an error.
Would it be too much to paste the contents of the 800 line php file here?
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areaoos sorry yes!
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areaTheres’s a GoStats graphic/link at the bottom and a template-tweak link at the extreme bottom in the center in a subtle dark color.
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areaYou can see the two links, one with graphics at the extreme bottom of one of my sites:
Forum: Themes and Templates
In reply to: Removing unwanted plugin links under footer areajust the links.
I imagine I have to search within the plugin’s php file to do that?Forum: Themes and Templates
In reply to: Adding extra space between displayed widgetsYes I used firebug and heres the html code concerning the Popular Searched widget. Im not sure what code to enter in the style.css to make the search results single spaced
<h2 class=”widgettitle”>Popular Searches</h2>
<li class=”widget widget_search” id=”search”><form action=”https://www.mmti.org/podcasts/assessment/” method=”get” id=”searchform”><input type=”text” id=”s” name=”s” maxlength=”50″ size=”18″ onblur=”if (this.value == ”) {this.value = ‘search’;}” onfocus=”if (this.value == ‘search’) {this.value = ”;}” value=”search”/><input type=”submit” value=”go” id=”submit” name=”submit”/></form>
<li class=”widget widget_text” id=”text-379725121″> <h2 class=”widgettitle”>Visitors</h2>
<div class=”textwidget”><!– GoStats JavaScript Based Code –>
<script src=”https://gostats.com/js/counter.js” typForum: Themes and Templates
In reply to: Adding extra space between displayed widgetsThe 24px, I believe, is referencing the value I added for my widget spacing.
Forum: Themes and Templates
In reply to: Adding extra space between displayed widgetsYes!
It worked for the Random Posts but not for the Popular Searches.Forum: Themes and Templates
In reply to: Adding extra space between displayed widgetsThanks so much. That did it.
One more question. How would you suggest that I remove the double spacing in the “Random Posts” and “Recent Searches” widgets on my site. (see: https://www.mmti.org/podcasts/assessment and look in the middle widget bar.
Could I add a global piece of code to force all widgets to be single spaced?
Forum: Fixing WordPress
In reply to: Need to login too frequentlyWoudl you know what part of wordpress I should modify to correct this?
I looked in my Firefox for Mac prefverences and dont think thats the casue.
Forum: Plugins
In reply to: wp-costum-login-logo plugin problemThat did the trick.
It seems that the Register Plus plugin was the culprit and not the costum-login-logoThanks so much!
Forum: Fixing WordPress
In reply to: link not appearing in a postok its working.
Next question..can I link to a swf file on my Web site so that it opens in a new window?Forum: Fixing WordPress
In reply to: link not appearing in a postI didn’t realize that I needed to enter the /link at the end.
And then I saw that I have to enter some text after the link :Can I force the link to open in a new window?