whitehats
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Save Meta Fields for Custom post type from frontendOk, I have a different question on Meta Boxes.
Can I create a system so that users can add new options such as new dropdown options, radio button options to metaboxes? I already have created a mammoth form that can be used with a custom post type. But now the client wants to be able to add new options to the radio buttons and dropdown menus.
One option is to use Gravity forms and just add it to the template for this new post type, so the client can change the forms as and when needed. However, I am not sure if Gravity forms do that. Are there other options?
Forum: Themes and Templates
In reply to: Save Meta Fields for Custom post type from frontendHey David,
Yes that worked out fine!! It’s an awesome tutorial and now the possibilities are infinite of what I can do with those meta boxes.Forum: Fixing WordPress
In reply to: ColorPicker is not a function….Did anyone ever have a solution for a problem like this? I am having the same issue where the “$(color#1).colorPicker is not a function” is being thrown at me!
Forum: Fixing WordPress
In reply to: Display sticky from the parent category in single postI must be getting really smart now1! ??
Here is the code
<?php if (is_category() || is_single()) { $cat = get_the_category($post->ID); echo '<h3 class="textcenter">'.$cat[0]->cat_name.'</h3>'; $args = array( 'post__in' => get_option('sticky_posts'), 'cat' => $cat[0]->cat_ID ); query_posts($args); if ( have_posts() ) : while ( have_posts() ) : the_post(); { the_content(); } endwhile; endif; } ?>
Hope it helps you as it helped me!
Yes, it does.
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Several photo groups on same pageHi Arne,
Can we add different NextGen galleries on a single page which won’t be displayed as a single slideshow?
Thanks,
-tejasOh, that! I am already doing that. And that is not a problem.
I am using ColorBox that groups all image on a page and displays as a single slideshow. May be I will use Lightbox and style it as necessary.
On a single page? For me, all the galleries on a single page are linked and the images are displayed in a single slideshow! ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Manage Gallery Screen BlankI ended up using WordPress Gallery Slideshow on EarthLink which is sort of a clone of NextGen. Anyone else reading this would be helped to know.
Hi,
Is it possible to display separate galleries which do not get grouped into a single gallery? I want to display several galleries which don’t get played within the same slideshow, and each will have their own thumbnail.
Thanks,
-tejasForum: Themes and Templates
In reply to: php body_class property mix upIt’s on localhost currently, but I will try to push it on the server and see what we can do. Thanks!
Forum: Themes and Templates
In reply to: php body_class property mix upAjit, yes I use Firebug. That how I actually found that the class were not exclusively used for their own pages.
Esmi – is there a work-around to this?Forum: Fixing WordPress
In reply to: Blank posts pageReginator,
Thanks fr posting your point#1!!! Saved me a lot of frustration! Down with Earthlink for not supporting mod_rewrite!Forum: Plugins
In reply to: TimThumb Thumbnail not displayedYes. Actually isn’t that something Timthumb automatically creates? It’s been set to 777 for now as well.
I tried using Get_post_image plugin for this, but the images fade and are not ‘crisp’ with that plugin the way I could make them with timthumb.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Manage Gallery Screen BlankOne more bit of info that could be crucial – Earthlink hosting. I saw a lot of threads saying the plugin breaks with Earthlink hosting so if no one has a solution, please be kind enough to suggest an alternative.