nemo-maritime
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesLooked again at the site, and like before, some other themes do the “older entries” and “page 1 2 3” and so on right. The theme worked with no problems before. Some of the themes I have tried are made by the same person. Some of the others work, the one I need does not. How can I fix the paging issue so that I can view older posts?
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesIf I switch the theme into the default it works fine. It lets me go to older posts and the url works right when I click on different pages. I dont get how it messes it up with the theme, I thought it was all just links.
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pages*on ‘me’ now. I found out also that while the link changes in the url the selected page is not changed in the navigation. The navigation on the bottom, where it shows “page 1 2 3” and so on, if I click any of the page numbers, it will change the url, but the button still has page one selected….. same thing with all of the pages, they all change the url but the page is still on page one
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesDont disappear on my now. Any ideas on how I can fix this?
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesAlso, I have two versions of my theme. One is a free version and one is a premium. I have tried both but it still wont show me posts on the next page, “example.com/page/2/” it shows the same stuff as it did on the main page, the homepage. So how do I get it to show the next page? What am I missing here?
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesOk…. so I also tried using a different theme, and it looks like the default wp theme works fine. A few of the other themes are kind of messed up, as they only show a few posts, but most of them are fine. The main theme that I have been working around for 4 months now, is one of the themes that looks like (might) be giving me the trouble. Why would it not load the other pages right, but the others would, its just links that it is showing… I tried another theme by the same designer and it worked fine. Looked at the source code and they bothe have the same code in the area for the pagenavi, just one of them wont let me go to another page/s of the post list.
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesTried hitting save, and then uploading again, but same issue. Also tried a different permalinks option, saved, and the issue is still going.
Also, just in case someone does not get it, I can still see all of my posts. They all open up fine, and their url is right. The issue is browsing to them from the homepage through the, “page 1”, “page 2” or the “older posts” way. It wont let me browse the list on the homepage. Just wanted to point that out now.
Forum: Fixing WordPress
In reply to: Same posts from my homepage are on all of my different pagesI went to the permalinks section, and it showed the old “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.” And under it showed the .htaccess code,
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
So I copied it over to the .htaccess file in the main folder of the site, and now I just have,
Options -Indexes # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
But the issue is still happening.
Forum: Installing WordPress
In reply to: WordPress on multiple servers?I have been wrestling with this for a few months now. Here is how far I got. You will need to keep both servers updated with all of the same files so it does not break. That means that any plugin or file you upload to one server, you do to the other. Keeping them both in sync is a must.
As for the database, that is the way I have it set up now. I have one main database one server 1, and I have it set so that server 2 gets its database from server 1. This ensures that all of the comments and posts are the same whent your site is visited by different people on different servers.
The basic solution is to set up your main server wp-config with all of the info you set up, then for server 2 you would need to put the login information for server one, but where it says “local” you would put the ip address of the server 1 where the database is being brought in from.
I really had a pain in the @ss setting this up. I strongly suggest talking to your hosting provider and getting them to help you set this up as they also had to make some apache changes so that they are the same on both of my servers so they handle info the same way. It was a HUGE pain getting it all figured out. One issue I have that might be permanant is that I cannot use WP-SuperCache plugin as it messes up some info on my servers. Dunno why exactly but I just cant use it. Other than that I think I have it all set up.
Forum: Plugins
In reply to: [Plugin: MobilePress] Cant get it to show next pages in an articleThank you tylerreed,
I have been thinking of anything else is missing but nothing comes to mind :). Is there a temp fix for the paging issue? Is there a way to get the full post yet or do I wait until it is available?
I am using 2.7.1 but I dont think my theme is set up to work with it yet. I went to those settings and they do nothing for my comments. No changes. I’m still trying to figure out the way to get my theme to show the right number of comments
Forum: Plugins
In reply to: [Plugin: MobilePress] Cant get it to show next pages in an articleSmewhat good news, the wordpress mobile plugin by Alex does not do the paged sections either. This is still a powerful plugin but I would really like to be able to show additional pages. Any ideas at all?
I think it is as well. I have now noticed that on my homepage the comment count does indeed show up as it should. I have a call in my post page, or actually the comments.php that has a line with
<?php echo $commentcounter; ?> comments on this article
and this is the one that does not show up. This code seems to do nothing. On my homepage, in the index.php file for my theme, I have the code as,<span class="commnt-count"><?php comments_popup_link('No Comment', '1 Comment', '% Comments'); ?> </span>
. I am pretty sure this is the code that shows up the comments count, and it shows it right in my homepage. How can I get it to show on the article page itself?Forum: Plugins
In reply to: [Plugin: MobilePress] Cant get it to show next pages in an articleAnother thing is with the excluded categories. If you could also specify how to keep certain categories out of the main page.
Still have no leads on either problem. Is there a way to ammend a part like the recaptcha for my mobile version of the site?