Search found 15 matches

by vodka
Sun Jun 07, 2020 10:41 am
Forum: General Support
Topic: Footer
Replies: 5
Views: 4156

Re: Footer

Hi Tongara, sorry for my bad english, but my effort is a sort of bug report. This is footer.tpl from leggero theme, and it's wrong for me: </div> <div id="footer"> {action hook=wp_footer} <!-- Even though your not required to do this, we'd appreciate a lot if you didn't remove the notice a...
by vodka
Sat Jun 06, 2020 2:42 pm
Forum: General Support
Topic: Footer
Replies: 5
Views: 4156

Re: Footer

This is a starting setup: ... <!-- Footer --> <footer> ... some fancy code ... {$flatpress.footer} </footer> {action hook=wp_footer} </body> </html> In this case you have the var $flatpress.footer rendered inside and outside the footer tag, I thinks because {action hook=wp_footer} is faulty. You can...
by vodka
Sat Jun 06, 2020 9:36 am
Forum: General Support
Topic: Footer
Replies: 5
Views: 4156

Footer

If you write something in the form of the control panel, for exemple "So Long, and Thanks for All the Fish" this text is attached to the wp_footer hook, so if you are stiling a nice big footer it's not the best scenario, all scripts should run just before the </body> to prevents render blo...
by vodka
Sun May 31, 2020 2:26 pm
Forum: FlatPress project
Topic: Welcome to the new FlatPress support forum!
Replies: 19
Views: 45506

Re: Welcome to the new FlatPress support forum!

blog7 wrote: Sun May 31, 2020 6:26 am Hey all folks, I'm new here, I found Flatpress and I want to develop by helping the community with my experience and knowledge. I will be happy to discuss new things and challenges here.
you are welcome!
by vodka
Sun May 17, 2020 7:19 pm
Forum: General Support
Topic: [plugin request] blog post cover
Replies: 5
Views: 7605

Re: [plugin request] blog post cover

It's very simple, the first part it's already inside the FP code... :mrgreen: for the second part of the code I need a little bit of rework, I'm writing a new theme from scratch to show how it works.
by vodka
Sun May 17, 2020 1:09 pm
Forum: General Support
Topic: New admin theme [Beta][Responsive][Boostrap]
Replies: 36
Views: 49909

Re: New admin theme [Beta][Responsive][Boostrap]

Knowing the disadvantages (JS libs may be outdated after time and have to be replaced), I still prefer to be independent. My website should work even if major CDNs are down (which happened!). This issue is trasparent for users (the browser cache is here) As a little teaser for the readers here: fra...
by vodka
Mon Jul 08, 2019 10:50 pm
Forum: General Support
Topic: Videos from Facebook or YouTube
Replies: 14
Views: 20514

Re: Videos from Facebook or YouTube

You must replace only the lines for the function (from 332 to 373)
by vodka
Tue May 07, 2019 8:22 am
Forum: General Support
Topic: [plugin request] blog post cover
Replies: 5
Views: 7605

Re: [plugin request] blog post cover

I have made a first attempt to write this plugin... and it's seem to work! But I need help to write the configuration panel, I do not know how pass a value from smarty to php, someone ca help me?
by vodka
Sun Apr 21, 2019 12:30 pm
Forum: General Support
Topic: only blogentries and comments
Replies: 6
Views: 9429

Re: only blogentries and comments

So why not make a custom theme for your FP and use static page for your content?
by vodka
Sun Apr 21, 2019 10:29 am
Forum: General Support
Topic: only blogentries and comments
Replies: 6
Views: 9429

Re: only blogentries and comments

I do not think this is the best way to integrate FP... it's possible to see a working link?