Forum Replies Created
-
AuthorPosts
-
October 2, 2013 at 11:40 am #3784
Personally, I absolutely hate Pinterest because the entire company is based on featuring unauthorized use of image material.
No Pinterest for me.October 2, 2013 at 11:34 am #1611You 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.October 1, 2013 at 11:23 pm #3361I 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.
October 1, 2013 at 8:51 pm #3660I’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?
October 1, 2013 at 2:32 pm #3031I 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/
October 1, 2013 at 12:54 pm #1344Welcome aboard, Dmitri!
October 1, 2013 at 12:48 pm #3030Thanks for the code. I think this really is an essential feature and it should be an option in the base theme.
October 1, 2013 at 12:32 pm #3587@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.October 1, 2013 at 12:26 pm #3481The base theme is responsive. It doesn’t have anything to do with the Premium plugin.
September 30, 2013 at 2:34 pm #3359Just 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.September 29, 2013 at 3:18 pm #3549@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.
September 29, 2013 at 2:47 pm #3546Thanks a lot. I’ll give it a try.
September 29, 2013 at 12:14 pm #3542O.K., that’s the image title.
September 29, 2013 at 12:01 pm #3540September 29, 2013 at 11:59 am #1579 -
AuthorPosts