webfeat
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Limit search depending on pagethinking about it, and looking at the code I dont see a way to do it, perhaps having the option to create different Ajax search bars would be a nice way around this but looks to be out of the current scope of the plugin.
would like to have it as a feature request if its not possible right now 🙂Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom post types not searchedThanks, will give that a try.
Its not the site thats the issue, from what I can tell, as your plugin was working fine for many months and if I try another search plugin it works fine. Something has changed but I have on idea where or why.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Turn off on mobileThanks for the response, its the same issue though.
When clicking in a text box on mobile the keyboard opens up, taking up half the screen. The ajax drop box appears behind the keyboard so I cant see it. If close the keyboard the input box loses focus and so the ajax results disappear. If I fiddle with it sometimes I can get the keyboard closed and the ajax still open, which is fine unless I miss click then the menu closes again.Overall its a big usability problem on mobile. Its great on a PC through, I really like it. But sadly I cant use it if it doesnt work on mobile. Will play with it some more and see if I can get it working consistently.
- This reply was modified 8 years, 8 months ago by webfeat.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] custom post types not searchedI tried another search plugin, Better Search, which returned staff and posts just fine. However it doesnt let me use hidden fields to specify only staff in the staff section, so Im still stuck.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Weird Search ResultsI had a similar problem with the search. Was caused by another plugin (blank canvas) soon as I turned that off it worked as intended.
Oddly they had worked together just fine for weeks then suddenly one day they decided they didnt like each other. Only affected the search results.Forum: Plugins
In reply to: [Advanced post slider] Slider heightfrom the looks of it, template one, is basing the height on the thumbnail height, hard coded to only show one. It would be a simple matter, I would expect, to take the post count from the Carousel & Ticker section and multiple that by thumb height to get the overall height.
Can you, or anyone else look into this? I Cant find where it sets the height values. Having a fixed vertical scroll of 1 is very limiting when the horizontal ones are far more flexible.
Thanks
Im doing that now by adding a unique ID to the slug, which is the persons name so it reads 123-john-doe instead of letting WP handle the slug, which would be cleaner.The excerpt is an option on the page and I did prefer to use that but if it doesnt work then I’ll just have to mess with the slug/url instead.
Thanks.as a side question, is there any documentation on importing characters? I’ve been having fails on 1 import that contains the ’ character, fails every time. If I remove it, it works fine. For reference Im including my values in double quotes i.e.
“This doesnt work due to this ’ character”
“This does work as I didnt include it this time”
This, ‘, works fine, which I’ve replaced the other one with.edit, both those characters look the same in this font but if you copy paste into another font the difference is more clear.
- This reply was modified 8 years, 10 months ago by webfeat. Reason: added a note
Forum: Plugins
In reply to: [Blank Slate] changing background colorI would like more info on this please.
I do have a custom CSS plugin but your own css loads just before the closing head tag so overrides the custom css.<style type="text/css" id="custom-background-css"> body.custom-background { background-color: #d8d8d8; } </style>Im not sure why you are forcing the background colour. Unless this isnt your tag and something else put it in? in which case, I have no idea what as that BG colour isnt used anywhere.
Forum: Plugins
In reply to: [Staffer] Sort orderI have tried amending inc/staffer-grid.php by adding
$args = array( 'post_type' => 'staff', 'pagination' => true, 'posts_per_page' => $postsperpage, 'paged' => $paged 'orderby' => 'post_title', 'order' => 'DESC' ); $the_query = new WP_Query( $args );this is followed by if (have_posts() ) : ?>. Most of the above was already there, I just un-commented it
but it didnt do anything
- This reply was modified 8 years, 11 months ago by webfeat. Reason: additional code
Forum: Plugins
In reply to: [Post Types Order] Import custom orderedit- miss-post. Original post still valid though
- This reply was modified 8 years, 11 months ago by webfeat. Reason: posted in error
Forum: Plugins
In reply to: [Memphis Documents Library] Preview detailsI thought so, thanks.
For a requested feature, the option to add a description to use as a preview would help us around this problem. Like a post excerpt. We could copy/paste the first part of any docs in there.
Forum: Plugins
In reply to: [Memphis Documents Library] Error when updating a fileThanks for the confirmation.
however it does make it a little longer process to link the file as you now have to click Manage, then copy the filename. If this could be on the docs listing page in admin it would save a few clicks, possibly include some sort of click here to copy shortcode, for each doc on there?Not a deal breaker but would speed up the process of linking docs
will also add, its a great plugin, you’ve done a great job with it 🙂
- This reply was modified 8 years, 11 months ago by webfeat.
Forum: Plugins
In reply to: [Memphis Documents Library] Error when updating a fileJust to add to this. The plugin was working fine when I last used it, which admittedly was a number of weeks ago. I updated it today and started work on some docs to find some are displaying using the single file short code, while others are not. Folder shortcode works fine.
On investigation, originally I copy/pasted the title of the file and this worked fine but that doesnt work anymore, I need to paste in the exact, full, filename with extension. Is that a new feature?I also found that uploads broke with the same error as the OP so I ticked the Disabled sessions box and the uploads are now working again.
Forum: Plugins
In reply to: [WP Pipes] Cron questionthanks for the reply. Thats very disappointing
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] Database Table Locationgreat, thanks