rosper
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.5 Upgrade problemOr try to give permission 777 to folders
good luck
Forum: Themes and Templates
In reply to: Parse ErrorHi,
In your functions.php file from theme you have a comma or a dot or a semicolon that is not closed right on line 18.
Forum: Themes and Templates
In reply to: [Mantra] Presentation Page Slider stuck on LoadingJessica,
If is not in header.php search in index.php or in footer.php, this change will not broke the theme if you make an update.
if you don’t find the code you need someone with experience to find this JavaScript conflict.Thanks,
and good luckForum: Themes and Templates
In reply to: [Mantra] Presentation Page Slider stuck on LoadingChange the word jQuery from jQuery(‘#slider’).niviSlider() with $ sign
Forum: Themes and Templates
In reply to: [Mantra] Presentation Page Slider stuck on LoadingHi jessica,
I looked deep at your theme.You need to acces your ftp and in your Mantra theme you have a file named header.php,open it in a editor and change:
<script type="text/javascript"> // Flash animation for columns jQuery(window).load(function() { // Slider creation <strong>jQuery</strong>('#slider').nivoSlider({ effect: 'random', animSpeed: 750, pauseTime: 5000 }); jQuery('#front-columns > div img').hover( function() { jQuery(this) .stop() .animate({opacity: 0.5}, 100) .fadeOut(100) .fadeIn(100) .animate({opacity: 1}, 100) ; }, function() {jQuery(this).stop();} ) }); </script>
what is in bold with $ sign,save it and try if is working.
Good luck.
Forum: Themes and Templates
In reply to: [Mantra] Presentation Page Slider stuck on LoadingYou have a jQuery conflict on the slider.
Error: TypeError: jQuery(…).nivoSlider is not a function
Source file: https://jessicaframedup.com/lampstandpc/
Line: 184Find where you called the nivoSlider function and replace jQuery with $ sign.
Good luck
Forum: Themes and Templates
In reply to: resposive header imageDon’t use height,try to use float propriety.
Forum: Fixing WordPress
In reply to: Media, visual, text, permalink not workingHi,
Is the last version of wp? Try to disable all the plugins,go to Apparence->Themes and disable the current theme that you have.Enable the twentyeleven theme and try to click on the tabs that you want.
If this example work is meaning you have a js conflict.Good luck,
Ciprian