raestanton
Forum Replies Created
-
If I wanted to remove only the “Downloads Remaining” column (leaving the Expiry Date column visible) … what would I need to adjust in this code please?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] filtering by tagI would also love to see this implemented!
Forum: Fixing WordPress
In reply to: Call to undefined function wp_get_password_hint()Yep … apparently some of the wordpress files didn’t upload properly. so i loaded the .zip file to the server and extracted it there instead.
Forum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] Upload FailerI’ve narrowed this down to what appears to be an internet explorer problem.
i tested my uploader using different browsers with the following results:
- google chrome (mac) – works
- safari (mac) – works
- IE7 (pc) – doesn’t work
- firefox (pc) – doesn’t work
Forum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] Upload FailerI am also having the same problem … were are the developers??
Forum: Fixing WordPress
In reply to: Login redirecting to localhost:8888Thanks for the super-quick response!
I checked the siteurl and found it to be localhost … THEN I discovered that my problem was caused by importing the wrong DB! an earlier version that hadn’t been updated. once I imported the right DB … all fixed and working as it should … thank you.
(oops!)
Forum: Fixing WordPress
In reply to: Login redirecting to localhost:8888the main thing that has me baffled is why is it redirecting to localhost:8888?
Forum: Themes and Templates
In reply to: Painter theme: custom page templateah … all i am missing is those first few lines:
<?php /* Template Name: Name */ ?>
great, thanks esmi
Forum: Themes and Templates
In reply to: [Painter] Changing the Width/Height of Header?You need to make two small changes:
Firstly, in custom-header.php change the image height in the following code:
// constants define('HEADER_IMAGE', ''); define('HEADER_IMAGE_WIDTH', 980); define('HEADER_IMAGE_HEIGHT', nnn);
(replace ‘nnn’ with your image height)
Secondly, you need to make a change to the style.css file, but not via the WP dashboard/editor. That file doesn’t seem to do very much!
Instead find /wp-content/themes/painter/css/styles.css
Then change height value in the following code:
/************************************************************************************************** Header **************************************************************************************************/ #header { clear:both; width:980px; height:NNNpx; }
hope that helps ??
forgive my ignorance, but how exactly does one install the plugin found in the link above? unfortunately i have very little PHP knowledge ??
Forum: Themes and Templates
In reply to: Full posts not displaying after clicking on specific tagthat’s awesome … i had a feeling it was going to be easy!
thanks steve.
Forum: Themes and Templates
In reply to: Full posts not displaying after clicking on specific tagi’m using WordPress v2.8.6 … even though it says 2.8.5 in the right-hand column!