Forum Replies Created

Viewing 15 posts - 31 through 45 (of 59 total)
  • Author
    Posts
  • #5062
    Profile photo of DonLand
    DonLand
    Participant

    I tried getting it into my Dragonfly child theme by pasting the following code from the Symbiostock main theme into either of the Dragonflys Theme Functions (functions.php and symbiostock-dragonflyfunctions.php).

    One does nothing and the other leaves code appearing at the top of my page while doing nothing else.

    >>>>>>>

    //set the results per page depending on if we are doing image search

    function symbiostock_image_results_per_page( $query )
    {
    $network_search = get_query_var( ‘symbiostock_network_search’ );

    if ( $network_search != true && !is_admin( ) )
    {
    $marketer_user_key = get_option( ‘marketer_user_number’ );
    $marketer_key = get_query_var( ‘ss-‘ . $marketer_user_key );

    isset( $marketer_key ) && !empty( $marketer_key ) ? $per_page = 100
    : $per_page = 60;

    $per_page = apply_filters( ‘symbiostock_posts_per_page’ , $per_page );

    $query->set( ‘posts_per_page’ , $per_page );
    return;
    }
    }

    #5061
    Profile photo of DonLand
    DonLand
    Participant

    @jsnover wrote:

    @donland wrote:

    @Semmick Photo wrote:

    You need to purchase the code infuser and then there is a piece code you can infuse to set the number of images per page.

    At least, I had to pay for it, it seems its now implemented on sites for free.

    I only need to change the number of images per page, so the infuser is a bit over the top for me for just that. Hopefully someone knows the necessary code and will share it!

    thanks!

    Ok, so I cheated. I simply went to the parent theme, functions.php, did a search for 24 and changed both instances to 48. I’ll probably go bigger….

    thanks!

    This was from an earlier version of symbiostock, but you can edit code to make the change if you’re up for it

    http://www.symbiostock.org/post/1359/#p1359

    #5058
    Profile photo of DonLand
    DonLand
    Participant

    @Semmick Photo wrote:

    The code is on the same website where you purchase the infuser.

    Thanks, I saw that but it looks like that code requires the infuser.

    #5057
    Profile photo of DonLand
    DonLand
    Participant

    @Semmick Photo wrote:

    @donland wrote:

    While I’m at it, is there a way to show more than 24 images on a page?

    You need to purchase the code infuser and then there is a piece code you can infuse to set the number of images per page.

    At least, I had to pay for it, it seems its now implemented on sites for free.

    I only need to change the number of images per page, so the infuser is a bit over the top for me for just that. Hopefully someone knows the necessary code and will share it!

    thanks!

    #5056
    Profile photo of DonLand
    DonLand
    Participant

    Sounds great. I’d actually prefer the network search to show up in a single large random group, so it looks more integrated. That way the only link I would need is the global so there would no longer need to be separate links to only 10 networked friends. This would certainly help clients find the image they need and stay within the network.

    The only caveat about this is I’d also like to be able to block certain sites if necessary.

    While I’m at it, is there a way to show more than 24 images on a page?

    #5054
    Profile photo of DonLand
    DonLand
    Participant

    I’d like to place symbiostock.info in first place and have the rest random.

    #5021
    Profile photo of DonLand
    DonLand
    Participant

    Same here, 2.8.5 just showed up a minute ago. Thanks Leo.

    #5016
    Profile photo of DonLand
    DonLand
    Participant

    Looked there first, in both the Dashboard Updates as well as the Theme Panel under Appearance.
    When it did not show I used the link to upload it manually and got the downgrade to 2.8.2.

    #5014
    Profile photo of DonLand
    DonLand
    Participant

    @leo wrote:

    This is just an update:

    2.8.4 is available as an upgrade (otherwise just download it and upgrade)
    https://github.com/orangeman555/symbiostock/blob/metamorphosis/symbiostock.zip?raw=true

    The search bar was changed for the benefit of those who will be upgrading using clean-theme. It has that rounded look. (The fun part was changing the javascript so it loses those properties at resize!)

    Also in the customizer (appearance->customize)) has an option you will appreciate, allowing the cart/account/search menu to anchor itself inconspicously at the top (much like 2.6.5) . In found in the navbar options.

    These were all integrated due to paying client project with Symbiostock!

    Used the link to d/l 2.8.4 from 2.8.3

    After uploading Symbiostock says it’s 2.8.2

    #4014
    Profile photo of DonLand
    DonLand
    Participant

    @crackerclips wrote:

    I’m very interested in licensing RM as well for some images. Unfortunately the licensing setup as it now stands doesn’t accommodate this very well. Even though I don’t mention the terms RM or RF on my site I am licensing images as a one-time use which is effectively RM. For multiple uses the client would have to contact me for pricing. Not ideal.

    Instead I’d like to see a very easy to use and understand pricing calculator. Something like the one Picturengine is using would be good (http://www.picturengine.com/app/stock_photo_detail/Puppets_in_Market/image-Mul0123312998.html). I think this setup and pricing came from the Plus coalition. On the backend the calculator contains basic pricing which the contributor can adjust by selecting +/- a certain percentage to move prices up or down from the standard.

    A huge plus side to this is that it would open up the symbiostock network to a large pool of talented photographers who wouldn’t participate without RM pricing.

    http://www.picturengine.com/app/stock_photo_detail/Puppets_in_Market/image-Mul0123312998.html

    This is the right way to do it. Certainly needed and better than sending someone off to another site where we would have to split the commissions. I wonder if someone can figure out how to do it as a paid plug in or upgrade?

    #4831
    Profile photo of DonLand
    DonLand
    Participant

    Ok, no worries, just thought it would make more sense to have the keywords and categories beneath the image. Thanks.

    #4829
    Profile photo of DonLand
    DonLand
    Participant

    While you’re here. On the Image Page:
    Is there anyway to move the Keywords/Image Categories panel up and the Admin panel down?

    #4828
    Profile photo of DonLand
    DonLand
    Participant

    Aha! Thanks Leo, GREAT Job!

    I had found it on the regular child theme but could not find it again on Dragonfly. Thanks for pointing it out!

    #4826
    Profile photo of DonLand
    DonLand
    Participant

    Ok, found all of my color changes in the new customize menu!

    The only question remaining is how to center my logo on all of the pages?

    #4825
    Profile photo of DonLand
    DonLand
    Participant

    Ok, so uploaded Dragonfly which really helped a lot. Thanks LEO!!!!
    I am not running any of the site changing plugins.

    A few code questions.

    On the homepage and all other pages…
    1- How do I center my Logo across the page?
    2- Is there a way to change the text color in the widgets in the footer?

    On a category page, which is found clicking an image category on the main page:
    3- Anyway to change the “Images in category:….” header color.

    On the image page:
    4- Change the type color in the description over the image.
    5- Change the type color in the Author box that is below the image.

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