Stephen Burge's Blog, page 4

October 14, 2020

How to Add Floating Action Buttons on your WordPress Website

Have you ever wanted to add floating action buttons to your WordPress site to boost conversion rates? Perhaps you’d like a call to action button for people to phone you or visit your social media sites.

If so, Buttonizer is a fantastic and super easy plugin to accomplish adding floating action buttons on your site.

Find out how!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on October 14, 2020 09:03

October 9, 2020

OSTips - E-Commerce Inside Drupal Made Easy

How would you like to be able to set up an ecommerce platform on your drupal site in less than 60 seconds? You can!


 
In this video, I want to share with you my little frustration with drupal and drupal e-commerce. It's really hard to set up!  However,  there's a fantastic e-commerce platform called ecwid that allows you to set up your store in no time.  Then you can literally have it embedded on your Drupal site in less than 60 seconds. People will never know the difference, because everything stays on your Drupal site!


 
Let's check it out.





[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on October 09, 2020 08:10

October 7, 2020

Control Spam in Drupal with Honeypot and/or Antibot

From its conception, the fundamental (ground) idea of the internet was the exchange of information through code snippets of a markup language. This is still the ground principle that moves the internet these days. There are, of course, a lot of other things you can do over the internet, but it all comes down to an exchange of information.

With this kind of freedom, it is not surprising, that people abuse this for their own benefit. Spam comments are a form of abusing this privilege.

The combination of the Drupal modules Honeypot and Antibot will ensure that your site is “almost” 100% protected from spam (at least the ones produced by robots).

Keep reading to learn how to Control Spam in Drupal with Honeypot and/or Antibot!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on October 07, 2020 21:00

September 25, 2020

OSTips - How to Create New Date & Time Formats in Drupal

I don't know about you, but as a site builder when I add a date field to a content type in Drupal, and I tell it I do NOT want the time just the date and then I go to a node, and I enter the date, and it shows me both the date AND the time... it kind of drives me crazy!

How do we fix it? In this video, I'm going to show you how to create new date & time formats in Drupal sites, so you don't have to worry about getting a time and a date when you only want the date.  And, as a bonus, you'll get it in the format that you want.

Let's get started!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 25, 2020 08:10

September 23, 2020

Three Great WordPress Utility Plugins

It’s no secret that one of the reasons for the great success of WordPress is its extensibility via plugins.

WordPress.org hosts over 57,000 plugins alone.  You could get lost down the rabbit hole if you are not careful.

This post will highlight three great WordPress utility plugins that I’ve found to be extra useful.

Let's take a look.



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 23, 2020 07:21

September 18, 2020

OSTips - How To Keep Your WordPress Site Up To Date

One of the fastest ways your WordPress site will get hacked is if you don't pay attention. Well ,how do you know when stuff needs attention?

In this video, I want to talk to you about a really simple plugin called Update Notifier that helps to keep your WordPress site up to date.  This Is going to let you know when parts of your wordpress website need to be updated.  Now WordPress updates itself in minor releases but not major releases, and your plugins and themes don't automatically update, so you need to maintain those well. 

If you don't regularly log into your WordPress site, how do you know?

Let's find out!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 18, 2020 08:10

September 17, 2020

Add an Infinite Scroll to Posts Feed in WordPress

Blog owners and owners of news sites like to keep their readers engaged. That is, they try to keep the user focused on the content, so they do not leave the site. 

Many blogs make use of an infinite scroll effect, to display posts and articles (custom post types) on their WordPress sites. This technique is used to generate clicks from the reader. It resembles the feed of all known social networks, maybe that is the reason why it is so popular. 

The Ajax Load More plugin for WordPress provides this functionality. You can then enhance it to your liking, through the configuration options available.

Keep reading to learn how to use this plugin!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 17, 2020 12:57

September 10, 2020

Intro To Local WordPress Development With LocalWP

When I started my career as a web developer, we would use a text editor to write HTML in local files, and then use File Transfer Protocol to copy them to a web server on the internet, and then refresh the browser and wait for the changes to be visible.

We’ve come a long way since then. These days it’s becoming more and more common to run a web server right on your own computer, and not upload anything until the entire site is complete. I recently did a video series for OSTraining, "An Introduction To Local WordPress Development With LocalWP", which not only sets up a local web server, but also helps get WordPress itself setup and configured, as well as providing a number of other tools. Here’s some of what I covered.



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 10, 2020 13:20

September 9, 2020

How to Use the Drupal Book Module

With the Drupal Book module, it is possible to create collections of related pieces of documents presented in a hierarchy. This format is suitable for handbooks and tutorials, for example.

Notice: This module is not for creating ebooks.

The Book module comes by default (disabled) with Drupal core modules, so there is no need to download or install anything additional on your system.

Keep reading to learn how to use this module!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 09, 2020 21:00

September 4, 2020

OSTips - Add CSS & Javascript to Your Drupal Site

So you're a Drupal 8 site builder, and you don't have access to the theme, but you need to test out some CSS or JavaScript to see if it's going to work just the way you want. Well, I have a solution for you.

In this episode, I want to talk to you about a terrific module called Asset Injector that can be used to add CSS & Javascript to your Drupal site without having to access the theme or mess with a lot of code.

Let's take a look!



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2020 08:10