Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Ok i found a fix!! This will help everyone with the latest version chrome above version 31.
JS > functions.js.php
Goto line, search this lines and disable with comments, now works.
/* twttr.widgets.load();
try {
FB.XFBML.parse();
} catch(ex){}
reloadFunctions.init();
*/I Installed the latest dev version Versão 33.0.1750.22 dev-m DONT´T WORK …. I installed version 31 and WORKS!
Recent updates of chrome portfolio don´t work.
BTW in the version Chrome 31 works on MAC!
Hello,
http://www.wide.pt/work/home/ can´t get the fade in..and makes this strange beahivour…Ok, can´t see trjnr i need a link, the request is to make a simple fade in / out on over , not slide. I identify where is the effect but de fadeIn and fadeOut doesn´t work need a little help here.
functions.js.php :
itemHover: function() {
$j(“.portfolio-item”).hover(
function () {
$j(this).find(‘.portfolio-item-details’).fadeIn(1000);
},
function () {
$j(this).find(‘.portfolio-item-details’).fadeOut(300);
}
);
},Thanks
hello thanks laranz i will wait.
Fade in and fade out doesn´t work btw TRjnr if you don´t want a slide, injs/functions.js.php
search for “itemHover: function”
and play with the code in the post
hello ramibaj,
try in style.css.portfolio-items:hover > li {
filter:alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
}Hi lanranz don´t work!
itemHover: function() {
$j(“.portfolio-item”).hover(
function () {
$j(this).find(‘.portfolio-item-details’).fadeIn(600);
},
function () {
$j(this).find(‘.portfolio-item-details’).fadeOut(600);
}
);
},Thanks Laranz!
here is the image.Thanks for the help!
This reply has been marked as private.hello ED,
i changed the files with the files you send with the date 30.08 and works. I think IE10 is fixed. I´m devoloping now my site and changed only this files:functions.php
jquery.isotope.min.js
functions.js.phpThank You ED!!
keep the good work!thanks! Keep the good work!
Ok i saw a solution, go to phpmyadmin > wp_postmeta > sf_item_count > change the meta_value 16 to the desired one.
In the long list, its line 189
sf_item_count | 16 (original Value)
anyone? thanks!
Swift Ideas need to fix this, not 100% compatible with IE10.
-
Posted in: We hit Power Elite.