Forum Replies Created
-
AuthorPosts
-
Shri,
Can you please provide an answer to this?
Thanks.
February 9, 2016 at 3:17 pm in reply to: Naturo and Massage Center Themes – Feature Box Issues #22071Fabian, Have you received or found an answer to this?
Thanks,
THi 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
January 22, 2016 at 6:21 pm in reply to: Naturo and Massage Center Themes – Feature Box Issues #19802Sorry 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…
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”);
}
});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…?
I got it back! 🙂
moving forward, can you please provide the line of type i need to remove in js?
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 muchI 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: 123wpDEV123Thank 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…?
January 21, 2016 at 2:21 am in reply to: Naturo and Massage Center Themes – Feature Box Issues #19413www.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 🙂
what file do I go into to change this? Can you please let me know what lines of code to remove?
If you can please supply the code for us, it would be greatly appreciated.
Thank you very much Shri.
-
AuthorPosts