Forum Replies Created
-
AuthorPosts
-
October 14, 2013 at 6:09 am #4694
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.9October 13, 2013 at 9:46 pm #4619I 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)
October 13, 2013 at 8:17 pm #4613Is is known php 5.4.x issue, I think that Leo fixed it in current Symbio 2.7
October 13, 2013 at 10:23 am #4522Maybe three options: scrolling on, scrolling off, display like local results (several rows with all images)?
October 12, 2013 at 1:05 pm #4347@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
October 11, 2013 at 4:05 pm #1725Maybe 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…
October 10, 2013 at 5:02 pm #4189Nice images, upload more!
Added to symbiostock.info, all images seem to be ok.October 8, 2013 at 12:25 pm #4068This 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.
October 6, 2013 at 1:44 pm #3035I 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'; ?>
October 3, 2013 at 3:04 pm #3817Here you can see, who is linking to your old site:
October 2, 2013 at 8:48 am #1608@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)
October 2, 2013 at 8:11 am #16052.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.
October 1, 2013 at 5:34 pm #1600Some 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
October 1, 2013 at 5:26 pm #3198Everything ok, no 403 error. Have they fixed anything?
October 1, 2013 at 6:11 am #3579My test site:
-
AuthorPosts