Forum Replies Created

Viewing 15 posts - 151 through 165 (of 199 total)
  • Author
    Posts
  • #4694
    Profile photo of ajt
    ajt
    Participant

    Probably you have php 5.4.x and Symbio version below 2.7.9.
    Solution: downgrade php to 5.3 or upgrade theme to 2.7.9 🙂

    #4619
    Profile photo of ajt
    ajt
    Participant

    I thought you fixed it already. I saw these warnings in earlier 2.7 versions, in 2.7.9 they have gone (from my test site) 🙂

    #4613
    Profile photo of ajt
    ajt
    Participant

    Is is known php 5.4.x issue, I think that Leo fixed it in current Symbio 2.7

    #4522
    Profile photo of ajt
    ajt
    Participant

    Maybe three options: scrolling on, scrolling off, display like local results (several rows with all images)?

    #4347
    Profile photo of ajt
    ajt
    Participant

    @cathyslife stockphotos wrote:

    When i look at webmaster tools, i see everyone in the network as “links to my site”. How is that happening? I am beginning to think that no matter who i link to in my ten slots, i am automatically linked to everyone. Right now, i am linked to sy.info and jsnovers site in two of my slots. Where are links to everyone in the network being made? I am not complaining, i am just trying to figure out how it all works. What is the emphasis on filling the ten slots if we are all linked anyway?

    I dont have your site in my slots, but when I am searching for ‘pumpkins’ in my site, there are results from sy.info with your images and they have links leading to your site, so my site is assumed as linking to yours 🙂

    #1725
    Profile photo of ajt
    ajt
    Participant

    Maybe viat ftp go to wp-content/themes, rename folder ‘symbiostock’ to anything else, for example ‘symbiostock1’ (or simply delete it). Then rename other folder, ‘twentytwelve’ to ‘symbiostock’. Try to log in. If ok, go to themes, delete symbiostock and install again…

    #4189
    Profile photo of ajt
    ajt
    Participant

    Nice images, upload more! 🙂
    Added to symbiostock.info, all images seem to be ok.

    #4068
    Profile photo of ajt
    ajt
    Participant

    This folder is a cache containing search results from your networked sites and is used to speed up network search. The oldest files are deleted automatically from time to time and max number of files in cache is set to 50000, so there is no need to delete anything manually, but you can do it if you wish.

    #3035
    Profile photo of ajt
    ajt
    Participant

    I don’t know, what changes have you made already in content-image.php to get image number and releases, but you can add something like below.

    Before (untouched content-image.php from line 45):


    <?php
    $symbiostock_post_meta = 'ss_after_img_page_preview';
    do_action( 'ss_after_img_page_preview', $symbiostock_post_meta );
    ?>

    After:

                            <?php
    $symbiostock_post_meta = 'ss_after_img_page_preview';
    do_action( 'ss_after_img_page_preview', $symbiostock_post_meta );
    if($symbiostock_post_meta[0] == 'exclusive')
    echo 'Only Available Here';
    ?>

    In code listed above it could be

    Image No. ? Model Released: ? Property Released: <?php echo $property_released;
    if($symbiostock_post_meta[0] == 'exclusive')
    echo '
    Only Available Here'; ?>


    #3817
    Profile photo of ajt
    ajt
    Participant

    Here you can see, who is linking to your old site:

    http://cascoly.com/symbio/list.asp?list=61

    #1608
    Profile photo of ajt
    ajt
    Participant

    @christine wrote:

    2.7.0 and pro plugin 1.1.9 testing site – http://tulip.kerioak.com

    AJT – if you use batch edit to create licences it changes everything to the defaults in that “page” . If you want any model releases or ratings set you have to do them separately from those that do not need any licences or ratings other than rank=2 . I think every option needs its own save area.

    Yes, I know this, but there is a bug in public image info – some images have rank 1, some 2 and 3, but in public info they have 2. I discovered this when I tried to implement ranking in global search. It did’n work because all images from all sites have rank=2 now (in symbiostock_image_info files) 🙂

    #1605
    Profile photo of ajt
    ajt
    Participant

    2.7.0 and Pro plugin 1.1.9
    1. Author options, update all existing images, Save.
    When no licenses are defined, there is a message for every image updated:

    “No licenses to choose from. Set some up in the “Licenses” panel.”

    The same message is in bulk editor. What if someone has pro plugin, but don’t want to use license system?

    2. Images have “Allow trackbacks and pingbacks on this page”, but there is no option to disable/edit this globally (like comments).

    3. In symbiostock_image_info.csv all images have always rank=2.

    #1600
    Profile photo of ajt
    ajt
    Participant

    Some servers have issue with 403 error, when referal string is appended to url (like /?r=http://site.com). I would delete http part from it, it could be only /?r=site.com and no problems in the future 🙂

    #3198
    Profile photo of ajt
    ajt
    Participant

    Everything ok, no 403 error. Have they fixed anything?

    #3579
    Profile photo of ajt
    ajt
    Participant
Viewing 15 posts - 151 through 165 (of 199 total)