Mark Shirley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress embed codeForum: Fixing WordPress
In reply to: Remove Previous next from attachment pageThanks for the comment Its 2012 theme
Forum: Fixing WordPress
In reply to: FB embed code doesnt work on WP website on a Apple MiniHi jnhghy
Im not using a plugin its the embed code from Facebook copied and pasted into a wordpress blog page. On a ipad the FB post will distort this never used to happen.Forum: Your WordPress
In reply to: New website helpYou need to simplify it think about one click instead of two and cutting information where possible.
Forum: Your WordPress
In reply to: Hand painted jewellery – website with ecommerce – please reviewlooks very nice but it doesn’t function to well. The front slider doesnt work and its abit slow rendering pages.
Forum: Themes and Templates
In reply to: twentytwelve theme keep sidebar at the top on mobile devicesThanks esmi
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] add a HyperlinkHi here are some screenshots of AFC in wordpress and the code for the page template
<li> <?php $my_meta = get_post_meta( $post->ID, 'link', true ); ?><?php if( $my_meta && '' != $my_meta ) : ?><a href="<?php echo $my_meta ?>">More Information</a><?php endif; ?></li>
Forum: Themes and Templates
In reply to: twentytwelve theme keep sidebar at the top on mobile devicesyes esmi I’m using a child theme – the reason I need the sidebar content to stay at the top of the screen is I have a taxonomy-picker plugin in the sidebar.
Forum: Themes and Templates
In reply to: Theme with Taxonomy Search filter in the header areathanks esmi I’ve actually been doing that but I cant find anything anywhere. but I’ll keep looking
Forum: Plugins
In reply to: [Search & Filter] Search & Filter in Widget bar of Responsive theme designthis is what I get when i put it into a responsive theme (twentytwelve) https://lh4.googleusercontent.com/-nLGhLc4Du48/U2jZOYsDfMI/AAAAAAAAFOY/e8jAW1vdph8/w299-h839-no/Screen+Shot+2014-05-06+at+13.39.24.png
Forum: Plugins
In reply to: [Custom Post Type UI] taxonomy hirachyThanks for the reply Micheal – I think I’m just stuck with the problem if I use ‘taxonomy picker plugin’. I’ll just have to find a plugin that gives me that option when using ‘custom ost type ui plugin’.
Forum: Plugins
In reply to: [Taxonomy Picker] Taxonomy Picker – CPY UI – change order of taxonomies.I mean the descriptions in the menu – ive created custom taxonomies but I cant find away of changing the posiion of the pull downs
Forum: Plugins
In reply to: [Custom Post Type UI] taxonomy hirachySorry forgot to say Im using ‘custom post type ui plugin’, and the pickers is using the order that im creating the taxonomies I need some control on what order they appear in ‘taxonomy picker plugin’
billsmithem same here Im having problems with slideshow size and a gap at the bottom for days and no answer from anyone.
Hi Thanks for the reply Thomas its seems to be working now – plus i used this css to get my gap.
.soliloquy-container { margin-bottom: 30px !important; }