RaiderKat
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Category not savingHi, Sorry i might not have been clear. Yes it populates the dropdown. But when i go and try to create a post through the form, then i go and view that post, none of the taxonomies are set. They get sent to me in the email but on the page itself they are not.
Example:
Custom post type is Portfolio, the taxonomy is Adoptable.
The post is set as Portfolio, but Adoptable is not set when i got and look at “edit post” or when I go and look at the post itself. None of the Taxonomies are except the custom fields.Thank you
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Chart ColorsFigured it out. Thank you
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Legend and Labels not showing correctlyI figured out the Legend. I guess I because they were numbers they werent showing up. I changed the format to Text and they are now showing.
If you could help me on the “null” rows..that would be great!
Thanks again!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Legend and Labels not showing correctlyAlso on the “null’ I have looked at the google Query language reference but cant figure out how to put it into the shortcode. thank you!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Legend and Labels not showing correctlyThis is the shortcode I’m using.
[gdoc key="https://docs.google.com/spreadsheets/d/1LXhz_gsUE7O7NXI5NbL0rHFWOGVgQEfZFVRlPuBh1Vc/edit?usp=sharing" query="select A, B, C" chart="Column" ]
I’ve looked everyhwere and can not find an answer to what is wrong. thats why I am asking here. If you could maybe help me..i would really appreciate it.
thanks again!Mind if i ask what plug-in you went with? I can’t get this one to work correctly either!
I’m not seeing the the icon either and i’m on a PC..any help would be great!
Forum: Fixing WordPress
In reply to: Overriding function in Child themeWeird..ok its working now! must just have been Chrome lagging. Thanks for the help!
Forum: Fixing WordPress
In reply to: Overriding function in Child themeyes it is working in Firefox..not sure why its not working in Chrome the code i’m using is the same..I tried renaming it and its not working so i’m not sure what exactly i need to do. here is the code though
if ( !function_exists( 'bk_register_sidebars' ) ) { function bk_register_sidebars() { if( function_exists('register_sidebar') ) { $sidebars = get_option("bk_sidebars_list"); if( is_array( $sidebars ) ) { foreach( $sidebars as $sidebar ) { register_sidebar(array( 'id' => $sidebar["bk-sidebar-id"], 'name' => $sidebar["bk-sidebar-name"], 'description' => __('This is one of Your custom sidebars. Add any widgets here and then assigns this sidebar to any post/page/portfolio entry in post/page/portfolio settings', 'corpora_theme'), 'before_widget' => '<li id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '</li>', 'before_title' => '<h3 class="widget-title"><span class="widget-title-wrap">', 'after_title' => '</span><a href="http://www.idmetalco.com/news"> view all</a></h3>' )); } } } } } add_action( 'widgets_init', 'bk_register_sidebars' );Forum: Fixing WordPress
In reply to: Overriding function in Child themethe site is idmetalico.com
yes i’ve tried clearing the browser history
and no i, havent contacted them. I’ve never overridden functions before so think i’m just not understanding how to do it correctly.
my understanding is i need remove the old function and point to a new function i remname? I’m just not understand how to do it
Forum: Plugins
In reply to: [Smart Slider 2] Zooming out to see full slider when creating slidesOK looks like that worked! Thanks! scary:) OK now i can go check out the update:)
And ps..yes I am using the full version:)
Forum: Plugins
In reply to: [Smart Slider 2] Zooming out to see full slider when creating slidesIts totally crashed our site so I can’t do anything hybread.com what can i do to get it back up??
Forum: Plugins
In reply to: [Smart Slider 2] Zooming out to see full slider when creating slidesI’m getting these errors when i update!
Warning: require_once(/home/content/s/t/e/steveabo/html/wp-content/plugins/nextend/library/wordpress/pluginupdatechecker.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/s/t/e/steveabo/html/wp-content/plugins/nextend/library/library.php on line 12Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/s/t/e/steveabo/html/wp-content/plugins/nextend/library/wordpress/pluginupdatechecker.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/s/t/e/steveabo/html/wp-content/plugins/nextend/library/library.php on line 12
Forum: Plugins
In reply to: [Smart Slider 2] Zooming out to see full slider when creating slidesnevermind! It just showed up! thanks again for letting me know I’ll let you know how it goes!
Forum: Plugins
In reply to: [Smart Slider 2] Zooming out to see full slider when creating slidesThis is my first time updating, so how do i do that? its not showing in the plug-in window as having an update? (I have the lifetime version)
Thanks so much again!