Forum Replies Created

Viewing 15 posts - 106 through 120 (of 245 total)
  • Author
    Posts
  • #7645
    Profile photo of jsfoto
    jsfoto
    Participant

    Thanks Leo, are you around for some minutes? … just in case something strange will happen when I update 😀

    #7587
    Profile photo of jsfoto
    jsfoto
    Participant

    I had a chat with bluehost support yesterday about this problem which is also painful for me. What they gave me was this:

    http://gtmetrix.com/reports/flashstockphoto.com/u2HZkaIs

    To be honest: I don’t know which conclusions I should draw from this. Anyone who can see what the problem is?

    #7565
    Profile photo of jsfoto
    jsfoto
    Participant

    Thanks for the update Leo … sounds very good to me.

    #6375
    Profile photo of jsfoto
    jsfoto
    Participant

    I really appreciate how my ranking is developing. When I had a first look on it (I guess it was in June) I was somewhere around 27,000,000 and quite shocked as almost all other symbiostock sites had a better ranking.

    This is what Alexa says now:

    Global Rank 867,157
    Rank in United States 262,588

    and what makes me wonder (and happy):
    Rank in Spain 84,146

    #7373
    Profile photo of jsfoto
    jsfoto
    Participant

    Terve Jari

    I tried to implement it myself, but I had to notice that I’m not a coder. Working with css and html: no problem, making small changes in php: fine, but doing real development in php in a complex task like the registration process is far beyond my competence.
    I’m not sure whether Leo is aware of the fact how crucial this is for artists coming from Europe, I’m not even sure whether all network members from Europe themselves know that it is crucial for them 😉 But I also would like to know whether Leo will implement it in a future version … a short word from you, Leo?

    #7390
    Profile photo of jsfoto
    jsfoto
    Participant

    A very nice image, Martha. And I am also totally impressed by the detailed descriptions you are adding to your photos … almost short stories, which for sure will be very interesting for buyers.

    #7308
    Profile photo of jsfoto
    jsfoto
    Participant

    @Semmick Photo wrote:

    SEAN !!! Man, I am so excited to see you here. Thats a big push for Symbiostock. Damn this is cool. Hope you get it all sorted asap.

    Welcome to the club 🙂

    +1

    Great to see you joining Symbiostock!

    #6890
    Profile photo of jsfoto
    jsfoto
    Participant

    Thanks a lot for featuring my site today, Michele 🙂

    #7294
    Profile photo of jsfoto
    jsfoto
    Participant

    Yes, you can ad a link in flash … you can open a window called “action” where you can ad the website to which you want to link.

    #7050
    Profile photo of jsfoto
    jsfoto
    Participant

    Thanks a lot for your work Jo Ann! I hope I will have time tomorrow to try it again.

    #5680
    Profile photo of jsfoto
    jsfoto
    Participant

    Included: I added some arrows and really like the look (and the function)
    http://www.flashstockphoto.com/f-a-q/

    #7048
    Profile photo of jsfoto
    jsfoto
    Participant

    I just tried … it looked perfect on my normal single image pages, but messed up everything on my photo-collection pages … for example the word “keywords” appeared above the image, while the keywords were still on the right location.

    I couldn’t find the problem, perhaps anyone else can see what’s wrong?

    <?php
    /**
    * @package symbiostock
    * @since symbiostock 1.0
    */

    $strictly_minimal = get_theme_mod( 'strictly_minimal' );
    if( $strictly_minimal == '' ) {
    $strictly_minimal = 1;
    }


    ?>
    <?php
    //get our post meta
    $postid = get_the_ID();
    $symbiostock_post_meta = symbiostock_post_meta($postid);

    //testing, uncommment
    //var_dump($symbiostock_post_meta);
    ?>
    <?php
    $symbiostock_post_meta = 'ss_before_image_page';
    do_action( 'ss_before_image_page', $symbiostock_post_meta );

    ?>
    <article id="post-" >




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


    <a class="" href="" title="" rel="bookmark">




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


    <?php
    $symbiostock_post_meta = 'ss_before_img_page_preview';
    do_action( 'ss_before_img_page_preview', $symbiostock_post_meta );
    ?>
    <a id="stock-image-preview" title="" rel="enclosure" type="image/jpeg" href=""> <img itemprop="contentURL image" class="photo img-responsive" alt="" src=""/>

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



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

    <?php the_content( __( 'Continue reading ', 'symbiostock' ) ); ?>

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


    <?php //code "borrowed" from symbiostock_marketer() in marketer_functions.php
    // model release
    $id = get_the_ID();
    $model_released = get_post_meta( $id, 'symbiostock_model_released', 'N/A' );
    if ( empty( $model_released ) || $model_released == false ) {
    $model_released[ 0 ] = 'N/A';
    } //empty( $model_released ) || $model_released == false

    //property release
    $property_released = get_post_meta( $id, 'symbiostock_property_released', 'N/A' );
    if ( empty( $property_released ) || $property_released == false ) {
    $property_released[ 0 ] = 'N/A';
    } //empty( $property_released ) || $property_released == false
    ?>

    Model Released:
    Property Released:



    Image updated—

    '' ) ); ?>




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

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

    <!-- jas begin Move this under description Image updated— jas end -->



    <?php
    if($strictly_minimal == 1):
    ?>


    Keywords



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

    ID, 'image-tags', '', ', ', '' ); ?>


    <?php
    $symbiostock_categories = get_the_term_list( $post->ID, 'image-type', '', ' | ', '' );
    if($symbiostock_categories){ ?>

    Image Categories



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


    <?php
    }
    ?>


    <?php
    if(!function_exists('ss_is_collection') || !ss_is_collection( $symbiostock_post_meta )):

    if(is_active_sidebar( 'image-page-bottom' )):

    ?>

    <?php
    //get bottom sidebar
    dynamic_sidebar( 'image-page-bottom' );
    ?>

    <?php endif;

    endif;
    ?>

    <?php
    endif; //strictly minimal
    ?>








    <?php
    $symbiostock_post_meta = 'ss_before_img_page_product_table';
    do_action( 'ss_before_img_page_product_table', $symbiostock_post_meta );
    //set up the buying options from cart class
    $cart_options = new symbiostock_cart($symbiostock_post_meta);

    ?>

    Image #

    <?php
    $cart_options->display_product_table();
    ?>
    <?php

    $symbiostock_post_meta = 'ss_after_img_page_product_table';
    do_action( 'ss_after_img_page_product_table', $symbiostock_post_meta );


    if($strictly_minimal == 1):



    //get sidebar
    $symbiostock_post_meta = 'ss_before_img_page_sidebar';
    do_action( 'ss_before_img_page_sidebar', $symbiostock_post_meta );


    if(!function_exists('ss_is_collection') || !ss_is_collection( $symbiostock_post_meta )):

    if(is_active_sidebar( 'image-page-side' )):
    ?>
    <?php

    dynamic_sidebar( 'image-page-side' );

    ?>
    <?php
    endif;

    endif;

    $symbiostock_post_meta = 'ss_after_img_page_sidebar';
    do_action( 'ss_after_img_page_sidebar', $symbiostock_post_meta);


    $cart_options->display_referral_links();
    symbiostock_credit_links('product_page');
    ?>


    <?php
    /* translators: used between list items, there is a space after the comma */
    $categories_list = get_the_category_list( __( ', ', 'symbiostock' ) );
    if ( $categories_list && symbiostock_categorized_blog() ) :
    ?>


    <?php
    /* translators: used between list items, there is a space after the comma */
    $tags_list = get_the_tag_list( '', __( ', ', 'symbiostock' ) );
    if ( $tags_list ) :
    ?>
    |



    |



    <?php edit_post_link( __( 'Edit', 'symbiostock' ), ' | ', '' ); ?>



    <?php
    endif; //strictly minimal
    ?>




    <!-- #post- -->
    <?php

    if($strictly_minimal == 1):

    $symbiostock_post_meta = 'ss_before_img_page_bottom_widget';
    do_action( 'ss_before_img_page_bottom_widget', $symbiostock_post_meta );

    if(!function_exists('ss_is_collection') || !ss_is_collection( $symbiostock_post_meta )):

    if(is_active_sidebar( 'image-page-bottom-fullwidth' )):
    ?>

    <?php

    dynamic_sidebar( 'image-page-bottom-fullwidth' );

    ?>


    <?php
    endif;

    endif;

    endif; //strictly minimal

    $symbiostock_post_meta = 'ss_after_image_page';
    do_action( 'ss_after_image_page', $symbiostock_post_meta ); ?>
    #7041
    Profile photo of jsfoto
    jsfoto
    Participant

    filezilla and notepad++ is freeware … so I don’t think you are out of luck 😉

    #7039
    Profile photo of jsfoto
    jsfoto
    Participant

    I would download content-image.php with filezilla, edit it with notepad++ and upload it again. Works perfectly for me … I will try to follow Jo Ann’s hints tomorrow as I like the way the date is displayed … right place and very subtle.

    #7117
    Profile photo of jsfoto
    jsfoto
    Participant

    Sometimes it’s good to have a break and a beer 😉
    I just realiced that I have missed some posts during the day.
    @jsnover wrote:

    … Unless we enforce that everyone’s logos have to be blue/green, those colors are very strong and will clash with many other site logos. …

    You are perfectly right, Jo Ann … that’s the reason why I don’t use the logo on my site (but mention symbiostock very often in text and links). I think noone should try to “enforce” anything on our network (we ARE a network, and I love that and being part of it, but I also love Leo’s approach of personal freedom on our sites) … perhaps it’s a good idea of Cihan to have a poll and end up with a set of color schemes … that might be a good compromise between freedom and brand recognition.

    excursus:

    @cascoly wrote:

    … I agree – that was my first reaction to it also, but I figured it was just on my mind as I’ve been reading about camus’ work in the resistance …

    I loved to see Camus mentioned, Steve … I like his work a lot as I like (even better) Jean-Paul Sartre … perhaps we could have a “literature corner” on this forum 😉

Viewing 15 posts - 106 through 120 (of 245 total)