cableghost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nofollow PHP Code@mark Perfect, thank you!
For helping in such a way, do you have a website you would like a backlink to? I could add it to one of several sites I have.
-Scott
Forum: Fixing WordPress
In reply to: Nofollow PHP Code@mark thanks, in advance. I see reference to href in a few places in functions.php, but I am not certain what to edit.
The functions file is large, so I have uploaded a txt version of it and the main php file here:
http://test.9001sites.com/files/functions.txt
http://test.9001sites.com/files/bentr-translated.txt-Scott
Forum: Fixing WordPress
In reply to: Hide Post Footer Code When Using Page Break@alchymth, thank you, I will give that a try, and report results.
-Scott
Forum: Fixing WordPress
In reply to: Horizontal Rollover Images@alchymyth that did the trick, thank you!
Forum: Fixing WordPress
In reply to: Widget BackgroundI finally figured it out.
-Scott
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] HTML Category LinksOkay, makes sense.
Is there a method then of adding code to the loop, etc. that would auto add the rel to appropriate links?
-Scott
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] HTML Category Links@sivel below is my test site. The html link in the right sidebar is ‘Calc’.
I have set Shadowbox JS as the ‘Player’ for html.
-Scott
Forum: Fixing WordPress
In reply to: Nav Menu Link ColorFigured it out…poor css.
-Scott
Forum: Plugins
In reply to: Picture WidgetHow about using WP’s built-in post thumbnail function?
Here’s the code my theme has in functions.php.
<?php if ( function_exists("add_theme_support") ) { add_theme_support("post-thumbnails"); } ?>I have tried adding the following to my sidebar, but nothing is displayed.
<?php the_post_thumbnail( 'single-post-thumbnail' ); ?>I would also like to set the max width to 180px.
Any ideas?
-Scott
Forum: Fixing WordPress
In reply to: Lightbox and PagesI found a plug-in that works for me…Shadowbox JS.
Forum: Fixing WordPress
In reply to: Redirect New Registered UsersI found one solution. With the plug-in ‘Register Plus’, I can set the immediate redirect.
However, future logins at domain.com/wp-login still go to the profile dashboard. I would like this to be redirected to another page as well.
-Scott
Forum: Fixing WordPress
In reply to: Widget BackgroundPardon the delay; my test crashed and had to start over 😉
I have made the body change as directed.
-Scott
Forum: Fixing WordPress
In reply to: Widget Background@t31os_ Here is my test site: http://test.9001sites.com
We could look at the widget named ‘Recent Titles’ as an example, and have the background color changed only when viewing the VisoDerm post (http://9001sites.com/test/visoderm/)
-Scott
Forum: Fixing WordPress
In reply to: Widget BackgroundThank you esmi, but I am stuck.
I see in your example:
<?php body_class('$class'); ?>But how would I attach this to a specific widget, and would I place page ID with $class?
-Scott
Forum: Fixing WordPress
In reply to: Add Icon to Page MenuOkay, figured it out, sort of. I had to generate widths for pagemenu and the icons section, and had to reduce the search bar width, otherwise, the images would not fit on one row.
-Scott