JGrissom
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Calendar] New Calendar Year 2013 not showing eventsThis is a known bug, He is currently rewriting the plugin for 3.0+
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Widget does not workyou can add add_filter(‘widget_text’, ‘do_shortcode’); to your themes function.php file which will allow you to have the use of shortcodes in the a text widget. then you can add the [ai1ec view=”monthly”] to it but it will be stretched to your themes sidebar width. I am currently testing on the twently eleven theme and it is poorly displayed so you will have to play with css to get it to look correctly.
Forum: Fixing WordPress
In reply to: Shortcode being displayedAhh Thanks man!! Worked like a Charm. Now that explains why none of my shortcodes worked!! Thanks man!
Forum: Fixing WordPress
In reply to: Shortcode being displayedI am using the Quform Plugin for the code that I want to display, I have tried several different plugins that use shortcodes but none of them work.
Forum: Fixing WordPress
In reply to: Shortcode being displayedAlso this is my contact us page I am calling
<?PHP get_header(); /* Template Name: Contact-Us-Page */ ?> <td> </td> </tr> <tr> <td><img src="<?PHP echo bloginfo('template_directory'). '/images/contact_custom_cabinets.gif'; ?>" width="150" height="24" /></td> </tr> <tr> <td><h1><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="25" /> <?php $post_id = 151; $queried_post = get_post($post_id); echo $queried_post->post_content; ?> </h1></td> </tr> <tr> <td><table width="632" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="348" valign="top"><table width="348" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="1" /></td> </tr> <tr> <td height="8"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="8" /></td> </tr> <tr> <td><img src="<?PHP echo bloginfo('template_directory'). '/images/subheader_contactmail.gif'; ?>" width="92" height="20" /></td> </tr> <tr> <td valign="top"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="6" /></td> </tr> <tr> <td valign="top"><h2> <?php $post_id = 156; $queried_post = get_post($post_id); echo $queried_post->post_content; ?> </h2></td> </tr> <tr> <td> <?php $post_id = 164; $queried_post = get_post($post_id); echo $queried_post->post_content; ?> </td> </tr> </table></td> <td width="20"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="20" height="1" /></td> <td width="264" valign="top"><table width="264" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="8" /></td> </tr> <tr> <td><img src="<?PHP echo bloginfo('template_directory'). '/images/secondcol_top.gif'; ?>" width="264" height="10" /></td> </tr> <tr> <td background="<?PHP echo bloginfo('template_directory'). '/images/secondcol_expander.gif'; ?>"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="2" /></td> </tr> <tr> <td background="<?PHP echo bloginfo('template_directory'). '/images/secondcol_expander.gif'; ?>"><table width="234" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="10" /></td> </tr> <tr> <td class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/subheader_phoneandfax.gif'; ?>" width="228" height="24" /></td> </tr> <tr> <td class="bottom"> <?php $post_id = 159; $queried_post = get_post($post_id); echo $queried_post->post_content; ?> </td> </tr> <tr> <td><span class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="10" /></span></td> </tr> </table></td> </tr> <tr> <td background="<?PHP echo bloginfo('template_directory'). '/images/secondcol_expander.gif'; ?>"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="2" /></td> </tr> <tr> <td background="<?PHP echo bloginfo('template_directory'). '/images/secondcol_expander.gif'; ?>"><table width="234" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="10" /></td> </tr> <tr> <td class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/subheader_mailingaddress.gif'; ?>" width="228" height="24" /></td> </tr> <tr> <td class="bottom"><?php $post_id = 161; $queried_post = get_post($post_id); echo $queried_post->post_content; ?> </td> </tr> <tr> <td><span class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="16" /></span></td> </tr> <tr> <td class="bottom"><h2><a href="<?PHP site_url(); ?>/prestige/privacy">Privacy Policy</a> </h2></td> </tr> <tr> <td class="bottom"> </td> </tr> <tr> <td class="bottom"> </td> </tr> <tr> <td class="bottom"><img src="<?PHP echo bloginfo('template_directory'). '/images/spacer.gif'; ?>" width="1" height="10" /></td> </tr> <tr> <td class="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><div align="center"><a href="http://www.bbb.org/richmond/business-reviews/cabinet-manufacturer/prestige-cabinets-countertops-in-richmond-va-33001110/#bbbonlineclick" target="_blank"><img src="../images/bbb_contact.gif" alt="Click here for BBB Business Review" width="92" height="37" border="0" /></a><br /> <a href="http://www.bbb.org/richmond/business-reviews/cabinet-manufacturer/prestige-cabinets-countertops-in-richmond-va-33001110/#bbbonlineclick" target="_blank" class="bottom" id="bbbo1912lnk">Click here for BBB Business Review</a> </div></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><img src="<?PHP echo bloginfo('template_directory'). '/images/secondcol_bottom.gif'; ?>" width="264" height="11" /></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td> </td> <?PHP get_footer(); ?>Forum: Fixing WordPress
In reply to: Shortcode being displayedNo, The plugin is enabled. I was thinking it could be cause by my functions or sidebar.php files I have, but these have not effected shortcodes before..
This is my sidebar.php
<?php $sid = ""; $pref = "sidebar-"; if (is_single()){ // sidebar explicitly defined for single blog post $sid = "sidebar-single"; } elseif (is_page()){ if ($post->post_parent == 0 || is_active_sidebar('sidebar-'.$post->ID)){ // no parent to inherit, or not necessary because the sidebar has been set $sid = $pref.$post->ID; } else { if (is_active_sidebar('sidebar-'.$post->post_parent)){ // parent exists and has a sidebar $sid = $pref.$post->post_parent; } else { // parent doesn't exist, check all for sidebars foreach (get_post_ancestors($post) as $ancestor => $id){ if (is_active_sidebar($pref.$id)){ $sid = $pref.$id; break; } } } } } elseif (is_home()){ // sidebar for blog list page $sid = $pref.get_option('page_for_posts'); } ?> <?php if (!empty($sid) && function_exists('is_dynamic_sidebar') && is_active_sidebar($sid)){ ?> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar($sid)): ?> <br /> <?php endif; ?> <?php } ?>and my functions.php
<?php if (function_exists('register_sidebar')){ register_sidebar(array('name'=>'Single Post Sidebar', 'id' => 'sidebar-single', 'before_widget' => '<div id="sidebar">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>' )); // Dynamic Widgets $myPages = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_type = 'page' AND post_status = 'publish'"); foreach ($myPages as $q ){ $id = 'sidebar-'.$q->ID; $namePref = "Parent - "; if ($q->post_parent != 0){ $namePref = "Child - "; } $sbtitle = $namePref . $q->post_title; if ($sbtitle && function_exists('register_sidebar')){ register_sidebar(array( 'id' => $id, 'name' => $sbtitle , 'before_widget' => '<div id="sidebarbottom">', //Register the sidebar Bottom so that it will display different div's... 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>' )); } } } // CUSTOM ADMIN MENU LINK FOR ALL SETTINGS function all_settings_link() { add_options_page(__('All Settings'), __('All Settings'), 'administrator', 'options.php'); } add_action('admin_menu', 'all_settings_link'); // REMOVE THE WORDPRESS UPDATE NOTIFICATION FOR ALL USERS EXCEPT SYSADMIN global $user_login; get_currentuserinfo(); if (!current_user_can('update_plugins')) { // checks to see if current user can update plugins add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 ); add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) ); } ?>Forum: Fixing WordPress
In reply to: Shortcode being displayedhttp://www.cloudleasing.com/prestige/contact-us/
yes it does. I cannot for the life of me figure it out..
Forum: Fixing WordPress
In reply to: Mysql Dump not importingIt is a SQL Dump
-- phpMyAdmin SQL Dump -- version 3.3.10.4 -- http://www.phpmyadmin.net -- -- Host: ** -- Generation Time: Nov 27, 2012 at 12:14 PM -- Server version: 5.1.56 -- PHP Version: 5.3.13 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: <code>**</code> -- -- --------------------------------------------------------Forum: Fixing WordPress
In reply to: Mysql Dump not importingI just did a default MySQL Export I did not set anything.
Forum: Fixing WordPress
In reply to: Flash Helpn/m I got it.
Forum: Fixing WordPress
In reply to: Flash HelpI am still not able to figure this out! I have figured out where images1.xml and images2.xml these brought to my attention by bythegram and was throwing a 404 in the root folder of the presige so I moved the images1/2.xml to the root folder removed the path that was in the xml to a folder that did not exist and moved all the images to the root.
I still cannot get it to load images.
Forum: Fixing WordPress
In reply to: Flash HelpI have got the main player to load and play
http://www.cloudleasing.com/prestige/
but it is the 2 side ones that I am having problems with.
Forum: Fixing WordPress
In reply to: Flash HelpThis does not work, thanks thou
Forum: Fixing WordPress
In reply to: Flash HelpRight, but I see the debug is cloudleasing.com/prestige this would be invalid as it would need to be cloudleasing.com/prestige/wp-content/themes/prestige/ would be the path I need. This I dont know where to change as I dont know where this is loading from. the AC_RunActive I do not see anything in there to return the path
Forum: Fixing WordPress
In reply to: Flash Help