Search found 139 matches

by sjoerdd87
Wed Sep 14, 2016 8:40 am
Forum: Dutch - Nederlands
Topic: Menu Centreren
Replies: 7
Views: 2829

Re: Menu Centreren [OPGELOST]

Misschien is dit een optie, Voeg deze regels toe aan je header css display: flex; justify-content: center; /* align horizontal */ Alles in de header word dan gecentreerd horizontaal. Je zou er een aparte div voor kunnen maken in de header om te voorkomen dat echt alles gecentreerd. b.v: #centermenu...
by sjoerdd87
Tue Sep 13, 2016 10:53 am
Forum: Dutch - Nederlands
Topic: Menu Centreren
Replies: 7
Views: 2829

Re: Menu Centreren

Wellicht beginnen om het menu uit de two-third-column div te halen en een nieuwe div te maken: .two-third-column { float: left; width: 64.666666%; margin: 10px 1%; } Zelf maak ik geen gebruik van de two-third-column, ik gebruik alleen het menu van PMKmedia, verder een eigen template. Het menu staat...
by sjoerdd87
Mon Sep 12, 2016 9:00 am
Forum: Dutch - Nederlands
Topic: Menu Centreren
Replies: 7
Views: 2829

Re: Menu Centreren

tristan wrote:
sjoerdd87 wrote:Niemand die kan helpen dit menu te centeren?
Mijn reactie niet gelezen?
Jawel, maar kom er ff niet aan uit wat je precies bedoeld, had het ook ff kunnen vragen natuurlijk ;-)
by sjoerdd87
Mon Sep 12, 2016 8:48 am
Forum: Dutch - Nederlands
Topic: Menu Centreren
Replies: 7
Views: 2829

Re: Menu Centreren

Niemand die kan helpen dit menu te centeren?
by sjoerdd87
Thu Sep 08, 2016 2:05 pm
Forum: Modules/Add-Ons
Topic: CGCalender not working frontend
Replies: 12
Views: 4781

Re: CGCalender not working frontend

The 2.x series of CGCalendar uses the javascript fullCalendar library for doing the calendar (and day, month, week) views. The smarty template is just used to initialize the fullCalendar plugin. You should be able to achieve what you want by reading the documentation at https://fullcalendar.io/docs...
by sjoerdd87
Tue Sep 06, 2016 3:18 pm
Forum: Modules/Add-Ons
Topic: CGCalender not working frontend
Replies: 12
Views: 4781

Re: CGCalender not working frontend

Just tested this, from a new installation of CMSMS 2.1.5 and it works as documented. In my page template: a: Make sure that jquery and jquery-ui is included and included only once. {cms_jquery} is one way of including jquery and jquery-ui b: Call {cgjs_render} directly after the jquery stuff. In my...
by sjoerdd87
Tue Sep 06, 2016 8:37 am
Forum: Modules/Add-Ons
Topic: CGCalender not working frontend
Replies: 12
Views: 4781

Re: CGCalender not working frontend

Hello,

I check de broncode from the site and i see that:

Code: Select all

<div id="fullcalendar"></div>
Is loading, but i don't see anything on the website from the calendar.

Nobody that knows how to fix?
by sjoerdd87
Mon Sep 05, 2016 4:35 pm
Forum: Modules/Add-Ons
Topic: CGCalender color event
Replies: 10
Views: 3868

Re: CGCalender color event [SOLVED]

Please try this - replace this line <td {if isset($day.class)}class="{$day.class} cal-day"{/if}> by this <td {if isset($day.events.0)}class="cal-day events"{elseif isset($day.class)}class="{$day.class} cal-day"{/if}> Define now background color for table cells with eve...
by sjoerdd87
Mon Sep 05, 2016 3:37 pm
Forum: Modules/Add-Ons
Topic: CGCalender not working frontend
Replies: 12
Views: 4781

Re: CGCalender not working frontend

Here the full system information: CMS Versie 2.1.4 Modules AdminSearch 1.0.1 CGCalendar 2.1.4.1 CGExtensions 1.53.10 CGSimpleSmarty 2.1.2 CMSContentManager 1.1 DesignManager 1.1.1 FileManager 1.5.2 Gallery 2.1.6 MicroTiny 2.0.3 ModuleManager 2.0.2 Navigator 1.0.3 News 2.50.5 Search 1.50.2 Showtime2 ...
by sjoerdd87
Mon Sep 05, 2016 1:36 pm
Forum: Modules/Add-Ons
Topic: CGCalender not working frontend
Replies: 12
Views: 4781

CGCalender not working frontend

Hello all, A few days ago i asked for the color in the CGCalendar, but now i make a clean install of CMSMS version: 2.1.4 I just have installed a few modules: Showtime2 3.5.3 CGCalendar 2.1.4.1 CGExtensions 1.53.10 CGSimpleSmarty 2.1.2 But i have a few questions about CGCalendar. First problem i add...
by sjoerdd87
Mon Sep 05, 2016 12:04 pm
Forum: Layout and Design (CSS & HTML)
Topic: Best way to make a responsive menu
Replies: 1
Views: 2316

Best way to make a responsive menu

Hello All, What is the best way to make a responsive (horizontal) menu in CMSMS version: 2.1.4? I tried different things but nothing is working, can i just Google for a menu and copy paste the code? I wanna use the {Navigator} tag in my site, when i do this i see the menu without any CSS, i couple t...
by sjoerdd87
Mon Sep 05, 2016 10:26 am
Forum: Dutch - Nederlands
Topic: Menu Centreren
Replies: 7
Views: 2829

Menu Centreren

Hallo allemaal, Hoe kan ik mijn menu centreren? ik geeft hem nu een left mee van 9% en dan staat het menu in het midden op mijn scherm. Maar dit werkt niet voor andere computers. De CSS die ik gebruik is: /* GRID 1200 v2.2.3 (by PMKMedia.nl/grid) */ /* menu css */ #menu { font-size: 30px; font-famil...
by sjoerdd87
Sat Sep 03, 2016 5:06 pm
Forum: Modules/Add-Ons
Topic: CGCalender color event
Replies: 10
Views: 3868

Re: CGCalender color event

Please post Calendar template you are using ... Here is my template: {if !isset($smarty.get.nojs)} <__script__ type="text/javascript">{jsmin} // the jsmin plugin is included with CGExtensions. if( typeof jQuery != 'undefined' ) { $(document).ready(function(){ $(document).on('click','a.cal...
by sjoerdd87
Fri Sep 02, 2016 7:32 pm
Forum: Modules/Add-Ons
Topic: CGCalender color event
Replies: 10
Views: 3868

Re: CGCalender color event

No one can help?
by sjoerdd87
Wed Aug 31, 2016 3:57 pm
Forum: Modules/Add-Ons
Topic: CGCalender color event
Replies: 10
Views: 3868

Re: CGCalender color event

No one who can help me? or have the same problem? Also a good template voor CGCalendar is good then i gen get the code out of it. Or has no one use CGCalender? Well. if read and follow all of the forum rules and provided context, information and a detailed explanation of the problem then you make i...

Go to advanced search