Digital experiences for all disciplines
Forum Replies Created
-
-
That is exactly what i altered
1326 is the line resizable below
standardSetup: function() { // SET ITEM HEIGHTS portfolioContainer.imagesLoaded(function () { portfolio.setItemHeight(); flexSlider.thumb(); portfolioContainer.animate({opacity: 1}, 800); portfolioContainer.isotope({ animationEngine: 'best-available', animationOptions: { duration: 300, easing: 'easeInOutQuad', queue: false }, resizable: true, layoutMode: 'fitRows' }); portfolioContainer.isotope("reLayout"); }); },
and showing as line 1173
I did change that one and just did it again set it to 16000
no change
we are talking about testimonials that are running on home page correct?
This reply has been marked as private.yes slideshowSpeed
@CCD that is found at line 1173 for me, that in itself does not compute. and again no change modifying 1173 #$&$%^#^!
Is there an answer to the original ? I had asked?
Nothing that I altered so far in functions.js changes anything
theme is 2.01
that does not seem to be it, took it to 60000 and no change
///////////////////////////////////////////// // WIDGET FUNCTIONS ///////////////////////////////////////////// var widgets = { init: function() { // CHARTS if (sfIncluded.hasClass('has-chart')) { jQuery('.chart-shortcode').each(function(){ jQuery(this).easyPieChart({ animate: 1000, lineCap: 'round', lineWidth: jQuery(this).attr('data-linewidth'), size: jQuery(this).attr('data-size'), barColor: jQuery(this).attr('data-barcolor'), trackColor: jQuery(this).attr('data-trackcolor'), scaleColor: 'transparent' }); }); }
thanks much
look 7 ?s down
http://support.swiftideas.net/search/?q=button+colorYes
The magic is
Descending
0 (start with most current)
4 (however many you wish to display)set it to descending and 0
Oy Vey
this is found under shortcodes
‘Recent Posts’ Element
it is set to 4
is there a method to force it to actually show the 4 most current post previews?January 25, 2014 at 2:57 am in reply to: A little bit of help needed for 2 sites I am working on #44583You need to learn something like
Chrome/Inspect element
http://www.youtube.com/watch?v=cnWL2d9bGPk
Firefox/Inspect elementTook about 30 seconds to answer your 1st question and make them red, with Chrome/Inspect element
ul.social-icons li:not(.sf-love) a i {
display: block;
height: 100%;
position: relative;
top: 0%;
transition: top 0.35s;
width: 100%;
margin-bottom: 31px;
color: #F00;
} -