Euclides
Forum Replies Created
-
Forum: Plugins
In reply to: How do I set featured products in WooCommerceHomepage slider is located at wp-admin/admin.php?page=woothemes (Homepage Settings>>Homepage Featured Products drow down..
As ptted say: replace any code between de title tag in header.php with <?php wp_title(); ?> .
Forum: Plugins
In reply to: [Responsive Slider] Responsive Slider not responsiveNot responsive at all in my custom theme and it takes 15 seconds to load the slider :S what could be wrong?
Forum: Installing WordPress
In reply to: Database ErrorDid you backup the database before the update? If no Backup your database then Try access your sql and make sure the user U3490541 has grant permissions and run the update again.
Forum: Localhost Installs
In reply to: First time with error Unable to connect to databaseI have figured out that in my etc/hosts file I have a list of ip addresses with domain names (including the one I am trying to install wordpress) like so:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 domainame1 localhost.localdomain localhost
10.252.75.109 domainame1 domainame2 domainame3 domainame4
::1 localhost6.localdomain6 localhost6Where domain name (1,2,3 etc) are the domain names of the websites we have hosted on that server.
The domain name were I would like to install wordpress is listed there however, I am trying to install wordpress on a subdirectory of that domainame (domainame/wordpress) since the domain name already has another cms (drupal).
In the wp config file I tried using localhost and the ips 127.0.0.1 and 10.252.75.109
i also tried using the define(‘DB_HOST’, ‘localhost:/var/run/mysqld/mysqld.sock’);
I still get the error establishing database connection
Does someone have experience working with own linux server that can guide me, maybe I am skipping a step or something.
Forum: Localhost Installs
In reply to: First time with error Unable to connect to databaseHello Marvel Labs, I dont have a cpanel but shell access to the server, i already tried what you suggested but no still no luck.
Forum: Localhost Installs
In reply to: Installation: Database works, but image links & CSS don'tMaybe you are not uploding them to the correct path, make sure you include them to the right directory wp-content/themes/
Also, if that is a premium theme it should have installation instructions.
Forum: Localhost Installs
In reply to: Installation: Database works, but image links & CSS don'tby the way you should post this on http://wordpress.org/support/forum/localhost-installs
Forum: Localhost Installs
In reply to: Installation: Database works, but image links & CSS don'tCould you post a screenshot?
Forum: Fixing WordPress
In reply to: WordPress site is running extremely slowit took me at least 5 secs top open the site. Disable your active plugins and see if you have the same behavior, if no, then a plugin could be the problem, check specially that one that has the facebook lightbox.
Forum: Installing WordPress
In reply to: No me deja escribir post, ni configurar las plantilla,Re-install wordpress and start all over again
Forum: Fixing WordPress
In reply to: loginYou can “reset” your password via phpmyadmin or mysql console, check out the instructions at:
Forum: Localhost Installs
In reply to: First time with error Unable to connect to databaseI am the host..I manage the server, unfortunately I dont have too much experience as a server admin.
Forum: Localhost Installs
In reply to: First time with error Unable to connect to databaseI posted them like an “extra info” just in case someone could have a an idea why they are working fine (establishing communication to database) and wordpress not. I have installed a lot of wordpress sites without poblems since 2009 in differente servers and not sure why I cant on this one.
Forum: Localhost Installs
In reply to: First time with error Unable to connect to databasehello esmi, what do you mean with thats not from the WordPress config file? If you reffer to the lines of database URL format they are from a drupal installation as I posted above.