Before you ask please READ THIS

Caption Background adjustment and Addthis toolbox customization

edited January 2013 in Hypershot Posts: 16
Hello Again,
i have two questions,
first i would like to chnage or disable the pattern in the caption background, i just couldnt find it...#slide-text.
The other question i would have is how to alter the Addthis-toolbox. I want to show only facebook and twitter, disable the email and print functions. I cannot alter them in the plugin so i guess its written in the theme, just couldnt find it.

Thanks again!
Michael

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    1.This topic should be helpful http://support.apollo13.eu/discussion/comment/2404#Comment_2404
    also to disable pattern image there use this custom CSS
    #slide-text {
    background-image: none;
    }
    If you want change image of pattern search for #slide-text in style.css

    2. While developing this I also couldn't get this to be changeable from plugin settings. Finally I had to set it to use 5 favourite user ways of sharing. As far as I get it, they are 5 favourite ways of current viewer, so it sounds good in my opinion :-)

    How to Edit (add)this?
    1. Use uncompressed scripts http://apollo13.eu/docs/hypershot/#!/advance_menu_use_compressed_js_amp_css.
    2. Edit js\uncompressed\album-view-full.js line ~1908

    '<a class="addthis_button_preferred_1"></a>' +
    '<a class="addthis_button_preferred_2"></a>' +
    '<a class="addthis_button_preferred_3"></a>' +
    '<a class="addthis_button_preferred_4"></a>' +
    '<a class="addthis_button_preferred_5"></a>' +
    '<a class="addthis_button_compact"></a>'
    3. Change above according to this table http://support.addthis.com/customer/portal/articles/381263-addthis-client-api#rendering-decoration-classes
    4. Save :-)

    With regards.
  • Posts: 16
    Wow super! Works like a charm! I wish other companies would resolve issues that quickly...-you can see my what we do page on IE....

    Thanks a lot, thanks for the super fast answer.
  • AirAir
    Posts: 10,970
    ;-) Yeah I understand you. Wish you best luck!

    With regards.
  • Posts: 16
    HI Air again,

    i will have a couple of questions since i decided to update again....But to this one: Since i didnt want all the sharings on my pictures, instead only facebook and twitter i needed the uncompressed js function and it worked fine....Now you guys changed it so we cannot use the uncompressed feature. How should i change the sharings icons (doesnt work from the plugin), or is the only possibility not to use Addthis?
    Thanks again,
    Michael
  • AirAir
    Posts: 10,970
    Hello

    Changes are the same, but file is no longer in uncompressed directory but level up js\album-view-full.js .

    With regards.
  • Posts: 16
    Thanks a lot got it! (supid me, didnt see the file, sorry)
  • Posts: 16
    I am sorry, for reasking,
    the new thing is, that albumlists have now social buttons from addthis aswell...could you tell me where i find them?
    Thanks again,
    Michael
  • AirAir
    Posts: 10,970
    It is js\script.js line ~1911
    
        $('<div class="brick-social">')
            .append(''+
            '<a class="addthis_button_preferred_1"></a>' +
            '<a class="addthis_button_preferred_2"></a>' +
            '<a class="addthis_button_preferred_3"></a>' +
            '<a class="addthis_button_preferred_4"></a>' +
            '<a class="addthis_button_preferred_5"></a>' +
            '<a class="addthis_button_compact"></a>'
        ).appendTo(tempEl);
    
    You do it same thing there.

    With regards.
  • Posts: 16
    Thanks a lot, just couldnt find it.....
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!