lettergrade
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: linking a PDF file to blog siteSure, this will be easier than you think. Every file you upload to your WordPress media library automatically has its own url.
–log in to your WordPress dashboard
–upload the pdf to your media library
–once it has been uploaded, click ‘edit’ which will bring you to a screen that has a field called ‘File URL’
–copy the url of the file that’s givenIt will look something like this: http://www.yoursite.com/wp/wp-content/uploads/2013/08/file.pdf
You can use that url by sending it out as a straight web address, and that way people can download or access it without seeing any theme files.
Forum: Fixing WordPress
In reply to: how to get the grid styleI think you’re looking for themes rather than plugins. Different themes provide different styles and layouts for content.
What theme are you using now? Have you tried browsing the theme repository? If you filter your results, you can limit yourself to looking at only three- or four-column themes.
If you post your own site url, we may be clearer on what you’re looking for and able to come up with suggestions for you.
Forum: Fixing WordPress
In reply to: Perma links on Home creating problemI wasn’t clear: is your menu custom coded into the header.php file? Or are you using the Appearance > Menus screen to create the link?
If it’s the former, you should code it into the header.php file as
<?php bloginfo('url'); ?>
That will go to the home page no matter where in the file structure you are, or what your url is set to.If you’re using the Appearance > Menus screen to create your custom link menus, then you should just use the automatic ‘home’ it provides, or the root url for your home page (http://www.yoursite.com) as your link.
Forum: Fixing WordPress
In reply to: Changing title on browser tabYes, unfortunately ‘inspect element’ is just a tool that allows you to look at code, and sometimes test code changes on the fly. It doesn’t apply your changes permanently.
I’m not sure where you meant you got this code from, but you should not be looking for the code for the BODY of the page, you’re looking for a file called header.php. This file is the code that determines the header for every page of your site, and that is certainly where your
<title>tag is. I really recommend you take a look at this tutorial that explains the files that make up WordPress themes.As I mentioned before, there are only two ways to access that file:
a) with an administrator account, log into your WordPress dashboard, select Appearance and then Editor from the menu. Once you see a list of template files (index.php, header.php, footer.php, style.css, etc) you can choose header.php and make your change.
b) if you have the ftp login information from your hosting company account, you can use an ftp program to access your server files, download header.php, make your changes, and reupload it. See my instructions in the posts above!
Forum: Fixing WordPress
In reply to: Changing title on browser tabWhere did you copy this code from? It’s not your header.php file code.
If you’re an admin, you will be able to see a tab called ‘Users’ in your Dashboard menu (between Plugins and Tools). Clicking this will give a list of Users and their roles. If you can’t see ‘Editor’ in the Appearance menu, however, it’s less likely that your user permissions are set to Administrator.
Are you able to get ftp login information from someone?
Forum: Fixing WordPress
In reply to: Changing title on browser tabIf your user account is an administrator, you can get at the header.php code at Dashboard > Appearance > Editor.
If you don’t, you may have to edit the file manually by downloading the actual file from your ftp server (it will be in /wp-content/themes/your-theme-name/header.php), editing it using a plain text editor (NOT MICROSOFT WORD – TextEdit works on Mac, NotePad on Windows), and reuploading it. You will want to make sure you keep a backup copy of the original in case you change something accidentally.
Have you used FTP before? Filezilla or Cyberduck will work for you, but you’ll need the ftp login information from your admin or hosting company.
Forum: Fixing WordPress
In reply to: Changing title on browser tabIt’s in your header.php file. Look for the part of the file that deals with
<title>and</title>, you will want to put your text between those two tags.This article might help you understand the role of the header.php file and the way your theme is set up.
Forum: Fixing WordPress
In reply to: Radio windowEach plugin is different, and offers different options. You may need to try out a few to find what you want.
The other options is to post your question in the support forum for the specific plugin you’re interested in. Each plugin has a support forum as a tab on the plugin details page. Not sure which plugin you’re using, but if you can’t find the support forum, give us the name of the plugin and we can point you there!
Forum: Themes and Templates
In reply to: Zeecorporate theme post font sizeSure, no problem. Bullets are not body text, they’re lists. That means they’re created using the
<ol>,<ul>, and<li>tags, and you need to edit the corresponding properties in css. Here’s some information on that! CSS ListsForum: Fixing WordPress
In reply to: Changing title on browser tabWhat have you tried so far, peluo1? Have you found your
<title>tags and tried to change them? (like the screenshot posted above by Evan: http://postimg.org/image/nmeyznzlt/)If you post the code here, make sure you enclose it in ‘code’ ticks using the code button on your post editing bar. If it’s really long, consider using pastebin instead, much easier to read.
Forum: Themes and Templates
In reply to: Zeecorporate theme post font sizeThe
<p>tag should do it, or the following, if you don’t want the text size to be applied outside of posts:.entry p { margin: 5px 0 15px; }Right now, the
font-sizeis set in the.bodyproperty as 0.9em, but you could do this to enlarge it just in the blog posts:.entry p { margin: 5px 0 15px; font-size: 1.0em; }Were you only looking to change the body font size, or did you need to change header sizes as well?
Also, something to think about: How are you changing your css? To protect your changes from being overwritten by future updates, I strongly recommend that you create a child theme or use a custom css editor plugin.
Forum: Fixing WordPress
In reply to: User File StorageI think there are many options, but I don’t have personal experience. I did, however, find a pretty lengthy list here:
Best File Management Plugins for WordPressWould love to hear what you choose in the end, and what the results are like. Let us know by posting back here!
Forum: Plugins
In reply to: [Admin Block Country] Can't download Admin Block Country 2.0I tried it, too. I even updated my local test install to 3.6 to be compatible, but I had the same results as you. There’s definitely something wrong with the plugin file. It’s up to the plugin developer now! Hopefully, they’ll catch this thread.
Forum: Plugins
In reply to: [Admin Block Country] Can't download Admin Block Country 2.0That is excellent news for your WP install 🙂 Glad to help.
Forum: Plugins
In reply to: [Admin Block Country] Can't download Admin Block Country 2.0Ahh, that’s a different case. I was downloading it from your link to my desktop.
Do you have access to your /plugins/ folder by ftp? If so, you can bypass your admin install problem by doing the same:
a) download the plugin zip file to your desktop
b) unzip it
c) upload the whole folder to your /wp-content/plugins folder on your server using ftp.
d) log in to your WordPress admin dashboard, go to Plugins, find the plugin (it should show up once in your Plugins area once its files are in the /plugins/ folder on your server)
e) activate the plugin from the Admin Dashboard > PluginsThat being said, I would also test to see if you can install any other plugins from the Admin, or if the problem rests solely with that plugin. If you can’t install ANY plugins from the admin dashboard, you may be seeing a symptom of a problem with your own files. Check it out and let us know!