kitcorsa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hero] Slide speed how do I changehi
i’ve worked it out after reading through the javascript file
on line 116 find
// In the words of Super Mario "let's a go!" var timer = 0; if(!settings.manualAdvance && kids.length > 1){ timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, settings.pauseTime); }
and replace settings.pauseTime with a time for example 6500 so the code should now read
// In the words of Super Mario "let's a go!" var timer = 0; if(!settings.manualAdvance && kids.length > 1){ timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, 6500); }
and the slide will take 6.5 seconds to change
hope this helps you all
Forum: Themes and Templates
In reply to: [Hero] [Theme: Hero] Change Header Nivo Slider Speedhi
i’ve worked it out after reading through the javascript file
on line 116 find
// In the words of Super Mario "let's a go!" var timer = 0; if(!settings.manualAdvance && kids.length > 1){ timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, settings.pauseTime); }
and replace settings.pauseTime with a time for example 6500 so the code should now read
// In the words of Super Mario "let's a go!" var timer = 0; if(!settings.manualAdvance && kids.length > 1){ timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, 6500); }
and the slide will take 6.5 seconds to change
hope this helps you all
Forum: Themes and Templates
In reply to: Auto add a disclaimer to set post typesthats great, but what if i wanted to display it in all posts that are in a sub category…
if ( in_category( ‘parent cat’ )) :?>
as i tried this and it never sowed on idems in child cats / sub cats
Forum: Plugins
In reply to: [Facebook Album Sync] Lightboxsorry thought i’d fixed it but after further test still no luck… did work for a minute
Forum: Plugins
In reply to: [Facebook Album Sync] Lightboxtried commenting out the <div id=”fbalbumsync”> in the facebook-album-sync/photos.php file and this just stops all the images from displaying.
Forum: Plugins
In reply to: [Facebook Album Sync] Lightboxsame issue… lightbox not working, just shows the image in a new browser window.
Forum: Themes and Templates
In reply to: [Hero] [Theme: Hero] Change Header Nivo Slider Speedi tried this but still changes every 3 seconds…. way to fast
Forum: Fixing WordPress
In reply to: restrict/add access to areas of admin areanot useing the a#bove and giving the options of themes etc to the editors if fine
problem is now when an editor changes the theme options they get the message “cheat’in eh??!!”
any help?
Forum: Themes and Templates
In reply to: displaying last 3 post on home page in a 3 colume layoutdoes work that way though
Forum: Themes and Templates
In reply to: displaying last 3 post on home page in a 3 colume layoutnot if people are usin less than ie8
Forum: Fixing WordPress
In reply to: restrict/add access to areas of admin areatried admin role editor plugin and gave editor role access to edit_theme_option.php which work but it also gave access to everything to do with the apperiance…. ie change theme, custom the theme etc etc etc
is there a way to just allow access to the theme option page.
i tried turning the menus off via adminimize after changing the role but the menu still shows
Forum: Themes and Templates
In reply to: page pagent shows grid of all child pagespage template is the way to go… have made on of these about a year ago so sure i can figgure it out again lol, also the link you gave dont work for the page template
Forum: Themes and Templates
In reply to: page pagent shows grid of all child pagesnot decided yet on theme, im trying to find one similar to a drupal theme i like.
https://www.templatemonster.com/joomla-templates/38763.html
if anyone knows a tempolate simular to this it would be a great help. I am ok with CSS mind but if i can get half way there out the box it would be a help
Forum: Fixing WordPress
In reply to: restrict google to certain author posts?how can I change the code so i can exclude a certain google bot?? ie i want to exclude the google news bot to certain posts
Forum: Fixing WordPress
In reply to: restrict google to certain author posts?cheers, where do i get author ids from?