1

(4 replies, posted in WordPress Help)

Actually, I tried it (BBPRess) and had zero luck. Which sucks because  I need a forum solution. Currently I use SMF externally and use CSS to match my site, but I'd like to put the forums inside my wordpress as a plugin so I can use my advertising banners better.

2

(1 replies, posted in General Help)

Any chance you have a redirect plug-in installed? I use one and sometimes when I change a post title or URL the redirect plugin goes crazy and make the post I was modifying the home page. I simply delete the redirect entry and it resolves it.

3

(4 replies, posted in General Help)

dgodfather wrote:

Settings>Reading - Blogs to show at most - is set to?


You, my friend, are awesome! I would have never in a million years thought to look there. I've been looking at the code in home.php trying to figure out why the hell it's not working like my other site!

Thank you very much! I've been fighting this for months!

Side note...I feel like an idiot now. haha

4

(4 replies, posted in General Help)

Bump - Man, getting answers is so tuff sometimes.

5

(3 replies, posted in Feature Requests)

Agreed. I would like to see a mobil version of Arras. Time to progress the theme we all use into the next decade.

I'm using 1.4.3.1 and wordpress 3.0.1

I have 2 sites running Arras in a MU installation of WP.

My main site is fine. It shows sticky post and recent non-sticky post as well. I'm using a child theme on this main site.

My second site also is using a child theme (but different than the main site). It only shows post that I mark as sticky on the front page. once I unsticky a post it disappears from the home page.

Any ideas?

Thanks in advance for your time.

7

(1 replies, posted in General Help)

I use AdRotate. Works really well and is very flexible.

8

(1 replies, posted in General Help)

bizump

9

(2 replies, posted in General Help)

Child themes are $$$.  Glad I took extatix advice on that one.

10

(2 replies, posted in General Help)

There are a ton of threads on the topic. Have you searched any of them yet?  I forget the one I used to solve the problem, but it's out there.

11

(7 replies, posted in General Help)

I've noticed on my test site that the re-write function seems to load a bit slow. Anyone else seeing this?

yeah search function!!   roll

13

(2 replies, posted in General Help)

The work around I used was to change my CSS to "Legacy" and then I created a child theme using by extatix's awesome child theme tutorial.

14

(3 replies, posted in General Help)

Have you tried adjusting your thumbnail sizes?

Go to Arras Theme > Them Options > Thumbnails

and adjust the sizes.  I had to change mine to 195 x 78 to get mine to look right.

15

(1 replies, posted in General Help)

I like the sub indicator option but it's causing size issues with my sub-menus.

Anybody know how to remove that feature?

I know how to hide them using CSS, but that doesn't change the fact that they are still there causing my menu options with subs to be longer than my menu options with out subs.

you can see what I'm talking about by looking at my test website at http://www.houstonmmagyms.com

Specifically, look under events.  Notice how "grappling" is longer than "MMA".  That's because grappling has another sub menu.

On the other hand, if anyone knows how I can keep the Sub indicator and fix my sizing problem, that would be awesome!


Thanks in advance for the help.

Anybody come up with a solution for the original issue?  I'm testing an upgrade of my main sight and I'm having the same problem in that my homepage is fine, but my single post pages have a plain white background and look to have shrunk slightly.  I'm running arras 1.3.5 and the issue popped up when I upgraded to from wordpress 2.8 to wordpress 3.0.1.

If you can point me to the thread with a fix or provide any help I would be very much appreciate it.

Thanks.

First of all, I love this forum, it's helped me a ton, so I'm trying to give back a little. I don't check in often, so if you ask questions in this thread, I'm sorry if I'm delayed with an answer.  If you're a visual learner, you can look at my page as you read the details below:

http://www.thecagedoor.net

OK, my problem was that page navigation was not working for me.  if you where on my site, and clicked on one of our main navigation options, it would take you to that page with no problem. That page would load just fine.  If you went to a page that had more post than what was set in the admin panel, you would see the page navi options at the bottom.  Great, it's supposed to do that. 

MY ISSUE WAS, if you clicked on "Page 2" of the pagenavi, you would get a 404 error.  GRRRRR

Essentially, my issue was that my URL structure was not correct for pagenavi to work.

I had created a custom navigation menu, using my custom categories that I created as the main navigation options.  This works fine.  The issue is the way I structured my URLs.  My navigation looks something like this:

Home | Fight Scene | Media |  etc....


And the URL that I had for the link associated with fight scene was

http://www.thecagedoor.net/fight-scene

That works fine...until you get more post in that category and then try to roll to page 2.

What would happen is, it would create the following URL automatically (based on the CURRENT LOCATION AND URL)

http://www.thecagedoor.net/fight-scene/page/2

That's was the problem.  That URL that was getting created was wrong.  It was wrong because the base URL was wrong.

In order for the URL to work, I had to redo my navigatoin and send clicks for fight scene to

http://www.thecagedoor.net/category/fight-scene

Now, when you choose page two, it takes you to the following FUNCTIONAL URL

http://www.thecagedoor.net/category/fight-scene/page/2

AND THAT WORKS!

Hope that helps anyone out there who is banging their head against the wall like I did trying to figure this out.