MicrostockGroup Sponsors


Poll

It Works // It Doesn't work. Please fill out the checklist. (Tell me bugs to add)

WORKING: Saving- Prices/Settings/Network/Author values.
11 (20%)
BROKEN: Saving- Prices/Settings/Network/Author values.
0 (0%)
WORKING: Image Uploading
10 (18.2%)
BROKEN: Image Uploading
2 (3.6%)
WORKING: Image Processing
10 (18.2%)
BROKEN: Image Processing
1 (1.8%)
WORKING: Non-root-level-install
7 (12.7%)
BROKEN: Non-root-level-install
0 (0%)
WORKING: Child Theme template
8 (14.5%)
BROKEN: Child Theme template
1 (1.8%)
WORKING: Network Search/Pagination
4 (7.3%)
BROKEN: Network Search/Pagination
1 (1.8%)

Total Members Voted: 11

Author Topic: Symbiostock Test Build - the Bug Stomping Thread!  (Read 52333 times)

0 Members and 1 Guest are viewing this topic.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #425 on: April 04, 2013, 09:56 »
0
Tinny

My incomprehensible post just above is about a category search issue that I think I have identified the reason for. As I think this could be easily fixed, I've emailed Leo to give him a headsup.

Steve


steheap

  • Author of best selling "Get Started in Stock"

« Reply #426 on: April 04, 2013, 09:57 »
0
Quote
still having trouble with search engine

Category Search? I think I have found the underlying reason, but it needs a fix from Leo if I am right.

steve

« Reply #427 on: April 04, 2013, 10:09 »
0
when I do ''Malaysia'' search it says no results found but below is displayed image categories Malaysia(2) which make sense as I have 2 pictures in that category
Same with singapore it is a category and cannot be found I guess this is what you described before Steve.
« Last Edit: April 04, 2013, 10:59 by MicrostockExp »

steheap

  • Author of best selling "Get Started in Stock"

« Reply #428 on: April 04, 2013, 11:03 »
0
Yes - I think so. I believe the theme is reading the wrong field from the database. It all works fine on the original default categories because the right field and the "wrong field" have the same value, but once we add and modify categories ourselves, those two fields are no longer the same and the program is picking up the wrong one

Steve

« Reply #429 on: April 04, 2013, 11:52 »
0
I'm doing a test right now. I put via FTP in /public_html/wp-content/themes/symbiostock/inc/classes/image-processor a new watermark named "hitwatermaknew.png". I realize that my original watermak, named "hitwatermark.png" was not there anymore. Maybe erased by some upgrade?



Above content of directory. As i say, my old watermark is not there. Just a new one uploaded few minutes ago.

« Last Edit: April 04, 2013, 12:01 by Chico »

farbled

« Reply #430 on: April 04, 2013, 12:01 »
0
I'm doing a test right now. I put via FTP in /public_html/wp-content/themes/symbiostock/inc/classes/image-processor a new watermark named "hitwatermaknew.png". I realize that my original watermak, named "hitwatermark.png" was not there anymore. Maybe erased by some upgrade?



Above content of directory. As i say, my old watermark is not there. Just a new one uploaded few minutes ago.


I think when you upload a new version it'll throw out the old logo & watermark images and you'll have to re-upload them each time. What you could do is upload your watermark someplace outside the theme and link to it in your Symbiostock -> Settings page. That should work.

Leo Blanchette

« Reply #431 on: April 04, 2013, 12:12 »
0
I wont be on for a few hours but here is an fyi written from my kindle. Every fix also has potential for negative effects. That's why I am slow to make them.

Story

Farbled discovered a wordpress quirk that is actually not a bug _  you cannot have two taxonomies with same slug. Ie gold keyword and same name gold category will clash unless you change slug of category to be unique. However having fixed that some new issues were created. So I just have to keep figuring this out till we are out of the weeds. We are almost there.
« Last Edit: April 04, 2013, 12:17 by Leo »

« Reply #432 on: April 04, 2013, 12:15 »
0
SUCCESS!!!!



Problem is watermark related.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #433 on: April 04, 2013, 12:24 »
0
Chico

Not sure if you have done this, but you need to move your own logos and images outside the Symbio folders to be really reliable. It was mentioned a few posts back.

Steve

« Reply #434 on: April 04, 2013, 12:27 »
+1
Steheap

Just now i realize it. I'll do. Thanks.

Finish upload. Works fine after create new watermark .



By the way, new watermark seems bit funny.  ;D

« Reply #435 on: April 04, 2013, 12:46 »
0
Steheap

Just now i realize it. I'll do. Thanks.

Finish upload. Works fine after create new watermark .



By the way, new watermark seems bit funny.  ;D



Takes some serious skill to hunt hummingbirds.

Leo Blanchette

« Reply #436 on: April 04, 2013, 12:52 »
0
Steheap

Just now i realize it. I'll do. Thanks.

Finish upload. Works fine after create new watermark .



By the way, new watermark seems bit funny.  ;D



Takes some serious skill to hunt hummingbirds.
*facehand*

Someone buy steheap a beer.

I think we've solved our category issue. He sent me an email this morning with some investigation he did. Brought me right to the solution. Checked my code, and found that the fix I made for farbled had me implement some new code that was not doing everything properly. Got it fixed, now farbled original problem is fixed AND this new one that was created.

BUT - Now some action is needed from people who are having the "ITS IN MY KEYWORDS BUT NOT MY CATEGORY WITH SAME KEYWORD NAME" problem

Go through and rename categories that share the same name as your keywords.
Wordpress does not play nice on this one.

Like in farbled's case, if you have the keyword "gold" and a category for "gold" you would have ended up with the slugs gold and gold-2

If you go back and change things, the fix I implemented is that when you create a category, like "gold", it will automatically call it "gold-images". So no duplicates. [edit: the slug will be called gold images the name you call it will display how you created it on page "gold". Slug is the url element.]

So here is new download: https://github.com/orangeman555/symbiostock/blob/master/symbiostock-child.zip?raw=true

Please test it to the limit and once everything is cool I will spam everyone with the new release.

Also, if you would like to get on my new-release-spam list, contact me leo[at]symbiostock.com
« Last Edit: April 04, 2013, 12:57 by Leo »

Leo Blanchette

« Reply #437 on: April 04, 2013, 12:54 »
0
In case its overlooked in my last crowded post:

So here is new download: https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true
« Last Edit: April 04, 2013, 15:04 by Leo »

steheap

  • Author of best selling "Get Started in Stock"

« Reply #438 on: April 04, 2013, 13:12 »
0
Leo - you have given us the child load I think?

Steve

steheap

  • Author of best selling "Get Started in Stock"

« Reply #439 on: April 04, 2013, 13:13 »
0
And, as you can see from my avatar, I already have that beer...

« Reply #440 on: April 04, 2013, 13:20 »
0
Deleted Post as downloaded child instead of main theme

« Last Edit: April 04, 2013, 14:04 by Tinny »

« Reply #441 on: April 04, 2013, 13:25 »
0
I had the issue with "gold-2" categories. Deleting categories and keywords did nothing. I mean, that with new category like "gold-images" was created and new image with "gold" in keywords uploaded, that keyword somehow leaded again to "gold-2". I had to edit database to remove all "-2" endings in slugs.
And now all my slugs are ok, I think :)

http://www.stereoshutter.com/search-images/slug/

steheap

  • Author of best selling "Get Started in Stock"

« Reply #442 on: April 04, 2013, 13:38 »
0
To all testers out there - I don't think this is the file that Leo updated. This is the child theme. Hence the issue won't be fixed in this download.

Steve

« Reply #443 on: April 04, 2013, 13:41 »
0
To all testers out there - I don't think this is the file that Leo updated. This is the child theme. Hence the issue won't be fixed in this download.

Steve

Maybe a stupid question: Is possible join Main theme and child theme in a single Theme?

steheap

  • Author of best selling "Get Started in Stock"

« Reply #444 on: April 04, 2013, 13:47 »
+2
That rather ruins the purpose of these. The Child theme is yours to modify (if you want) to make the site customizable for colors, fonts etc. This theme then is yours to keep for ever and new features are provided in the main theme.

if they were combined, all your amendments would be overwritten each time there was a new release of the main theme

Stev

farbled

« Reply #445 on: April 04, 2013, 13:49 »
0
I had the issue with "gold-2" categories. Deleting categories and keywords did nothing. I mean, that with new category like "gold-images" was created and new image with "gold" in keywords uploaded, that keyword somehow leaded again to "gold-2". I had to edit database to remove all "-2" endings in slugs.
And now all my slugs are ok, I think :)

http://www.stereoshutter.com/search-images/slug/

Ahh *Lightbulb moment for me, thanks ajt. Yes, when Leo put in a fix for my issue I then noticed the gold-2 slug in the keys and posted something about that. However, changing that did not work at the time. What I then did was completely re-install WP (and database) and then started over and all worked as it should. I think ajt has it right and it's only the keys in the database that need to be edited, not a complete re-install.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #446 on: April 04, 2013, 13:53 »
0
Me being silly - Leo always uses the same link and just changes the backend.

So this is the link for the new version (and it works for me in the categories)

Steve

https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true

« Reply #447 on: April 04, 2013, 13:53 »
0
That rather ruins the purpose of these. The Child theme is yours to modify (if you want) to make the site customizable for colors, fonts etc. This theme then is yours to keep for ever and new features are provided in the main theme.

if they were combined, all your amendments would be overwritten each time there was a new release of the main theme

Stev

Like i said, was a stupid question. Thanks for clarifying.

« Reply #448 on: April 04, 2013, 14:07 »
0
I had the issue with "gold-2" categories. Deleting categories and keywords did nothing. I mean, that with new category like "gold-images" was created and new image with "gold" in keywords uploaded, that keyword somehow leaded again to "gold-2". I had to edit database to remove all "-2" endings in slugs.
And now all my slugs are ok, I think :)

http://www.stereoshutter.com/search-images/slug/

Ahh *Lightbulb moment for me, thanks ajt. Yes, when Leo put in a fix for my issue I then noticed the gold-2 slug in the keys and posted something about that. However, changing that did not work at the time. What I then did was completely re-install WP (and database) and then started over and all worked as it should. I think ajt has it right and it's only the keys in the database that need to be edited, not a complete re-install.


However, I think that editing in RF Images->Image Keywords should help. When I deleted image I thout, that its keywords (if not in use in other images) are deleted too, but they remain all in table, and when image was uploaded again, it got its old keywords with slugs -2.
So, when someone has problem with "gold-2" keywords (after changing category slugs to inique names, with -images for example), may go to keywords table and edit slugs.
« Last Edit: April 04, 2013, 14:10 by ajt »

farbled

« Reply #449 on: April 04, 2013, 14:22 »
0
However, I think that editing in RF Images->Image Keywords should help. When I deleted image I thout, that its keywords (if not in use in other images) are deleted too, but they remain all in table, and when image was uploaded again, it got its old keywords with slugs -2.
So, when someone has problem with "gold-2" keywords (after changing category slugs to inique names, with -images for example), may go to keywords table and edit slugs.
I tried that in the previous version and it cleared up the "keyword not found" issue, but didn't resolve the category issue. Therefore if the latest release clears up the category issue, we can edit the few key-slugs we've used as both and be good to go!


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
3029 Views
Last post June 15, 2009, 01:04
by Mormegil
63 Replies
12465 Views
Last post April 02, 2013, 12:12
by Chico
398 Replies
49040 Views
Last post June 14, 2013, 12:54
by Leo Blanchette
344 Replies
35076 Views
Last post May 31, 2013, 17:21
by Leo Blanchette
449 Replies
53774 Views
Last post July 06, 2013, 19:29
by Leo Blanchette

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors