Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #776042

    Howdy,

    I have got two questions:

    1: On this site http://www.kreatividee.net/referenzen/ the transparency doesn’t match the increased picture on mouse-over. Is there a way to fix this?

    2: I’d like to have social share (not social profile) icons in the footer like vincimilia did it (maybe a liitle smaller): http://mittelalter-in-coburg.de/content/ How do I do that?

    Greetings
    Anni

    #776047

    Hi Anni,

    for the social share buttons in the footer just add this code in a text wigdet for the footer and add a headline above:

    <div class="av-social-sharing-box avia-builder-el-39 avia-builder-el-no-sibling">
    <div class="av-share-box">
    <ul class="av-share-box-list noLightbox">
    <li class="av-share-link av-social-link-facebook">
    <a data-avia-related-tooltip="Share on Facebook" title="" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" href="http://www.facebook.com/sharer.php?u=http://mittelalter-in-coburg.de/content/&t=Home" target="_blank">
    <span class="avia_hidden_link_text">Share on Facebook</span>
    </a>
    </li>
    <li class="av-share-link av-social-link-twitter">
    <a data-avia-related-tooltip="Share on Twitter" title="" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" href="https://twitter.com/share?text=Home&url=http://mittelalter-in-coburg.de/content/" target="_blank">
    <span class="avia_hidden_link_text">Share on Twitter</span>
    </a>
    </li>
    <li class="av-share-link av-social-link-gplus">
    <a data-avia-related-tooltip="Share on Google+" title="" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" href="https://plus.google.com/share?url=http://mittelalter-in-coburg.de/content/" target="_blank">
    <span class="avia_hidden_link_text">Share on Google+</span>
    </a>
    </li>
    <li class="av-share-link av-social-link-pinterest">
    <a data-avia-related-tooltip="Share on Pinterest" title="" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fmittelalter-in-coburg.de%2Fcontent%2F&description=Home&media=http%3A%2F%2Fmittelalter-in-coburg.de%2Fcontent%2Fwp-content%2Fuploads%2F2017%2F04%2Fstartseite-bg-neu-705x406.jpg" target="_blank">
    <span class="avia_hidden_link_text">Share on Pinterest</span>
    </a>
    </li>
    </ul>
    </div>
    </div>
    
    #776367

    Thank you! Great!

    #776437

    Hi,

    Thanks for helping out @vincemilia, much appreciated :-)


    @Anni0758g
    please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #778293

    Hello Rikard,

    this problem is still unsolved: On this site http://www.kreatividee.net/referenzen/ the transparency doesn’t match the increased picture on mouse-over. Is there a way to fix this?

    And something new: On my blog http://www.kreatividee.net/texter-blog/
    The link to page 2 (at the bottom of the site) doesn’t work … what do i do wrong?

    Greetings
    André

    #778297

    PS: Just solved the Blog-Problem by myself. :-)

    #778306

    Hi Mike,

    sorry, my fault. Right, I mean Texter-Referenzen. No, I don’t want the opacity to be removed … as long as there is a way to fix my problem: The opaycity doesn’t exactly match the increased picture, because the pincture increases on mouseover, but the opacity does not. So there is always some border without opacity.

    Greetings
    André

    #778533

    Hi,
    sorry, doesn’t work for me. At first the arrows are not in place, on mouseover actually move to the right place but also don’t disappear, when not longer hovered by the mousepointer. And the opacity is also gone.

    Greetinx
    André

    #778560

    Hi,

    Try to add this custom CSS code:

    .image-overlay {
    height: 300px !important;
    width: 300px !important;
    }
    

    If it worked, just adjust it decreasing and increasing the width and height values.
    Best regards,
    John Torvik

    #778760

    Hi John,

    generally it works, but pictured links on other sites have all different sizes. So it’s not the final solutuin for me.

    #778922

    Hi Anni0758g,

    Could you make a mockup of what a final solution would look like fir you?

    Best regards,
    Victoria

    #783078

    Hi Victoria,

    you can see the problem here when you hover the monitors on the site: https://www.kreatividee.net/texter-referenzen/

    To fit the increased images the transparency should also increase. But I think, it’s just not possible.

    Never mind. Nevertheless the Enfold-Theme is absolutely great! :-)

    #783450

    Hi Anni0758g,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .post-entry-38 .image-overlay.overlay-type-extern {
      min-width: 115% !important;
      min-height: 110% !important;
      margin-left: -8px;
      margin-top: -11px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #786231

    Oh, my god, that works!
    Thank you sooo much, Victoria.

    Just one Question for my understanding: Wherefor is this “post-entry-38”?

    Thank you again,
    you can close this ticket now.

    Many Greetings
    André

    #786482

    Hi André,

    Glad we got it working for you. This “.post-entry-38” is added to make the css I gave you work only for that block on that page, so that it does not affect anything else anywhere.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #786587

    Hi Victoria,

    that was my guess too! Great Thank you!

    Greetinx
    André

    #786650

    Oh, just one more thing (Columbo comes …)

    I need this for these sites too:

    How can I find out the post entry number?

    Best regards
    André

    #786666

    Hi André,

    You can look it up in Elements tab in Chrome dev tools. You can go View > Developer > Developer Tools in Crome menu.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #961039

    Hi Victoria and others,

    1: On this site http://www.kreatividee.net/referenzen/ the transparency doesn’t match the increased picture on mouse-over. Is there a way to fix this?

    After Updating to Version 4.4 this doesn’t work anymore. Any Solutions?

    #783450
    .post-entry-38 .image-overlay.overlay-type-extern {
    min-width: 115% !important;
    min-height: 110% !important;
    margin-left: -8px;
    margin-top: -11px;
    }

    #962010

    Hi Anni0758g,

    I got a 404 on that page. Do I need to login to see it?

    Best regards,
    Victoria

    #962046

    Hi Victoria,

    sorry, this is the correct page: https://www.kreatividee.net/texter-referenzen/

    But even worse: After Updating to Version 4.4 my mobile menu is gone.

    Best regards
    André

    #962219

    I solved the problem with the mobile menu by myself.
    The other problem is still there.

    Greets

    #963065

    Hi André,

    What is the other problem, can you please repeat it? I’m a bit confused. And I am getting 404 on the http://www.kreatividee.net/referenzen/
    Image 2018-05-28 at 12.25.25.png

    Best regards,
    Victoria

    #963366

    Hi Victoria,

    sorry for confusing you. The correct URL is: https://www.kreatividee.net/texter-referenzen/
    To fit the increased images the transparency should also increase. In the past you already solved this problem with the following code:
    .post-entry-38 .image-overlay.overlay-type-extern {
    min-width: 115% !important;
    min-height: 110% !important;
    margin-left: -8px;
    margin-top: -11px;

    After Updating to Version 4.4 unfortunately this doesn’t work anymore.

    One more short questions:
    – The Logo collides with the menu when decreasing the site. Is there a solution that the mobile menü appears earlier, before the collision?

    Thanks for your patience with me! :-)

    #964599

    Hi,

    Thank you for using Enfold.

    We already included an actual fix for the image overlay effect. Please remove the previous css code then re-save the theme options. That should fix the issue. For the logo, try to activate the mobile menu earlier in the Enfold > Main Menu panel.

    Best regards,
    Ismael

    #964770

    Hi Ismael,
    thanks for your reply. Unfortunately it makes no difference.

    Thanks
    André

    #964772

    PS: For the Logo in the mobile menu I can only choose between 786 and 990 px Browser-width.

    #966545

    Hi André,

    Could you please attach some screenshots of the issue?

    Yes, there are only these two options.
    Looks like the 768px option works fine for you.

    Best regards,
    Victoria

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.