charismaarts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom fontsthe font name is “BlairMdITC TT”…
thanks, Gerard
Forum: Fixing WordPress
In reply to: unique download links that limit times can be usedthanks
Forum: Fixing WordPress
In reply to: preventing the browser from going back to prior pagethanks
Forum: Fixing WordPress
In reply to: download linksthanks
Forum: Fixing WordPress
In reply to: variablesthanks for your answer keesiemeijer; i will see if i get that to work…
Gerard
I figured this out…
Forum: Fixing WordPress
In reply to: underscore allowed in wordpress username?Hello Jnhgy:
it was just our hosting service that added on some extra restrictions and they were trying to say it was from wordpress so I was looking for some confirmation…
Thanks!
Gerard
Forum: Fixing WordPress
In reply to: css for home page "replies"?Thank you Christine and Alchymyth; that was the problem…
I will mark it resolved but thanks for all of your help!
Gerard
Forum: Fixing WordPress
In reply to: css for home page "replies"?Hello Christine:
I had already tried the first on my own but i just tried the second and it did not work either. Thanks so much for trying to help. If you or anyone else has any more ideas please let me know.
All the best, Gerard
Forum: Fixing WordPress
In reply to: proper hook for "is_page"Hello Marvin: sorry I did not get back sooner but I have been working on a ton of stuff and honestly had to put this on the back burner. But I was finally able to work on this last night and made some good progress. It seems the problem was the php file i was putting the code in; i was able to get a (is_page) statement to work in the “page.php” file (in my child theme); and it did run on only the page specified…still not sure how hooks work and all that; but have made progress; thanks for all of your help and I will mark it resolved…
Forum: Fixing WordPress
In reply to: proper hook for "is_page"thanks for that marvin; a little over my head but I will see if that will help…
Forum: Fixing WordPress
In reply to: proper hook for "is_page"I am sorry; i should have mentioned that I am doing that; sorry about that; so what I am referring to is a function in the child theme’s “functions.php” file…
Thanks!
Forum: Fixing WordPress
In reply to: 2011 theme excerpts on home page?Thanks!
Forum: Fixing WordPress
In reply to: conditional functions?Thanks for answering. Here is my code:
<?php function test_code() { if (is_page(10428)) { echo "***TESTING A FUNCTION****"; } } add_action('after_setup_theme','test_code'); ?>
when I remove the “is_page” statement and also its closing “}” this function works fine; but putting this condition on it; it doesnt work at all; do you see anything wrong with my code?
Thanks,
Gerard
Forum: Fixing WordPress
In reply to: having items extend off the page?I figured this out…
Thanks,
Gerard