eborg9
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I make it so when you click on a word it downloads a documentYou mean like a PDF?
It’s actually pretty easy. All you have to do is create a regular hyperlink, using the location of the PDF instead of a URL.So basically:
Upload your PDF into your media.
Grab the link, same as grabbing an image link.
Now wrap your text in the link.
Example:
<a href="https://yoursite.com/packinglist.pdf">Packing List</a>
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 insert code no longer appearsExact same problem.
Contact Form 7 has worked great for years. Now all of a sudden all of my forms are blank and I’m getting blank inquiries.Anyone that knows what is going on would be greatly appreciated.
Forum: Fixing WordPress
In reply to: wp 3.0.4@halina23,
I have the same problem when using the automatic update.
It just stops and never gives confirmation that you have completed the update and leaves your site in maintenance mode.However, after waiting a few minutes, everything does come back up and the new version is installed.
It just looks a little janky since it seems to just stop updating and there is no confirmation.I have experienced this on 3 different sites ( all are/were up to date) on 3 different servers.
Don’t know why..
So was this issue ever resolved? I have the same problem. The box shows up, but there is nothing in it.
I am using Disqus commenting system, could that be interfering with the plug in?
Any ideas?
I’ve seen a few posts about this issue and you keep referring to a wp-content/upload folder that I don’t have.
Also, I haven’t seen a fix yet. Is there one, or are we waiting for the next release?
I don’t mind either way, I appreciate your work, but if we are waiting, then I can stop spending time combing the internet looking for a fix.Forum: Fixing WordPress
In reply to: Administration Setting Panel – Missing SubpanelsBeen looking for an answer to this for hours…I am using WPMU, but I stumbled across a fix:
You have to modify
/wordpress/wp-admin/menu.phpmodify
$submenu['options-general.php'][45] = array(__('Security'), 'manage_options', 'options-security.php');
to
$submenu['options-general.php'][50] = array(__('Security'), 'manage_options', 'options-security.php');
I did this and it worked, I now have the Miscellaneous tab in my settings menu…. now I just need to figure out why the Miscellaneous Settings Page is completely blank.
Forum: Plugins
In reply to: xml feeds implement into wordpress?Amazing that there are multiple questions opened about this exact same issue and none of them are resolved.
Isn’t there anyone out there that knows how to display the content from an XML feed on a wordpress blog ?
Forum: Themes and Templates
In reply to: Theme not working in 2.5.1, but works on othersWell Yes…That’s the problem, the site will not load after the upgrade.
What is the solution?
(By the way I have uninstalled Google Analytics)Yeah, everyone keeps saying that but no one will tell me what it means.
There is no option on the upload screen to answer a question, so it must be in the files.
What directory? what is 777?
Where is this file?
Where do I find this “permission”.In the Content Folder I have:
My Sql
Plug ins
Themes
Index.phpThat’s it!
which one is the one that is supposed to be what I am looking for?
Got it! I was looking waaaaayyy to deep for the answer.
Thanks.