Extensions for Joomla! 3.x • Re: Installation problems jomres in 5.02
Hello,I am looking for a portal solution, I was hoping to be able to stay away from WP because every wp site so far was hacked in the end. There is little or nothing to find in Joomla and booking...
View ArticleTemplates for Joomla! 5.x • Re: user.css for Cassiopeia Template on Joomla 5
Hello,The user.css must be place inside the directory media/templates/site/cassiopeia/cssRemember to clear cache alsoHave a great dayJFHello,Thank you for the answer. I'm new to Joomla so I don't know...
View ArticleTemplates for Joomla! 4.x • Re: How to view responsive website on Imac and Ipad?
Any idea what I need to fix this?Hi. background-attachment: fixed; not supported by iOS.The easiest way is to change this to background-attachment: scroll; using special media queries for Apple...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Possible bug? - Joomla 5 mod_feed...
If you look at the image I posted above at the start of this thread you can clearly see the feed is working 95% - the only issue is the publication date is not correct. The feed link I am using is...
View ArticleGeneral Questions/New to Joomla! 4.x • How to enable browser spell-check for...
Hello all, I found this information: https://www.tiny.cloud/docs/tinymce/lat ... -checking/Code: tinymce.init({ selector: 'textarea', // change this value according to your HTML browser_spellcheck:...
View ArticleTemplates for Joomla! 4.x • Re: Template Override For HELIX ULTIMATE Category...
I am unsure if this is an override of "article", "category", or "categories". If I put an override in the templates/shaperhelixultimate/overrides/com_content/ folder, I cannot select it in the menu...
View ArticleJoomla! 5.x Coding • Author block on article page
Hi,I would like to change the position of Author block on my article page, but I can't find it in default.php. I realised that this is generated by content plugin event "onContentAfterDisplay" but I...
View ArticleJoomla! 5.x Coding • Re: Author block on article page
Do you mean the block starting with the heading Details, followed by the author's name, the category, the date and the number of hits?Go to the first tab in Articles - Options and locate 'Position of...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 - cdn
Good question. I searched the code for proxy_enable and loadbalancer but as I have never used either it did not mean much to me. There are Load Balancer and Proxy settings in Global Configuration. Is...
View ArticleAdministration Joomla! 3.x • Re: Text Filters Won't Save
Could be a mod_security problem. What actually happens when you select Save? Do you get a green System mesage saying Configuration saved. or something else?Hmmm that's possible and I run my own server...
View ArticleInstallation Joomla! 5.x • Joomla site down after webhost transfer
Hello Joomla Guru's, I'm in dire need of some help here...In a nutshell, I transferred a joomla site to a new webhost - used a cpanel wizard to create full backup, uploaded it to the new cpanel via...
View ArticleInstallation Joomla! 5.x • Re: Joomla site down after webhost transfer
Welcome to the Joomla forum!The following tutorial covers all the steps how to transfer a Joomla site to a new server: https://docs.joomla.org/Copying_a_Joomla_websiteStatistics: Posted by toivo — Wed...
View ArticleAdministration Joomla! 5.x • Re: Login twice
HiThanks for the information - tak for hjælpenStatistics: Posted by Leif_Elsborg — Wed Feb 21, 2024 6:46 am
View ArticleTemplates for Joomla! 4.x • Re: Discuss Joomla! 4.4.3
That message is a 500 (generic) error.Turn on Debug and post the full trace error list here.Switch to Cassieopia. Does the error repeat itself?With Gantry 5, one would think would work with 4.4.x....
View ArticleAdministration Joomla! 4.x • Re: 0 Event onUserLogin only accepts Boolean...
Thanks a lot, Toivo!Had the same issue, running an old version of Admin Tools, but never got a message to update it.Your trick unabling it via PHPMyAdmin worked like a charm.I could even enable the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Fatal error, autoload_real.php
Hello ceford,Now it's a warning and a fatal errorWarning: require_once(/var/www/skovbakken4100.dk/public_html/libraries/bootstrap.php) [function.require-once]: failed to open stream: No such file or...
View ArticleAdministration Joomla! 4.x • Re: Articles save but modules and other settings...
What do you mean by "save a component"?Statistics: Posted by ceford — Wed Feb 21, 2024 9:05 am
View ArticleJoomla! 3.x Coding • Re: Registration override with custom fields
Your override code is correct in principle. The custom fields are missing because the fieldset 'customprofile' does not exist. In fact, Joomla 3.10.12 assigns names like 'fields-1' automatically to...
View ArticleJoomla! 5.x Coding • Re: Content is generated by content plugin event...
I wanted to modify some of php code related to "fields " and "author" but I realized that in the article and category page it is not placed in the php file. It is generated by a plugins:Hi. In 90% of...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: 500 Server Errors After 4.4.3 update
Raise the memory limit to 256M from 128M - would that help?It did indeed, thank you. Is there a reason that the system would suddenly need to allocate 134M? I migrated fairly recently, to 4.4.2 from...
View Article