Forum Replies Created

Viewing 15 replies - 31 through 45 (of 282 total)
  • Thread Starter fawkesblog2

    (@fawkesblog2)

    Thanks Andrew. I did try the z index but to no avail. Maybe i’m not putting it in the right place.

    I did a test by putting my logo (currently in the top left corner of the page) over the slide show then changing the z index in the css but the logo remained over the slide show no matter what I set it at.

    Will read more on the link you posted to see if I have missed something. Cheers.

    Thread Starter fawkesblog2

    (@fawkesblog2)

    Thanks for pointing that out webbrewers.

    I forgot I had not updated the ios on the ipad. That fixed it but appreciate you bringing to my attention that I had not closed the text transform. I have done that now.

    I have another old ipad around I know has not been updated so will check and see if that makes a difference on that one.

    Thread Starter fawkesblog2

    (@fawkesblog2)

    I’ll add that I am not having any issue with how it appears on the iphone.

    I think that is the way it is supposed to be. The content is only scrollable when there is enough to scroll.

    Forum: Fixing WordPress
    In reply to: Embedding video
    fawkesblog2

    (@fawkesblog2)

    Just tested on my blog. Nothing happening. I loaded a variety of plugins to see if I could get it to work but no luck.

    Sorry.

    Forum: Fixing WordPress
    In reply to: Embedding video
    fawkesblog2

    (@fawkesblog2)

    What type of video?

    There are plugins for youtube, vimeo etc

    fawkesblog2

    (@fawkesblog2)

    Mine shows like that sometimes when my connection is slow. I usualy refresh the page and it is good again.

    fawkesblog2

    (@fawkesblog2)

    For the full page scroll don’t worry about a selector. Just click full page scroll in settings.

    fawkesblog2

    (@fawkesblog2)

    This is the code that I have to make the scroll box

    <div id="blog_comm"style=";float:right;width:431px;height:86px;margin-top: 9px;overflow:auto;overflow-y:transparent;overflow-x:hidden;outline:;padding-right:16px;padding-left:16px;box-shadow:inset 0 0 12px #121212;">

    That code will create a normal scroll box with the browser default scrollbar.

    Not In the jscrollpane settings you make sure that your selector is set to ID and not to CLASS.
    Then in the selector box I past in blog_comm from the above code.
    Then select the colors for the various parts of the scroll bar.

    Then set the width.

    If you are using a theme that already has scrollable comments it is likely that the code is in the css and is a class not an id.

    Hope that helps.

    Thread Starter fawkesblog2

    (@fawkesblog2)

    Thanks Cornfeed. I just love this plugin.

    When I experienced the conflict I tested on two blogs to make sure and experienced the same issue.

    As of now everything is back to normal after renistalling wp 3.5.1

    Tested on two blogs.

    Thread Starter fawkesblog2

    (@fawkesblog2)

    I know that is the idea behind backing up, which i did. But it would still be easier and faster and more efficient to do a one click to reinstall a previous version.

    Reinstalling a backup does not replace all the additional work that many people do to customize their themes. It is that work that has to be redone and takes time. Add that not everyone can do a manual install.

    Surely one click to a previous or earlier version is not something that will be hard to implement and it would save many people a lot of dicking around.

    Ok you can now see on my site how i have the vertical drag set to 20.

    I believe cornfeed will add that feature in if he updates the plugin.

    In wp-jscrollpane/js/wpjsp.js my code looks like this

    var $j = jQuery.noConflict();$j(function(){jQuery(document).ready(function($){$('body').wrapInner('<div id="full-page-container"></div>');var win = $(window);var isResizing = false;win.bind('resize',function(){if(!isResizing){isResizing = true;var container = $('#full-page-container');container.css({'width':1,'height':1});container.css({'width':win.width(),'height':win.height()});isResizing = false;container.jScrollPane({'showArrows': true,'verticalArrowPositions':'split','horizontalArrowPositions':'split','horizontalGutter':0,'verticalGutter':0,'verticalDragMinHeight': 20,
                'verticalDragMaxHeight': 20,
                'horizontalDragMinWidth': 20,
                'horizontalDragMaxWidth': 20});}}).trigger('resize');$('body').css('overflow','hidden');if($('#full-page-container').width() != win.width()){win.trigger('resize');}$('[id*="blog_comm"]').jScrollPane({'showArrows': true,'verticalArrowPositions':'split','horizontalArrowPositions':'split','horizontalGutter':0,'verticalGutter':0,'verticalDragMinHeight': 20,
                'verticalDragMaxHeight': 20,
                'horizontalDragMinWidth': 20,
                'horizontalDragMaxWidth': 20});$('[id*="blogg"]').jScrollPane({'showArrows': true,'verticalArrowPositions':'split','horizontalArrowPositions':'split','horizontalGutter':0,'verticalGutter':0,'verticalDragMinHeight': 20,
                'verticalDragMaxHeight': 20,
                'horizontalDragMinWidth': 20,
                'horizontalDragMaxWidth': 20});});});

    I also have the full page scroll on in that code but should give you enough of an idea.

    The jscollpane does not seem to work with wordpress 3.51. I just upgraded today and unless i can work out a fix will have to reinstall the previous version. So be careful about upgrading just yet.

    Yes, change theme and delete anthology, check the back end and delete it there.

    Then reload a fresh copy.

    Try once more to resave the header file while anthology is disabled before deleting it.

    Link to your site please.

Viewing 15 replies - 31 through 45 (of 282 total)