Skip to content

Open WordPress Content or Post in modal Window

Sometimes you just want a simple modal popup for your content, not a new dedicated page. This is how to achieve this: https://allurewebsolutions.com/open-wordpress-post-modal-without-plugin By the way: The total theme already offers a modal popup solution for posts and other content…

Mehr Lesen

CSS effect with floating and rotating squares

Also, it has a color-changing background. Check it out. <!-- https://codepen.io/alvarotrigo/pen/GRvYNax --> <style> @keyframes AnimateBG { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } .context { width: 100%; position: absolute; top:50vh; } .context h1{ text-align: center; color: #fff; font-size: 50px; }…

Mehr Lesen

Awesome Websites (mostly CSS)

I love amazing animated or modern innovative websites as I try to be creative myself all the time. So I am constantly on the search for inspiration. Today I deposit some of the nice finds i have made recently: Greenstock…

Mehr Lesen

Facebook Setting Links

I always struggle to find the facebook settings pages. So here they are: Busines integrations: https://www.facebook.com/settings?tab=business_tools&ref=settings Apps and websites: https://www.facebook.com/settings?tab=applications&ref=settings

Mehr Lesen

MainWP Pro Reports – Enhancements

Especially when creating and testing a custom PDF template you might end up creating dozens of PDFs. Creating, saving, opening takes time. It would be better that a click on the "Download PDF" button would just open the PDF not…

Mehr Lesen
An den Anfang scrollen