By Przemysław Oleszczak on Friday, 04 November 2016
Posted in General
Likes 0
Views 177
Votes 0
Dear Support,

First of all excellent project and product of course. We like very much layout and simplicity of using. I have two questions, I don't know if it occur after last update but:

1. Why if You don't add any popup for post pictures it still has a "hand" on it, which is not doing anything. (for the same for capiton ex. excellent polaroid pics caption is always there even if we don't check the checkbox for caption)

2. Why centered images are not centered in frontpage - is it possible to change it?

Maybe the second question is already on the forum - and I saw solution to change inline-block to block - but then Your excellent polaroid is not working good. Any other solutions?

You can find sample on:

https://www.shemeck.pl/laboratorium/targi-makers-raj-dla-konstruktorow

j:3.2.6 eb:5.0.40

Kind Regards
Hi there,

It seems that we cant replicate this on local. May i have your backend credentials for further check on this issues?
·
Friday, 04 November 2016 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul

You mean which point cannot be replicated 1 or 2? What type of backend account do You need and how to send it, can I get Your @?

Best regards
·
Friday, 04 November 2016 13:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You mean which point cannot be replicated 1 or 2

Sorry for not clearing you enough. It seems that i cant replicate both issue stated above.

What type of backend account do You need and how to send it, can I get Your @?

Can you provide us with super user account? You can set them at your dashboard by accessing it at https://stackideas.com/dashboard. Or you can edit your post and put it them on "Optional Information" section. Please advice.
·
Friday, 04 November 2016 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul,

Ticket updated. Please inform me if You need to change something.

Kind Regards
·
Friday, 04 November 2016 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Try apply this following css code into this file -> JoomlaFolder/templates/shemeck/css/template.css


div#fd.eb .ebd-block--legacy[data-type="image"]:not(.eb-composer-block-menu) {
display: block !important;
}


And see how it goes.
·
Saturday, 05 November 2016 20:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I made that change and of course it works, but like I wrote for great polaroid pics it is not enough because now it not looking like polaroid. I think any bordered pic will look the same.

See it on: https://www.shemeck.pl/laboratorium/targi-makers-raj-dla-konstruktorow

Kind Regards
·
Saturday, 05 November 2016 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Try this following css code again :


div#fd.eb .eb-image.style-polaroid {
display: inline-block !important;
}
·
Saturday, 05 November 2016 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

Now is centering is fine! Thank You very much.

What about hand which do nothing on normal pics?

Kind Regards
SHEMECK
·
Sunday, 06 November 2016 05:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You're welcome.

What about hand which do nothing on normal pics?

Are you referring the image pop up or ?
·
Sunday, 06 November 2016 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

No need to hurry in that case, because it not so anoying Could be popup or if no action is set then no hand will be show on mouseover.

Best Regards
·
Sunday, 06 November 2016 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you please try to add the block of css codes below,

[gist]
.ebd-block.ebd-block--legacy a.eb-image-viewport {
cursor: default !important;
}

.ebd-block.ebd-block--legacy a.eb-image-viewport.eb-image-popup-button {
cursor: pointer !important;
}
[/gist]
·
Sunday, 06 November 2016 16:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

Perfect made Thank You for fast response.

Kind Regards
·
Sunday, 06 November 2016 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Przemyslaw, glad that your issues are resolved now
·
Sunday, 06 November 2016 21:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post