Toby

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Healing Touch – Instructions #110101
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    Hi again,

    Just wanted to give the specifics of what I need to do – now that I look at it I’m thinking this was custom coding.

    On the index page, I need to remove the tab under “Meet Our Doctors” that relates to Phillip Grubb, DDS.
    Please help!

    in reply to: Healing Touch – Team Members #32731
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    Looks good!

    Thanks!

    in reply to: Healing Touch – Testimonials #32612
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    Hi,
    Thank you for the quick reply but I still am finding this difficult. Below is the code from my custom.js file and I do not see anything about transitionspeed

    jQuery(window).load(function() {
    if(jQuery(‘#slider’) > 0) {
    jQuery(‘.nivoSlider’).nivoSlider({
    effect:’fade’,
    });
    } else {
    jQuery(‘#slider’).nivoSlider({
    effect:’fade’,
    });
    }
    });

    // navigation script for responsive
    var healing_touch_bowser_width = jQuery(window).width();
    jQuery(document).ready(function() {
    jQuery(“.site-nav li a”).each(function() {
    if (jQuery(this).next().length > 0) {
    jQuery(this).addClass(“parent”);
    };
    })
    jQuery(“.mobile_nav a”).click(function(e) {
    e.preventDefault();
    jQuery(this).toggleClass(“active”);
    jQuery(“.site-nav”).slideToggle(‘fast’);
    });
    adjustMenu();
    })
    // navigation orientation resize callbak
    jQuery(window).bind(‘resize orientationchange’, function() {
    ww = jQuery(window).width();
    adjustMenu();
    });
    // navigation function for responsive
    var adjustMenu = function() {
    if (healing_touch_bowser_width < 989) {
    jQuery(“.mobile_nav a”).css(“display”, “block”);
    if (!jQuery(“.mobile_nav a”).hasClass(“active”)) {
    jQuery(“.site-nav”).hide();
    } else {
    jQuery(“.site-nav”).show();
    }
    jQuery(“.site-nav li”).unbind(‘mouseenter mouseleave’);
    } else {
    jQuery(“.mobile_nav a”).css(“display”, “none”);
    jQuery(“.site-nav”).show();
    jQuery(“.site-nav li”).removeClass(“hover”);
    jQuery(“.site-nav li a”).unbind(‘click’);
    jQuery(“.site-nav li”).unbind(‘mouseenter mouseleave’).bind(‘mouseenter mouseleave’, function() {
    jQuery(this).toggleClass(‘hover’);
    });
    }
    }

    in reply to: Healing Touch – Testimonials #32599
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    Please be more specific. Do you mean in wp-includes>js> ? I only see multiple customize-_____.js files but not specifically custom.js

    in reply to: Healing Touch – Testimonials #28333
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    That worked thanks! Is there any way to show all testimonials at the same time instead of the slideshow? At first I thought there was only one then realized it was changing very slowly.

    in reply to: Haeling Touch Misc Issues #23755
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    Hi Dave

    Thank you fro the assistance but I am still having issues with the contact forms on both the contact page I mentioned and on http://juliehongdmd.com/wp/appointments/

    As for #2 I’m just not seeing it. Here is my existing code…

    [column_content type=”two_third”]
    Accepting new patients

    Welcome you to my practice. My name is Julie Hong DMD. I am a general dentist who is now taking over Dr. Grubb’s wonderful patients. My vision is to offer caring, practical and comfortable dental care. Prevention is always the utmost importance to a healthy smile. A healthy smile leads to a healthy overall you. But if you need help with creating a smile that you can be proud of and that will last you a lifetime, I would be happy to provide that for you.

    To help you get to know me, I’ll share a little bit about my background. My father was a diplomat from Taiwan, so I grew up in various countries.[blankspace height=”65″][readmore-link align=”left” button=”READ MORE” links=”http://juliehongdmd.com/wp/meet-the-doctors/”][blankspace height=”35″][appointment title=”Same Day Appointments” buttontext=”Get an Appointment” url=”http://juliehongdmd.com/wp/appointments/appointments/ ‎”]Have an emergency or need service fast? We can help you![/appointment][/column_content][column_content type=”one_third_last”]
    Meet Our Doctors

    [accordion]
    [accordion_content title=”julia hong dmd”][doctors name=”Julia Hong DMD” photo=”http://juliehongdmd.com/wp/wp-content/uploads/2016/02/dentist-smile-woman-smiling-being-45344382.jpg” experience=”Over 20 years experience”]Dual dental degree, from the University of Witwatersrand in South Africa ’93 and from the University of Pennsylvania ’97.[/doctors]
    [/accordion_content]
    [accordion_content title=”Phillip Grubb DDS”][doctors name=”Phillip Grubb DDS” photo=”http://juliehongdmd.com/wp/wp-content/uploads/2016/02/dentist-instruments-close-up-young-male-holding-some-his-33824234.jpg” experience=”Over 30 years experience”]Graduated from Temple Dental ’79.[/doctors]
    [/accordion_content]
    [/accordion][/column_content]

    in reply to: Testimonial Page & Post Page Issue #23417
    TobyToby
    Member
    • Topics: 5
    • Replies: 7
    • Total: 12
    Member since: February 2, 2016

    Great question! What is the resolution for this?

Viewing 7 posts - 1 through 7 (of 7 total)