jameswoon
Forum Replies Created
-
Forum: Plugins
In reply to: [Crop-Thumbnails] Plugin not working (Multiple Errors)After checking the AJAX response, the following error has popped up:
<tr><th align=’left’ bgcolor=’#f57900′ colspan=”5″><span style=’background-color: #cc0000; color: #fce94f; font-size: x-large;’>( ! )</span> Notice: Undefined variable: dest_path in C:\wamp\www\rn\wp-content\plugins\crop-thumbnails\functions\save.php on line <i>219</i></th></tr>
Forum: Plugins
In reply to: [Crop-Thumbnails] Plugin not working (Multiple Errors)Figured out screenshots 2 to 4 via the following topic: http://ww.wp.xz.cn/support/topic/cropped-images-are-not-saved-error-mess?replies=5
However, the screenshot #1 still has an error regarding parent_post_id. When I try to perform the resize, it gets stuck on the “Please wait until the Images are cropped.” screen.
Forum: Plugins
In reply to: Adding Images to Widget Titles?Ah hah! I found it. It was because the first ‘widget box’ was manually chucked into the theme and I didn’t put in the ID. Thanks tons for this!
In case anyone needs the rough code for it here’s an example of how I did it:
#wp-wall h2.widgettitle { background: url(images/icons/WallIcon.png) top right no-repeat; }Forum: Plugins
In reply to: Adding Images to Widget Titles?Where is that unique id? I do not seem to have that in my theme. Is there something I can edit in the theme so that an ID is assigned to each of the widget headers?
Seems like the headers just look like the below:
<div class="sidebarbox"> <h2>Events</h2> <ul>My site: http://blog.fantomed.org as previously mentioned. Thanks.