Search results

  1. M

    Solved Strange: FC 4.5.1 empty in frontend

    from Joomla.org site: adding-www-to-a-url How do I get www as a prefix in all my Joomla! sites? Add the following to your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$ RewriteRule (.*) http://www.example.com/$1 [R=301,L] A more complete solution fixing...
  2. M

    Solved Strange: FC 4.5.1 empty in frontend

    Solved with a rewrite in htacces file
  3. M

    Solved Strange: FC 4.5.1 empty in frontend

    Now it is getting weird. When I click the link in the previous message everythings works fine. The difference comes from the www in the link or missing in the link. So I have to find a way to in the joomla settings to force to add www No idea yet so i have to dig deeper Thanks for your help so far
  4. M

    Solved Strange: FC 4.5.1 empty in frontend

    This is the link: https://www.permacultuur.nu/index.php/agenda/kalender Windows 10 no JS errors Windows 11 quite some errors I can't read them through shortage of knowledge
  5. M

    Solved Strange: FC 4.5.1 empty in frontend

    two sites: both J5.2..2 F4,5 FC 4.5.1 PhP 8.2.26 One site does not have any problem The other site does not display records in FC on my 2 Windows 11 computers except for some rare occasions. I played with different templates but no succes. Same on my smartphone. But it does display on my...
  6. M

    Solved Strange: FC 4.5.1 empty in frontend

    Very strange: on my windows 11 computers and on android newest Full calender Viz doesn't show any of the records. This is in firefox, Opera and chrome But on my old Windows 10 computer Firefox does display the records, but Edge doesn't Someone else with this problem? Is FC 4.5.1 working for...
  7. M

    Time zone settings

    In a VIZ with four list I noticed that an event with more than one day was not displaying my nice blue background color but detail view show the correct information. I made sure that all my local time settings for this list and for Joomla were correct. No change. Then I checked the first list in...
  8. M

    Solved FullCalendar Viz missing colour

    FC 4.3.6 works as I wished great job, thanks
  9. M

    Solved FullCalendar Viz missing colour

    I have been using FC VIZ for many years now and I always had color behind it, even with 2 hours events. It worked well till one of the recent updates of or J4 or Fabrik. And for me it is important to have this kind of functionality.
  10. M

    Solved FullCalendar Viz missing colour

    my text color is the blue of my links
  11. M

    Solved FullCalendar Viz missing colour

    Yes @wezetel that is indeed really what is happeing. Because all my events where only on one day I never saw this happen. On the Viz's that had color I onlu entered more then one day. Knowing this it must be more to repair this behaviour (I hope)
  12. M

    Solved FullCalendar Viz missing colour

    Thanks elmarra, but where to put this code and If I have two list in the FC viz and I want to have them different colors as background, is that possible? Good to know: I am far from a CSS expert
  13. M

    Solved FullCalendar Viz missing colour

    thanks elmarra and where should this line go?
  14. M

    Solved FullCalendar Viz missing colour

    this is the one for public use (the one without colour): https://www.permacultuur.nu/index.php/agenda/kalender and I made another one with and without color (for a short period) https://www.permacultuur.nu/index.php/agenda/kalender-twee Let me know when I can move this one.
  15. M

    Solved FullCalendar Viz missing colour

    Only Colour element, never used Status element
  16. M

    Solved FullCalendar Viz missing colour

    In the lists without colour: field - varchar(20) databasejoin int(11) + int(11) - varchar(100) In lists that show colour: field - varchar(100) fiels - varchar(100) They were all working in the past
  17. M

    Solved FullCalendar Viz missing colour

    I looked om some other VIZ's on the site and found that some of them showd colours. And then I found that only two of my list refuse to show colour and all other were happy to display with their colour. I did many experiments and whatever I tried: same result. So i inspected the lists, the...
  18. M

    Solved FullCalendar Viz missing colour

    Updated my FullCalendar Viz on one of my sites and it went well. Some setting I needed do to enew but almost everything is working. DebugJS was needed to make it work. The problem with two popups is gone and that was very welcome. One thing that is not working anymore is the colour. It ios not...
  19. M

    Full calendar testing for frontend VIEW access only

    I'm happy to see this work in progress. I've been using Full Calendar for many, many years now. There was a time that it work well. In Joomla 3.x? But after one of the update, maybe to J3.9 behavior changed. It is still an essential component on 2 of my sites, and I want it to be on a new site...
  20. M

    Full calendar testing for frontend VIEW access only

    this behaviour is already there for some years. On one of my sites I have Fullcalendar 4.1 and it reacts exactly the same.
Back
Top