Tina Irvine

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Naturo Pro – jquery appear #22072
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Shri,

    Can you please provide an answer to this?

    Thanks.

    in reply to: Naturo and Massage Center Themes – Feature Box Issues #22071
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Fabian, Have you received or found an answer to this?

    Thanks,
    T

    in reply to: Naturo Pro – jquery appear #20201
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Hi Shri,

    Any idea how to get rid of the animation bounce with the 4 feature boxes while scrolling? There’s still a div showing up and I’m not sure how to over-write it. Can you please tell me where it is located?
    <div class+”services-wrap fadeInRight”></div>

    Hopefully that will fix it…?

    Thanks

    in reply to: Naturo and Massage Center Themes – Feature Box Issues #19802
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Sorry to have confused you…

    When you’re in the back end, you have the feature box options – which selects what page to show in each of the 4 feature box sections. If there was a “description” field here (instead of grabbing the text directly from your page) I think this would help the formatting of each page. Is it possible for you to add this in to your theme(s) back end? – for both Naturo and Massage Center…

    in reply to: Naturo Pro – jquery appear #19793
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Line 101 to 137 of custom.js file…if this helps…

    // navigation orientation resize callbak
    jQuery(window).bind(‘resize orientationchange’, function() {
    ww = jQuery(window).width();
    adjustMenu();
    });

    var adjustMenu = function() {
    if (ww < 981) {
    jQuery(“.toggleMenu”).css(“display”, “block”);
    if (!jQuery(“.toggleMenu”).hasClass(“active”)) {
    jQuery(“.nav”).hide();
    } else {
    jQuery(“.nav”).show();
    }
    jQuery(“.nav li”).unbind(‘mouseenter mouseleave’);
    } else {
    jQuery(“.toggleMenu”).css(“display”, “none”);
    jQuery(“.nav”).show();
    jQuery(“.nav li”).removeClass(“hover”);
    jQuery(“.nav li a”).unbind(‘click’);
    jQuery(“.nav li”).unbind(‘mouseenter mouseleave’).bind(‘mouseenter mouseleave’, function() {
    jQuery(this).toggleClass(‘hover’);
    });
    }
    }

    jQuery(window).scroll(function() {

    jQuery(‘.welcome-wrap’).each(function(){
    var imagePos = jQuery(this).offset().top;

    var topOfWindow = jQuery(window).scrollTop();
    if (imagePos < topOfWindow+400) {
    jQuery(this).addClass(“fadeInLeft”);
    }
    });

    in reply to: Naturo Pro – jquery appear #19790
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Update: I think I have it now, but I’m still getting a “bounce” with the feature boxes when I start scrolling down. Please let me know what I’m missing.

    I also had to remove the animation for the testimonials text as the text wasn’t showing up still. Wish there was a better solution so I could keep the animation…?

    in reply to: Naturo Pro – jquery appear #19786
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    I got it back! 🙂

    moving forward, can you please provide the line of type i need to remove in js?

    in reply to: Naturo Pro – jquery appear #19784
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    If it’s possible to get the site back to how it should be, can you please provide the line of type i need to remove in js?
    Thanks so much

    in reply to: Naturo Pro – jquery appear #19783
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    I just screwed up my site by editing my style.css and replacing it on the ftp. All of my work is gone and somehow now it’s showing “Minimal WordPress theme” and I can’t get my stuff to show up.

    Please help as soon as possible.

    So I’ve just I deleted my js file that i put on the ftp, and i put the old style sheet back…. BUT i don’t think i should have used the actual file in the first place – as you had mentioned in your link you sent me. I think it should’ve been done through the editor. But still, everything is back as it should be, except for all my work 🙁

    http://needenergyhealing.com/wp-admin
    U: userDEV
    P: 123wpDEV123

    in reply to: Massage Center – Slider "READ MORE" Link #19414
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    Thank you so much, Shri. We replaced it, but we’d like the “read more” button gone please, and only the top half of the image works as a link…?

    in reply to: Naturo and Massage Center Themes – Feature Box Issues #19413
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    www.needenergyhealing.com

    www.collects-it.com/www.suresigns.ca

    Can you please let me know if it would be possible to add a input box to the back-end that allows admin to type in an optional description area with a set character length?

    Thanks 🙂

    in reply to: Naturo Pro – jquery appear #19412
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    what file do I go into to change this? Can you please let me know what lines of code to remove?

    in reply to: Massage Center – Slider "READ MORE" Link #19054
    Tina IrvineTina Irvine
    Member
    • Topics: 3
    • Replies: 13
    • Total: 16
    Member since: December 30, 2015

    If you can please supply the code for us, it would be greatly appreciated.

    Thank you very much Shri.

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