fawkesblog2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Overlay flash slideshow over image,png or jpgThanks 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.
Forum: Fixing WordPress
In reply to: Post Title appears different on IpadThanks 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.
Forum: Fixing WordPress
In reply to: Post Title appears different on IpadI’ll add that I am not having any issue with how it appears on the iphone.
Forum: Plugins
In reply to: [WP-jScrollPane] Content height equals scrollable div heightI 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 videoJust 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 videoWhat type of video?
There are plugins for youtube, vimeo etc
Forum: Fixing WordPress
In reply to: WordPress Backend is UnusableMine shows like that sometimes when my connection is slow. I usualy refresh the page and it is good again.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP-jScrollPane] how to implement?For the full page scroll don’t worry about a selector. Just click full page scroll in settings.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP-jScrollPane] how to implement?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.
Forum: Plugins
In reply to: [WP-jScrollPane] Full Page conflict with wp 3.5.1Thanks 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.
Forum: Requests and Feedback
In reply to: One click to install previous wordpress version please.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.
Forum: Plugins
In reply to: [WP-jScrollPane] Changing the height of the vertical dragOk 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.
Forum: Plugins
In reply to: [WP-jScrollPane] Changing the height of the vertical dragIn 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.
Forum: Fixing WordPress
In reply to: Remove the profile/admin barLink to your site please.