JC Palmes
Forum Replies Created
-
Forum: Plugins
In reply to: [Flare] Social share count not updating.I’m having the same problem. Did you find anything from your end?
Forum: Plugins
In reply to: [Plugin: WP Carousel] Adding styles to active linkhi there… I need another round of your expertise… ?? I’m using jcarousel now and need a way to get the position retention for jcarousel just like with stepcarousel? Like setting a cookie? Thanks!
Forum: Plugins
In reply to: [Plugin: WP Carousel] Carousel no longer works after wordpress updateoh… so that’s why. Anyways, that’s very helpful. Thank you so much for the prompt reply.
Forum: Plugins
In reply to: [Plugin: WP Carousel] Adding styles to active linkI may need more help again… ?? I was able to fix the position retention of the link in the panel by editing the stepcarousel.js file from:
setCookie:function(name, value){ document.cookie = name+"="+value },
to:
setCookie:function(name, value){ document.cookie = name+"="+value+"; path=/"; },
but my main problem is still not working, I’m trying to use this:
<script type="text/javascript"> $('.panel a').click(function(){ $('.belt').find('.selected').removeClass('selected'); $(this).addClass("selected"); }); </script>
This does not seem to work though… thanks!
Forum: Plugins
In reply to: [Plugin: WP Carousel] Adding styles to active linkthanks… one other thing, would it be possible to retain the position of the carousel when you click a link and not have it go back to the first slide but instead stay on that particular panel? I’m using stepcarousel. Thank you so much for the time
Forum: Plugins
In reply to: [Plugin: WP Carousel] Adding styles to active linkthe thing is, what I need to style is the actual active panel… can you show me how to dynamically add a class to the active panel? I just started using jquery and still need a lot of work on it. ??
this is my css, I’m using the default theme
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
The hover and everything else works, I just need to dynamically add the active class to the panel div. thanks
Forum: Plugins
In reply to: [Plugin: WP Carousel] Adding styles to active linkThanks, the css is actually in place but the problem is its not adding the needed class to the active link. Can you show me how? Thank you so much!
Forum: Plugins
In reply to: [Plugin: mTouch Quiz] Blank admin when activatedI use White Label CMS and the Admin Menu Editor. Maybe one of them is causing the issue? By the way, would it be possible to integrate mTouch Quiz with Cubepoints? Thanks!
Forum: Plugins
In reply to: [Plugin: oQey-Gallery] Fatal error after upgrading to 3.1what plugin was that? and of course, I’ll rate the plugin. I love it and will keep on using it. Thanks!
Forum: Plugins
In reply to: [Plugin: oQey-Gallery] Fatal error after upgrading to 3.1oh, you fixed it! thanks!!! by the way, can you tell me what went wrong?
Forum: Plugins
In reply to: [Plugin: oQey-Gallery] Fatal error after upgrading to 3.1Thanks, I’ve just sent you the details through your form.
Forum: Plugins
In reply to: [Plugin: oQey-Gallery] Fatal error after upgrading to 3.1Also, what’s your email address so that I can send you the details? Thanks!
Forum: Plugins
In reply to: [Plugin: oQey-Gallery] Fatal error after upgrading to 3.1Hi, what server details do you need? Thanks and i really appreciate the help.
Forum: Plugins
In reply to: Author list in sidebarthank you so much! you’re a lifesaver!
Forum: Plugins
In reply to: Author list in sidebarHi Michael,
Thanks for the code but it does not seem to work… I am using the php code widget to add the code to. but its giving me an error:
Fatal error: Call to a member function on a non-object in /home4/swarfblo/public_html/tmw/wp-content/plugins/php-code-widget/execphp.php(43) : eval()’d code on line 4