Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #806907

    Hi there,
    I think i’m trying to manage something that’s quite easy but it’s not working out the way I want.

    On my website: see link attached

    1. I would like to have the content centered. It’s not fully centered now because the right image has a different width (i guess thats the issue?). How to fix this?

    2. the .mfp-title is not showing. How to get this?

    Thanks!
    Best regards,
    Tes

    #806959

    Hey Abbenhues,

    The site seems center on my screen. Can you provide a screenshot of what you see please? Also, by MFP title do you mean for the pop-up?

    Best regards,
    Jordan Shannon

    #807585

    Hi Jordan,

    1) I think I already managed the centered ‘problem’.

    2) Yes, I mean for the pop-up.. It’s not showing any..

    Another thing:

    On this page: http://henkabbenhues.nl/collages-3/

    The three images aren’t exactly on the same height but they are the same size. There is a very small difference on the top i see. And it looks like something with the image overlay. Can you help me with this?

    Thanks in advance.
    Best regards,
    Tes

    #807597

    Hi,

    Have you actually added a title to the image? Inspecting the element shows that the tag itself is completely empty.

    Best regards,
    Jordan Shannon

    #807599

    Hi Jordan,

    Well it doesn’t make any difference. On this page: http://henkabbenhues.nl/collages-3/ you will see the middle image with a title called Title. But nothing on the pop-up. And I do not want the border and title to be shown on this page. Only at the pop pup..

    Best regards,
    Tes

    PS: Can you also help me out with this issue:

    The three images aren’t exactly on the same height but they are the same size. There is a very small difference on the top i see. And it looks like something with the image overlay. Can you help me with this?

    #807646

    Hi,

    The WordPress gallery shortcode does not set titles on the link or images but we can change our magnific script to pick up the alt text instead.

    Open up /enfold/js/avia.js and on line 847 you should see this.

    
    if(!title) title = item.el.find('img').attr('title');
    Add this on the next line.
    
    if(!title) title = item.el.find('img').attr('alt');

    And then make sure to set the alt text of your images as you select them for the gallery.

    I am not understanding your second issue.

    Best regards,
    Jordan Shannon

    #809819

    Hi Jordan!

    Thanks, but i’m not seeing the same on line 847:

    if (fixedMainPadding > 0 && hash && apply_to_container == ‘body’ && hash.charAt(1) != “!” && hash.indexOf(“=”) === -1)

    That’s what is showing on my side.

    Hope you can help me.

    Screenshot: Screenshot

    #809840

    Hi,

    If you search this string:

    if(!title) title

    Are you able to locate the line in that file?

    Best regards,
    Jordan Shannon

    #809844

    Hi Jordan,

    Nope, couldn’t find it:

    screenshot: http://i68.tinypic.com/14kcj60.png

    Strange. What can i do?

    Best regards,
    Tes

    #809849

    Hi,

    Do you see anything on line 1020? Also are you using the latest version of Enfold?

    Best regards,
    Jordan Shannon

    #809856

    Hi,

    Yes, I think I found something? See link below.

    http://i67.tinypic.com/2100cbk.png

    Thanks.
    Tes

    #809859

    Hi,

    Try following the instructions I pasted above but just on line 1020 instead of 847.

    Best regards,
    Jordan Shannon

    #809874

    Ok, I added it but it didn’t change: http://i65.tinypic.com/5o7f2c.png

    Did I do it right?

    Best regards,
    Tes

    #809875

    Hi,

    Set the alt text of your images as you select them for the gallery

    Best regards,
    Jordan Shannon

    #809878

    Hi Jordan,

    Thanks for everything so far. Well I placed text at the alt field : http://i68.tinypic.com/x1m8ig.png

    But it’s not showing : http://i67.tinypic.com/2wnqlxi.png

    Thanks again!

    #809942

    Hi,

    This is what I am seeing: https://snag.gy/ZvNidQ.jpg

    Best regards,
    Jordan Shannon

    #813114

    Hi Jordan,

    It worked! Thank you very much:

    I’ve a question about the following: On this page: http://henkabbenhues.nl/assemblages/

    I placed 5 1/5th columns and after this another 5 1/5th columns. How is possible that it is showing different sizes (if you compare the first row and second row)?

    Best regards,
    Tes

    #813123

    Hi Tes,

    It seems like you set Custom Margins for the columns in the second row, but didn’t do the same for the columns in the first row. Can you check please?

    If you need further help, may we have admin access into your website so that we can take a closer look?
    Best regards,
    Sarah

    #813753

    Hi Sarah,

    I don’t believe so, but maybe you can help me out with it. I will give you admin access for the website.

    Thank you in advance!

    Best regards,
    Tes

    #813810

    One more thing/question:

    I placed an image on this page: http://henkabbenhues.nl/mind-your-step/

    I set full size which is 1280 width, but on the page itself it says 910px width?
    How can i make this the full size?

    Best regards,
    Tes

    #814006

    I fixed the issue regarding centering the images on this page: http://henkabbenhues.nl/assemblages/

    But i’m still having issues with my second message about this page: http://henkabbenhues.nl/mind-your-step/

    I set full size which is 1280 width, but on the page itself it says 910px width?
    How can i make this the full size?

    #814075

    Hi Abbenhues,

    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

    
    .page-id-593 .container {
        max-width: inherit;
    }
    

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

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