Search found 74 matches

by Panther
Fri Feb 26, 2021 11:40 pm
Forum: General Support
Topic: Help !! I cannot insert a new entry
Replies: 6
Views: 9144

Help !! I cannot insert a new entry

I have 2 websites with Flatpress (version 1.1), one is in italian and the other in english. From this evening on english website when I try to post a new entry I have this error above:

Warning: Could not acquire write lock on INDEX. Didn't I told you FlatPress is not designed for concurrency ...
by Panther
Sat Feb 20, 2021 9:18 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 19380

Re: How add a sharing button on Static pages ?

If this can help you, this works better

http://www.facebook.com/sharer/sharer.php (with this every page is shared well)

than this

http://www.facebook.com/sharer.php

At the end I use this code:

<a href="http://www.facebook.com/sharer/sharer.php?u={$id|link:page_link}&title={$subject|tag:the ...
by Panther
Sat Feb 20, 2021 7:43 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 19380

Re: How add a sharing button on Static pages ?

Now it works, this is because I didn't use static.tpl (as you), but I used another file.
I've read again your post to understand where was my error.
Thank you very much to all.
by Panther
Sat Feb 20, 2021 4:26 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 19380

Re: How add a sharing button on Static pages ?


On the plugin you made last year, I did add a thing on how to make it work on static pages. The same change will work here.

Please see this post: https://forum.flatpress.org/viewtopic.php?f=4&t=144&start=10#p453


Hi, I have tried to modify in:

<a href="http://www.facebook.com/sharer.php?u={$id ...
by Panther
Fri Feb 19, 2021 6:43 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 19380

How add a sharing button on Static pages ?

If I want to add a sharing button (like Facebook or Twitter, Whatsapp, etc....) on entries (articles) I have to add a code like this on entry-default.tpl:

<a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank"><img src="/Immagini/facebook ...
by Panther
Thu Feb 04, 2021 7:52 pm
Forum: Plugin support
Topic: Sharing buttons
Replies: 22
Views: 80633

Re: Sharing buttons

This is the final list of sharingbuttons.....maybe.....with all buttons working.
Only button copylink is working with Addtoany (if someone knows how use without AddtoAny)




<script async src="https://static.addtoany.com/menu/page.js"></script>

<div class="a2a_kit a2a_kit_size_32 a2a_default ...
by Panther
Thu Feb 04, 2021 12:02 am
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 12839

Re: Addtoany round sharing buttons

Added copy link button

In line:


<div align=left>
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank">
<img src="/Immagini/facebook.png" border="0" alt="Facebook" width="34 ...
by Panther
Wed Feb 03, 2021 11:19 pm
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 12839

Re: Addtoany round sharing buttons

I've added copylink button.


<div align=left>
<a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank" style="text-decoration:none">
<img src="/Immagini/facebook.png" border="0" alt="Facebook" width="28" height="28">
</a>
<a href="http ...
by Panther
Fri Nov 06, 2020 9:58 pm
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 12839

Re: Addtoany round sharing buttons

This is for Computer version with Flipboard button working now.

<div align=left>
<a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank" style="text-decoration:none">
<img src="/Immagini/facebook.png" border="0" alt="Facebook" width="28 ...
by Panther
Thu Nov 05, 2020 9:48 pm
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 12839

Addtoany round sharing buttons

If you want use addtoany sharing round buttons on Flatpress, you can insert this in header.tpl file between <head> and </head>



<head>
<script async src="https://static.addtoany.com/menu/page.js"></script>

{literal}
<style>
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span ...