Smos
Forum Replies Created
-
Forum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] Pagination brokenYeah, I got it resolved.
Do you have the plugin ‘Yoast WordPress SEO’?
If you do, you should check the settings on the Permalinks page.
There’s an option: ‘Redirect ugly URL’s to clean permalinks’. This option needs to be turned OFF.
That did it for me.Forum: Plugins
In reply to: [WP Nivo Slider] [Plugin: WP Nivo Slider] Add images without postI think I found a solution. Around every image in the nivo slider there’s a link to the post. I simply removed that link so you can’t click on the images in the slider.
In the plugin editor, go to the code files of the WP Nivo Slider plugin.
There you have to open the wp-nivo-slider.php file. Look for the opening tag of<div id="slider">.
A couple of lines below that you have the following code:<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' ); if( have_posts() ) : while( have_posts() ) : the_post(); ?> <?php if(has_post_thumbnail()) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); ?> </a> <?php endif ?> <?php endwhile; endif;?> <?php wp_reset_query();?>You have to remove the
<a>tag from the code so your link is gone.
Then you should have something like this:<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' ); if( have_posts() ) : while( have_posts() ) : the_post(); ?> <?php if(has_post_thumbnail()) : ?> <?php the_post_thumbnail(); ?> <?php endif ?> <?php endwhile; endif;?> <?php wp_reset_query();?>It worked for me, I hope it does for you too.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Pagination brokenWoohoo! Already found the problem. The plugin WordPress SEO caused it.
More specifically the setting ‘Redirect ugly URL’s to clean permalinks.’ needs to be disabled.And this is what’s written below this setting:
‘People make mistakes in their links towards you sometimes, or unwanted parameters are added to the end of your URLs, this allows you to redirect them all away. Please note that while this is a feature that is actively maintained, it is known to break several plugins, and should for that reason be the first feature you disable when you encounter issues after installing this plugin.’Wow, now I just feel stupid π
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Pagination brokenThanks for replying!
I’ll try and disable all the plugins and reactivate them one by one to see if there’s a plugin that’s causing the problem.
If not, I’ll try the mod_rewrite rule. But how do I do that exactly? I know how to edit the .htaccess file and I know what a mod_rewrite rule does more or less, but I don’t know what the syntax would look like.
And I’m aware I’m using an outdated version of Tubepress π
The version after that screwed up my layout so I stuck with the 2.0Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Pagination brokenAnyone?
Forum: Plugins
In reply to: [WP Nivo Slider] [Plugin: WP Nivo Slider] 3 slides but shows 4 bulletsAnyone?
Forum: Plugins
In reply to: [WP Nivo Slider] [Plugin: WP Nivo Slider] Add images without postMe too.
I also don’t know how to do this and if it can be done, but I’m looking for the same thing. I would like to switch themes based on the country my visitors are from.
If I find something I’ll let you know.Forum: Your WordPress
In reply to: Living for today… : Would love to hear your thoughtsHi DomainStick, thanks for trying anyway.
Can I ask you where you’re from and what browser you’re using?Forum: Your WordPress
In reply to: Living for today… : Would love to hear your thoughtsFelipe, thanks for the great advice. I’ll definitely try to change some of things you pointed out.
Dale, thanks for giving it a try. Can I ask you what country you’re from and what version of IE you’re using?
Forum: Your WordPress
In reply to: Living for today… : Would love to hear your thoughtsThanks Nick, I really appreciate the feedback! If you ever get a chance to come to Europe I’ll give you your medal and a beer π