Forum Replies Created

Viewing 15 posts - 31 through 45 (of 71 total)
  • Author
    Posts
  • #10768
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Unless I’m confused, I believe I have Yoast SEO installed already. That’s the one that gives you colored circles rating each page for SEO, correct? I’m just not sure how to best use all of its features, most notably the Social options I’ve mentioned.
    Thanks

    #9309
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Greetings-
    Have a look at my site and see if it meets the need. I’m also interested in finding some new network partners.
    Rick

    #9880
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Hi all-
    When I’m focusing on processing my images, uploading, and publishing them, and all is going well, I don’t find myself visiting the forum very often, maybe once a week. That’s where I’m at right now, probably will be for another few weeks.

    However, when I’m busy updating my site, adding functionality, trying new things, and trying to troubleshoot problems, I visit (and often post) a couple times a day many days of the week, usually for a few weeks at a time. I could have never got my site up and running on Symbiostock without the forum, it is invaluable. I’ve received soooo much help from Leo, Christine, Steve (at Cascoly), AGT, Joe, and many others.

    Thanks, all!

    #8038
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Ah, so sorry, I did hear from Leo and Steve (Cascoly) about this. It was a weird confluence of events, part of it being something at Steve’s end (which is why my site wasn’t showing up on the master list or Alexa list). This is all sorted out now, I’ll endeavor to mark this one as SOLVED in the title. Thanks all.

    #5505
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Leo and Christine-

    Christine-
    Thanks for your help, I was able to delete the previous user and create a new admin account for Leo. The strange thing is that the first time I created an account for Leo, it both created the account AND gave me the error message saying the email already existed, leading me to believe it had not created the account. Maybe I accidentally double-pressed the submission button?

    Leo-
    Thanks for your help, also. Got your admin account set up, when you get a chance please have a look and try to determine why ScenicOregon.com isn’t showing up on the SymbioStock network master list, not showing up on the Alexa list, apparently is not receiving the network news feed, and any other network connectivity issues that are apparent. Let me know what I need to do to fix this. It helps to know you are at least aware of the problem.

    #5503
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Hi Leo-
    I’m so glad I finally got through with the troubles I’ve been having. On my end, it appeared that I never did succeed in adding you, since I couldn’t get around that email already in use problem. Did you succeed in logging in anyway?
    Thanks
    Rick (ScenicOregon.com)

    PS- I just tried again to add you as an admin, following the directions at the top, and every time I get this message:
    ERROR: This email is already registered, please choose another one.
    It won’t let me add you.
    I also just double checked and I am still no longer on either the Cascoly’s network master list or Alexa list. Could this be because I’ve not yet updated to Symbiostock 3, or perhaps Wordfence is giving grief?

    #5501
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Hi Leo,
    I tried to make you an admin, so that you could look into things and see why it seems my site no longer appears on the network master list and no longer appears on Cascoly’s Alexa list and why I don’t seem to get any Network news on my site anymore. It seems to some degree I’ve been dropped from the network.

    Anyway, I tried to make you an admin, but it keeps telling me the user email is already registered and to pick another. I have to use your email to make you a user, so how do I get around this?

    Thanks

    #8040
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Thanks, KLSBear, I did get the new user registration email, and when I checked using my contact form, I get those, too. Not showing up on Cascoly’s Alexa page is just plain weird.
    Thanks

    #7993
    Profile photo of scenicoregon
    scenicoregon
    Participant

    The sticky about things that trip up ImageMagick was indeed lost in the migration. Here’s the bulk of it:

    These are things that can trip up ImageMagick so that the images either won’t process, or that they process incorrectly.  Some of these affect it some of the time, some of them all of the time.
    1.  If the dpi of the jpg is set to 72, instead of the preferred 300
    2.  If the jpg is set to something other than the preferred “baseline” (doesn’t like progressive)
    3.  If the file extension is uppercase JPG instead of the preferred lowercase jpg
    4.  If there is an apostrophe ‘ in the file name
    5.  If there is a dot . in the file name other than the normal one before the extension

    #4652
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Here’s one for the new user and registration form:

    /*This changes small text color of the user registration and login form*/
    .wp-user-form {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cecece;
    }

    #4651
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Here are a couple for modifying thumbnails:

    /*This changes attributes- like background color and more– of the thumbnails in the similar images widget*/
    .thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #000000;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    }

    /*This changes attributes- like background color and more– of the thumbnails in the categories display*/
    .img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #000000;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    }

    #4650
    Profile photo of scenicoregon
    scenicoregon
    Participant

    and here’s a few more:

    /*This changes the text color of the file info on the cart page*/
    .col-md-6 {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cecece;
    }

    /*This changes the text color of the details on the pricing table on the image page*/
    .col-md-5 {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999999;
    }

    /*This changes the text color of the small text word “results” and number of images resulting when you click on a category*/
    .results_info {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cecece;
    }

    /*This changes the color of the gradient in the heading “Symbiostock Community News and Activity” on the Symbiostock Network page*/
    .panel-info > .panel-heading {
    background-image: linear-gradient(to bottom,#0a004f 0%,#000000 100%);
    }

    #6277
    Profile photo of scenicoregon
    scenicoregon
    Participant

    I think the first time I used the url method, and it populated the info on the form right away. This last time, thinking that may be part of the problem, I downloaded his Symbiocard and then uploaded it, and again the the form populated right away. I deleted Cascoly and then added him back using the url method again, it repopulated the info right away.

    Then I went over to the marketing tab to confirm I hadn’t excluded him accidentally. To my surprise, he is not listed in the directory. I do find him listed down below, in the Enqueued Seeds list (“will be added or updated”). This makes me wonder if something has happened to his status within the network somehow, but I don’t really understand the marketing page all that well, other than that I can exclude some sites from showing up in the search.

    #4649
    Profile photo of scenicoregon
    scenicoregon
    Participant

    Thank you, .panel did the trick, and I discovered several others for that section. Here are the snippets:

    /*This changes the background to transparent or color on the author bio panel on the author page, but also makes several other Symbiostock panels transparent too, like on the some of the network pages and maybe the pricing table, including the new user and registration panel which should NOT be transparent*/
    .panel {
    background: #000000;
    }

    /*This changes the text color of the title on the author bio panel on the author page, and many of the panel titles on the image page*/
    .panel-title {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cecece;
    }

    /*This changes the text color of the the words “author attributes” and “site attributes” on the “author attributes and symbiocard” section of the author bio panel on the author page*/
    .info {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cecece;
    }

    /*This changes the text color of the the info under “author attributes” and “site attributes” on the “author attributes and symbiocard” section of the author bio panel on the author page*/
    .accordion-group {
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #888888;
    }

    #6818
    Profile photo of scenicoregon
    scenicoregon
    Participant

    OK, thanks so much, that is very helpful and helps to put my mind at ease.

Viewing 15 posts - 31 through 45 (of 71 total)