Phil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PDF Download Embedded in Post?No problem.
Forum: Fixing WordPress
In reply to: PDF Download Embedded in Post?Difficult to pinpoint if the file has been uploaded to that location without checking through FTP or file manage at host.
The path is definately incorrect as http://commutercruiser.com/Prioritized-Winterlude-in-Water-List.pdf has no document found.
It may be settings of your wordpress install, you can check these by going to:
‘Admin’ –> ‘Settings’ –> ‘Media’
and checking what the upload filepath is.
Personally, I would try to get access via FTP or log in to your server host control panel, ‘file manager’ and then see whereabout it is. It may be permissions of that folder/file or it could be that it’s not in the location it thinks it’s in.
Phil
Forum: Fixing WordPress
In reply to: PDF Download Embedded in Post?If you want to hand-code this into your post/page with HTML, then all you need to do is something like this:
1. Upload the pdf to somewhere on your server and note where it is.
2. Open the post / page you want the link to appear on in the WordPress admin.
3. Switch to HTML view in the editor and add in the following line somewhere where you want the link to go:
<a href="http://commutercruiser.com/link-to-the-pdf-here.pdf">Click here to download a free PDF</a>Obviously amend the line above to the path where the pdf document is.
Hope this helps.
Phil
Forum: Fixing WordPress
In reply to: Upload file to the base directory of a domainUse Filezilla to gain access to the server, then you can drag files from the left pane (the PC), to the right (server).
You’ll need FTP credentials from the server if 1st time using FTP on that site/server.
Phil
Forum: Fixing WordPress
In reply to: Upload file to the base directory of a domainFTP, or via the File manager of your servers control panel.
Phil
Forum: Fixing WordPress
In reply to: Changing how my orders printi’ve never used this plugin before, so without access to the plugin files and folders to see how the printing functionality works, I personally can’t help.
Forum: Fixing WordPress
In reply to: Can't turn Comments OnSure, check your settings in admin:
‘Settings’ –> ‘Discussion’
I’m sure you’ll find the setting in there. =)
Forum: Fixing WordPress
In reply to: Changing how my orders printWe need a bit more information than that – a url of your site can help a lot.
Do you know which plugin the site uses for the shopping cart?
Forum: Fixing WordPress
In reply to: Spam even though no registered users and comments disabledWell, Akismet was built for WordPress, by the guys at WordPress. It ‘learns’ from spam, so it’s always evolving and impriving it’s spam filtering and thus, helps avoid it on your website. I use it 100% of the time on all our clients sites. I recommend it.
Forum: Fixing WordPress
In reply to: I cannot add hotfile link in my postVery strange, I just tried on our WordPress site and it linked ok.
Have you tried creating a new post and trying again (just to help eliminate the issue to being on that post or in your whole install)
Forum: Fixing WordPress
In reply to: Menu – CSS Classes (optional)open your stylesheet (style.css) from the Appearance –> editor.
Line 429:
#access li:hover > a, #access ul ul *:hover > a { background: none repeat scroll 0 0 #333333; color: #FFFFFF; }Change the #333333 to whatever you want.
Phil
Forum: Fixing WordPress
In reply to: I cannot add hotfile link in my postHave you tried by clicking the ‘Add link’ from the text editor in WordPress and pasting the URL in?
Forum: Fixing WordPress
In reply to: Not able to Resolve Broken LinksThe broken link is actually in another post:
http://www.infosearchbpo.com/bpo-news/call-center-infrastructure/
‘outsourcing’ is the anchor link text and links to http://www.infosearchbpo.com/bpo-news/tag/call-center-services/what-is.php
Phil
Forum: Fixing WordPress
In reply to: I cannot add hotfile link in my postWhen editing the post, switch to HTML view and paste this in:
<a href="http://hotfile.com/dl/118084429/68cdfc7/KAITOAO.rar.html">My hotfile link</a>See if that works…
Forum: Fixing WordPress
In reply to: Post images not showing up on "home page post"I’d certainly check with the developers incase they have an update for the theme to work with the latest WP release (you never know!).
It would be hard to pinpoint this without actually looking at the code / admin back-end.
Phil