mkk84
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Caching Problem?As I said, right now, the folder /plugins/simple-membership/views is empty but the login pages are still being presented correctly.
What I initially did, was commenting out the DIV block of class “swpm-logged-membership” (lines 13-16 in /plugins/simple-membership/views/loggedin.php).
Forum: Fixing WordPress
In reply to: Taxonomy not sortedNobody out there able to help?
Forum: Fixing WordPress
In reply to: Permalinks not always showing upMy fault!
I looked at the wrong database…
The real database reveals that the entries in column ‘post_name’ differ. Why? ?? Error in a regex: I didn’t escape the greedy . in a replace statement where I wanted to delete a part of the string. Result: Everything got deleted…Thanks for your time!!
Forum: Fixing WordPress
In reply to: Permalinks not always showing upNothing like this is installed. Nothing that adds suffices or redirects.
The odd thing is that only some posts are affected while I can see nothing “suspicious” in the DB…Forum: Fixing WordPress
In reply to: Taxonomy not sortedI think, I have tried almost all of them during the past days! None of them does what I am looking for; and this cannot be only my problem!
For instance, ther term “town” holds 57 differnt names. When I trype “St” I get a list of suggestions and this list is not sorted.I tried “I Order Terms”:
After a successful installation, I added the following code to my “functions.php”:function custom_i_order_terms_taxonomies($taxonomies) { $taxonomies = array_merge($taxonomies, array('taxonomy', 'category', 'town')); return $taxonomies; } add_filter('i_order_terms_taxonomies', 'custom_i_order_terms_taxonomies');
Unfortunately, the list of suggestions remains unsorted…
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit BookingIs it planned to add this functionallity (soon)?
Done!
I simply commented the respective lines in em-event.php out.
No feedback for this improvement suggestion?
Thanks for getting back on this.
I confirm:
What you described is exactly what I am experiencing; except for that fact that my gallery has only about 50 images in it. I do have a slow database Connection… maybe not all images can be loaded in time!?
But yes, not all Images are being displayed and those not displaying are not excluded even when I click “exclude all”.
The ones I can tick/untick are shown/not shown; so far so good.Sort or exclude images”-tab seems to have more than one issue as sorting according to filename does not always work. I would assume this issue can be replicated as well.
Again, thanks for your attention. Have fun fixing! ??
The issue remains and in addition, I noticed that sorting in the ATP is not working correctly and that in fact notall images of the selected gallery are shown.
By the way:
Selectting a gallery and ticking all images for exclusion does still show a random number of pictures on my page.Can anybody please help?
I already reinstalled down to version 2.0.0Where does ngg store the information of which images to include into a displayed gallery?
First of all: You’re doing a great job by answering all those questions. Thanks for your support!
Back to my “poblem”:
I don’t see how custom taxonomies and custom post types could help me.
By the way, I am using the latter. So, I have the Post post type on the blog and the Event post type on a page showing events (I use the Events Manager plugin).No matter where my posts of different post types are displyed: Whenever I click on a category archive link, the result will be displayed on a page under Home > Blog > [category]
I believe, the solution to this issue would be to change the root all categories or assign different roots to different categories.
Do you agree?