KiwiaufZeit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minimatica] Redirect Post to Pages an Blog problemTry this: http://www.onedesigns.com/support/topic/link-slider-to-a-page-instead-of-post/page/2
Combined with maybe a second wordpress installation (one for the navigation, one for the blog). Or otherwise always rewrite the posts linking to pages to be the newest one (unnecessary work) or try them as sticky posts
EDIT: btw, one the example blog of the thread creator, they simply use the category “blog” to keep out the ones showing on the front page. Pretty simple solution and not really clean
Forum: Fixing WordPress
In reply to: Uploaded pictures not showing anymoreEasiest way that I know: get Filezilla, install it, go onto your wordpress directory and change the permissions for all files you can find. I think you can find a general layout in the WordPress FAQ on permissions somewhere
Forum: Plugins
In reply to: [Tiled Galleries Carousel Without Jetpack] Compatibility with WP 3.8.1(resolved, forgot that)
Forum: Plugins
In reply to: [Tiled Galleries Carousel Without Jetpack] Compatibility with WP 3.8.1Thanks for the try.
After playing aroun a bit, I had to realise that the file permissions changed due to a change in the ftp-client (wasn’t familiar with the new one yet). Fixing that resolves it.Forum: Themes and Templates
In reply to: [Minimatica] gallery image sizeThat doesn’t have anything to do with the thme so you usually won’t find help here.
What you mean is called a lightbox, you can find something similar here:Forum: Themes and Templates
In reply to: [Minimatica] Redirect Post to Pages an Blog problemYou’ll find a description of how that could work here. I haven’t tired it out myself though so just give it a try 😉
Go into the theme-folder and open content.php. There you can see something like:
<li><?php _e( 'Written by', 'minimatica' ); ?> <?php the_author_posts_link(); ?></li>I guess you can take it from there; simply take out the parts you don’t want to be shown. In your case it seems you’d like to take out the whole list, so delete everything from
<ul> to </ul>I’d like to add that using the search term “wordpress delete written by” in Google and taking one of the first links would have brought you here:
http://wordpress.org/support/topic/remove-written-by-and-posted-in-from-my-posts?replies=3[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
[Note by user: Realised that as soon as I sent the post. Corrected it, thanks though.]Forum: Themes and Templates
In reply to: [Minimatica] Photos on main page are too zoomed in600 in width and 400 in height? The one you showed (400×600) would be the other way around.
When uploading a picture with that size it shouldn’t have any problems, at least I didn’t have any. Would you mind posting the adress to the blog? Otherwise it’s kinda hard to see what you mean, thanks
Forum: Themes and Templates
In reply to: [Minimatica] Using Minimatica 1.1.0Are you sure it’s connected to the theme? There were quite a few issues in the last few days (I had one as well) and they didn’t seem to be theme-related. If it isn’t minimatica, try posting in the general trouble-shooting are of the forum, someone might be able to help you out there.
Forum: Reviews
In reply to: [Minimatica] Does NOT workDid you put them as featured image…? Worked flawlessly for me and I didn’t have to make any changes either.
If that doesn’t work, can you post a link to your website please?
Forum: Fixing WordPress
In reply to: Uploaded pictures not showing anymoreForum: Fixing WordPress
In reply to: Uploaded pictures not showing anymoreOkay, more information: when taking the direct link to a picture I uploaded (http://www.fenweb.de/wp-content/uploads/2014/02/icon-vorlage.jpg) it gives me the generic 403 from domainfactory.
Doing the same with my normale blog but using a picture that doesn’t exist (so something like http://www.kiwiaufzeit.de/wp-content/uploads/2014/01/0000.jpg) I get “page not found” from WordPress…So there’s an issue with the permission and on top of that WordPress somehow doesn’t replace the 400-404 as usual…
Anyone able to help me there?postscript:
Okay, found the mistake: permission only allowed the owner to read and to write. I added reading for groups and now everything works just fine.What astonishes me now is that I created another blog a few days back using the same method and the permissions were automatically set the right way. Why did that change? I didn’t do anything about that manually as I did not even know you could change those permissions in FileZilla until a few minutes ago.
Is that more likely a problem of my hoster or WordPress? Shouldn’t the installation of WordPress usually set the permission by itself?
Another thing I realised when comparing the new blog to my old one, it seems that when writing a wrong file in the new blog it simply sends me back to home. In my old blog I actually get “Site not found”. Wrong installation…?Forum: Fixing WordPress
In reply to: Uploaded pictures not showing anymoreNope, completely new database doesn’t help it either…
Forum: Fixing WordPress
In reply to: Uploaded pictures not showing anymoreHm… I have another database running for piwik, I could try it on there, couldn’t I?
I cleaned the entries of the new setup each time though and the working blog (an older one) runs on the same database (different wp_ though) and works just fine…
Well, I’ll give that a try and see what I’m getting. Thank you
Forum: Fixing WordPress
In reply to: Uploaded pictures not showing anymoreMight be helpful to know; I tried the old WP 3.8 version and the uploads do not work either. I guess it’s not connected to the WP-update either then…