t.style
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Weather Widget] Weather Widget Just Disappeared!@hal this is the error I’m seeing in source code
<!– AWESOME WEATHER ERROR: Operation timed out after 5011 milliseconds with 0 bytes received –>Forum: Plugins
In reply to: [Awesome Weather Widget] Weather Widget Just Disappeared!I’m having the same issue. Only way to get it working again is to add a second weather widget and delete the original.
Forum: Plugins
In reply to: [Category Featured Images] ShortcodeWorks perfectly, thanks!
Forum: Plugins
In reply to: [Custom Content Shortcode] Loop by Author IDI’m also looking for a way to do this.
author and author-id don’t seem to work
Forum: Plugins
In reply to: [Simple Ads Manager] Ads keep dissappearingUntil this gets fixed… Anyone looking for the old version can download it from here
https://github.com/minimus/simple-ads-manager/releasesForum: Plugins
In reply to: [Plugin: mb.YTPlayer] BG video breaking sidr menuI had the same problem but figured out a solution. Instead of letting sidr push the body, you can wrap a div around all of your content and allow sidr to push that instead.
In the below example add your div where it says “NAME OF YOUR DIV”
<script> $(document).ready(function() { $('#demo').sidr( name: 'sidr', // Name for the sidr. Default: 'sidr' speed: 200, // How long the animation will run. Default: 200 side: 'left', // Left or right, the location for the sidebar. Default: 'left' source: null, // A jQuery selector, an url or a callback function. renaming: true, // When filling the sidr with existing content, choose to rename or not the classes and ids. body: 'NAME OF YOUR DIV' // For doing the page movement the 'body' element is animated by default, you can select another element to animate with this option. ); }); </script>You can view my website to see it working: http://therstyle.com
Forum: Plugins
In reply to: [Simple Local Avatars] Generated GIF's don't animateDoes anyone know if there’s a way to get this to work?