JanDieckmann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: TwentyTwelve] Nav Menu Color by categoryOkay, I discovered the possibility to give every menu entry a class but how to address this class? In the style.css there is something like this to assign the text color of the entries:
.main-navigation li a { color: #6a6a6a; }
Now I have an entry with a class called cat1, but I can’t figure out how to change the colour for this particular item.
.cat1 li or main-navigaton li.cat1 doesn’t work.
Another question about the modification of the menu bar is how I can minimize the space between the men items so that I can keep a one line menu if I have too much entries. I also like to have a word-wrap if the menu entry is something like latest news. So that news is written underneath latest and not next to it.
I’m looking forward for some advices.
Bye
JanForum: Hacks
In reply to: List all posts inside a categoryPerfect!
Thank you a lot for this explanation and hint, it helped my. And not only I could make the change I want I also got a little more comprehension of the code.
Bye
JanForum: Plugins
In reply to: [Ceceppa Multilingua] Compatibility with Events ManagerAlright, I’m fine with this. It is already nice to now that my question has been noticed ?? Could you suggest a event plugin that goes well with yours?
Forum: Hacks
In reply to: List all posts inside a categoryThank you, bcworks.
The code you gave me makes sense to me but the simple replacement doesn’t work. I get a Parse error: syntax error, unexpected ‘<‘ in /wp-content/themes/twentytwelve/category.php on line 36.
So, something just like the_title(); instead is working. I don’t find the way to add the links. Please one more hint ??
Forum: Plugins
In reply to: [WP Photo Album Plus] Structure of uploaded photosAlright, understood!
I think that I am happy now ??
Thank you a lot! Great job!
Forum: Plugins
In reply to: [WP Photo Album Plus] Structure of uploaded photosOk, understood.
So I uploaded my files again to my depot folder and started the import.
Now I see the again a lot of numbered files in /wp-content/uploads/wppa
I see /wp-content/uploads/wppa-source with six folders album-1 to album-6 with the different files with the orginial names
And I still see /wp-content/albums and /wp-content/wppa-pl, both empty except a .htaccess fileShouldn’t there be folders inside /wp-content/albums with the real names of the albums and within the original files?
Forum: Plugins
In reply to: [WP Photo Album Plus] Structure of uploaded photosAwesome! I like waht you do and to see the process here of fulfilling wishes of other users ??
I found this thread because I also remarked the structure of the uploaded pictures and was quite confused. In my case is more for my own purpose that I like to recognize the pictures and their belonging on the server then the need for obviuos visibility for other.
Unfortunately I already uploaded and personalized about 50 pictures and hesitate now to delete them and restart the whole process. So I tried to follow your instructions.
I changed the name of wppa-pl by the settings page into “albums”.
I ticked Table IX-H1,2.
I moved the files from /wp-content/uploads/wppa to /wp-content/wppa-depot/Jan and see them on the Import Photo page.
I started with one photo (68.jpg): ticked Update existing photos and pressed Start AjaxThenI recieved a red message “68.jpg Failed!”
The file hasn’t been moved on the server.
What can I do.
Forum: Plugins
In reply to: [WP Photo Album Plus] Pictures are not shownGreat, great.
Sorry @error I didn’t intend to address you by using @error, it was the idea to refer on the errorlog ??
I added the new .htaccess in wppa and reactived the one in uploads and it is working fine, I see the pictures.
And yes, I do use the UAM.
So, everything is clear, I think. We… or you… found the reason and a good solution. I am fine now and consider this really solved.
Forum: Plugins
In reply to: [WP Photo Album Plus] Pictures are not shownAlright @error
My permalink structure was year month name and the change only to name didn’t make a difference.
Pictures in folders like …/wp-content/uploads/2014/07/ are shown as mediafiles, not as pages.
I renamed the .htaccess and that made a difference! Now it is working. So the explanation and conclusion is due to something in this file and I don’t know yet how to figure it out and if it might be problematical to don’t have .htaccess there.
In some way this issue is resolved and I am very happy with your fast and easy to follow help. Great job! Thanks a lot!
I like to add one short question here: Is there a chance to influence the file names that wppa uses? I see that the original filename is still shown but in the folder they are just counted up from 1 to …
Forum: Plugins
In reply to: [WP Photo Album Plus] Pictures are not shownThank you for your efforts!
Update didn’t change anything in my case as far as I can say.
I figured out that I can’t access the pictures uploaded with the plugin and the automaticaly created thumbnails by their direct url …/wp-content/uploads/wppa/1.jpg -> Page not found.
The chmod for those directories is 0755 and 0644 for the files, like the others in /uploads/…
I am not aware of one of my plugins being some kind of security improving even if there are some to manage user roles.
The .htaccess files in uploads don’t seem to have your mentioned changes:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>I discovered an error.log in /wp-content/wppa-depot/admin with just one line: Error: on:27. Juli 2014 9:10: Unable to save session.
Might by the time of my first using, not sure anymore.Forum: Plugins
In reply to: [WP Photo Album Plus] Pictures are not shownYeah, might helpful. But I haven’t published an article and also intend to do it in a private part of my blog.
Does it help to get an idea of the problem if a add a screenshot of the dashboard: https://jandieckmann.de/wpphotoalbum.png
What else might helpful? If you really need I create a test article, but in the preview of an article it looks the same: everything is there the menu, the name and the description of the picture, but the pictures theirself not. The description text is directly under the name, no space inbetween.
Forum: Plugins
In reply to: [Participants Database] Request – Countdown/Birthday widgetWow, great, thanks for this fast and detailes response. I have to try if I can use it with my little knowledge ??
Forum: Plugins
In reply to: [Register Plus Redux] Custom Verification MessageThanks for sharing.
Forum: Plugins
In reply to: [User Access Manager] shortcodes or just hide a part of the textUnfortunately not. So far I can deal without this option but it would be nice to have a solution.
Forum: Plugins
In reply to: [User Access Manager] shortcodes or just hide a part of the textThank you for this advice. I didn’ try because in the discription of Wp-Private it is said that there is only a distinction between guests and registered users. In my case these two groups should see the same but a few persons, in a special user group, should see some more.