Title: lazystuff's Replies | WordPress.org

---

# lazystuff

  [  ](https://wordpress.org/support/users/lazystuff/)

 *   [Profile](https://wordpress.org/support/users/lazystuff/)
 *   [Topics Started](https://wordpress.org/support/users/lazystuff/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lazystuff/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lazystuff/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lazystuff/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lazystuff/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lazystuff/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spin 360 deg and 3D Model Viewer] how to style the elements on load ?](https://wordpress.org/support/topic/how-to-style-the-elements-on-load/)
 *  [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/how-to-style-the-elements-on-load/#post-14258767)
 * [@crealys](https://wordpress.org/support/users/crealys/) That all makes sense.
   The only thing I couldn’t work out is how to keep the animated SVG with my own
   logo and colours. Adobe Illustrator makes the animation ‘go weird’ – and I like
   having the animation effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spin 360 deg and 3D Model Viewer] how to style the elements on load ?](https://wordpress.org/support/topic/how-to-style-the-elements-on-load/)
 *  [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/how-to-style-the-elements-on-load/#post-14254019)
 * I’m having this problem too. I can see the changes need to be made in the php
   file code – you can choose what gif/svg to use as the loader (search ajax in 
   code file). But this loads multiple gif loader images, rather than just one in
   the centre. I’ve ALSO tried editing the default SVG file – but editing an SVG
   is a tricky process and I’m not sure how to do this – is there a specific way
   to edit an animated SVG?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Filter for WooCommerce by WBW] Filter is stuck and need to click clear…](https://wordpress.org/support/topic/filter-is-stuck-and-need-to-click-clear/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/filter-is-stuck-and-need-to-click-clear/#post-13745748)
 * I rollbacked to the last version and it fixed it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Dropdown list stacking below main content on mobile](https://wordpress.org/support/topic/dropdown-list-stacking-below-main-content-on-mobile/)
 *  [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/dropdown-list-stacking-below-main-content-on-mobile/#post-12947109)
 * I have the same problem. Since updating woocommerce the checkbox list is below
   the squares rather than alongside them. I can’t work out which css to add to 
   fix this. Example here: [https://www.lazystuff.com/shop/](https://www.lazystuff.com/shop/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Reviews for WooCommerce] Unable to leave a comment “please leave your comment”](https://wordpress.org/support/topic/unable-to-leave-a-comment-please-leave-your-comment/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/unable-to-leave-a-comment-please-leave-your-comment/#post-12060718)
 * OK thanks. It looks like there was a conflict with the plugin “antispam bee” 
   which I’ve temporarily disabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Timeline (Horizontal & Vertical Timeline)] Headline CSS problem](https://wordpress.org/support/topic/headline-css-problem/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/headline-css-problem/#post-7116223)
 * To clarify, I think the timeline CSS is applying to the whole page/site, not 
   just the area of the shortcode – which is what would be required.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [single.php display category in mini nav bar](https://wordpress.org/support/topic/singlephp-display-category-in-mini-nav-bar/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/singlephp-display-category-in-mini-nav-bar/#post-6578120)
 *     ```
       <ul id="projectNav" class="clearfix">
       <ul id="categories">
       <li class="skillList">
       <ul class="post-categories">
       <?php
           // Get the ID of a given category
           $category_id = get_cat_ID( 'Category Name' );
   
           // Get the URL of this category
           $category_link = get_category_link( $category_id );
   
           $category = get_the_category( $post_id); 
   
       ?>
       <?php get_category_link( $category_id ); ?><?php
           $args = array(
       	'show_option_all'    => '',
       	'orderby'            => 'order',
       	'order'              => '',
       	'style'              => 'list',
       	'show_count'         => 0,
       	'hide_empty'         => 1,
       	'use_desc_for_title' => 0,
       	'child_of'           => 0,
       	'feed'               => '',
       	'feed_type'          => '',
       	'feed_image'         => '',
       	'exclude'            => '',
       	'exclude_tree'       => '',
       	'include'            => '47,19,16,61,59,60,58,65',
       	'hierarchical'       => 1,
       	'title_li'           => __( '' ),
       	'show_option_none'   => __( '' ),
       	'number'             => null,
       	'echo'               => 1,
       	'depth'              => -1,
       	'current_category'   => 0,
       	'pad_counts'         => 0,
       	'taxonomy'           => 'category',
       	'walker'             => null
           );
           wp_list_categories( $args );
       ?>
       ```
   
 * This is what is in single.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Slide vertical alignment](https://wordpress.org/support/topic/slide-vertical-alignment/)
 *  [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/slide-vertical-alignment/#post-5769800)
 * Hello, I have this question too I think.
 * On the widget, rather than having the arrows at the side, can they be top and
   bottom – so you can click and slide images up and down, rather than side to side?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rapid Twitter Widget] Widget stopped working](https://wordpress.org/support/topic/widget-stopped-working-1/)
 *  [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/widget-stopped-working-1/#post-3835724)
 * Mine has suddenly stopped displaying anything too… any ideas why?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten colour tabs](https://wordpress.org/support/topic/twenty-ten-colour-tabs/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/twenty-ten-colour-tabs/#post-1970177)
 * yes, that’s got it. thanks.
 *     ```
       #access #menu-item-11.current-menu-item {background-color:#8cc49f;}
       #access #menu-item-11 a:hover {background-color:#8cc49f;
       }
       #access #menu-item-10.current-menu-item {background-color:#afa1ce;}
       #access #menu-item-10 a:hover {background-color:#afa1ce;
       }
       #access #menu-item-9.current-menu-item {background-color:#007db5;}
       #access #menu-item-9 a:hover {background-color:#007db5;}
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten colour tabs](https://wordpress.org/support/topic/twenty-ten-colour-tabs/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/twenty-ten-colour-tabs/#post-1970039)
 * OK. This changes the tab colour, but it’s the SAME colour on each tab – how would
   I change the colour for each tab to match the hover?
 *     ```
       #access
       .current-menu-item {background-color:#eee809;
       }
       ```
   
 * This doesn’t work, just #eee809 the same as item 9:
 *     ```
       #access
       .current-menu-item,
       #access .current-menu-item-9 {background-color:#eee809;}
       #access .current-menu-item-10 {background-color:#ee1c24;}
       #access .current-menu-item-11 {background-color:#a8a8fc;
       }
   
       #access #menu-item-9 a:hover {background-color:#ee1c24;}
       #access #menu-item-10 a:hover {background-color:#eee809;}
       #access #menu-item-11 a:hover {background-color:#a8a8fc;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten colour tabs](https://wordpress.org/support/topic/twenty-ten-colour-tabs/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/twenty-ten-colour-tabs/#post-1970018)
 * Thanks for your reply. I may have given the illusion of knowing what I’m doing,
   sadly I don’t. I’ve tried this amend in my child theme, which doesn’t work – 
   any ideas?
 *     ```
       }
       #access #menu-item-9 a:hover {background-color:#ee1c24;}
       #access #menu-item-10 a:hover {background-color:#eee809;}
       #access #menu-item-11 a:hover {background-color:#a8a8fc;
       }
   
       #content #current-menu-item-9 {background-color:#ee1c24;}
       #content #current-menu-item-10 {background-color:#eee809;}
       #content #current-menu-item-11 {background-color:#a8a8fc;
       }
       ```
   
 * Thanks in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] [Plugin: Shadowbox JS] Twenty ten banner and safari 3.0.4](https://wordpress.org/support/topic/plugin-shadowbox-js-twenty-ten-banner-and-safari-304/)
 *  Thread Starter [lazystuff](https://wordpress.org/support/users/lazystuff/)
 * (@lazystuff)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-shadowbox-js-twenty-ten-banner-and-safari-304/#post-1699092)
 * For the safari problem I changed the container in shadowbox.css – from fixed 
   to absolute which seems to have worked….

Viewing 13 replies - 1 through 13 (of 13 total)