Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • marianney

    (@marianney)

    Hello, I am not very good at jQuery and I am having much trouble setting up this plugin. I installed the Elastic Slide plugin by Nikos M. and can’t figure out how to get it on my home page. I put in this code on my home.php:

    <ul id="carousel" class="elastislide-list">
        <li><a href="#"><img src="https://vid2r.com/darlingblogs/wp-content/uploads/4517436-org.jpg" alt="image01" /></a></li>
        <li><a href="#"><img src="https://vid2r.com/darlingblogs/wp-content/uploads/shutterstock_67147738.jpg" alt="image02" /></a></li>
        <li><a href="#"><img src="https://vid2r.com/darlingblogs/wp-content/uploads/shutterstock_89875054.jpg" alt="image03" /></a></li>
        <li><a href="#"><img src="https://vid2r.com/darlingblogs/wp-content/uploads/raccoon.jpg" alt="image03" /></a></li>
    </ul>
    
    <script type="text/javascript">
    jQuery(document).ready(function($){ // START
    
    	$('#carousel').elastislide(14,16,21);  
    
    }); // END
    </script>

    But all I get is the images all stacked together. How do I add the sliding functionality? What am I missing?

    By the way, the link to the “tutorial” above does not help. It’s written for people who understand jQuery well, which I don’t. It’s missing some key steps and I don’t know what they are. Please help! I’m sure it must be something simple?

    marianney

    (@marianney)

    That’s great! Im curious: do you know what you did or did it just start working all of a sudden?

    marianney

    (@marianney)

    AHA! I just figured out my problem, I hope this helps you jawdatrana. I found this thread: https://stackoverflow.com/questions/14532520/redirect-loop-on-wp-admin-or-wp-login-php

    and it reminded me that a few days ago I was changing permissions on my folders in FireFTP.

    I don’t know all that much about the permission numbers, but here is how I now have my permissions set on the wp-admin folder:
    705
    Owner: Read / Write / Execute
    Group: (none)
    Public: Read / Execute

    and on wp-admin/index.php:
    644
    Owner: Read / Write
    Group: Read
    Public: Read

    I hope this helps you!

    marianney

    (@marianney)

    I am getting this same thing for the last few days! I cannot find any answers that are relevant in my search either. I do not have multisite installed and I cannot access my dashboard so I cannot uninstall anything or change settings. I have removed all plugin folders via FTP but still nothing. I checked my htaccess and its just the normal stuff:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    https://costaricarealestateeco.com/wp-admin/

Viewing 4 replies - 31 through 34 (of 34 total)