Kramer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different css sheet for Homepage Templatecool, well it’s all working – thanks
Forum: Themes and Templates
In reply to: Different css sheet for Homepage TemplateWow
You are awesome. This actually solved my next problem too. I was trying to basically do the same for a jquery script.
I did the following for a script in my child theme called init.js
add_action( 'wp_enqueue_scripts', 'twentytwelvechild_scripts', 20 ); function twentytwelvechild_scripts() { wp_enqueue_script( 'init', get_stylesheet_directory_uri().'/js/init.js' ); }Finally got it to work. Basically copied your same code above, but changed it for scripts. THANKS!
Only thing is… I guess I don’t know what the 20 means and why the add_action is above… but happy it is working.
Forum: Themes and Templates
In reply to: Different css sheet for Homepage TemplateYeah… I guess I am trying to do some more complex css. Not that I am amazing at css or something, but I have a good amount to add. I basically already made the seperate homepage with css on the comp… just can’t get it working online.
It seems for some reason… all the css in the default css file for TwentyTwelve is overriding everything I do. That is why I thought it might be simpler to just have a different CSS file for my homepage. Basically… all that css in style.css – doesn’t need to be loaded or apply to my home page as I am not using posts… nor do I particularly want the home page to look like a full-page template as twentytwelve has it.
Maybe I am just new to css too, but it seems that there is just so much css from style.css for my simple home page that it doesn’t work. I tried adding my css to style.css with Ids, but there is just so much css. If i do .home.page… will this override all the other CSS that is native to TwentyTwelve? Is that .home.page something that I have to add in my tags within the page / page template itself or are you referring to something inherent in WordPress? There are a lot of things set to a certain classes or IDs in WP. This was another reason I went with a template for the homepage. To remove all those IDs and classes is sort of annoying in Twenty Twelve. I have to go to the header.php file, the functions.php file… just seemed better to do a new blank template. Even then f I do just have blank template… it seems to still be calling a billion things from he style.css sheet for TwentyTwelve. When I ad my own stuff in the child-theme… it is just too much with all the TwentyTwelve stuff. So I figured it might be easier just to use a fresh css sheet since I don’t need all of that for the loaded for my homepage anyway.
Maybe there is a way to clear it out for the homepage only or as you said – maybe .home is inherent in WordPress and that will override everything?
@stoutyhk: You are awesome – thank you
Forum: Plugins
In reply to: [Mandatory Field] WP 3.5Also,
One more thing… I know how to get he ID of my terms, but not the ID of the actual custom taxonomy… everytime I look it up, i am seeing how people find the term ID – for terms within the taxonomy, but not the actual ID of the custom taxonomy itself. For instance… what would Category’s ID be and what would my Region’s ID be?
Forum: Plugins
In reply to: [Mandatory Field] WP 3.5Hey Ketanmujumdar,
Sorry for getting back so late. Okay so I have a few “Custom Taxonomies” that I created. I don’t know what you mean as far as Category, Tag, Link etc… but my custom taxonomies are “Region”, “Skillset” etc. They are not like tags, but more like categories – but again they are custom taxonomies.
I can send you a screen shot… (just private message I guess?)
But basically it just shows the “Fields marked in RED are mandatory” error at the top and then “Region” which looks just like Categories, but is a custom taxonomy… doesn’t have red around it.
Forum: Plugins
In reply to: [Mandatory Field] WP 3.5I am using some custom taxonomies… perhaps that is why the red is not showing up on my fields? i was surprised that is seems to work with my custom taxonomies partly in that it will give me the error saying “Fields marked in RED are mandatory” however it won’t mark the fields in red – so a user wouldn’t know which fields were required and which fields were missing info.
I can send a screen shot etc… just was curious if this would be expected to work with custom taxonomies and/or if that would cause issues with the mandatory red fields.
The screenshot isn’t exciting – it would just show the error right below add new post and then everything is the same and nothing is highlighted in red.
As to the setting page. I just have one required field and it says region – basically i want to require the author to put in the region and some other things before they can post.
Forum: Plugins
In reply to: [Mandatory Field] WP 3.5Yeah, it doesn’t put the field in red for me either
Forum: Plugins
In reply to: Need a custom blog aggregator – willing to pay!Have you been to mugshot.org. They have an aggregator. Basically you just want a bunch of RSS feeds to go to one site right?