kaspr007
Forum Replies Created
-
Forum: Plugins
In reply to: Disabling links on NextGEN Gallery thumbnailsI’d like this option as well. Is there any way of achieving this?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Place image beside tableHi Tobias,
Thanks for the plugin, it works great. I’ve decided to go a different route with the placement of my images. Thanks for offering your custom css though!
Cheers,
JimForum: Themes and Templates
In reply to: clicking a link doesn't work, copy and pasting does?Update: I’ve created a test user for anyone to log in to my site and try the “Join Group” button.
site: https://www.durhamdigs.ca/groups/
User: durham123123
pword: 123123Any help would be much appreciated.
Forum: Fixing WordPress
In reply to: Use the current date for a sticky post?Thanks vtxyzzy, That was exactly what I was looking for, Cheers.
Forum: Fixing WordPress
In reply to: Use the current date for a sticky post?My index.php file didn’t refrence the time or date. I did find this in my child theme’s functions.php:
$postdate = '<div class="entry-date">'; $postdate .= '<abbr class="published" title="'; $postdate .= get_the_time(thematic_time_title()) . '">'; $postdate .= get_the_time(thematic_time_display()); $postdate .= '</abbr></div>';
Could I alter that to have the date show as current? If so what would I change it to?
Forum: Fixing WordPress
In reply to: Hyperlinking an image affects other items in the sidebarThat works perfect. Thanks.
Resolved
Forum: Themes and Templates
In reply to: Menu item constatnly showing as active@mercime I just tried removing the thematic theme to see if I actually was using it. It seems that it is used for my sidebar. When I removed it my sidebar went back to the default widgets. I re-entered my widgets and everything else works fine now. Now I am using:
WordPress 3.0.1
buddymatic theme 1.2
early morning child theme 0.2@jrav001 That did it. Thanks! I entered that code into my style.css, then cleared the cache and it worked.
Forum: Fixing WordPress
In reply to: Admin widget drag and drop not workingDoes anybody have another idea on how to solve my OP?
Forum: Fixing WordPress
In reply to: remove catergory from urlMore detailed info about this: Rename “category” slug in URL
Forum: Themes and Templates
In reply to: Easiest theme for someone who doesn’t design websites?Forum: Themes and Templates
In reply to: Need a quick hand on what css term to useForum: Themes and Templates
In reply to: Need a quick hand on what css term to useThis is my first website that I have created so my knowledge of a lot of coding is fairly limited. I have figured out how to edit css to get it to look like I want but I’m not sure how to create a “Unique id”.
I understand now that both menus are fixed together. In order to separate them I must create a unique id for each menu. Could you explain how I create these unique id’s?WordPress 3.0.1
thematic theme 0.9.6.2
buddymatic theme 1.2
early morning child theme 0.2Forum: Themes and Templates
In reply to: Need a quick hand on what css term to useWell I’m not really sure how to do that. What I really want is for everything to shift to the left so that the right side of the search bar is lined up with the rest of the page. Make sense? If it makes sense then what code would I need to put in my style sheet?
That fixed it. Thanks.
Resolved.
Forum: Fixing WordPress
In reply to: Admin widget drag and drop not workingI just replaced all the files except the wp-content folder and it still does not work. I also tried the automatic reinstall of wordpress 3.0.1 through the dashboard and that did not fix it either.
Can you think of anything else?
Thanks for your input daveredfern.