Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
http://heartside.org/wp-content/uploads/2016/03/JANE2.jpg – if you drag that image and try to upload it gives you an error. Do you think it’s the size or something?
Please let me know if you find a solution to this – when I use the 2016 Theme I can load images just fine but with the Enfold theme I get the HTTP error.
Oh, got it. Thanks – I just didn’t know if there was a function that turned the animations off site wide.
Hi Vinay, where do I go to get to the image settings to remove animations on the slider?
Hi Vinay,
I did try disabling all of the plugins and testing it but got the same results. Included are the logins. Let me know!
Weird – it stopped working for a few days and is loading fine now. It must have been a cashing issue. Thanks!
I disabled all plugins and the images aren’t loading still. This is the error I get:
Message: ‘console’ is undefined
Line: 893
Char: 4
Code: 0
URI: http://switchthread.com/wp-content/themes/enfold/js/avia.js?ver=3It looks like someone else was struggling with this but the messages are marked as private so I’m not sure if they came up with a solution.
I disabled WP Rocket, enabled it again, cleared the cache three times and then checked it again at http://netrenderer.com/ and the images don’t seem to be loading still.
Changing the query.php file seemed to work for a while, but I’m having the issue again – any other thoughts about why http://www.catbarfashion.com/page/2/ doesn’t work?
I exported my theme settings and imported them with the default Enfold theme and it gave me the same result I had before. It seems that when I set my home page to Home and then just have the blog posts show up as a content element, it doesn’t want to show the subsequent pages of the blog. Should I set both the home page and the blog page to show up as the Home page?
By updating the slug to http://friesianconnection.com/friesian-stallions-and-horses/julius-stallion/ it worked – very weird that the number caused a redirect though.
Well, it looks like it had to do with the numbers on the page – when I took away 486 and made it http://friesianconnection.com/friesian-stallions-and-horses/julius-stallion/ instead, it loaded fine. Would this have been caused by the page id or something like that associated with 486?
I tried disabling all of the plugins, I tried resetting the permalinks, I tried recreating the page and naming it something else…
December 17, 2015 at 9:11 pm in reply to: Is there a limit on the length of a link for an Icon element? #554654The links work now that I’m using bit.ly but I just wanted to set something in case the client wants to do more links and forgets to use bit.ly. Thanks!
Also, when they go to page two of the Stallion Station it just pulls page one content – any thoughts on that?
Thank you! Works great!
Worked great! Thanks!
Hi Rikard,
I gave the element a custom class and made it:
#home-login .flex_column_table {
margin-top: -29% !important;
z-index: 10000;
}But when I first click on the site it looks like this: http://www.screencast.com/t/pnqqHabb
And when I scroll down slightly and back up again it appears:
http://www.screencast.com/t/vuG0UwiDsU
It seems to have something to do with the parallax scrolling of the full page slider.
November 19, 2015 at 10:00 pm in reply to: Move Phone Number or small info text to display in main header area #539232Yeah, it doesn’t matter where I put it, it always puts it above the <div class=”inner-container”> instead of within it and so the alignment always is off.
Hi Ismael,
I did shorten the links and it still didn’t work – and then I took the links out all together and then it started loading. The client really wanted those to be linkable – let me know if, in a further update, putting links in the tooltip area could be an option.
Best!
Sorry for the late reply… here’s the temp login to check out the page.
Thank you!
Thank you. That delays how long it takes to start to animating, and now I’m looking for each number to increment more slowly.
Below the function I modified I see this function and I’m curious how I might edit the math there to have the numbers increment slower?
return this.each(function() { var number_container = $(this), elements = number_container.find('.avia-single-number'), countTimer = number_container.data('timer') || 3000; //prepare elements elements.each(function(i) { var element = $(this), text = element.text(); if(window.addEventListener) element.text( text.replace(/./g, "0")); /*https://github.com/AviaThemes/wp-themes/issues/812*/ }); //trigger number animation number_container.addClass('number_prepared').on('avia_start_animation', function() { elements.each(function(i) { var element = $(this), countTo = element.data('number'), fakeCountTo = countTo, current = parseInt(element.text(),10), zeroOnly = /^0+$/.test(countTo), increment = 0; //fallback for decimals like 00 or 000 if(zeroOnly && countTo !== 0) fakeCountTo = countTo.replace(/0/g, '9'); increment = Math.round( fakeCountTo * 32 / countTimer); if(increment == 0 || increment % 10 == 0) increment += 1; setTimeout(function(){ start_count(element, countTo, increment, current, fakeCountTo);}, 300); }); }); });
Okay, so maybe there’s not a way to make each animate at a different time, but I’d like to make the animated numbers animate more slowly. I’m looking for where the CSS is that dictates how fast the numbers animate and can’t find anything… is it a function or something?
No worries – I found a different solution for the client to just have them be images that poped up versus icons.
Cool tip Yigit, thanks for that.
But I added that custom css class to the icon box elements, and nothing happened:
http://newsite.curlyhost.com/mortgage-professionals/
Is there something else I need to add?
Hi Josue,
Where do I set that class? Is it in the CSS or do I have to rewrite a function or something?
September 1, 2015 at 7:15 pm in reply to: Make Add to Cart show even if color swatch isn't selected #496643Thank you!
August 31, 2015 at 7:10 pm in reply to: Make Add to Cart show even if color swatch isn't selected #496047Here you go!
August 28, 2015 at 10:27 pm in reply to: Make Add to Cart show even if color swatch isn't selected #495119I’m using http://www.woothemes.com/products/variation-swatches-and-photos/ – and yes, I want it to show up before a variation is chosen as the client believes it confusing to not see a purchase button when you get to a product page.
Thank you!
-
AuthorPosts