Forum Replies Created
-
AuthorPosts
-
October 1, 2013 at 6:40 pm #3609
Wow, thats really impressive!
October 1, 2013 at 6:10 am #1598Thank you I really appreciate that! I’ll put those in tomorrow.
@ajt wrote:
Two php 5.4.x problems.
1. From another thread:
Warning: Illegal string offset ‘address’ in <>/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 431
on /wp-admin/admin.php?page=symbiostock-control-options page
And this thing reappears every time I tick ‘Update public network info’ and click ‘Save Changes’. (I thought that was faulty card, deleted that, re-added – no matter what) I am getting this warnings.
2. White screen while file downloading.
Fix is needed in wp-content/symbiostock_file_download.php (it is copied there from symbiostock/inc/classes/image-processor).
Problem is in line 40if ( isset( $user_products[ intval($file_and_selection[ 0 ]) ] [ 'size_name' ][ $file_and_selection[ 1 ] ] ) ) {
There was some changes is php and in 5.4 (info from php.net):
5.4.0 Checking non-numeric offsets of strings now returns FALSE
Maybe this is also the reason of first problem.
My temporary fix (works in 5.4) to 2nd problem is line 40 changed to
if ( $user_products[ $file_and_selection[ 0 ] ][ 'size_name' ] == $file_and_selection[ 1 ] ) {
but maybe something different would be better 🙂
October 1, 2013 at 4:59 am #1595I’ve seen it available in a few themes. I thought it would be great to use. It puts things at risk of getting a little too cheezy when people decide they want to use calligraphic fonts for general copy…but its fun to have bells and whistles 😀
October 1, 2013 at 4:43 am #1593I wanted to create a google-fonts option too. You like?
October 1, 2013 at 4:28 am #3479With all the strengths symbiostock has I’m pretty sad it got hammered so bad in MSG. I’m glad we have a nice large group now though.
October 1, 2013 at 3:58 am #3581I used to have a wordpress plugin that was available to general wordpress sites…it would search my database and provide thumbnail or watermark images for use on condition that backlink was retained. In general its pretty helpful (your on the right track) although it doesn’t give HUGE amounts of traffic, every bit of linkjuice and click is welcome.
October 1, 2013 at 2:33 am #2633Welcome! Thanks for joining!
October 1, 2013 at 2:32 am #1933I’ll try to look into this soon. Thanks.
October 1, 2013 at 2:32 am #3477The very latest is responsive (compatible with devices) to the highest degree yet. Which is nice, because google will continue to rank according to device compatability, since more people are searching with devices. In general, although symbiostock has its challenges it has tons of advantages especially in search.
October 1, 2013 at 2:30 am #3571Wow, and a very good pic too! I love it! Just needs a little raking / sweeping but what a paradise.
October 1, 2013 at 2:29 am #3576I know there are at least a few. I hope they mention themselves here.
October 1, 2013 at 2:29 am #1590Thanks. I’ll try to address these as well as some of the “premium” requests/issues. Then time for a very long period of non-development. 😀
October 1, 2013 at 2:26 am #3491How are you ?! 😀
Can I just log into your site and get you completely updated? New theme, upgrade, etc? That will save a lot of time. If I encounter any problems I’ll fix them there thus many generations of Symbiostockers will benefit.
September 30, 2013 at 4:58 am #1585@cidepix wrote:
@leo wrote:
Just a small update:
2.6.9 is where we are at!
https://github.com/orangeman555/symbiostock/blob/metamorphosis/symbiostock.zip?raw=true
This one shows great progress. Plus a few new features.
Fixes:
[list=*]
[*]Fixed the IE9 Bug (invisible dropdowns)[/*]
[*]Fixed bugs on templates where the bootstrap 3 conversion didn’t take properly[/*]
[/list]Upgrades:
Go to APPEARANCE >> CUSTOMIZE and APPEARANCE >> CUSTOM HEADER to see some awesome stuff.
You can see the changes live as you are modifying them. Its helpful for people who do not know CSS. I’m still adding options (I must do it carefully so everything is consistent and does not break)
In the customize area you can:
[list=*]
[*]Position Navigation bar (changed over from settings)[/*]
[*]Toggle search options (changed over from settings)[/*]
[*]Set background color[/*]
[*]Set header/background image (main splash area above menu)[/*]
[*]Set background image (see http://subtlepatterns.com/ for some awesome options)[/*]
[*]Set heading color[/*]
[*]Set content/text color[/*]
[/list]GREAT!
Leo, is it possible that you implement it so we can change the color of the download button from the admin panel..
now, we can change the text, but more than the text, I would like to change the color..
I’ll see if I can do that! I really love this live-changes feature.
September 30, 2013 at 4:57 am #1584@ajt wrote:
This time there was upgrade notice (in my test site with 2.6.8 installed). In 2.6.5 wasn’t.
Is somewhere an option to show admin bar, when user is logged in?The upgrade notice will only be shown if your using a previous version of metamorphosis. If I caused people to upgrade to this from symbiostock 1 they’d be pissed.
-
AuthorPosts