sanclementejoe
-
I need to get the category ID for a custom taxonomy
I figured it out with some help from this page: http://wordpress.org/support/topic/trying-to-output-a-posts-terms-taxonomy-as-text-not-urls#post-1188801
-
I need to get the category ID for a custom taxonomy
Hopefully some kind soul with the chops can help me out: When I do this: It gets me close to what I want: This is outputted: Array ( [47] => stdClass Object ( [term_id] => 47 [name] => Amazon.com [slug] => amazon-com [term_group] …
-
Cloned Wordpress Site, now I can't upload images
I know, I tried changing the permissions on the upload folder but to no avail. I will retry it again on another site I suppose.
-
Wordpress Won't allow me to install new plugins
I had to talk to my hosting provider because the permissions were out of whack and they seem to have fixed it. Thanks.
-
Wordpress Move to New Domain & Server. Image Thumbnail Fail.
Hmmm ok I'll have to do some more digging then. It's working fine now, but that might just be a hack so I'll have to ensure that the changes are made in the database.
-
Wordpress Move to New Domain & Server. Image Thumbnail Fail.
Thanks for the help guys, I got it sorted out by doing a string replace in the image call of my customfunctions.php.
-
Wordpress Move to New Domain & Server. Image Thumbnail Fail.
Hmm...yea I've been trying to use the Search and Replace plugin for Wordpress which apparently allows you to do so. I'm just not sure where this actual URL string is located in the database table. I've read that images are saved in th…
-
Wordpress Move to New Domain & Server. Image Thumbnail Fail.
Hey Doc, Thanks so much for pinpointing that problem, I feel dumb for missing it :). I'm not having any luck getting the Velvet Blues plugin to pick up any of my URLS, I tried a few variations. Do you know of any other methods to search and d…
-
Helvetica
How do fonts work as far as if I want to display Helvetica on my website but it's not installed on the user's computer? Could I use @font-face to display it? How come macs come standard with Helvetica but not PCs. Also whats the legality…
-
List of Sites with Full Page Video Backgrounds
http://www.uniqlo.jp/uniqlock/ http://www.valentino.com/en/home/ http://www.hennessy.com/#/en_US/corporate/home http://www.thewood.be/
-
How do I crop a grid of page thumbnails to a specific size
I figured it out. I had to regenerate my thumbnails using a plugin called AJAX Thumbnail Rebuild because when you add a new image size, it only applies to new uploads. Regenerate Thumbnails is also a well know plugin to do this. Thanks for the help…
-
How do I crop a grid of page thumbnails to a specific size
Hey Doc, I followed your blog post and it did work in resizing my thumbnails, but it did not crop it to the exact specifications. I added: add_image_size( 'custom-1', 125, 125, true ); to my functions.php file and it made the images o…
-
How to display and style pages as grid on homepage of site
I actually used your code and fixed some stuff on my page, and your code works perfect. All set, thank you!
-
How to display and style pages as grid on homepage of site
Hey Doc, I've implemented what you recommended but it is only pulling the image from the slider I have configured for the homepage. I have since disabled the slider on the homepage but it is only pulling that slider image which is itself anothe…
-
How to test and preview on wordpress
More discussion and a walkthrough of this would be much appreciated!
-
How to display and style pages as grid on homepage of site
Thanks Doc, I will try this out today. Much appreciated!
-
How to display and style pages as grid on homepage of site
That looks awesome Doc, now what would be the best method to style these pages so they line up perfectly in a grid?
-
Homepage Help
Senff, how would I do something similar to this. I want a grid of thumbnails on my homepage that each link to a separate page. These thumbnails would pull from the featured image of that page. The page title will also be displayed above each thumbna…