Remove Button Header

Amazing Joomla template for sharing your apps with responsive and super detailed design
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 10, 2016 2:37 pm
Reply with quote
Report this post
Hey,

how can i remove the Button and that little circle (i have just one slide).

Thanks a lot!
User avatar
Expert Boarder

teitbite
Fri Aug 12, 2016 10:31 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Wed Aug 31, 2016 9:16 am
Reply with quote
Report this post
Hi

I'm very sorry, I have missed Your private message. Just found out it was not answered. Please add this code to override.css:

Code: Select all
.gkIsWrapper-gk_bluap .figcaption a.button {
    visibility: hidden;
}
User avatar
Moderator

GK User
Thu Sep 08, 2016 6:27 am
Reply with quote
Report this post
and how can i remove only the little red dot (under the button) if i have just one slide?

Thanks
Garthi
User avatar
Expert Boarder

teitbite
Mon Sep 12, 2016 1:29 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkIs-gk-is-695 .gkIsPagination {
display: none;
}
User avatar
Moderator

GK User
Thu Sep 15, 2016 9:53 am
Reply with quote
Report this post
Thanks a lot! it works perfect...

but there is a other little thing. If i press on the button "Unsere Philosophie" i will see the article but in the main menu "Unser Angebot" is highlightet and the i see a breadcrump navigation that is not correct.

Bildschirmfoto 2016-09-15 um 10.50.47.png
User avatar
Expert Boarder

teitbite
Fri Sep 16, 2016 5:52 pm
Reply with quote
Report this post
Hi

Breadcrumbs are building path from menu structure, so I believe You may have doubled a menu item to this article or it's category and breadcrumb is using the other one. Please take a closer look into menu structure and try to remove any duplications with "Menu Alias" type.
User avatar
Moderator

GK User
Thu Oct 06, 2016 10:53 am
Reply with quote
Report this post
Hey teitbite,

i have another short question...

Is it possible, that i just insert 4 images at that point and link to an external URL?

[img]
Bildschirmfoto%202016-10-06%20um%2011.38.47%20Kopie.jpg
[/img]

Thanks Garthi
User avatar
Expert Boarder

teitbite
Fri Oct 07, 2016 10:27 am
Reply with quote
Report this post
Hi

Yes of course. You can use Custom HTML module and include this images there. But that require some basic HTML knowledge. Lets simply start with just images. Than show me the site so I'll see what else will be needed to make it like that.
User avatar
Moderator

GK User
Tue Oct 11, 2016 11:43 am
Reply with quote
Report this post
Hi,

i insert a new modul (and in the blank model i insert just a table for the 4 pictures) and i think it works... but... there is a thin white line under my table.

Could you please have a look at that?

http://berger.vp-company.eu
User avatar
Expert Boarder

teitbite
Wed Oct 12, 2016 11:12 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.imagebg tbody tr td {
    border-bottom: medium none;
}
User avatar
Moderator

GK User
Mon Oct 17, 2016 10:17 am
Reply with quote
Report this post
Hey Teitbite,

another short question... how can i change the color of the text?
User avatar
Expert Boarder

teitbite
Tue Oct 18, 2016 10:16 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
body {
    color: red;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.