Jorge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Not Found after 3.4.1 Upgrade@rohara1977 you need to inspect the plugins via FTP using an FTP client.
Forum: Fixing WordPress
In reply to: Page Not Found after 3.4.1 UpgradeI would start with inspecting the plugins via FTP. Find out what you have. This could either be a plugin problem or a problem with your functions.php file located within your theme. I would first start with the plugins though.
Forum: Fixing WordPress
In reply to: copy paste pay pal button to my siteIf you’re having problems with your site after you uploaded a plugin, simply rename the plugin directory via FTP or delete it all together.
I have no clue as to the plugins you’re using or the setup, however, what I would do is simply use the HTML editor in either page or post to add a button.
If you’re not comfortable with using the HTML editor, then I would setup a development install (e.g. http://example.com/development) so I could test various plugins without my production Website suffering from bugs.
I hope this helps.
Forum: Plugins
In reply to: looking for plugin to create tables and more editingI’ve never used a plugin for that, but here’s some useful links that may help.
http://www.w3schools.com/html/html_tables.asp
Like I said, I haven’t used any plugins for that, but as the saying goes: “There’s a plugin for that…”
Forum: Fixing WordPress
In reply to: Page Not Found after 3.4.1 UpgradeDo you have plugins active on the site?
Forum: Installing WordPress
In reply to: Need to Move WP Site to New System, Where is the Database Saved?It’s not that hard. I just move the wp-content directory along with my database and all is gravy. Find link below.
http://codex.wordpress.org/Moving_WordPress
Just remember after the WP move, to flush the DNS so you wont have uploading problems in the Media Library.
Forum: Installing WordPress
In reply to: Site already on WordPress and I just registered for Host GatorInstall WordPress.
http://support.hostgator.com/articles/specialized-help/technical/wordpress/how-to-install-wordpress
Then export/import your blog.
Hope this helps.
Forum: Fixing WordPress
In reply to: Http error when uploading photos.Update: The problem persists on my Win7 install, however, I tried to reproduce the error in Ubuntu 12.04 and uploading works. So, it seems like it’s a client side issue with me.
Forum: Fixing WordPress
In reply to: Http error when uploading photos.I’m receiving the same error on various WP installs. I deleted various plugins that I though might have had something to do with the issue, however, no success. Both the installs are on the same hosting service and are single installs and network installs.
My upload limit is about 2Mb and the size of the images in question are +/- 350Kb. This issue began today – so I cannot say for sure if this is a core problem or a server configuration error.
@esmi, I tried Otto’s solution, however, that didn’t work in my instance. I also tried Chewie’s fixes but that didn’t work either.
I wont set permissions to 777 as that can be security vulnerability and also because this is something that needs to work out of the box, so to speak. I will keep researching, hopefully if it’s a core bug, then it can be resolved rather quickly.
Either way, this is interesting….
Forum: Networking WordPress
In reply to: One User Dashboard for Multiple WordPress InstallationsYou can use WordPress Network.
http://codex.wordpress.org/Create_A_Network
You can even map out domains names on one install.
Hope this helps.
Forum: Themes and Templates
In reply to: Page content wont stay in divYou need to clarify. I don’t know if it’s breaking on the X axis or the Y axis. What’s the URL of the problem page?
Forum: Meetups
In reply to: McAllen, Texas – GeneralAlright, it’s official!!! Here’s the info:
Through community discussions RGV Web Pro, Menchaca Media, and The City of San Juan (who graciously donated the use of their new library), will be hosting our first ever WordPress Meet-Up!
Here’s the link:
http://jorgeasaldivar.com/link/xThank you and I hope to see you all there!
Forum: Fixing WordPress
In reply to: Dashboard not working properly wordpress 3.3.2Make a change to your hosting account?
That was my next one. The idea is, go back in time regarding your installs…do you remember any change or modification that occurred before you began to experience these problems? Perhaps your hosting provider is experiencing “hiccups” because of upgrades or mods. Maybe you did something in your .htaccess file? Is this a single install or a WordPress Network install?
Forum: Fixing WordPress
In reply to: Dashboard not working properly wordpress 3.3.2I have two website folders on my public.html both have WordPress separately installed. But both the websites have the same dashboard issue. Both website use different plugins.
Are both installs on different themes, or are you running the same theme on both separate installs?
Forum: Fixing WordPress
In reply to: Creating a Blog Template PageI have been trying to figure out how to create a Blog Template Page
Have you looked at this resource?
http://codex.wordpress.org/Pages#Page_Templates
I would really just like 5-10 blog posts to show up
You’ll also want to get familiar with The Loop. In your template, you can specify the number of posts show up.
http://codex.wordpress.org/The_Loop
not the whole article, like 300 words from each
You’ll want to check out the following resources.
http://codex.wordpress.org/Function_Reference/the_excerpt
http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_lengthHope this helps!