End of Support for Joomla 3 - Forum closed
<div id="system-message-container">
- Pedro de Maciot
-
Offline Topic Author
- Senior Boarder
-
- Posts: 61
- Thank you received: 1
<div id="system-message-container"> was created by Pedro de Maciot
Posted 6 years 9 months ago #21197
Hello Joomlaplates Team,
I have a little problem during the change of my Joomla! website from http: to https: (secure server)
Everything works perfekt, but: on lots of pages there is a script which I can not change from http: to https: and therefore these pages are not 100% secure in the browser and the green lock icon in front of the web address does not appear. The page is shown as not 100% https!
The script which shows the developer feature in Firefox is for example:
<!-- Main Content -->
<div class="tm-middle uk-grid" data-uk-grid-match data-uk-grid-margin>
<div class="tm-main uk-width-medium-3-4">
<main class="tm-content">
<div id="system-message-container">
</div>
<article class="uk-article" data-permalink="http
/www.lanzarote-virtual.com/lanzarote-rundreise/35-lanzarote-hauptstadt-arrecife">
My question is: where can I change this script to https://www...... or may I delete it completely.
Don‘t know what it is for? Or which Module or Plugin it is generating?
On different pages it shows always the page address of this page after data-permalink="......" .
Thanks for an answer!
Pedro de Maciot
www.lanzarote-virtual.com
I have a little problem during the change of my Joomla! website from http: to https: (secure server)
Everything works perfekt, but: on lots of pages there is a script which I can not change from http: to https: and therefore these pages are not 100% secure in the browser and the green lock icon in front of the web address does not appear. The page is shown as not 100% https!
The script which shows the developer feature in Firefox is for example:
<!-- Main Content -->
<div class="tm-middle uk-grid" data-uk-grid-match data-uk-grid-margin>
<div class="tm-main uk-width-medium-3-4">
<main class="tm-content">
<div id="system-message-container">
</div>
<article class="uk-article" data-permalink="http

My question is: where can I change this script to https://www...... or may I delete it completely.
Don‘t know what it is for? Or which Module or Plugin it is generating?
On different pages it shows always the page address of this page after data-permalink="......" .
Thanks for an answer!
Pedro de Maciot
www.lanzarote-virtual.com
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic <div id="system-message-container">
Posted 6 years 9 months ago #21200
Edit the file
templates/your theme/warp/systems/joomla/layouts/com_content/article_defaults.php_ at line 44 change the
JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug), true, -1)
to
JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug), true, 1)
templates/your theme/warp/systems/joomla/layouts/com_content/article_defaults.php_ at line 44 change the
JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug), true, -1)
to
JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug), true, 1)
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Pedro de Maciot
-
Offline Topic Author
- Senior Boarder
-
- Posts: 61
- Thank you received: 1
Replied by Pedro de Maciot on topic <div id="system-message-container">
Posted 6 years 9 months ago #21201
Thank you,
I did it - edited the file on line 44 - but on my homepage still there is the script and Firefox shows a grey lock with yellow attetion sign
<div id="system-message-container">
</div>
<div class="uk-grid tm-leading-article"><div class="uk-width-1-1"><article class="uk-article" data-permalink="http://www.lanzarote-virtual.com/8-ferienhaus-lanzarote-suchen/1-startseite">
On all other pages it has been changed:
<div class="tm-middle uk-grid" data-uk-grid-match data-uk-grid-margin>
<div class="tm-main uk-width-medium-3-4">
<main class="tm-content">
<div id="system-message-container">
</div>
<article class="uk-article" data-permalink="https://www.lanzarote-virtual.com/ferienhaus-lanzarote-suchen/las-brenas-und-maciot/4-finca-maciot-maciot">
Regards and thanks for the very quick and professional support!
)
Pedro de Maciot
I did it - edited the file on line 44 - but on my homepage still there is the script and Firefox shows a grey lock with yellow attetion sign
<div id="system-message-container">
</div>
<div class="uk-grid tm-leading-article"><div class="uk-width-1-1"><article class="uk-article" data-permalink="http://www.lanzarote-virtual.com/8-ferienhaus-lanzarote-suchen/1-startseite">
On all other pages it has been changed:
<div class="tm-middle uk-grid" data-uk-grid-match data-uk-grid-margin>
<div class="tm-main uk-width-medium-3-4">
<main class="tm-content">
<div id="system-message-container">
</div>
<article class="uk-article" data-permalink="https://www.lanzarote-virtual.com/ferienhaus-lanzarote-suchen/las-brenas-und-maciot/4-finca-maciot-maciot">
Regards and thanks for the very quick and professional support!

Pedro de Maciot
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic <div id="system-message-container">
Posted 6 years 9 months ago #21202
Did you set this one in Joomla?
Attachment Screenshot_1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35-36-37-38-39-40-41-42-43-44-45-46-47-48-49-50-51-52-53-54-55-56-57-58-59-60-61-62-63-64-65.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- Pedro de Maciot
-
Offline Topic Author
- Senior Boarder
-
- Posts: 61
- Thank you received: 1
Replied by Pedro de Maciot on topic <div id="system-message-container">
Posted 6 years 9 months ago #21203
Hi, thanks for the hint - but I have set this one since the beginning of my change from http:to https: - otherwise it makes no sense.
This script ONLY appears on the homepage with http: - all other pages have changed to https: with your tip ending the file.
I also have tried to give the homepage another category - the same thing = NO https: in this line:
data-permalink=" www.lanzarote-virtual.com/8-ferienhaus-l...-suchen/1-startseite ">
A mirakle! Pedro de Maciot.
This script ONLY appears on the homepage with http: - all other pages have changed to https: with your tip ending the file.
I also have tried to give the homepage another category - the same thing = NO https: in this line:
data-permalink=" www.lanzarote-virtual.com/8-ferienhaus-l...-suchen/1-startseite ">
A mirakle! Pedro de Maciot.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Regarding the second category blog my thoughts are that you might use a menu item for the first to display it, which will create a permalink for this, while the second has no menu item for that reason it doesn't have a permalink and is only accessable via url arguments. The same behaviour can be seen when you link a single article directly in your menu, this will be treated different as the other not linked articles.
BTW: Which Warp7 version is in use?
The seond option is to delete the permalink from:
..\warp\systems\joomla\layouts\article.php
BTW: Which Warp7 version is in use?
The seond option is to delete the permalink from:
..\warp\systems\joomla\layouts\article.php
Attachment Screenshot_2-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35-36-37-38-39-40-41-42-43-44-45.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates