Re: Arras Theme 1.5.1.1 Now Available
guys i upgraded to 1.5.1, it worked fine, and now i can't log in. has anyone encountered this? what is the solution?
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
guys i upgraded to 1.5.1, it worked fine, and now i can't log in. has anyone encountered this? what is the solution?
tried to get the new update working... but didn't work
I've attached the file that fixes the array_unique error. Simply rename it to template.php overwrite the file in /wp-content/themes/arras/library/.
Thank you Zy ! It works !
I've seen some posts regarding the slide show not working. I've installed 1.5.1, template fix, running WP 3.2.1, with/without plugins and I still don't get the slideshow (just missing, no errors or errors in apache log file).
I see many who had issues have posted their sites url's, and when I visit their slideshows are working. So either they reverted versions (or tested in sandbox like myself), or there is a solution?
Many tanks. My blog http://www.sonic-jogos.com is now working 100% ![]()
Just installed the last version ![]()
Hello,
We at androidPT.com are using the theme but the top menu its not working, the category list is coming wrong. Any tips to fix it?
Many tanks. My blog http://www.sonic-jogos.com is now working 100%
Just installed the last version
Another site with working slideshow. Appears the issue I and some others are experiencing is not indicative of all installs....
I am running Wordpress 3.2.1 with Arras 1.5.1.1.
I applied the template.php fix.
My slideshow still doesn't work.
UNCHECKED Check this to prevent duplicate posts from displaying within the slideshow and the featured posts.
Slideshow set to ALL POSTS - SHOW 5 POSTS
hello all
i just uploaded my website with Arras Theme 1.5.1.1
You may check it here http://bicaraenergi.com
Everything seems OK so far.
But, I have no idea how to show the page(s) on the top?
Anyone pls.
Thanks
hello all
i just uploaded my website with Arras Theme 1.5.1.1
You may check it here http://bicaraenergi.com
Everything seems OK so far.
But, I have no idea how to show the page(s) on the top?
Anyone pls.Thanks
You need to make a menu in Wordpress.
Appearance -> Menus.
And create a menu using pages instead of categories.
You need to make a menu in Wordpress.
Appearance -> Menus.
And create a menu using pages instead of categories.
it's works! thank you very much johny.
playdiune wrote:Many tanks. My blog http://www.sonic-jogos.com is now working 100%
Just installed the last version
Another site with working slideshow. Appears the issue I and some http://www.fightglobalwarming.com/others are experiencing is not indicative of all installs....
Found the difference, and I seem to be between two threads on this issue, apologies. If you use Recent Posts as front page the slideshow works, if you use a static page, it does not display - since WP 3.2
Ref thread 2 & bug report:
I just upgraded, but the page is CSS wonky, the background is missing
http://mygreatsaltlake.com/blog/
help , thanks for being so responsive.
I just upgraded, but the page is CSS wonky, the background is missing
http://mygreatsaltlake.com/blog/help , thanks for being so responsive.
-----------
ok i fixed that, but I am not getting and stories after the slide show
help thanks
cuibel wrote:I just upgraded, but the page is CSS wonky, the background is missing
http://mygreatsaltlake.com/blog/help , thanks for being so responsive.
-----------
ok i fixed that, but I am not getting and stories after the slide show
help thanks
anyone home?
I just realised that the Arras theme aren't up on wordpress.org anymore. I know I can download the latest version from OP in this thread, and just wanted to give a heads up.
Hi all,
I too had the theme break when I upgraded to WP 3.2.1, and still after downgrading to 3.2. This theme update got the site working again, but I too had the Featured Slideshow break.
FOUND A FIX FOR FEATURED SLIDESHOW:
In theme options/Thumbnails, disable
Hi all,
I too had the theme break when I upgraded to WP 3.2.1, and still after downgrading to 3.2. This theme update got the site working again, but I too had the Featured Slideshow break.
FOUND A FIX FOR FEATURED SLIDESHOW:
In theme options/Thumbnails, disable
I assume you're referring to Arras Options/ Thumbnail tab / Auto Thumbnails (off).
I gave that a try on my copy of my sandbox live site, and on my clean WP 3.2.1 / Arras 1.5.1.1 and had no success. Both still follow the Front Page settings (recent posts vs. static page). Static the slideshow does not display, recent posts, slideshow displays.
Hum...
1.5.1 on super chef is up and running. menus switched back on (we had problems in 1.4.x), and the new (?) thumbnail system is lovely. paid the piper (donation) for his theme-developing troubles. amazing.
only thing we're missing is how to get large thumbnails in posts to appear again. reset image size to what was there previously, regenerated thumbnails, etc.: nada ![]()
GrayJones wrote:Hi all,
I too had the theme break when I upgraded to WP 3.2.1, and still after downgrading to 3.2. This theme update got the site working again, but I too had the Featured Slideshow break.
FOUND A FIX FOR FEATURED SLIDESHOW:
In theme options/Thumbnails, disable
I assume you're referring to Arras Options/ Thumbnail tab / Auto Thumbnails (off).
I gave that a try on my copy of my sandbox live site, and on my clean WP 3.2.1 / Arras 1.5.1.1 and had no success. Both still follow the Front Page settings (recent posts vs. static page). Static the slideshow does not display, recent posts, slideshow displays.
Hum...
I resolved my WP 3.2 / 3.2.1 - Arras 1.5.1.1 issue.
And I'm not totally sure whats right or wrong. Prior to 3.2, I always had my home page set as a static page, and I would get the slideshow. After 3.2 update, this would not happen, only on the Posts page would it come up on my live site or clean 3.2 install.
So I actually looked at the code this evening and find Arras has always been limiting the slideshow to the Posts page, but it seems, AT LEAST FOR ME, that WP 3.1 wasn't working as it should. I never should have gotten the slideshow with a static page.
Tag is_home() returns true only for Posts page.
Tag is_front_page returns true for the assigned front page.
So the code in Arras, in arras/library/slideshow.php is
function arras_add_slideshow() {
global $post_blacklist, $paged;
if ( !is_home() || $paged ) return false;
So if you want the assigned static Front page, just change !is_home() to is_front_page()
Now, its not clear to me if the slideshow was intended to be post page and/or static home page. If something has changed in WP 3.2 that breaks that possible intention it should be fixed.
If not, I think a theme option of Show Slideshow on Front Page should be added for those of us who like it on our home page.
I've seen some posts regarding the slide show not working. I've installed 1.5.1, template fix, running WP 3.2.1, with/without plugins and I still don't get the slideshow (just missing, no errors or errors in apache log file).
I see many who had issues have posted their sites url's, and when I visit their slideshows are working. So either they reverted versions (or tested in sandbox like myself), or there is a solution?
Have you been able to get yours working? Mine still not, have tried everything I can think of. Also, it wont regenerate thumbnails. I reinstalled the theme once and still not working. Sigh, fiasco
Hi, I upgraded and my site is working. However, the code I used last time in single.php to add a previous-next post link below each individual post doesn't seem to work. Can anyone help? I'm hot highly technically literate...
Theme loads too slow
demo: Baby care
This is true for me, too - on the most recent update of WP.
Had to revert to old wordpress.
why arras theme out the list of wordpress.org theme
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.062 seconds, 10 queries executed