Fighter02
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin Bar not showing AT ALL anywherewell! it’s solved! my theme has a lot of files with functions linked on functions.php so I opened the main one and found that the admin bar was disabled by the theme! So I removed that and it works! ??
Now I have to adjust the scroll bar problem and all done.
Thank you very much guys! ??
Forum: Fixing WordPress
In reply to: Admin Bar not showing AT ALL anywhereyup I’ve done that as well… thanks for the suggestions but sadly it’s none of the common problems. ??
Forum: Fixing WordPress
In reply to: Admin Bar not showing AT ALL anywhereAlready tried that but it doesn’t work, I found that suggestion on many google results… but nothing.
Forum: Fixing WordPress
In reply to: Admin Bar not showing AT ALL anywhereI only have 2 plug-ins installed (nextgen gallery and akismet), and the admin bar was not showing before I installed any plug-ins, but I’ll try it anyway…
Switching to Twenty Eleven shows the admin bar as I said on my original post, so its a problem of the theme I’m using that’s not showing the admin bar at all.
Forum: Fixing WordPress
In reply to: Admin Bar not showing AT ALL anywhereThanks for the suggestion but I’m afraid that did nothing at all! ??
Forum: Plugins
In reply to: [Plugin: ZD YouTube FLV Player] Looks like a very nice youtube plugin but…I’m using 3.0.1 and this plug-in won’t work… it says ERROR at the top of the player after “aquiring adress”
Forum: Plugins
In reply to: [Plugin: youtube with style] Plugin could not be activated – fatal errorIf it is because of an unexpected $end:
Either find your php.ini in your server and change short_open_tag = Off to short_open_tag = On.
Or you can edit line 272 of youtube.php of the plug-in and change <? for <?php
Forum: Fixing WordPress
In reply to: Categories and archives brokenI have 61 and it works fine! :), thanks!
Forum: Fixing WordPress
In reply to: Categories and archives brokenAbsolutely perfect!! THANK YOU!! =)
Forum: Fixing WordPress
In reply to: Categories and archives brokenNo, I’ve changed the post_per_page = 2, to 11. Simple as that ??
I changed the offset accordingly too, but it won’t work…
Forum: Fixing WordPress
In reply to: Categories and archives brokenI have no stickies…
I have it set up like this:
There’s 2 colums with post thumbnails, and on the first page a “featured post” with thumbnail and excerpt (achieved giving the first post a different class and styled with CSS), it takes up the width of the 2 columns. So naturally I need 11 posts on the first page istead of 10, otherwise one column shows less posts, wich is what we’ve accomplished.
The last post from the first page, getting repeated on the second one is not a big deal tho…
Forum: Fixing WordPress
In reply to: Categories and archives brokenAlright. Here’s what happened..
On the index page, I have the number of posts I want: 11 posts.
On the second page, I have 10 posts, so that’s perfect. BUT the first post should be offset and its not, so I have it both in the index and the second page. Its not such a big deal anyway…
Everything OK on the archives pages.
So for the most part, everything went well, except for that repeated post on the second page…
If I can’t fix it, its not a major issue. So thank you soo much for all your help!!!!!!!!!
Forum: Fixing WordPress
In reply to: Categories and archives brokenSadly no change with the fixed new code.. ??
Gives me no errors, the second page is offsetting properly, the archives work, but its not showing the amoung of posts I want on the first page…
Problem is, its important for the design, if I can’t achieve the different number of posts I’ll have to re-think everything…
Thanks for all your responses and patience!!
Forum: Fixing WordPress
In reply to: Categories and archives brokenThis code is in index.php. This new code gives me an error:
Parse error: syntax error, unexpected ‘)’ on line 33
this line: $offsetting = 2 + ( $paged – 2 ) * get_query_var(‘posts_per_page’) );
Thank you for your effort tho! ??
Forum: Fixing WordPress
In reply to: Categories and archives brokenNope, its not a static homepage… the other code had is_home() and it worked… its strange. It just won’t change no matter what number I put on ‘posts_per_page= ‘…