Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1107974

    Hello,
    I would like to show a few logos in black and white, which are colored in Mouse Over and open a link in a new window. That’s why I chose a Masonry gallery. You can see them at the bottom: https://dev.teamwerk.com/academixer/index.php/gaststaette/gaststaette/
    Now I want to show this gallery on many pages. However, I do not want to install the gallery on every page, but store it centrally with an iFrame or Widget Area.
    I’ve already tried the Widget Area: https://dev.teamwerk.com/academixer/index.php/kabarett/haus-geschichte/
    However, one does not have that effect and it does not look that good.
    Can someone help me there?

    in deutsch

    hallo,
    ich möchte gern ein paar Logos in schwarz weiß zeigen, die bei Mouse Over farbig werden und bei Klick einen Link in einem neuen Fenster öffnen. Daher habe ich mich für eine Masonry Galerie entschieden. Man sieht sie hier ganz unten: https://dev.teamwerk.com/academixer/index.php/gaststaette/gaststaette/
    Nun möchte ich diese Galerie auf vielen Seiten darstellen. Ich möchte jedoch nicht die Galerie auf jeder Seite einbauen, sondern diese mit einem iFrame oder Widget Area zentral hinterlegen.
    Mit der Widget Area habe ich schon versucht: https://dev.teamwerk.com/academixer/index.php/kabarett/haus-geschichte/
    Allerdings hat man da nicht diesen Effekt und so richtig gut sieht es auch nicht aus.
    Kann mir da jemand helfen?

    • This topic was modified 4 years, 10 months ago by Martin.
    #1108415

    Hey m_reiprich,
    Thank you for the links, instead of using and iframe or widget how about creating a shortcode for this Masonry gallery?
    Then you could just use [our_supporters] to display the element
    Here is an example, Try adjusting the shortcode in this code to your Masonry gallery and add it to the end of your functions.php file in Appearance > Editor:

    // our supporters shortcode = [our_supporters]
    function supporters_sc( ){
    	return do_shortcode('[av_font_icon icon="ue889" font="entypo-fontello" size="20px"][/av_font_icon]');
    }
    add_shortcode( 'our_supporters', 'supporters_sc' );

    Just replace:

    [av_font_icon icon="ue889" font="entypo-fontello" size="20px"][/av_font_icon]

    with the shortcode you want to use.
    Please let us know if we can assist further.

    Best regards,
    Mike

    #1109447

    That’s too complicated for me, unfortunately. Can you explain that more exactly? Where do I get the functions.php file? And I understand it correctly, that the gallery is defined somewhere and then called by the script? Does this also work on the smartphone? Can I deposit these elements centrally?

    #1109662

    Hi m_reiprich,

    Since it’s located on your footer, I think you can make a page as a footer.
    Go to Enfold > Footer > Default Footer & Socket Settings, set this to Select a page to display as footer and socket, then assign a page with only masonry gallery (Our supporters) in it, this way it should be placed at the bottom of your page and it’s centralized.

    Best regards,
    Nikko

    #1109822

    I did not know that, absolutely brilliant idea – thank you!

    #1109876

    Hi m_reiprich,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘is a central representation of a Masonry gallery possible?’ is closed to new replies.