ald0413
Forum Replies Created
-
Hi Dave,
I’ve put up a beta site here: https://smmcnyc.com/work/FHF/beta/
I’ve separated out the js into an unminified file galleries.js in theme folder
Thanks
Hi, I tried both
$('#element').click(function(){ $('#metaslider_61').flexslider('start'); });
and
$('#element').click(function(){ $('#metaslider_61').flexslider('play'); });
Neither worked, but neither is throwing an error, either.
The inline javascript generated by metaslider is as follows:
var metaslider_61 = function($) { $('#metaslider_61').addClass('flexslider'); // theme/plugin conflict avoidance $('#metaslider_61').flexslider({ slideshowSpeed:3000, animation:"slide", controlNav:true, directionNav:false, pauseOnHover:true, direction:"horizontal", reverse:false, animationSpeed:1000, prevText:"<", nextText:">", easing:"easeInQuad", slideshow:false, useCSS:false }); }; var timer_metaslider_61 = function() { var slider = !window.jQuery ? window.setTimeout(timer_metaslider_61, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_61, 1) : metaslider_61(window.jQuery); }; timer_metaslider_61();
I’m using jQuery 3.1.0
Thank you!
- This reply was modified 8 years ago by ald0413.
Forum: Hacks
In reply to: If no commentsI”m using a custom theme that I have created starting from BlankSlate
Forum: Plugins
In reply to: [Shortcode in Menus] Ninja Forms Pop UP ShortcodeHI, I took it out of maintenance mode so you can have a look. I put two links up, one using the shortcode input and one using custom links, and neither are working.
https://new.culpepperlawllc.com/
Thanks!
Forum: Plugins
In reply to: [Shortcode in Menus] Ninja Forms Pop UP ShortcodeHi, yes, I’ve tried adding it to custom link field, shortcode field. A whole bunch of things and it’s not working. The site is in maintenance mode. Is it possible I create you a login and you take a look? It would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Anchor links not working when linking to different pagesThank you Lorro! I don’t know how I didn’t notice that myself!!! Thank you.
Forum: Fixing WordPress
In reply to: Anchor links not working when linking to different pagesI have tried both, it didn’t help.
Forum: Plugins
In reply to: [New User Approve] Customize Email Sent to new usersHi There isn’t really an answer here. I just want to remove the link that goes to the admin, which the client does not want users to have. What file can I just go and edit this out of>
Thanks!
Hi Tom, The client has upgraded. How do I create a ticket for support? The site is in Maintenance mode, and I’ve created a login for a developer to look
Thanks
Is it possible for my client to pay for additional support? I’m comfortable in CSS. Is there anywhere I can be lead in the right direction?
Thank you, this worked.