Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #896989

    Hi there,

    I am sure this is simple, but I really can’t find a solution anywhere:

    On a few specific images I have to add a text about Copyright, that should only be visible, when the mouse is over the picture. I think this is what is called “hover”. I have looked many places, forums, Google, and of course this site, but I really can’t find something called hover in great Enfold.

    I hope you can give me a little bit of advice.

    Best regards,
    Hanne
    Denmark.

    #897149

    Hey Stegemueller,

    Can you give us a link to your site? also point us the images and what text should be shown on hover, so we can try to give you css code that might help.

    Best regards,
    Nikko

    #897228

    Hey Nikko

    Thanks a lot for your kind and fast reply.

    One example is here: https://supportpcogandet.dk/regler/ and one is in the footer here: https://supportpcogandet.dk/ Under the paragraf sign image I would like a have a text called: “Creative Common CC BY-SA 3.0-licensen. Dette billede er i overensstemmelse hermed.” when the mouse is over the image.

    It would be great if you ca give me some advice.

    Best regards,

    Venlig hilsen

    • This reply was modified 6 years, 10 months ago by Stegemueller.
    #897360

    Hi Venlig hilsen,

    I checked it and it’s a bit trickier, can you please post us your login credentials (in the “private data” field), so we can try to make the modification on your footer and tell you how it was done.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #897476

    Hi Nikko

    I now have created a temporary account and added the link to the private box.

    I really wonder, why great Enfold does not have the possibility built in – but anyway I am happy, that you’ll try to help me out.

    Best regards
    Hanne

    #897600

    Hi Hanne,

    Thanks for providing the login however it’s asking for a verification code, can you disable the verification?

    Best regards,
    Nikko

    #897677

    Hi Nikko

    In the private box I send you my own credentials. And I have double checked, that Two-Factor Authentication from iThemes is disabled.

    Best regards,
    Hanne

    #898376

    Hi Hanne,

    I tried to login and still was asked for the verification code. Can you please check?

    Best regards,
    Victoriax

    #898415

    Hi Victoria

    It is really strange. I checked agian and there is really no two-factor-thing.

    Instead I created a new user for you. Detalis in the private box.

    Best regards
    Hanne

    • This reply was modified 6 years, 10 months ago by Stegemueller.
    #900350

    Hi Victoria

    Am I forgotten?

    Best regards,
    Hanne

    #900572

    Hi Hanne,

    Sorry for late response, I have made changes on your footer and clearing browser cache is needed to properly view the changes, I have adjusted the footer size, let us know if it’s good.

    Best regards,
    Nikko

    #900754

    Hi Nikko

    Thanks a lot, it works perfectly right, and just as I wanted – actually better!
    And it was not my intention to be rude, when I asked, if I was forgotten!

    Can you explain to be how I fix my other pictures, that needs this license? For example I have another one here: https://supportpcogandet.dk/regler/ and more will occur as the site is growing.

    We are a gruop of people gathering on this site with 17.300+ users, so we need to be aware ogflicensenses and other rules. For this reason, I would like to learn how to do this.

    And I really wonder why it is not built into wonderfull Enfold?

    Best regards,
    Hanne

    #901182

    Hi Hanne,

    No worries, we don’t see your response as rude :) As for the images, you can add it the same as I did by editing the image from Visual to Text (tab), and you should see a code like this:

    <img class="alignleft size-full wp-image-3797" src="image_link" alt="" width="141" height="200" />

    and replace it with this:

    <span class="st-wrap"><span class="site-title"><img class="alignleft size-full wp-image-3797" src="image_link" alt="" width="141" height="200" /><span class="hovertitle">Creative Common CC BY-SA 3.0-licensen. Dette billede er i overensstemmelse hermed.</span></span></span>

    it should work properly. Just replace image_link in the code with the url in private content. Hope the instruction is clear, if not please let us know :)

    Best regards,
    Nikko

    #901297

    Hi Nikko,

    Thank you very much for your quick reply.

    I am in doubt. what you mean by this: “editing the image from Visual to Text (tab),”? I am sure this question is pretty silly!

    I use the builder, and here I can’t find any text tab. When I try to open up the default editor it is (of course) empty. As an example I need to put the small text on the iMac on my front-page https://supportpcogandet.dk . Where do I start?

    Have a great day.

    Best regards,
    Hanne

    • This reply was modified 6 years, 10 months ago by Stegemueller. Reason: I forgot something
    #901351

    Hi,

    No worries, you can find it in this screenshot: https://imgur.com/a/WejoH

    You can then insert the image like you usually do then just you should find an image code just like this:

    <img class="alignleft size-full wp-image-3797" src="image_link" alt="" width="141" height="200" />

    then before the img code add:

    <span class="st-wrap"><span class="site-title">

    and after that img code add:

    <span class="hovertitle">Creative Common CC BY-SA 3.0-licensen. Dette billede er i overensstemmelse hermed.</span></span></span>

    You can replace the Creative Common text if you want to change it, the final output should look like this:

    <span class="st-wrap"><span class="site-title"><img class="alignleft size-full wp-image-3797" src="image_link" alt="" width="141" height="200" /><span class="hovertitle">Creative Common CC BY-SA 3.0-licensen. Dette billede er i overensstemmelse hermed.</span></span></span>

    Best regards,
    Nikko

    #901449

    Hi Nikko,

    Thank you (again).

    I promise you, I cant see any text tab along with the large photo of the iMac on my front page.
    I wish, I could send you a screen shot. I made an image and reated a link: http://supportpcogandet.dk/No-text-tab-here-nikko.png

    I know where to find the text tab, when I use the default editor.

    Maybe you can log in and send me a screen shot, so that I can see what I miss and do wrong? I add my e-mail-address in the Private Content section.

    Best regards,
    Hanne

    • This reply was modified 6 years, 10 months ago by Stegemueller.
    #901469

    Hi again Nikko

    Your solution looks the best! And if it is possible, I would prefer that.

    ***But so far I found a simple solution myself. I put my text in “Atributes” – I should have been aware of this long time ago.*** Oh no, I just realized that this only works in the default editor.

    Best regards,
    Hanne

    • This reply was modified 6 years, 10 months ago by Stegemueller.
    #901586

    Hi Hanne,

    Glad to hear that :) Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    #901600

    Hi Nikko,

    I think you read my latest message(s) a little bit too fast :-)

    I thought I had resolved it, but I realised later, that the possibility with attributes is only available in the default editor, but I use the avia builder.

    Here is a link of my page with an image, so you can see, what I see, and I am sorry to say, that I don’t see a text tab where I can insert your code snippet. What is my mistake?

    http://supportpcogandet.dk/No-text-tab-here-nikko.png

    Best regards,
    Hanne

    #902309

    Hi,

    The text tab isn’t available on the Image module, you can instead use Text Block, click on Add Media button then select an image then on the right side of the popup box, there’s a Caption field, just add the text there and it should work :)

    Best regards,
    Nikko

    #902435

    Hi Nikko

    Yes! That’s it.

    Now – with your fine explanation – I tried on my testsite:: https://design.stegemueller.dk/ and I have added the code to the large iMac. When I hover, the text is slightly visible on the middle of the iMac screen, so nobody can see it.

    Will you help me with some code that makes the text being showed under the image or to one of the sides, just like you made it with the figures in the footer – because that looks really nice? I wish I was able to write CSS. That will be my next challenge.:-)

    Best regards,
    ../Hanne

    • This reply was modified 6 years, 10 months ago by Stegemueller.
    #902448

    Hi,

    Glad to hear that. I have checked on your site especially the large imac but I couldn’t see the caption: https://imgur.com/a/Ojo1m

    Best regards,
    Nikko

    #902869

    Hi Nikko,
    I am sorry to tell you, I can’t make it work.

    To reasume:

    My wish is to get the same function on for example the large iMac on the homepage as you have made so nicely in the footer: black text showing up when mouse is over the image.

    I tried on my design site:: https://design.stegemueller.dk/ and I have added this code in the text box that has an image in it.
    I use the text field in the upper right corner in this text block.
    I insert this code according to your advice earlier:

    <span class="st-wrap"><span class="site-title">
    
    <img class="aligncenter wp-image-4067 size-full" title="" src="https://design.stegemueller.dk/wp-content/uploads/2018/01/Stort-billede-homepage.png" alt="" width="600" height="496" /></span></span>
    
    <span class="hovertitle">Creative Common CC BY-SA 3.0-licensen. Dette billede er i overensstemmelse hermed.</span></span></span>

    Then I get just a normal text under the iMac.

    I really try to do, as you say, but I can’t make it work. For this reason I add my credentials in the private section, and hope you can tell me what is wrong.

    Best regards,
    ../Hanne

    #903733

    Hi,

    Sorry for the late response, it should work now, I have added this css code in Quick CSS:

    #footer .widget,
    #top .st-wrap {
        position: relative;
    }
    
    #top .st-wrap {
        float: left;
        padding-bottom: 30px;
    }
    
    #footer .textwidget {
        min-height: 160px;
        padding-bottom: 20px;
    }
    
    #top #footer .textwidget p {
        font-size: 13px;
    }
    
    #footer .textwidget .site-title img,
    #top .st-wrap .site-title img {
        display: block;
    }
    
    #footer .textwidget .site-title .hovertitle,
    #top .st-wrap .site-title .hovertitle {
        position: absolute;
        left: 0;
        top: 184px;
        font-size: 11px;
        line-height: 1.2;
        display: none;
    }
    
    #top .st-wrap .site-title .hovertitle {
        line-height: 1.4;
    }
    
    #footer .textwidget .site-title:hover .hovertitle,
    #top .st-wrap .site-title:hover .hovertitle {
        display: block;
    }

    Best regards,
    Nikko

    #903878

    Hi Nikko,

    Thanks a lot!

    Now it is fine.

    Best regards,
    Hanne,
    Denmark

    #904004

    Hi Hanne,

    Glad to hear that. Thanks for using Enfold! Have a nice day :)

    Best regards,
    Nikko

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Display a text when the mouse is over the image’ is closed to new replies.