• Home
  • About
  • Contact
Marketing Technology Help
  • Products
  • Video Tutorials
  • Downloads
  • Blog
  • Contribute

Make WordPress Menu Items Open In New Window

By Lynette · Comments (3)
Thursday, November 17th, 2011
wp-menu-new-window-001

WordPress has a wonderful feature – Menus – that I absolutely love because it lets clients manage their own menus super easily without having to put in a call to me to make edits. Of course I use it extensively within my own sites as well because – well, diving into code sometimes is a hassle. This week, a client asked a good question. How to they make these menu links open in a new window? Well the good news, this is super easy and no extra tweaking required. Here’s what you do. Logged in to your WordPress site (with administrator rights). Go to Appearance > Menus Then on the top right corner under your name, you will see a tab called Screen Options. Click that to expand the options panel Check the Link Target box. You may click the Screen Options tab again to minimize the panel. Now, expand the menu item you want to edit. You will see a Link Target drop down. Default is set to Same window or tab. Simply change it to New window or tab. And that’s it. Pretty painless right?  

Comments (3)

Step-by-step Tut: Facebook SSL Requirements For Pages

By Lynette · Comments (2)
Thursday, September 29th, 2011
Step 1

October 1st, 2011 is the deadline for Facebook apps to use secured URLs. So… this is an app thing right? What has that got to do with you and your Facebook Pages? Here’s what. If you have created custom tabs for your Pages and you host these customized tabs yourself; Or, if you used a WordPress plugin to create content for your Page, guess what? You most likely have created a Facebook app. You didn’t know you were a developer did you How to be sure? Step 1: Go to your own Facebook Page. Take a peek at the tabs (links) down the side on the left. Are there any tabs there that you created yourself? If there are and you used a Facebook app to create it – and you are pretty sure you didn’t create this app then go ask the app creators or check out their pages and web site to see if they have taken steps to support this change. They should. If you still have no idea whether you are hosting the content on the tab yourself, using Firefox or Chrome, click on the tab. Right click anywhere on the tab content – make sure it’s

Read More→

Comments (2)

Upgrading aMember Video Tutorial

By Lynette
Friday, July 15th, 2011
upgrading-amember

From time to time, all software need upgrades for various reasons and this week was one of them. aMember released a security patch and also an upgrade. You don’t have to upgrade to patch the software and they do give you clear instructions how to apply the patch. Although it is always recommended you upgrade. We had to perform several of these this week since the patch involves the affiliate program – something all our clients uses heavily. If you need to do this, don’t know of someone who can do it for you and are nervous about doing so, head on over to our sister site TechBasedTraining for a short training video  how to upgrade aMember.

How I Merged 81 Files Into 1 In 2 Seconds

By Lynette
Wednesday, June 22nd, 2011
dos-003

I’m working on something for our fabulous BlogEnergizer Premium members that’s still kind of hush-hush at this time and hit a predicament. I have 81 CSV files that needed to be merged into one huge file.  I had all of them in one folder and sure as hell didn’t want to sit here copying and pasting 81 files. As someone who loves automation and tries to batch my work as much as possible, I had to dig for a solution and found one using good old fashioned DOS. You know, I love modern computing and the snazzy interfaces but at the same time a lot of ‘real computing’ knowledge like using DOS commands is also lost. I’ll admit I’m no where near a DOS ninja I don’t know how to do many things in DOS plus this stuff is kinda scary. However, this was easy. First, I opened command prompt. If you’re following along, you’d go to Start >> Run >> type cmd in the box and hit Open Then, I navigated to the folder where all my files are. For convenience and less typing you could simply move the folder containing all the files you want to merge to

Read More→

Password Protect A Folder How To

By Lynette
Thursday, June 9th, 2011
password-protect-folder-001

Maybe you have a few files you only want accessible to yourself, your team or only those who have purchased your product. Whatever your reason, one way to control access is to simply password protect the folder on your web site. If you have a web host who uses cPanel, here are the steps. Log in to your cPanel. Locate the Password Protect Directories icon/link You may be asked what directory you want to open into. If unsure you can simply click the Go button Select the folder you want to protect by clicking on it In the first block here, check the password protect this folder box and enter a name for the folder this name is shown when people are presented with the log in dialog box. Click Save. You should receive a confirmation like this. Click Go Back. Your next step is to create a username and password so people can access the folder. When you click back on the screen above you will be returned to the previous screen. At the bottom you will see the option to enter a username and password. Enter whatever username and password you desire. If you can’t think of a

Read More→

How To Theme aMember

By Lynette
Wednesday, October 20th, 2010
aMember Smart Theme

You may know aMember as a great membership site management system. It is. But it can also be used for one-time access products. This makes it a great choice as a centralized online checkout system for many marketers. By the way, on the subject of centralized shopping cart, check out Delavo. It’s a lot more powerful and very stable. Back to the topic of aMember. As with any shopping cart or order system you really want to customize the design. You don’t always have to go all out and make it super fancy but sometimes just a little bit of header and footer matching will do wonders. The great part about aMember – you can theme it any way you want to. All the theme files are located in the aMember/templates folder. For simple header and footer customization, you’ll want to edit – the header and footer templates of course. If you are adventurous, you can even edit every single one of those template files. And if you really know your way around Smarty template system you can actually build a new theme from the ground up. It’s really not all that hard. Don’t let the Smarty code intimidate you.

Read More→

How To Redirect On Download

By Lynette
Wednesday, September 15th, 2010

Sometimes clients ask for the most interesting things. This was one such request. The client had a free downloadable file and she wanted people to be redirected to a sales page after download. While I did advise her to just put the download on top of a sales page, she wanted to test the redirect. Lucky for her, this is super easy to do. The only caveat is, it might not work if your browser has Javascript turned off. Ready? Here’s the code. 1 2 <a onclick="window.open(‘http://yoursite.com/url-to-your/downloadable-file.pdf’)" href="http://yoursite.com/url-to-the/redirect-page">Click here to download</a> Told you it was simple. You can also make it link to an image if you prefer.

How To Reverse Your WordPress Upgrade

By Lynette
Saturday, September 4th, 2010
rollback-wp-upgrade-001

Here’s the cold truth. Anytime you upgrade anything, there’s always a chance something will go awfully wrong. That’s why you backup your files and your database which is what we have been doing in this mini 3-part series. Let’s say you have upgraded and find that the upgrade is all wrong. This tutorial will show you how we roll back a failed upgrade to the previous stable version. Like in the last two tutorials, this rollback method is based on the assumption you backed up both database and files the way we showed you. There are many ways to do this but for us, this is one of the easier manual methods we use. Warning! This method will involve deleting the existing database and WordPress files do not proceed without making sure you have a back up of the original pre-upgrade files and database. You can also backup the failed upgrade again just to be doubly sure. We also encourage you to practice on a copy of your site beforehand. By following this tutorial you agree not to hold us responsible for any problems or loss of data. Proceed at  your own risk. Restore old database This is the nice

Read More→

How To Backup A Website: Database

By Lynette
Friday, September 3rd, 2010
website-backup-database-001

Unlike sites of the past where much of it is 100% HTML driven, today you’ll more likely find a site run by some kind of content management system (CMS) or an adapted blog system like WordPress. CMS’s require two parts to run. The files (which is the code itself) and the database. And that also means, when you backup a CMS powered site you have to backup both files/folders and database. If you don’t backup your files and folders, chances are you will lose all your carefully designed templates and themes. If you don’t backup the database, you’ll lose your content (ouch!). Either way it is not pleasant. In the previous post, we shared how to manually backup your files and folders via cPanel that you might want to check out first. Those of you who know cPanel fairly well may wonder why I don’t use the backup feature within cPanel itself. Ahh! There is a method to my madness. Because, sometimes all you may want is selected files – like when you’re backing up WordPress to get ready for an upgrade, you don’t want everything else. Also, when doing upgrades, I do not want to download the files to

Read More→

How To Backup A Website: Files and Folders

By Lynette
Thursday, September 2nd, 2010
website-backup-files-001

There’s been quite a few requests for a tutorial to backup a website or blog. So I’m going to do a 3 part series this week covering: Backing up files and folders Backing up database Reversing a WordPress upgrade You may wonder at the third one. It does seem like an odd topic and not related to website backups but it is very relevant because in order to revert to an older version of WordPress, you will need to begin with backups and the method of backup we will show you in this series will make it a whole lot easier to restore a failed WordPress upgrade. In this tutorial, we will be demonstrating the backup and restore using cPanel because that’s what we use and that’s what we like. There are many ways to do a backup. There are also plugins to help you and make it all automatic and easy. This tutorial will show the manual (and free) way because… let’s just say, I’m the type who believes that you should know how to light a candle or a lamp if your power goes off Now we’re ready, let’s go! Objective: To backup website or WordPress files only,

Read More→

Next Page »

Get a 12 page report packed with 180 Free Tools You Can Use To Build Your Business when you sign up for the Tech Based Marketing Memo.

You will also receive regular tips, suggestions, special offers and answers to your technical issues. All you need to do is enter your name and email address below



Topics

  • Answers
  • Beyond Business
  • Blog
  • Blogging For Business
  • Coupons and discounts
  • Cutting Edge
  • Downloads
  • Email Marketing
  • Plugins
  • podcast
  • Tools
  • Tutorials
  • WordPress Themes

Popular

  • Evernote Tip: Getting Email Reminders
  • How To Get https On Your Domain
  • Creating A Separator Line
  • How To Build Tweet This Links
  • Ultimate WordPress Form Plugin

Follow Me Around The Web

  • Lynette's Twitter Stream  Follow me on Twitter
  • TechBasedMarketing on FB  Be a fan on FaceBook
TechBasedMarketing
Copyright © 2005 - 2012 All Rights Reserved
Affiliates
Disclosure | Privacy | Terms of Use