Re: Arras Theme 1.5b3 Now Available

@Zy

there's a problem with the widget Tabbed sidebar, which is combined with this theme.
When no image is selected at "featured image" the displayed image at the widget is a huge one, not a thumbnail.
Dunno if it is a theme problem or a widget problem, but thought it could help improve your work.

BTW great job!!

Thumbs up

27

Re: Arras Theme 1.5b3 Now Available

@rospalding Do you happen to have automatic thumbnails option on?

Re: Arras Theme 1.5b3 Now Available

zy wrote:

@rospalding Do you happen to have automatic thumbnails option on?

I have the same problem, with "Auto Thumbnails" checked.

"Solved" the problem by making the default image all grey and 32x32 px.

Thumbs up

Re: Arras Theme 1.5b3 Now Available

Fixed !
look for:
wp-content/themes/arras/library/thumbnails.php

Find Line 76:

$empty_thumbnail = '<img src="' . get_bloginfo('template_directory') . '/images/thumbnail.png" alt="' . get_the_excerpt() . '" title="' . get_the_title() . '" />';

and replace with:

$empty_thumbnail = '<img src="' . get_bloginfo('template_directory') . '/images/thumbnail.png" width="36" height="36" alt="' . get_the_excerpt() . '" title="' . get_the_title() . '" />';

That work for me ...

Thumbs up

30

Re: Arras Theme 1.5b3 Now Available

It would be great if at any post an embeed vídeo would become automatically a tuhmbnail.
The video could be at the top of the post, and the post should have no image.
Cheers


Agreed, it would be super if we could have an option for a video thumbnail. Tried searching on wordpress plugins, and sadly did not find anything that is suitable. By the way 1.5 is awesome   smile

Thanks,
Sue

Thumbs up

Re: Arras Theme 1.5b3 Now Available

Hi,

i have seen that the question has been asked already before, but I couldn't see the solution. The underline for all links has disappeared from the text. How can i get it back?

check for example this article: http://dontyoubelievethehype.com/2010/0 … lbewerber/

the links are in the last paragraph

Thumbs up

Re: Arras Theme 1.5b3 Now Available

hi,
i have the error: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'arras_add_header_js' was given in /home2/dontyoub/public_html/wp-includes/plugin.php on line 395

on top of my site: http://dontyoubelievethehype.com

can you help please?

Thumbs up

Re: Arras Theme 1.5b3 Now Available

Hi,
one more thing. My tabbed sidebar is also messed up. Please take a look and help please.

Thumbs up

Re: Arras Theme 1.5b3 Now Available

dybth wrote:

Hi,

i have seen that the question has been asked already before, but I couldn't see the solution. The underline for all links has disappeared from the text. How can i get it back?

the links are in the last paragraph

add in your user.css file the line:

.entry-content a {
color:#CC0000;
text-decoration:underline;
}

this makes link only in pages and articles (so not in comments or footer or in other place) underlined and red.

Thumbs up

Re: Arras Theme 1.5b3 Now Available

thanks a lot, galerio.

can you help me with the following as well:

1. i have the error: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'arras_add_header_js' was given in /home2/dontyoub/public_html/wp-includes/plugin.php on line 395
on top of my site: http://dontyoubelievethehype.com

2. maybe this is related to the first error. my tabbed sidebar is messed it. it doesn't show the way it should. please take a look at my blog.

thanks again.

Thumbs up

Re: Arras Theme 1.5b3 Now Available

I'm having very big problems, and my site is currently in maintenance mode.

My biggest problem is:
It started with whilst you were reading an article, every tabbed sidebar image and link referred to the article that you were currently reading.

This has now escalated, and now every tabbed side bar along with the news slideshow at the top of the main page show only the newest article. pressing the left/right arrows on the slideshow change the text under the title, but everything else stays the same.

It's really bizarre  hmm

Thumbs up

Re: Arras Theme 1.5b3 Now Available

hi, i have the same problems like "mattiebo" with the slideshow.  hmm

i tried evrerything with the cache-options by nothing works. The text under the title changes but the Title and the Titlepicture stays from the latest article.

if anyone can help, that would be great.

Tom

Thumbs up

38

Re: Arras Theme 1.5b3 Now Available

If you are using 1.5.0.1, please redirect all questions to that topic. Thanks smile