Invex09
Forum Replies Created
-
Thanks for the reply Masood! If you could let me know when it’s resolved that would be great, I’ll update my plugin to the latest version and then test my code. Thanks again
This theme is OLLLDDDDDD haha so its quite possible I could include jQuery in a smarter way. But I have jQuery included with a CDN link before the wp_head() call in header.php. Basically, I have one page on the site that requires an older jQuery version to work, but for every other page I load v3.5.1 via the CDN.
I attached a screenshot here, again this code runs before the wp_head() call in header.php : https://imgur.com/a/cwls5yN
I figured if there was a jQuery collision issue or conflict there would be an error in the console. But I’m happy to try including jQuery a different way
- This reply was modified 5 years, 6 months ago by Invex09.
I tried setting WP_DEBUG & WP_DEBUG_DISPLAY to true and no errors are displayed. Unfortunately, the theme calls some custom PHP functions so I can’t quickly switch to another theme. But I’d be pretty confident the issue lies within the theme, I just don’t really no how to go about debugging as there aren’t any errors. Thanks again
Thanks for the quick reply! Yes, Print CSS, Print JS & No Conflict Mode are all checked under advanced settings. And yes the slideshow works in the preview area.
Forum: Plugins
In reply to: [The Events Calendar] Venue PHP Errors | Venue Not SavingI’m having the same issue as of the last update (v4.2). I’ve also had the ‘Calendar Month Navigation’ header appear above my monthly calendar and the links for prev/next month dissappear (URL Exampe: http://www.pdhp.org/events/). Thanks in advance for any help!
@esmi Thanks for the quick reply! I will try all these things and post back the results. Stay tuned …
Forum: Fixing WordPress
In reply to: Missing Post Titles on Main Blog PageYes the relevant template has all the correct HTML. It was weird because the template files didn’t change, they’d been working for a a month or more and then all of a sudden this happened.
Forum: Fixing WordPress
In reply to: Missing Post Titles on Main Blog PageThe page titles work fine but if you go to http://mymojuba.com/blog then all of the post titles are gone. If you use Firebug or View Source, you can see that it is missing the post DIV wrappers and all the other relevant post info, it’s basically just spitting out the post content. Any ideas?
Forum: Fixing WordPress
In reply to: PDF ManagerDid you receive any helpful suggestions regarding this topic? Because I’m in the same boat where I’d like to provide the client an easy approach for managing their PDF’s from within WordPress.
Forum: Fixing WordPress
In reply to: BG Image offcentered only in IE7i figured it out. the
- for the comments was causing the problem. i’m not sure why, but setting that to a specified width. For a 900px width page with little padding, i ended up having to set the width to 600px for it to work. Not sure why but, solves the problem. Thanks for your help!
Forum: Fixing WordPress
In reply to: Site Off-Center in IE7I tried fixing some of the validation errors on and it didn’t have any effect so I just put it back the way it was. Just to clarify again, this only happens on an individual blog entry page, and only in IE7 that I know of. Any help would be greatly appreciated!