TSemmes
Forum Replies Created
-
The javascript file I saw were those that Event Manager itself loaded, so I don’t think any of those are causing a problem. Is there any thing else I can try before I go searching for another event manager plugin, if indeed any other as good as this exists?
yes. I commented them out individually and all together.
Looking at the code of a page I see other javascript files but not sure yet where they are uploaded. I am going to look into this and then report back here. Thank you for your help MarcusWhen I deactivated all plugins except EM and that made no difference.
I comment-out any reference to .js file in functions.php.
Still not difference. Anything else I can do?If this helps this are the javascript files I saw included
// wp_deregister_script('jquery'); // wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'); wp_register_script('superfish', get_template_directory_uri() . '/js/jquery.superfish.js', 'jquery'); wp_register_script('quicksand', get_template_directory_uri() . '/js/jquery.quicksand.js', 'jquery'); wp_register_script('fancybox', get_template_directory_uri() . '/js/jquery.fancybox.js', 'jquery'); wp_register_script('slides', get_template_directory_uri() . '/js/jquery.slidesjs.js', 'jquery'); wp_register_script('cookie', get_template_directory_uri() . '/js/jquery.cookie.js', 'jquery'); wp_register_script('validate', get_template_directory_uri() . '/js/jquery.validate.js', 'jquery'); wp_register_script('contact', get_template_directory_uri() . '/js/jquery.contact.js', array('jquery','validate')); wp_register_script('global', get_template_directory_uri() . '/js/jquery.global.js', array('jquery'));
Here is the link to the site. link
There are events listed at the bottom of the page if you want to go to an event page.
Could you let me know how I check on t he query version? I haven’t done that before
Well switching the theme back to twenty eleven works. So it is the theme. Now how do I go about finding out how to fix the theme I was using? I can’t just trash this theme. There is a lot of time invested in it.
Just so you know, I am using version 5.2.5.
One other thing that might help indicate the problem area. When I go back to edit a date, the drop down calendars are not work, that is I have to manually enter the date than to select it from the calendar. Though it doesn’t make much difference since I can’t enter a new date in anyway that isn’t replaced with some date in 2018 anyway.Just so you know, I am using version 5.2.5.
One other thing that might help indicate the problem area. When I go back to edit a date, the drop down calendars are not work, that is I have to manually enter the date than to select it from the calendar. Though it doesn’t make much difference since I can’t enter a new date in anyway that isn’t replaced with some date in 2018 anyway.Forum: Themes and Templates
In reply to: Shortcodes in CSSthen is it possible to overlap the logo image over the slideshow? I didn’t think that was possible unless one element was a background image
Forum: Themes and Templates
In reply to: 100% Height on widgetWPyogi
Setting the enclosing elements to a fixed height does work. I thought maybe if I set that to 100% height that would work, but it needs to be a fixed height. The page looks a lot better now but doesn’t have the flexibility if the page content is edited. But I can live with that. Thank youForum: Themes and Templates
In reply to: Different header on home pageThanks! That works. Didn’t occur to me to use that.
Forum: Themes and Templates
In reply to: Different header on home pageI tried this:
<?php if(is_home() ) { //do slider ?> <?php include (TEMPLATEPATH . '/includes/homepage-slider.php' ); ?> <?php } else { //do nothing ?> <?php } ?>
But the slider is not appearing. Is there an error with the code?
Forum: Themes and Templates
In reply to: Call to undefined functionOh, I see it should read “add_action”…. Thank you!
Forum: Themes and Templates
In reply to: Call to undefined functionWhat do I do with it when I find it?
Forum: Installing WordPress
In reply to: Can't import XML fileWHAT IS AN WXR FILE? Excuse my all caps but this is really frustrating. When WordPress exports its data it does it as an XML file NOT an WXR file. Put then when you go to import, WordPress asks for an WXR file. Is this the same thing? If so, why can’t the same name be used for it? I do have the original file exported from WordPress–wordpress.2011-05-31.xml.
Forum: Installing WordPress
In reply to: Can't import XML fileAlso is the fact my file has the extension .XML going to be a problem?