faustina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages and Layouts1. Change your permalink settings (options -> permalinks)
2. You can create page templates for your different pages. Copy your page template (most likely page.php), give it a new template name at the top, change the parts you want to, and upload it with your other theme files. Then you can edit your pages through wp and select a different template (the new one you created) and you should get your different layout.
Hope this helps you.
Forum: Everything else WordPress
In reply to: Random Image ScatterI am working on the placement of the thumbs first. I have this that works with each thumbnail, but I have to manually enter each value:
style="position:absolute; left:50px; top:400px"
I have tried generating random numbers but just can’t get it to work, for example:
style="position:absolute; left:<?php echo(rand(10,500))?>px; top:<?php echo(rand(400,900))?>px"
Any way I can get ramdom numbers to work with this?
Forum: Fixing WordPress
In reply to: Archive view displays two pages of posts MAXIMUMI had the very same problem. I wasn’t sure what caused it, but I did manage to put in some tags that made them work correctly. This is what I use now:
<div class="navigation">
<div class="alignleft"><?php posts_nav_link('','','« Previous Entries') ?></div>
<div class="alignright"><?php posts_nav_link('','Next Entries »','') ?></div>
<div class="clear"></div>
</div>I also use the plugin page-navi https://www.lesterchan.net/wordpress/readme/wp-pagenavi.html which gives an additional paged display like this: Pages (17): [1] 2 3 4 ? … Last ?
Hope that helps.
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesI have done the modification mentioned several times here, no change. I am using FF 2.0.0.1. I’m not sure what else to do, every solution suggested I have tried an nothing has ever worked.
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesI hope someone really realizes how big the problem is with this. I have done every single thing suggested to me with no luck. I really just want it to work already.
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesYes, I did that. It didn’t change anything for me, sitll is not working at all.
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesOh, and here is another thread of people having similar problems, none of these solutions worked for me either:
Forum: Plugins
In reply to: Plugin ShoppingGlad to help ??
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesNever mind, found how to disable them all, still no change.
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesWhere is the option to do that exactly? I will try it and see if that makes a change.
Forum: Installing WordPress
In reply to: WordPress 2.0.4 to 2.1 IssuesThat solution just posted didn’t fix my problem, had no effect at all. When “use rich text editor” is turned on in my user profile, the tabs show up but are not click-able. There are no other options, can’t use the editor at all. With rich text turned off, all works fine, except of course there is no rich text.
Forum: Plugins
In reply to: Plugin Shopping1. No idea.
2. I use Windows Live Writer and like it very much, it’s still in beta so there are a few bugs here and there but it is packed full of features.
3. Viper’s Video Quicktags https://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/
Forum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1yes, mine is quite slow also, besides the fact that RTF doesn’t work. I am glad I’m not alone in this problem at least.
Forum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1Why will nothing fix mine!!! If only it were that easy.
Forum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1The plugins have no effect for me. I may try installing 2.1 over again, waiting on that as a last option though.