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
remove slideshow border
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove slideshow border
If you find Phoca extensions useful, please support the project
-
Ch3vr0n
- Phoca Member

- Posts: 42
- Joined: 25 Aug 2014, 20:42
Re: remove slideshow border
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
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove slideshow border
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. 
Jan
Jan
If you find Phoca extensions useful, please support the project
-
Ch3vr0n
- Phoca Member

- Posts: 42
- Joined: 25 Aug 2014, 20:42
Re: remove slideshow border
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)
- 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)
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove slideshow border
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:
TO:
everything is OK, but I don't know for which purposes this is used 
Jan
.../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;
}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;
}Jan
If you find Phoca extensions useful, please support the project
-
Ch3vr0n
- Phoca Member

- Posts: 42
- Joined: 25 Aug 2014, 20:42
Re: remove slideshow border
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

- Posts: 42
- Joined: 25 Aug 2014, 20:42
Re: remove slideshow border
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
- (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
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove slideshow border
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
../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

- Posts: 42
- Joined: 25 Aug 2014, 20:42
Re: remove slideshow border
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
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove slideshow border
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 
Jan
Jan
If you find Phoca extensions useful, please support the project