markuskylberg
Forum Replies Created
-
I have the same problem but I dont get a filename at all, nothing shows up when I select a file to upload. And my background isn’t black so that cant be the reason.
- This reply was modified 8 years ago by markuskylberg.
I spoke too soon.. I had set 3 columns, I set it to 0 and it works fine ??
I just noticed that when i choose the captions template the thumbnails dont drop down underneath each other when i resize the browser window, is there a fix for thet?
Ok thanks!
Not sure which version was the first I installed, but definitely not the latest. But it’s not working with the latest version either.
Not sure of course that ALL related files were deleted, but the plugin folder and the gallery folder were. Could there be other files that needs to be deleted?
Im thinking about making a completely new installation of wordpress and trying it again, unless you know what could be wrong of course?
thanks!Forum: Plugins
In reply to: [Plugin: Photonic] Expanded photo not workingit was the fancybox theme that didnt work. solved ??
Forum: Fixing WordPress
In reply to: Three sections of posts with different criteria on same pageI tried another code that worked!
Forum: Fixing WordPress
In reply to: Three sections of posts with different criteria on same pagethis:
<?php wp_reset_query(); ?> <?php query_posts('post_status=publish', 'numberposts=1', 'orderby=post_date', 'order=DESC'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <?php the_excerpt(); ?> <?php endwhile; ?>
didnt work :/
Forum: Fixing WordPress
In reply to: Show titles and contents of specific pages on the home pagethanks! i’ve tried to figure it out on my own, but unfortunately i clearly dont understand php well enough. Any more specific help? ??
Forum: Themes and Templates
In reply to: [Snaps] Featured Image Sizethis isnt working for me either, the pictures dont fill upp the entire box, I’ve tried with different sizes for the featured image and they all get cropped and shortened. Any solutions?
Forum: Fixing WordPress
In reply to: site down, can i save posts and reinstall?oh and by the way, what files should i save if i want to keep all of my posts and just du a reinstall of the entire site?
Forum: Fixing WordPress
In reply to: site down, can i save posts and reinstall?ok thanks.
how do i reset the plugins folder? just delete all the plugin files? and how do i switch themes if i cant get to the admin page?