Forum Replies Created

Viewing 15 posts - 526 through 540 (of 635 total)
  • Author
    Posts
  • #3784
    Profile photo of Andre
    Andre
    Participant

    Personally, I absolutely hate Pinterest because the entire company is based on featuring unauthorized use of image material.
    No Pinterest for me.

    #1611
    Profile photo of Andre
    Andre
    Participant

    You mentioned that with the new version there are going to be lots of (template) changes.

    Without having a separate site for testing 2.7.0, is there an easy way to go back to 2.6.5 in case 2.7.0 breaks our site or causes a lot of customization work to get it done?
    And by easy way I don’t mean doing a complete Restore of database and template files.

    #3361
    Profile photo of Andre
    Andre
    Participant

    I don’t know, it seems strange to me.

    If we get a lot less visitors, that must mean that other sites get a lot more, assuming that the search activity stayed about the same. If that’s correct, we all need to do a lot of homework to get back on track because someone else is stealing our traffic.

    #3660
    Profile photo of Andre
    Andre
    Participant

    I’m probably a little slow.

    I do understand the purpose of placing qr codes in print media but what’s the reasoning behind placing it on your own website?

    #3031
    Profile photo of Andre
    Andre
    Participant

    I took the freedom to adjust the code a little bit. I hope yo don’t mind.
    Dropped the table structure (since tables are not wanted anymore wherever they can be avoided) and added a few customization attributes like, font size, color, margin, centering the text etc.




    < ?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
    ?>

    Image No. < ?php echo $postid;?> ? Model Released: < ?php echo $model_released; ?> ? Property Released: < ?php echo $property_released; ?>



    Can be seen at http://picturebreeze.com/stock/photos/image/frio-river-in-concan-texas/

    #1344
    Profile photo of Andre
    Andre
    Participant

    Welcome aboard, Dmitri!

    #3030
    Profile photo of Andre
    Andre
    Participant

    Thanks for the code. I think this really is an essential feature and it should be an option in the base theme.

    #3587
    Profile photo of Andre
    Andre
    Participant

    @jan wrote:

    Later I uploaded it via FTP to place it between all the other images and assigned a “Collection” keyword to it. This way I could select it in the Batch Editor and assign it as “Preview”. But now I have a watermark through the Preview which is not really needed as it is not a sellable image.

    Am I using the wrong method?

    That’s basically the correct way to do it.
    However, I have created a new image category “Collections” and then simply added this preview image to this category.
    Yes, the preview image will be watermarked, too. You just have to create a “nice” collection preview image design.

    Feel free to take a look at my collection images: http://picturebreeze.com/stock/photos/image-type/collections-images/
    I use picmonkey.com to create a preview image in less than 2 minutes.

    #3481
    Profile photo of Andre
    Andre
    Participant

    The base theme is responsive. It doesn’t have anything to do with the Premium plugin.

    #3359
    Profile photo of Andre
    Andre
    Participant

    Just install the “Google Analytics for WordPress” plugin by Yoast and fill in your number.
    Or you could also paste the code into the section of your header.php. Whatever is more convenient for you.

    #3549
    Profile photo of Andre
    Andre
    Participant

    @klsbear wrote:

    Is this referring to a code error that we all should fix?

    Error sounds pretty harsh, it’s more like a flaw. I’m sure when Leo sees this he’ll fix it for future updates.

    #3546
    Profile photo of Andre
    Andre
    Participant

    Thanks a lot. I’ll give it a try.

    #3542
    Profile photo of Andre
    Andre
    Participant

    O.K., that’s the image title.

    #3540
    Profile photo of Andre
    Andre
    Participant

    What do you mean by “heading”, the title or the headline in

    tag?

    #1579
    Profile photo of Andre
    Andre
    Participant

    @pling wrote:

    no upgrade notice, is this still in testing stage? I still at 2.6.5

    +1

Viewing 15 posts - 526 through 540 (of 635 total)