kmcminn
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Rearranging OptionsHi,
Thank you again for your response. I’ve looked at the function, and here’s what I found:
function gamedb_get_systems() { $all_systems = get_terms('system', array('hide_empty'=>false, 'orderby'=>'id')); $systems = array(); foreach($all_systems as $system) { $systems[$system->slug] = $system->name; } return $systems; }I see that it uses get_terms, which is great.
Also, I do see this commented out right above it:
/* function gamedb_get_systems() { return array( 'wii-u' => 'Wii U', '3ds' => '3DS', 'wii-u-eshop' => 'Wii U eShop', '3ds-eshop' => '3DS eShop', 'mobile' => 'Mobile', ); }*/Looking at the commented function, shouldn’t I just be able to specify an order without having to use any plugin? What should my next step be?
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Rearranging OptionsHi,
Thank you for your response. How where can I check to see if it uses the get_terms() function? I’m pretty sure it does, but I’d like to make sure first before looking at the advanced version.
Edit: I think I found it. Does this look like the correct portion of code?
<select id="game-filter-platform" name="system" style="width: 110px"> <option value="">All Systems</option> <?php foreach(gamedb_get_systems() as $k => $v) : ?> <option value="<?php echo $k ?>"<?php selected($k, get_query_var('system')) ?>><?php echo $v ?></option> <?php endforeach ?> </select>Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Dashboard IconDone, Jeremy. Thank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Dashboard IconHello Jeremy,
I am using Firefox with the Jetpack version 3.5.
Same here. And, why the hell did the plugin author decide to use completely different styling? It wasn’t needed and it looks awful.
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Goggle has removed the starsHello, racerx105.
I am having the same issue. Were you able to resolve it?
Thanks to Jacob for providing me with the correct code to perform this. I highly recommend his services, and he can be contacted right here.
I know this is really old, but I’m still having issues trying to figure this out. Has anyone ever experienced anything like this? If so, what was the solution you implemented to correct it?
Forum: Plugins
In reply to: [Simple Lightbox] Just Installed/ Not WorkingI’m quite certain one of these reads files:
Akismet
EWWW Image Optimizer
Google XML Sitemaps
iframe
Jetpack by WordPress.com
JM Twitter Cards
Limit Login Attempts
Optimize Database after Deleting Revisions
Simple Lightbox
TablePress
Uji Countdown
Use Google Libraries
W3 Total Cache
WordPress SEOForum: Plugins
In reply to: [Simple Lightbox] Just Installed/ Not WorkingNo, thank you for sticking with this the whole time.
I’m concerned about changing the perms for the directory structure. I’ve never had any issues, and this plugin is the first that has not worked?
Why would this be a permissions issue on my end? How is everything I currently have, working without any issues?
Thank you again.
Forum: Plugins
In reply to: [Simple Lightbox] Just Installed/ Not WorkingHello, Archetyped. Thank you for taking the extra time to go above and beyond with your quality support. I truly appreciate that. Below is the information you have requested.
PHP: 5.3.27 Baseline Layout URI: http://nintendonews.com/wp-content/plugins/simple-lightbox-test-layout/themes/baseline/layout.html array(5) { ["headers"]=> array(5) { ["date"]=> string(29) "Tue, 20 May 2014 03:20:35 GMT" ["server"]=> string(125) "Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635" ["content-length"]=> string(2) "13" ["connection"]=> string(5) "close" ["content-type"]=> string(29) "text/html; charset=iso-8859-1" } ["body"]=> string(13) "403 Forbidden" ["response"]=> array(2) { ["code"]=> int(403) ["message"]=> string(9) "Forbidden" } ["cookies"]=> array(0) { } ["filename"]=> NULL } Default (Light) No layout Default (Dark) No layoutScratch that.
Page titles in the snippet preview are now broken.
Installed. Everything appears to be back in working order. Thanks, Joost de Valk!
Thanks, chembro303.
Do you have a link to the GitHub page for that file?