Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,034 total)
  • Author
    Posts
  • #3609
    Profile photo of Leo
    Leo
    Participant

    Wow, thats really impressive!

    #1598
    Profile photo of Leo
    Leo
    Participant

    Thank 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 40

        if ( 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 🙂

    #1595
    Profile photo of Leo
    Leo
    Participant

    I’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 😀

    #1593
    Profile photo of Leo
    Leo
    Participant

    I wanted to create a google-fonts option too. You like?

    #3479
    Profile photo of Leo
    Leo
    Participant

    With 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.

    #3581
    Profile photo of Leo
    Leo
    Participant

    I 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.

    #2633
    Profile photo of Leo
    Leo
    Participant

    Welcome! Thanks for joining!

    #1933
    Profile photo of Leo
    Leo
    Participant

    I’ll try to look into this soon. Thanks.

    #3477
    Profile photo of Leo
    Leo
    Participant

    The 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.

    #3571
    Profile photo of Leo
    Leo
    Participant

    Wow, and a very good pic too! I love it! Just needs a little raking / sweeping but what a paradise.

    #3576
    Profile photo of Leo
    Leo
    Participant

    I know there are at least a few. I hope they mention themselves here.

    #1590
    Profile photo of Leo
    Leo
    Participant

    Thanks. 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. 😀

    #3491
    Profile photo of Leo
    Leo
    Participant

    How 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.

    #1585
    Profile photo of Leo
    Leo
    Participant

    @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.

    #1584
    Profile photo of Leo
    Leo
    Participant

    @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.

Viewing 15 posts - 916 through 930 (of 1,034 total)