
-
AuthorPosts
-
June 12, 2017 at 3:07 pm #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,
TesJune 12, 2017 at 5:03 pm #806959Hey 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 ShannonJune 13, 2017 at 5:41 pm #807585Hi 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,
TesJune 13, 2017 at 5:56 pm #807597Hi,
Have you actually added a title to the image? Inspecting the element shows that the tag itself is completely empty.
Best regards,
Jordan ShannonJune 13, 2017 at 6:15 pm #807599Hi 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,
TesPS: 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?
June 13, 2017 at 10:30 pm #807646Hi,
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 ShannonJune 19, 2017 at 3:15 pm #809819Hi 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:
June 19, 2017 at 3:52 pm #809840Hi,
If you search this string:
if(!title) title
Are you able to locate the line in that file?
Best regards,
Jordan ShannonJune 19, 2017 at 4:02 pm #809844Hi Jordan,
Nope, couldn’t find it:
screenshot: http://i68.tinypic.com/14kcj60.png
Strange. What can i do?
Best regards,
TesJune 19, 2017 at 4:17 pm #809849Hi,
Do you see anything on line 1020? Also are you using the latest version of Enfold?
Best regards,
Jordan ShannonJune 19, 2017 at 4:27 pm #809856June 19, 2017 at 4:30 pm #809859Hi,
Try following the instructions I pasted above but just on line 1020 instead of 847.
Best regards,
Jordan ShannonJune 19, 2017 at 4:58 pm #809874Ok, I added it but it didn’t change: http://i65.tinypic.com/5o7f2c.png
Did I do it right?
Best regards,
TesJune 19, 2017 at 5:01 pm #809875Hi,
Set the alt text of your images as you select them for the gallery
Best regards,
Jordan ShannonJune 19, 2017 at 5:08 pm #809878Hi 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!
June 19, 2017 at 8:31 pm #809942June 26, 2017 at 3:42 pm #813114Hi 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,
TesJune 26, 2017 at 4:10 pm #813123Hi 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,
SarahJune 28, 2017 at 11:28 am #813753Hi 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,
TesJune 28, 2017 at 2:06 pm #813810One 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,
TesJune 28, 2017 at 5:42 pm #814006I 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?June 28, 2017 at 7:46 pm #814075Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.