Daniel Llewellyn
@diddledan on WordPress.org and Slack
- Member Since: August 16th, 2007
- Location: Basingstoke, Hampshire, UK
- Website: bowlhat.net
- GitHub: diddledan
- Job Title: Freelance Web developer and Systems administrator
- Employer: Bowl Hat
Bio
WordPress Origin Story
Contribution History
Daniel Llewellyn’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Translation Contributor
-
Posted a reply to Not working, on the site WordPress.org Forums:
The letters/alphabet link to places in the div with ID of az-slider. You've hidden this…5 days ago
-
Posted a reply to Hide when no post in category, on the site WordPress.org Forums:
Hi, The first problem is fixable by adding hide-empty-terms="true" to your shortcode: [a-z-listing display="terms" taxonomy="category"…2 weeks ago
-
Posted a reply to How to make work two shortcodes working in the same page?, on the site WordPress.org Forums:
Hi, Sorry I didn't get to your message sooner... Yes, multiple short-codes on the same…1 month ago
-
Posted a reply to Error stablishing a database connection, on the site WordPress.org Forums:
What permissions did you give to the userid for your database? I believe the minimum…1 month ago
-
Posted a reply to Website homepage not loading if has query string, WHY?, on the site WordPress.org Forums:
This is because of the second line below, which is found in your /app/themes/almero-sturents/dist/js/app.js file…1 month ago
-
Posted a reply to Problem about displaying WordPress in browser (locally install using Bitnami), on the site WordPress.org Forums:
Hi, Connection reset means that something is between the browser and server that is killing…1 month ago
-
Posted a reply to Tag list, on the site WordPress.org Forums:
Hi, To display your tags, you want a short-code like below: [a-z-listing display="terms" taxonomy="post_tag"]2 months ago
-
Posted a reply to AZ links are scrolling to the bottom of the letter sections., on the site WordPress.org Forums:
Hi, This is an interaction with your theme's sticky header. I don't know why, but…2 months ago
-
Posted a reply to problem with version 6, on the site WordPress.org Forums:
@yeisonbp releasing an update without changing the version number is not good etiquette. Please fix…2 months ago
-
Posted a reply to How to show two columns of alphabets, on the site WordPress.org Forums:
I don't know how to get it working like that, but you may override the…2 months ago
-
Posted a reply to Displaying Only Post Tags in Alphabetical Order, on the site WordPress.org Forums:
awesome! :-)2 months ago
-
Posted a reply to How to show two columns of alphabets, on the site WordPress.org Forums:
Hi, I'm not sure what you're requesting. Do you mean one of the following: the…2 months ago
-
Posted a reply to Shows a extrange list, on the site WordPress.org Forums:
I'm sorry, I still don't understand what problem you're facing. It might be that you…2 months ago
-
Posted a reply to Displaying Only Post Tags in Alphabetical Order, on the site WordPress.org Forums:
Hi, Try the following shortcode: [a-z-listing display="terms" taxonomy="post_tag"] I hope this gets you going :-)2 months ago
-
Posted a reply to Shows a extrange list, on the site WordPress.org Forums:
Hi, I'm not sure I fully understand the problem you are experiencing. The first shortcode…2 months ago
-
Posted a reply to Listing by last name, on the site WordPress.org Forums:
@concertravellers can you start a new thread for your question, as you've hijacked someone else's…2 months ago
-
Posted a reply to Listing by last name, on the site WordPress.org Forums:
I'm not sure I understand the form of name you're referring to and what the…2 months ago
-
Posted a reply to Add a custom url, on the site WordPress.org Forums:
the_letters() should be $a_z_query->the_letters().2 months ago
-
Posted a reply to Listing by last name, on the site WordPress.org Forums:
Hi, If you want to get going quickly I have a paid extension that does…2 months ago
-
Posted a reply to Add a custom url, on the site WordPress.org Forums:
The target attribute doesn't do that. It is for internal use to point the letters…2 months ago
-
Posted a reply to Internet Explorer and WordPress, on the site WordPress.org Forums:
It is common for consumer-oriented projects to not include support for IE because of the…2 months ago
-
Posted a reply to Front-end JavaScipt and npm (ESNext+JSX), on the site WordPress.org Forums:
As far as I can tell, to achieve this you can either: add a new…2 months ago
-
Posted a reply to Woocomerce Attribute, on the site WordPress.org Forums:
Hi, Product Attributes are saved as a taxonomy, so you want to use something like…3 months ago
-
Posted a reply to Styling issues, on the site WordPress.org Forums:
The problem is your theme is applying styling that is overriding the plugin. You can…3 months ago
-
Posted a reply to Using shortcode does not work, on the site WordPress.org Forums:
Your shortcode looks correct. If you have no articles in the benh category it might…3 months ago
-
Posted a reply to Using shortcode does not work, on the site WordPress.org Forums:
Hi, Is that a direct copy and paste? You have a space between terms and…3 months ago
-
Posted a reply to Only show Categories starting with specific letter, on the site WordPress.org Forums:
You can link to a specific letter by appending #letter-a, #letter-b, #letter-c, etc to the…3 months ago
-
Posted a reply to Only show Categories starting with specific letter, on the site WordPress.org Forums:
The file is at wp-content/plugins/a-z-listing/scripts/a-z-listing-tabs.js. The code I posted above should be sufficient to cause…3 months ago
-
Posted a reply to Only show Categories starting with specific letter, on the site WordPress.org Forums:
Hi, My plugin doesn't support this quite how you want it. I have supplied a…3 months ago
-
Posted a reply to Search funtionality, on the site WordPress.org Forums:
Hi, This is not natively supported by my plugin :-(3 months ago
-
Posted a reply to Only display pages that are children of specified parent, on the site WordPress.org Forums:
Hi, Can you post the exact shortcode you added to your site using the forum's…3 months ago
-
Posted a reply to A-Z directory not linking to anywhere on click, on the site WordPress.org Forums:
Hi, How is the slider added to the homepage? Are you using a specific plugin?…3 months ago
-
Posted a reply to listing by author, on the site WordPress.org Forums:
Hi, The plugin doesn't do this natively. You can, however, hook into the filter a_z_listing_query…3 months ago
-
Posted a reply to Arrange A-Z by subtitle, on the site WordPress.org Forums:
Hi, To achieve this you will need to be able to program in PHP. There…3 months ago
-
Posted a reply to Using shortcode does not work, on the site WordPress.org Forums:
Did you write it exactly like you have above with spaces between the = and…3 months ago
-
Posted a reply to Letter Index is not “Horizontal”, on the site WordPress.org Forums:
Hi, This is commonly caused when you use a page builder that doesn't register the…3 months ago
-
Posted a reply to Show subcategories as a dropdown, on the site WordPress.org Forums:
Hi, This is potentially possible, though it will require some hard thinking. :-) You can…3 months ago
-
Posted a reply to I’m getting error after upgrade the plugin, on the site WordPress.org Forums:
Hi, This is most unexpected. The parameter it talks about as being an issue holds…3 months ago
-
Posted a reply to Persian Language support, on the site WordPress.org Forums:
Perhaps your PHP installation is missing the mbstring extension? If you have the required access…3 months ago
-
Posted a reply to Modify letters html output, on the site WordPress.org Forums:
Hi, It is currently not possible to modify the HTML output of the the_letters function.3 months ago
-
Posted a reply to only two columns, on the site WordPress.org Forums:
Hi, You can change the number of columns by adjusting the CSS that drives the…3 months ago
-
Posted a reply to I want to Layout changes with this plugin, on the site WordPress.org Forums:
Hi, You cannot currently move the symbols category to the head of the alphabet. The…3 months ago
-
Posted a reply to How to show specific category Woo-commerce Products, on the site WordPress.org Forums:
Hi @Stormweb, Please can you post your question into a new topic per the rules…3 months ago
-
Posted a reply to Special characters, on the site WordPress.org Forums:
Hi, Is there a possibility that your posts starting with Ș might include variations on…3 months ago
-
Posted a reply to Treating letter variants as single letter for alphanumeric ordering, on the site WordPress.org Forums:
Hi, I'm going to add this idea into my to-do list so that I get…3 months ago
-
Posted a reply to Exclude non alphanumeric characters – again, on the site WordPress.org Forums:
I suspect the issue with double-quotes or apostrophe might be a difference between " and…3 months ago
-
Posted a reply to Display post tag on listing but link to pages instead of posts, on the site WordPress.org Forums:
Hi, Your shortcode is correct. I suspect that somewhere in your configuration of the post_tag…3 months ago
-
Posted a reply to PHP Warning caused by Indices.php, on the site WordPress.org Forums:
Hi, I'm unsure what might be causing this. The offset in question is the discovered…3 months ago
-
Posted a reply to Plugin can make like this, on the site WordPress.org Forums:
Hi, The layout of individual items in the list can be tailored by customising the…3 months ago
-
Posted a reply to Deleted tags remains in the list, on the site WordPress.org Forums:
Hi, Do you have any caching mechanisms on your site? e.g. W3TC, or WP-Rocket3 months ago
Developer
-
A-Z Listing
Active Installs: 6,000+
-
Custom Menu Fields
Active Installs: 40+
-
I'm A Plugin Developer
Active Installs: Less than 10
Contributor
-
Bang Faceted Search
Active Installs: 10+
-
Child Order
Active Installs: 10+
-
Link Badges
Active Installs: 20+
-
Site PIN
Active Installs: 600+