Ann-Sophie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hacked?Hmm seems like there were 2 users added. I deleted both of them and I don’t get the warning message anymore.
I deleted my admin account too now. Hopefully it won’t happen again.Forum: Plugins
In reply to: [Event Calendar] Admin page disappearedI *think* this was a problem with the host. But I’m not sure though.
Now the mini-calendar doesn’t work at the frontpage and the background colors for the different categories are still messed up, but I’m scared to try to fix this ??
Forum: Plugins
In reply to: [Event Calendar] Admin page disappearedEverything works again. It has been 2 days since I last tried. I didn’t do anything. When I logged in, I reinstalled the Ajax Event Calendar.
Forum: Fixing WordPress
In reply to: wp-admin 404Hi,
I’m using the twenty eleven theme (with a child theme though).
But everything works fine now. It has been 2 days since I last tried. I reinstalled the Ajax Event Calendar though.
Forum: Plugins
In reply to: [Event Calendar] Admin page disappearedYes I’ve done all of that in that order.
Forum: Hacks
In reply to: Latest 3 posts from specific categoryI used this code instead:
<div id="services"> <?php query_posts('category_name=voorpagina-item&showposts=3'); ?> <?php while (have_posts()) : the_post(); ?> <div class="services-box"> <h4><?php the_title(); ?></h4> <?php the_post_thumbnail(); ?> <?php the_content(); ?> </div> <?php endwhile;?> </div><!--end services-->
Forum: Hacks
In reply to: Gallery with timthumb thumbnailsSolved the problem.
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
This piece of code was the cause of my problem. Just deleted it and it works fine now.Forum: Hacks
In reply to: need help with timthumb.phpNever mind, solved it myself…
Code is:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Plugins
In reply to: Breadcrumbs > Yoast SEOFound it!
In the SEO settings > Internal Links > Taxonomy to show in breadcrumbs for: Category
Then it shows the correct breadcrumb!
Forum: Hacks
In reply to: Nivo slider needs to resize imagesHow do I code the timthumb into my nivo slider? I see you can use it as a shortcode in a post/page, but can’t find anything on hardcoding it…
Thanks in advance!
Forum: Hacks
In reply to: Nivo slider needs to resize imagesBut why do I need an extra script? It should be possible using the resizing function in functions.php but it doesn’t work for some odd reason…
Forum: Themes and Templates
In reply to: Featured listYes idd that solves the problem! Thanks a lot!
Forum: Themes and Templates
In reply to: Featured listHey,
I tried what you posted in the other topic, but it doesn’t work. The order is still the other way round… My code is now this:
<?php $mypages = get_posts('include=35,37,39,41,43&orderby=ID&post_type=page'); ?>
Forum: Themes and Templates
In reply to: wp_link_pagesThanks alchymyth!
Forum: Themes and Templates
In reply to: Minor CSS problemHi alchymyth… Isn’t there a workaround for this then?