sparklogix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One search form and field, multiple submit buttonsThat’s what I was assuming I would need to do, but I’m not exactly sure how to do that. What would that HTML look like?
Forum: Fixing WordPress
In reply to: Restrict Search to a Taxonomy in a Custom Post Type?Figured it out. Just added another hidden field with the taxonomy.
Forum: Fixing WordPress
In reply to: Is there a plugin that can do a menu like this?That is perfect, thank you. I am not so well versed in js so this really helps. Thank you for taking the time to do this.
Forum: Fixing WordPress
In reply to: Is there a plugin that can do a menu like this?I’m very open to tips, for sure ?? Thank you!
Forum: Fixing WordPress
In reply to: Problem with CPT posts being sorted by date.Thanks @vtxyzzy
I just switched up the meta key to use YYYY/MM/DD instead of MM/DD/YYYY and it worked. Such a simple fix.
Forum: Fixing WordPress
In reply to: Problem with CPT posts being sorted by date.So the meta is set up to have the year last (see code below). Will anything be negatively affected if we change that to be YYYY/MM/DD on any events that are already created? I assume we’d need to manually adjust the meta value on all events already published? Would anything else need to be changed besides just moving the date format around?
array( 'id' => 'event-date-start', 'label' => 'Start Date (MM/DD/YYYY)', 'desc' => 'The Start Date of the Event.', 'std' => '', 'type' => 'text', 'class' => '' ),
Forum: Fixing WordPress
In reply to: Parent theme installed and visible but not working?Thanks. I must have had a different combo of names before, because I couldn’t get it to work with the spaces in the Theme Name. I appreciate your help ??
Forum: Fixing WordPress
In reply to: Parent theme installed and visible but not working?So a theme name can’t have spaces? Because the only way I can get this to work is if I remove the spaces from the theme name and the folder names. I’d really prefer my theme to have the words spaced. Seems odd if I can’t get that to happen.
Forum: Fixing WordPress
In reply to: Parent theme installed and visible but not working?But the folder that the style.css file is in has hyphens. Folders can’t have spaces, can they?
Forum: Fixing WordPress
In reply to: Parent theme installed and visible but not working?@krishna, it’s a custom theme. That is not the theme name, it’s just changed for the sake of this forum.
Forum: Fixing WordPress
In reply to: Parent theme installed and visible but not working?Sorry, I left that out of my code above. I do have an import line:
/* Theme Name: My Theme Name Child Theme Theme URI: https://www.themeurlhere.com/ Author: author name here Author URI: https://www.myurlhere.com/ Description: description here Version: 1.0 Template: My Theme Name */ @import url("../My-Theme-Name/style.css");
Forum: Fixing WordPress
In reply to: File in Child Theme is not overriding Parent Theme file?I’m trying to change a class name from span9 to span12 and it’s not changing on the page. I’ve checked in Firebug and it doesn’t change at all. I changed the class name in the parent theme file and it works, but I don’t want to modify the parent theme.
Forum: Fixing WordPress
In reply to: Images not showing up in IE8? Why?Andrew, today you are my hero! Thank you so much. My eyes couldn’t take staring at IE8 anymore. Thank you so much for all the time you took to help me out!
Forum: Fixing WordPress
In reply to: Images not showing up in IE8? Why?I just did, purged caches, still not changing the image sizes.
Forum: Fixing WordPress
In reply to: Images not showing up in IE8? Why?Tried it, they’re still too big ??
By the way, thanks for helping me out with this. I really appreciate it!