• Resolved neilslaterphotography

    (@neilslaterphotography)


    For some months now I’ve had the problem that the text caption popup misses the last 2 to 3 characters as they go into the white cell border. Please tell me how I prevent this. Thanks.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter neilslaterphotography

    (@neilslaterphotography)

    I’ve tried adding this CSS as per the instructions on your FAQs and it doesn’t work:

    “.modula .modula-items .figc p.description { padding: 25px; }”

    Thread Starter neilslaterphotography

    (@neilslaterphotography)

    The hover effect I set works fine when I’m looking at each gallery in the Page Editor within WordPress, but not when I come out and just view the page. No matter what CSS I add (whether globally or at the gallery level) it does not have any effect, even though it appears in the “view source” of the page correctly.

    Thread Starter neilslaterphotography

    (@neilslaterphotography)

    It’s not local caching that’s the issue as I’ve tried multiple browsers and machines. Also, moving Modula to Troubleshooting mode (hence all other plugins disabled) does not fix it.

    Plugin Support Andrei Cristea

    (@andreic86)

    Hello @neilslaterphotography ,

    Can you please let me know what Hover effect you are using for your gallery?

    Regarding the CSS adjustment, you could try something a bit more specific, for example:
    jtg-277.modula-gallery .figc .jtg-description {padding: 35px !important;}

    Please try adding this and testing the way the hover text is shown for your images.
    Have a nice day!

    Thread Starter neilslaterphotography

    (@neilslaterphotography)

    Done a full cache purge, first in WordPress dashboard, then CDN, then browser, then hard refresh – no change – problem still there

    Thread Starter neilslaterphotography

    (@neilslaterphotography)

    Thanks Andrei. I’m using Pufrobo. And all works fine with it in the Page Editor… I’ve just added that CSS you provided now (globally) via the “Customising Additional CSS” option. Result: no change (purged wordpress and CDN cache again). So, I’m concluding something is messing up the CSS between the editor page source and the “view”/live version…. But I see that the CSS that you gave me is embedded into the source on the page now….

    Plugin Support Andrei Cristea

    (@andreic86)

    Hello again @neilslaterphotography ,

    Would it be possible to submit a contact request using our form here:
    https://wp-modula.com/contact-us/

    So we can get a closer look at this and investigate this further? I will post an update here as well after this is resolved.

    Thread Starter neilslaterphotography

    (@neilslaterphotography)

    Thanks Andrei. I’ve done that now (the contact request)

    Thread Starter neilslaterphotography

    (@neilslaterphotography)

    Issue now fixed with the following additional custom CSS (thanks Andrei):

    .modula-gallery .figc .jtg-description {
    padding: 10px !important;
    background-color: #000000;
    position: absolute !important;
    right: 5% !important;
    left: 5% !important;
    width: fit-content !important;
    }

    Plugin Support Andrei Cristea

    (@andreic86)

    Glad to be of help! (you can remove the part between /* */ since that is commented out, I only kept it as a basis when making adjustments so I know where I started from)

Viewing 10 replies - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.