fishsponge
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Hmm… I’m torn now… what’s the difference between both methods??
Does one method future-proof it more?
Does one method remove some of the functionality?
Are both methods absolutely identical?
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Thank you so much – this works perfectly!
Is this theme open-source and licensed to the point where someone else can take it over or release it with a new name and maintain it well over time, perhaps…? 🙂
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Arjuna X seems to break a lot of javascript features of wordpress… I just tried moving my widgets around (on your behalf) and that doesn’t work for me either!
I really do wish the developers pick this up again – i have spent hours searching for a similarly-professional looking theme and still haven’t found an alternative!
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Has anyone looked into the theme to find out what jquery-ui-1.8.10.custom.min.js is actually there for? (i.e. what is breaks by renaming it)?
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5i tried it before and have just tried it again. I have also cleared my cache and tried a new browser and still doesn’t work for me.
If I change theme, everything does work again though!
I wonder why this method works for some people… but I also wonder what it breaks…
I also use Portfolio Press (well, the paid-for Portfolio+ version in my case) – http://www.rhobbsphotography.co.uk/
I have had the same issues with image height in IE8, and Devin (the developer) gave me a fix! It depends on your layout though, maybe… there’s definitely a fix for it, but Devin may give you the one for your particular site.
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5i agree! Arjuna X is fantastic – it just needs picking back up by the developers and fixing! I do hope they take it on board…
I have also tried several alternatives, and none quite fit my needs… still searching (and hoping!)
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5it is nice and responsive, but nowhere near as customizable as Arjuna X, so I’m gonna have to stick to Arjuna X for the time being! I do hope SRS Solutions find and fix the problems we’re all having!
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5I am looking for a new theme too, but I’m struggling to find one similar to this and as “professional” looking…!
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5nope – the theme is exactly as standard! I have done many WordPress upgrades over the last couple of years… possibly starting at wordpress 2.8 or 2.6 maybe… does this mean I could have files lying around that are never deleted as part of the upgrade process which could then be causing effects?
The thing is… if I switch to another theme, everything works fine. It’s just Arjuna X stopping breaking things.
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5how strange… i’m running the latest Arjuna X theme on WordPress 3.5 and have tested on:
– IE8 on WinXp
– IE8 on Win7
– IE9 on Win7
– Chrome on WinXP
– Chrome on Win7
– Chrome on Linux
– Firefox 3 on LinuxI have both my problems (hovering over menu links in wp-admin doesn’t bring up sub-menus & Jetpack Site Stats don’t show up in wp-admin) in all these browsers!
How strange!
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5same here… i’ve sent them a “Quote Request” through their web site, but then found their email address so sent them an email too. This was on the day day I replied to this thread.
Still no reply! I’ve even tried phoning them, just to make them aware of the issue, but just got voicemail.
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Unfortunately, clearing my cache, cookies, history, everything and even trying a brand new installed browser it doesn’t work.
Regarding the developers, they have been good in the past with helping out, but I don’t know how often they read this forum…
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Also, deleting this file hasn’t fixed any of the problem for me… how strange.
Forum: Themes and Templates
In reply to: [Arjuna X] Arjuna X breaks wordpress 3.5Right… i’ve found it:
Line 1910 of wp-content/themes/arjuna-x/functions.php:
function arjuna_admin_initJS() { wp_enqueue_script('fionnFarbtasticJS', get_template_directory_uri() .'/lib/farbtastic/farbtastic.js'); wp_enqueue_script('arjunaAdminJS', get_template_directory_uri() .'/admin/admin.js'); wp_enqueue_script('arjunaJQueryMinJS', get_template_directory_uri() .'/lib/<strong>jquery-ui-1.8.10.custom.min.js</strong>'); }The function arjuna_admin_initJS is then referenced here:
//JS for plugin page add_action('admin_print_scripts', 'arjuna_admin_initJS');Does anyone know what this all does or whether it is safe and sensible to just delete jquery-ui-1.8.10.custom.min.js?