xs650
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Live() FunctionMy page is here
http://northiowacorridor.com/business-climate/incentives/Two panels, Local & State from the Top Sub nav
Easy Fancy Box works great on the first panel that loads with the page
Thanks for helping me with this.
Forum: Plugins
In reply to: [Firelight Lightbox] Live() FunctionI am OK with ‘expensive’
I only need it on one switcher panel on the siteI have been trying to get this work with no luck.
I found this example of it working, not with the plugin but with the Jquery Library
http://www.picssel.com/playground/jquery/jQueryONreplacingContent_07mar12.htmlForum: Plugins
In reply to: [JQuery Accordion Menu Widget] Sub nav based on pageI can make them show/hide (expand/collapse) using this
http://mysitemyway.com/docs/index.php/Collapsible_sidebar_menusBut I lose the ability to make the parent a clickable link and that won’t meet the requirements on the project I am currently working on
If that code could be modified to show/hide and be clickable, it would work
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Sub nav based on pageGecka is very similar to one I was using called Section Subnav, but still doesn’t come with an expand/collapse for parent/children like JQuery Accordion. I am trying to figure out how to use show/hide with it now.
Forum: Plugins
In reply to: [JQuery Accordion Menu Widget] Sub nav based on page@bicjohnson, if you find a solution, please let me know. If I find one, I will post back here.
Forum: Plugins
In reply to: [Twitchers] [Plugin: Twitchers] PHP versionif you are interested in testing on 5.2.17, I could set you up a site
let me know
you can email me at [email protected]
Ryan
Forum: Plugins
In reply to: [Twitchers] [Plugin: Twitchers] PHP versionAny luck with that 5.3 specific code hunt? I looked but didn’t see anything that stood out to me. I just loaded your new version and
since you use
include dirname(__FILE__) . ‘/shortcode-twitcher-map.php’;
now, it white screens my whole site on 5.2.17Forum: Plugins
In reply to: [Twitchers] [Plugin: Twitchers] PHP versionI think its when the include ‘does’ work that it nukes the site.
If i use the include code with a bad path, I get the same issue as with the __DIR__ code
Must be something unfriendly in
shortcode-twitcher-map.phpForum: Plugins
In reply to: [Twitchers] [Plugin: Twitchers] PHP versionvery odd
i tried
include(dirname(__FILE__).’/shortcode-twitcher-map.php’);
and even just
include(‘shortcode-twitcher-map.php’);and they both white screened the site
I’ll mess with it more later and let you know what i find
Forum: Plugins
In reply to: [Twitchers] [Plugin: Twitchers] PHP versionThat isn’t working
in fact, it nukes my whole site, heh
but i think its on the right track
Ryan
Forum: Plugins
In reply to: [Twitchers] [Plugin: Twitchers] PHP versionSo after further tinkering, maybe its not the php version.
When i try to use the shortcode in a post, page, or sidebar, I only see the [twitcher-map]
I am using other plugin with other shortcodes on the site
I may try to call it with php, I’ll keep you updated, but if you have any ideas, I am open to try them.
Thanks for your response and I look forward to trying your plugin
Trying to get your code to work
Something in the lineecho '<a>term_id ) . '" title="View all posts in '. $category->name . '">' . $category->name.'</a>';is fouling up the php
Can you have a look?
I’m not getting itForum: Fixing WordPress
In reply to: Page templates not working with body_class() after migrating siteYep, it was plugin related
I turned them all off and body_class() started behavingAfter a plugin by plugin check, I found it was
Gravity Forms Version 1.0.1 | By rocketgeniusThe site uses the plugin, so I will resolve the issue with them and post back here the results for the next person.
Ah, on the setting page.
That did it.
Wow, that was easy
I searched thru the files in the plugin and I can’t find it.
The ‘yet-another-related-posts-plugin/template-builtin.php’ is the default ‘template’ but the list tag is not in that file.
I don’t have FTP access, so I can’t move the templates to the directory its asking me to use one of the templates.
May its written to the database?
That would suck, I don’t have access to that either.