remove slideshow border

Phoca Gallery - image gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: remove slideshow border

Post by Jan »

Hi, I cannot see the site without login, I need to see it without login, to check if the square is not assigned to edit function of logged in user.

Jan
If you find Phoca extensions useful, please support the project
Ch3vr0n
Phoca Member
Phoca Member
Posts: 42
Joined: 25 Aug 2014, 20:42

Re: remove slideshow border

Post by Ch3vr0n »

Then you need to check your pm box. I sent you the credentials via pm at the top of the fist message 10 days ago
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: remove slideshow border

Post by Jan »

Hi, not sure if you understand what I wrote - you sent me credentials, but I don't need them, I need to see the site as public user, without credentials, without login. Because if you log in, on the site specific parts are rendered (like edit buttons, logout buttons, etc.). So if I login with your credentials, I am not public user. I need to test how it looks when public user sees it. :idea:

Jan
If you find Phoca extensions useful, please support the project
Ch3vr0n
Phoca Member
Phoca Member
Posts: 42
Joined: 25 Aug 2014, 20:42

Re: remove slideshow border

Post by Ch3vr0n »

Well the white border seems to be gone at least with the standard bxslider module. The following issues persist

- Though the small dashed square above the upper right corner remains. After some serious digging i think i've located the issue. (as the same squares can be found via the "vacatures" menu link) They're called "li::before" but i dont know where it's coming from.

- The previous slideshow image shows for about 2-3 pixels on the LEFT side of the currently displayed image.

Please check your PM for the site link, as the site itself is NOT ready yet for publication. Site is in public mode (so the dashed square isn't because of a login)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: remove slideshow border

Post by Jan »

Hi, I see, it is still there but not active, I think this is something related to editing mode in frontend

.../templates/gyma/css/template.min.css?version=Artisteer-1.0.383

When I change this
FROM:

Code: Select all

.bd-bulletlist li::before, .bd-icon-1338::before, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li::before {
  bottom: 2px;
  content: url("../images/designer/postbullets.png");
  display: inline-block;
  font-size: 0 !important;
  line-height: 0 !important;
  margin-left: -17px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}
TO:

Code: Select all

.bd-bulletlist li::before, .bd-icon-1338::before, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li::before {
  bottom: 2px;
  display: inline-block;
  font-size: 0 !important;
  line-height: 0 !important;
  margin-left: -17px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}
everything is OK, but I don't know for which purposes this is used :idea:

Jan
If you find Phoca extensions useful, please support the project
Ch3vr0n
Phoca Member
Phoca Member
Posts: 42
Joined: 25 Aug 2014, 20:42

Re: remove slideshow border

Post by Ch3vr0n »

My templates are designed with artisteer / themler because i lack the skill to do it from scratch. I'm not surprised that has something to do with it. At least now i know what to tell them and ask them how to disable it in the desgning software.
Ch3vr0n
Phoca Member
Phoca Member
Posts: 42
Joined: 25 Aug 2014, 20:42

Re: remove slideshow border

Post by Ch3vr0n »

well that "fixes" the dashed square but what about the other issues.

- (the small vertical line of the previous image on the left). Sadly that's a workarround, not a real fix. As it also removes it from pages like binnendeuren.html where it SHOULD be displayed. Then there's the thing of the slideshow width itself. The images are 920*350 yet the frame rendered is only 896*340

- if you'll look at the slideshow module dimensions they're 920*365 (though i specified 920*350). The images used are also 920*350

yet the img is 896*340, that vertical line is apparantly an "li" with, that "border is a div.bd-block while the module position dimensions are 920*350.

where those extra dimensions come from i have no idea. By all accounts the slider should be DIRECTLY beneath the hmenu
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: remove slideshow border

Post by Jan »

Hi, the conflict is in this template css:
../templates/gyma/css/template.min.css?version=Artisteer-1.0.397

When I disable it, it works OK, the slideshow displays without any problematic parts, just disable this css in your browser (with help of development tool in firefox, or firebug, etc.) to see it.

Jan
If you find Phoca extensions useful, please support the project
Ch3vr0n
Phoca Member
Phoca Member
Posts: 42
Joined: 25 Aug 2014, 20:42

Re: remove slideshow border

Post by Ch3vr0n »

which specific section is the problem. can't seem to find how to disable it in the backend. If it can be blocked using a modified css declaration i can add that during template exporting. Cause it's probably the same reason why the galleries on the side menu option "fotogallerij" arent behaving as they should
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: remove slideshow border

Post by Jan »

Hi, unfortunately, I am not developer of the artisteer CSS, so I don't know the details, I just disabled the CSS and saw, without the CSS, everything is OK, so the only way is to somehow e.g. per firebug test the CSS code and disable the parts which are in conflict :idea:

Jan
If you find Phoca extensions useful, please support the project
Post Reply