Chandra M
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Child function not overriding parent function / acts oppositeI am trying to make things easy for the non developers who use the theme. I guess you didn’t understand my question. I just want to know why switch_theme doesn’t work as it should? ??
Forum: Themes and Templates
In reply to: Child function not overriding parent function / acts oppositeAnd how do we change the size if you want without changing the code?
Forum: Themes and Templates
In reply to: Child function not overriding parent function / acts oppositeAnd to add changing code in parent/child theme isn’t an option because with every update of the theme, they will have to go and make that change. Thats pretty annoying, you know. ??
Forum: Themes and Templates
In reply to: Child function not overriding parent function / acts oppositeIts because, I am using
the_post_thumbnail('thumbnail');
or medium / large and I can’t use those names in add_image_size. If I use custom names, users won’t be able to change them (without changing the code). Eventually, Settings -> Media is the only option people can change if they don’t know code and users really don’t know. ??
Just trying to make things simpler as much as possible: Activate: theme image sizes. Want to change go to Media Settings. Thats all.
Forum: Themes and Templates
In reply to: Child function not overriding parent function / acts oppositeI am trying to set this up because, many people forget to update the media settings (or inherit from previous themes) and they complain about incorrect image sizes. If I can work this out, it would help those people and then if anyone wants to customize, they can change as well (without having to change the above code). It would be great to have this integrated to WP core if it helps so no user will have to think about that particular page for making the theme work.
Forum: Themes and Templates
In reply to: Child function not overriding parent function / acts oppositeThank you Chip.
The problem is I want to change the image sizes later. If I use after_setup_theme, it works (as did init which I was using) but then its fixed and can’t change it manually (Settings -> Media). If I use switch_theme, I can change the values under Settings -> Media yet fix the image size as the theme needs when activated. But the only issue in this approach is its showing just the opposite. If I activate parent theme, it shows child media settings and vice versa. Any other activation hook available?
Forum: Plugins
In reply to: Photo Galleria NOT WORKING after updateThe latest version 0.2.9 works perfectly with WP 2.9.2+.
It was working for me with 0.2.7 as well. Perhaps, there might have been conflicts with plugin.
Forum: Alpha/Beta/RC
In reply to: Add wmode transparent to flash videos+1… Please fix this.
Forum: Fixing WordPress
In reply to: Add JavaScript in <head> of index.php and all page?!?I am trying to put javascripts from functions.php.
Forum: Fixing WordPress
In reply to: Add JavaScript in <head> of index.php and all page?!?How do we put this only on the homepage? I tried is_home() but doesn’t seem to work that way.. any ideas? Can’t find any documentation about it as well…
Forum: Plugins
In reply to: How to pull last 10 posts that have image attachments?well.. didn’t get the idea.. anyone? I don’t want to pull all the attachments.. I want to pull 1 attachment (image) from each post that has the image and show 10 of them.
Thanks!
Forum: Plugins
In reply to: How to pull last 10 posts that have image attachments?Hey Michael,
Thanks, but I don’t get anything if I do that.
I will try the first one.
Forum: Plugins
In reply to: Drop Down MenuWhich browser are you using?
It should automatically keep the line in a single line. but in case you want it.. here the line
style.css line 930 (appox)
#pagemenu #page-list li ul li {}
increase the width of that.
hope that helps..
Forum: Plugins
In reply to: Changing Link Destinations in simpeXYou can keep that link on header.php where there is a link to home.. ?? simply
replace
<?php bloginfo(‘url’) ?>by <?php bloginfo(‘url’) ?>/blog
Forum: Plugins
In reply to: [Plugin: Simple Tags] JSON errorhas this been fixed??
any new updates?
I am also getting the same error.