At line 19 & 20 in home.php you will see:

<div id="content" class="section">
<?php arras_above_content() ?>

Change that to:

<?php arras_above_content() ?>
<div id="content" class="section">

This puts the slideshow above the content area. If that works, I'll add it to my post.

I would like to see the site and the privacy plugin is blocking me. Provide me access or disable the plugin so that I might see the problems and troubleshoot them.

3

(10 replies, posted in Theme Additions)

Can you provide a link to a page in which you've implemented the above changes so that I might double check your work and troubleshoot for issues and adjustments needed?

4

(10 replies, posted in Theme Additions)

It's not quite that easy, but here is my post on adjusting theme widths.

http://www.arrastheme.com/forums/post33553.html#p33553

5

(10 replies, posted in Theme Additions)

For the long run (future theme updates/possibly you switching themes) of your site I would like to suggest an alternative way of showing your videos.

1. Make a thumbnail of the video or other, with a watermark of a play button in the center of the image using your favorite photo editor.

2. Use http://wordpress.org/extend/plugins/prettyphoto-media/ plugin to load the prettyphoto jquery library into your website.

3. Use the Demo codes as a base for showing your videos on your pages @ http://www.no-margin-for-errors.com/pro … box-clone/

Even if the WordPress plugin stops being developed you can still load the prettyphoto library through javascript @ http://www.no-margin-for-errors.com/pro … hoto-faqs/

You can then update the relative attribute in the javascript (if you choose to use something other than prettyPhoto) to whatever you wish and include that in your "Rel" in your links.

Yea. I'm not sure how that works, but I imagine it has something to do with the custom background feature in Arras.

7

(7 replies, posted in General Help)

Showing the same posts from the homepage is likely to be a query thing that is PHP and beyond my help. I'm sure someone in these forums can help with that. The next/previous on single post will only occur if the post has multiple pages. Paged navigation functions for pages not switching between posts. That is a different beast all together.

8

(10 replies, posted in Theme Additions)

Can't you just change the width of the youtube video? The margins are probably causing the width issue currently.

9

(10 replies, posted in Theme Additions)

Something is wrong with your link. Please try again.

10

(5 replies, posted in General Help)

Looks fine to me. Clear your browser cache.

These errors are kind of "iffy". They aren't really problems, when it comes down to it. It just depends on what webmaster tools you are using to validate your website.

Same Resource: http://www.netargument.com/2012/03/warn … ld-in.html

12

(16 replies, posted in General Help)

I've confirmed the issue, although I don't have a good fix for the Arras theme, I do have a fix for the problem. Open wp-signup.php in your main directory and find:

</div>
</div>
<?php do_action( 'after_signup_form' ); ?>

<?php get_footer(); ?>

Change that to:

</div>
</div>
</div>
<?php do_action( 'after_signup_form' ); ?>

<?php get_footer(); ?>

Sorry to hear that. Good luck with your problem.

I like links for troubleshooting.  smile

15

(2 replies, posted in General Help)

I provided that fix in your previous post @ http://www.arrastheme.com/forums/post33996.html#p33996

16

(5 replies, posted in General Help)

Add or change the following in your user.css:

.entry-content blockquote {
  font-style: normal;
}

That style is set to "italic" by default.

I use http://wordpress.org/extend/plugins/prettyphoto-media/. I believe it automagically picks up all images past and present.

18

(16 replies, posted in General Help)

Please create myself an admin account and PM or email it to me and I'd be glad to take a look when I get the time.

19

(5 replies, posted in General Help)

Can you provide a link for me to troubleshoot it? I can't pinpoint a post on my site that has italics off the top of my head.

20

(16 replies, posted in General Help)

I have not seen these issues on sites, other than those using plugins. If you would like to cooperate and deactivate all your plugins to test it, then we will see. If you can't live without the plugin, then you will have to ask the plugin author for help or hire a developer to solve your issues.

21

(16 replies, posted in General Help)

Again, this is likely to be a plugin issue. Disable all plugins and report back.

Do you have stickies selected by chance?

It certainly can become a pain the more you tweak it. I think I've determined that I can't fully release a site I work on, because I'm constantly tweaking it. I wish I could just let it go and put together a decent portfolio of work.

The relative path in the second one isn't similar to the first. Typically these type of pop-up plugins require a similar relative attribute in to work.

25

(16 replies, posted in General Help)

The problem no longer exists. The plugin is the issue.