MicrostockGroup Sponsors
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Anita Potter
Pages: 1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 38
176
« on: August 21, 2013, 22:02 »
I have that plugin but haven't felt the need to activate it.
I did a test registration, got my email and logged in with no issues.
177
« on: August 21, 2013, 21:59 »
I'll do a test registration here in a moment.
I set things that the user must be registered to post comments and also have it set to moderate all comments before publishing them. Once I set it to you have to register to do well much of anything haven't had any registrations in a few days as well and no spam comments on my FAQ page. It's like getting rid of that stuff gives you something to do other than staring at your email waiting for a sale.
178
« on: August 21, 2013, 21:34 »
Okay thanks for being brave and testing that out
179
« on: August 21, 2013, 21:27 »
I got confused I thought you were talking about an SOD.
The .81 is because they picked something other than the largest size jpg.
181
« on: August 21, 2013, 21:13 »
You can put it anywhere on your front page. I have both Featured and Latest in the middle of my page. I put mine in the Home Page Below Content area.
You'll have to change your static page to something else other than categories to see it work I do believe but don't quote me.
182
« on: August 21, 2013, 21:11 »
Unless you have to create the exact folder structure to where that file is in the main theme into the child theme folder I'm not sure. Most of it has been top level in the main theme folder.
But that statement is speculation so don't do it.
183
« on: August 21, 2013, 21:04 »
So there would be no way to change it in the child theme?
184
« on: August 21, 2013, 18:54 »
It's not the SY theme that's generating the pages. The media section of WP does because I checked my other site and the page for the image existed in there. So it's not an SY thing it's a WP thing.
185
« on: August 21, 2013, 18:23 »
He's using his friends paypal account to purchase the file not to receive the payment.
186
« on: August 21, 2013, 17:26 »
Cathy:
I have a business paypal account and when I try to delete to URL I put in the box, it doesn't let me. The URL I have entered on Paypal is the my site.com/symbiostock_ipn/ is this correct?
I have the PayPal redirect on the PayPal site set to the Customer license and file management page. Whether that works or not I'm not sure I wasn't able to perform a test purchase yet. Your PayPal settings in your SY theme the email needs to be your PayPal email.
187
« on: August 21, 2013, 14:19 »
So who won?
I don't know grazing through the comments it looks like they took down that contest. Which I don't think is fair for those that created their images themselves. But they probably did it out of paranoia..."What if we pick another image thief as the winner?"
188
« on: August 21, 2013, 10:16 »
Ah but I'm not overwriting the core code my dear. The child theme loads first before the main theme which is what I learned yesterday working on another Wordpress theme on my main site.
Still I would like to hear how the plugin works for you as well.
189
« on: August 21, 2013, 10:06 »
I found some information and it does take the comments off of those extra pages. http://it4anyone.wordpress.com/2013/07/18/wordpress-turn-off-comments-globally-for-pages-and-media-attachments-only/If you're using the child theme there will be a functions.php file already in there. I made a new php file and overwrote the one in the child theme folder. I'll just show you the code. <?php
//switch off comments globally for media attachments and pages function filter_media_comment_status( $open, $post_id ) { $post = get_post( $post_id ); if( ($post->post_type == 'attachment')|| ($post->post_type == 'page') ) { return false; } return $open; } add_filter( 'comments_open', 'filter_media_comment_status', 10 , 2 );
?>
Hopefully that didn't mess with anything else on the site I'm going to look around and see. But this does work.
190
« on: August 21, 2013, 10:00 »
Ah okay. I misunderstood. Looking around in the media area can't locate a way to turn those off.
Lemme do an internet search. I found something that I'm going to try out and then get back to you.
191
« on: August 21, 2013, 09:47 »
To get the comments turned off on your images pages. Go into your dashboard and click on the Symbiostock Bee area. At the top of the page click on Author Options. There will be a dropdown box about halfway down the page that says Image Comments. You can disable comments from there.
I don't think you have to tick the Update all Existing Images box but I'm not entirely sure, though I don't remember doing that.
192
« on: August 20, 2013, 22:36 »
I was thinking about selling sets as zip files but if your way would be easier then I'll hold off on my sets. Can't wait
193
« on: August 20, 2013, 20:51 »
I do a lot of 3d work now and sometimes I don't select the Illustration category when I submit. Never had a rejection for wrong category. So who knows.
Yeah people don't like them and that's their choice but they've been climbing up in my earnings spreadsheet. Ranking above FT in all but one month this year. Not a massive earner but pretty steady.
194
« on: August 20, 2013, 20:03 »
That's been going on since they changed that part of the site. Not sure when it started as I was offline for a few months.
Might want to email their support about how they handle vector files. The vector category is also missing from the buyers side category drop down box. Unless they lumped them all in under the Illustrations category.
I haven't uploaded a vector in nearly two years so you might want to try a site search for one of your images and see how it goes.
195
« on: August 20, 2013, 17:30 »
Leo just said recently that Sym would eventually work without Wordpress.
I would be interested in hearing the meaning of that. So it will be a program that is independently written? Not open source? If it works without Wordpress, wouldnt it have to be redesigned from scratch?
I read that the other day and took it to be run as a Content Management System (CMS).
196
« on: August 20, 2013, 17:28 »
Well, What's holding me back from joining Symbiostock? Too complicated to be loved, need a lot of effort and time to build a simple site. When you'll make the hole process to be completed in 30 minutes I'll join.
30 minutes it isn't. Anything like building a site takes some learning and time. Am I as far with mine as I'd like to be at this moment? No but I'm working on it. SEO is taking longer than I'd like and I have round 400+ more images to upload. That part I can't skip and the rest will have to wait until that's done. Websites always need tweaking and they're never truly finished.
197
« on: August 19, 2013, 20:50 »
I'm using the basic setup with the child theme. I haven't purchased any plugins or the theme since my budget is $0. I'm also using Yoast for SEO though I've read that some people use both Yoast and Leo's plugin.
I'm also not sure how relatively hard it would be to update from the child theme to the clean theme as I don't think I've seen that discussed before.
198
« on: August 19, 2013, 19:47 »
I'd seen them on other websites but didn't get the Symbiocard until today. They are added not only in my network but as a link in my footer.
199
« on: August 19, 2013, 18:33 »
At least you found it and fixed it. I wouldn't have thought to look in the database.
Anything over 20 and I'm wee bit overwhelmed though I do understand the reasoning behind wanting to up the number. Less pages and clicks to reprocess images.
200
« on: August 19, 2013, 15:05 »
I'll have to look my FAQ over and see if I have stated the same. I'll do that while I'm updating it later.
I had thought about a newsletter format but I don't know if that would even be possible or if I could have the time to maintain one either.
Pages: 1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 38
|
Sponsors
Microstock Poll Results
Sponsors
|