lazystuff
Forum Replies Created
-
Forum: Plugins
In reply to: [Spin 360 deg and 3D Model Viewer] how to style the elements on load ?@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
In reply to: [Spin 360 deg and 3D Model Viewer] how to style the elements on load ?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
In reply to: [Product Filter by WBW] Filter is stuck and need to click clear…I rollbacked to the last version and it fixed it
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/
OK thanks. It looks like there was a conflict with the plugin “antispam bee” which I’ve temporarily disabled.
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] Headline CSS problemTo 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
In reply to: single.php display category in mini nav bar<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
In reply to: [Slideshow] Slide vertical alignmentHello, 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
In reply to: [Rapid Twitter Widget] Widget stopped workingMine has suddenly stopped displaying anything too… any ideas why?
Forum: Themes and Templates
In reply to: Twenty Ten colour tabsyes, 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
In reply to: Twenty Ten colour tabsOK. 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
In reply to: Twenty Ten colour tabsThanks 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
In reply to: [Shadowbox JS] [Plugin: Shadowbox JS] Twenty ten banner and safari 3.0.4For the safari problem I changed the container in shadowbox.css – from fixed to absolute which seems to have worked….