Web looked bad on a mobile device, so I detecting mobile browser and reducing the image preview.
<script>
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
document.currentScript.outerHTML = `[img=images/mapka ...
Search found 82 matches
- Sun Jan 05, 2025 6:44 pm
- Forum: General Support
- Topic: Detecting mobile browser
- Replies: 3
- Views: 74935
- Sun Jan 05, 2025 3:48 pm
- Forum: Theme support
- Topic: Theme HTTP ERROR 500
- Replies: 4
- Views: 79814
Re: Theme HTTP ERROR 500
ER.500 is no more, but another error:
https://solarcz.eu/search.php?stype=full&q=knihy&search=Hledej
Warning: Undefined array key "rawcontent" in /home/eywjamcd/solarcz.eu/fp-content/compile/151aef07e2f08ba6f64f7d28505ca0cb^53206b03202f5003b6b153aeccdfc888dd3f6f2d_0.file.default.tpl.php on line 44 ...
https://solarcz.eu/search.php?stype=full&q=knihy&search=Hledej
Warning: Undefined array key "rawcontent" in /home/eywjamcd/solarcz.eu/fp-content/compile/151aef07e2f08ba6f64f7d28505ca0cb^53206b03202f5003b6b153aeccdfc888dd3f6f2d_0.file.default.tpl.php on line 44 ...
- Fri Jan 03, 2025 5:11 pm
- Forum: Theme support
- Topic: Updated 2022 theme
- Replies: 2
- Views: 72626
Re: Updated 2022 theme
I add styl to theme 2022
https://wiki.flatpress.org/res:themes:2022 You can change head picture at \ucto_style\imgs\vedeni900.jpg
Preview http://ucetnictvi-trebic-brno.cz/
https://wiki.flatpress.org/res:themes:2022 You can change head picture at \ucto_style\imgs\vedeni900.jpg
Preview http://ucetnictvi-trebic-brno.cz/
- Fri Jan 03, 2025 12:24 pm
- Forum: Theme support
- Topic: Theme HTTP ERROR 500
- Replies: 4
- Views: 79814
Theme HTTP ERROR 500
Theme https://wiki.flatpress.org/res:themes:disciple
On 1.3.1 has error: HTTP ERROR 500
Do you have instructions on what needs to be fixed?
Thank you
On 1.3.1 has error: HTTP ERROR 500
Do you have instructions on what needs to be fixed?
Thank you
- Thu Jan 02, 2025 7:47 pm
- Forum: General Support
- Topic: Configuration problems
- Replies: 8
- Views: 117108
Re: Configuration problems
And PHP version?
echo PHP_VERSION;
I have FlatPress 1.3.1 on PHP 8.2
In the main directory is file error_log ?
Copy https://github.com/flatpressblog/flatpr ... /1.3.1.zip to server
and then extract this file on server.
echo PHP_VERSION;
I have FlatPress 1.3.1 on PHP 8.2
In the main directory is file error_log ?
Copy https://github.com/flatpressblog/flatpr ... /1.3.1.zip to server
and then extract this file on server.
- Thu Jan 02, 2025 6:54 pm
- Forum: General Support
- Topic: Configuration problems
- Replies: 8
- Views: 117108
Re: Configuration problems
Some users theme are having problems with the administration.
Have you a standard theme leggero ?
Have you a standard theme leggero ?
- Mon Dec 23, 2024 10:03 am
- Forum: Plugin support
- Topic: Plugin FPstats
- Replies: 8
- Views: 129002
Re: Plugin FPstats
I updated phplot.php from https://github.com/PHPlot/phplot
but there are still bugs in PHP8:
Deprecated: Return type of DBIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ...
but there are still bugs in PHP8:
Deprecated: Return type of DBIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ...
- Sun Dec 22, 2024 11:40 pm
- Forum: Plugin support
- Topic: RSS FlatPressForum widget
- Replies: 2
- Views: 58452
Simple rssread widget
source rssread.php
<?php
$rss = $_GET['rss'];
$rss = simplexml_load_file($rss);
echo '<h1>'. $rss->channel->title . '</h1>';
foreach ($rss->channel->item as $item) {
echo '<h2><a href="'. $item->link .'">' . $item->title . "</a></h2>";
echo "<p>" . $item->pubDate . "</p>";
echo "<p>" . $item ...
<?php
$rss = $_GET['rss'];
$rss = simplexml_load_file($rss);
echo '<h1>'. $rss->channel->title . '</h1>';
foreach ($rss->channel->item as $item) {
echo '<h2><a href="'. $item->link .'">' . $item->title . "</a></h2>";
echo "<p>" . $item->pubDate . "</p>";
echo "<p>" . $item ...
- Sun Dec 22, 2024 8:03 pm
- Forum: Plugin support
- Topic: RSS FlatPressForum widget
- Replies: 2
- Views: 58452
RSS FlatPressForum widget
Widget create with https://rss.app from feed/rss2
Code: Select all
<iframe width=”800” height=”500” src=”https://rss.app/embed/v1/feed/xeLKa4jg6jhRnw7V” frameborder=”0”></iframe>- Sun Dec 22, 2024 4:38 pm
- Forum: General Support
- Topic: Please fix output from Flatpress RSS
- Replies: 9
- Views: 113101
Re: Please fix output from Flatpress RSS
I tested it, it's ok.fraenkiman wrote: Sun Dec 22, 2024 12:02 pm I have cleaned up the PhotoSwipe plugin accordingly and uploaded it again.