Custom placement of buttons?

Permalink Browser Info Environment
Is there a way to move the square/circle buttons onto the image area? I was looking at the code and completely lost at any ways to move these somewhere else. Thanks!

Type: Discussion
Status: New
mroberte
View Replies:
formigo replied on at Permalink Reply
formigo
Hi Robert,

Currently there is not a way to do this - it would be a case of refactoring the CSS and quite possibly the PHP and JQuery too. This may be something that could be made as a custom template for the block but not something we have at the moment.

Thanks
Andy
neatlee replied on at Permalink Reply
neatlee
Pretty simple to do this with CSS only, as the div containing those buttons in view.php has a class on it already.

Just add:

.formigo-slider-bottom-nav {
position: relative;
top: -30px;
}

to your theme's CSS file, or to view.css in the Formigo package folder, and adjust the negative pixel value to reflect where you'd like the circles to appear. Although I've only tested this in one situation, it should work just fine anywhere.

Adding margin-bottom:-30px; should remove any "empty" area left where the bottom navigation used to be.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.