• Resolved nikiaabner

    (@nikiaabner)


    I have tried and tried and I cannot get this to center my splash. It only shows on the left side. what can I do to fix this. I believe if i change the:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <div id="miesSPLASH" style="text-align: center; color: rgb(255, 255, 255); margin-top: 15px; height: 580px; width: 980px; position: fixed; z-index: 10000; top: 45.7px; display: block;" class="simple_overlay"><a></a>
    </div>

    to:

    <div id="miesSPLASH" style="text-align: center; color: rgb(255, 255, 255); margin-top: 15px; height: 580px; width: 980px; z-index: 10000; display: none; top: -4940px; position: relative;" class="simple_overlay"><a></a>
    </div>

    according to firebug…. but I do not know where to find this in the code… PLEASE HELP….

    View at http://www.RuthlessBlogs.com

    http://wordpress.org/extend/plugins/wsi/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ben-barbier

    (@agent022)

    Hello,

    I’ve see the problem on your site but I haven’t any solution for you for the moment…
    If you want to change the CSS, it is in the file “wsi/wsi/front/splash/content.inc.php” like this (on the bottom of the file) :

    <script type="text/javascript">
    $j(document).ready(function () {
    	$j('#miesSPLASH').css('text-align','center');
    	...
    });
    </script>

    I want to fix your problem by a best way…
    Could you sent your theme to me (benjamin.barbier@dark-sides.com), I’ll check what is the problem.

    Tkx for your message.

    ++

    Thread Starter nikiaabner

    (@nikiaabner)

    Hello, I sent the theme to you…thanks so much for your help….keep the updates coming it’s awesome!!!

    Plugin Author ben-barbier

    (@agent022)

    Hello,

    I’ve find the problem and it is not directly your theme…
    The problem is the version of JQuery what is used.
    My plugin is OK with JQuery 1.7.2 (the default wordpress version) but it put the splashscreen at left with jquery 1.8.2 (the version include in your theme).

    I’m currently working to the fix.

    Tkx for your informations.

    ++

    Thread Starter nikiaabner

    (@nikiaabner)

    Thanks!!! I’ll be looking forward to the update. I’m glad you found the issue.

    Plugin Author ben-barbier

    (@agent022)

    Hello,

    I’ve fix your problem 😉
    We have just to download the new version (2.6.1).
    Now, I integrate my own version of JQuery (1.7.2).

    Don’t forget to rate my plugin on wordpress.org (I get paid with stars ^^)

    ++

    Thread Starter nikiaabner

    (@nikiaabner)

    Great Work!!!! Thanks I gave 5 stars!! I love the plugin!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Splash Image] PLEASE HELP: Cannot Center Splash’ is closed to new replies.