Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Transparent with borderHey there
The buttons don’t have borders? What steps have you taken so far?
The plugin doesn’t have that option but I plan on adding it.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] insert mce dissapeared from visual editorHey I know its been a while, but did you solve this? I’ve had one other user mention this but haven’t figured out the problem – could be something to do with your other plugins, try disabling them and see if the the button reappears?
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Align button with ImageThis is just the nature of text – images and buttons are generally treated “inline” – which means they flow just like text on a page – so aligning a line of text left or right, makes the whole stack of text align left or right.
In order to position them you would be looking at some more advanced CSS, and essentially you would be looking to create 3 columns, each with an image and a button in…
Alternatively you could create a table (who like those!) to help with your alignment – but this is stuff that’s not really related to this plugin.
There are plenty of plugins out there that allow you to add things like this to the post editor 🙂
Forum: Plugins
In reply to: [Search & Filter] Datepicker errorIt should be full date, at least it is in my Chrome browser –
Take a look at this table:
Forum: Plugins
In reply to: [Search & Filter] Datepicker errorHey pipoulito
The free plugin uses the html “date” input type – which means it is only supported by modern browsers such as Chrome…
The pro version uses a jquery date picker so is compatible with all browsers.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Error with WP 4.1Hey there – thanks for the update.
The pro works differently to free and I have actually tested this with roots now and got it working – I would say for the free version thought your solution seems to be a great workaround – thanks again for the info 🙂
Forum: Plugins
In reply to: [Search & Filter] Custom field searchHey there – please open a ticket on pro support forums:
http://www.designsandcode.com/support/
Thanks
Forum: Plugins
In reply to: [Search & Filter] dynamically update post count to reflect current queryHey there – its not currently possible – however this is a feature I am keen to add in the new year to the pro plugin 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Checkbox "All"This is not currently possible but a good idea – thanks for the suggestion.
Forum: Plugins
In reply to: [Search & Filter] Show current category only dropdownsHey there – unfortunately this is not possible.
With the pro version we use comboboxes which may be more useful to you
(http://harvesthq.github.io/chosen/) – however all the categories will be listed – but it is easier with a search option to navigate the long lists.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Filter Plugin with Global Site SearchHey there
To answer your questions:
1. I haven’t tested this so cannot say if it is at all possible – I wouldn’t be able to offer support for it.
2. This is not possible with the plugin natively – although would be with some custom work.
Thanks
Forum: Plugins
In reply to: [Search & Filter] hierarchical taxonomy in ver. PRO AND instead of OR?Hey Michal
Can you open a ticket on the pro forums please?
http://www.designsandcode.com/support/
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Error with WP 4.1Thanks for the update – I’ve used the roots theme before but not tested against this plugin – I’ll try to test early in new year
Thanks
Forum: Plugins
In reply to: [Search & Filter] Question before I buy PROHey Mo
Yeah you’re right about the support forums however you can leave a comment on the S&F Pro page – we normally respond to those.
In regards to your question & screenshot –
The first two columns for the search look fine.
However, it is not possible to create fields unless they are based on either post meta data (custom fields) or author/category/tag/taxonomy… You mention using text values to show/disabled the post thumbnail – this could technically be achieved using custom fields so this may still be suitable.
With the final, fourth column and adding in custom html – you cannot add custom html at this time – however if you know CSS you may be able to use the
::beforepseudo element to insert additional content or even JavaScript to handle it.Thanks
Forum: Plugins
In reply to: [Search & Filter] ACF Date custom fieldAh pipoulito – I’m talking about the pro version, however you are right – basically the date picker on this page: http://demo.designsandcode.com/sfpro-movie-reviews/ is the same one that is used for custom fields that are used for dates
🙂