WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: possible to ban someone?Did he make a comment on your site? If so it includes the IP address.
Forum: Fixing WordPress
In reply to: possible to ban someone?Kind of. You can ban IP addresses. What info do you have from this user?
Forum: Fixing WordPress
In reply to: trouble with wordpressNo and it can be a plugin or theme.
Deactivate all your plugins. Swap the theme back to default twenty twelve and activate it.
FYI – I am going to bed, good luck. 🙂
Forum: Fixing WordPress
In reply to: trouble with wordpressIs that where you want it or do you want it on http://euphoriapresentsinc.com/ ?
I would recommend just deleting WP in cPanel from the same menu you made it. Then installing it without the /admin/ in the URL.
Forum: Fixing WordPress
In reply to: trouble with wordpressWP does not look to be installed properly on that domain.
Check Settings > General
In the 2 places where the URL is do you have http://euphoriapresentsinc.com/admin/?
Forum: Fixing WordPress
In reply to: How do I insert a username into a URL<?php global $current_user; ?> <?php get_currentuserinfo(); ?> <?php echo 'http://www.1shoppingcart.com/app/?af=' . $current_user->user_login . "&u=http://marketauthority.com/global-trading-dispatch/join/"; ?>Would output what you need. Where you are going to put it though I don’t know.
Forum: Fixing WordPress
In reply to: trouble with wordpressActivate the theme and then look at on your site. Does that work?
Forum: Fixing WordPress
In reply to: trouble with wordpressHostgator has fantastico which is a program in your cPanel that offers 3 click installation of WordPress on your domain.
Also I don’t understand what you are trying to do really. Do you have WP installed? How are you trying to view your themes?
Forum: Fixing WordPress
In reply to: Arbitrary text or HTMLCould you paste the HTML of the first widget here?
Forum: Fixing WordPress
In reply to: contact forms not workingWhat plugins or theme is generating these contact forms?
Forum: Fixing WordPress
In reply to: How do I insert a username into a URLGoing to need way more details to even help on this one.
Where is this link being generated a plugin? Can you paste the php code that outputs it?
Also do you have the id stored in a variable already? Or is their username the id number?
Forum: Fixing WordPress
In reply to: Having trouble converting site to WordPress*Note to self. WPyogi types faster than I.
Forum: Fixing WordPress
In reply to: Having trouble converting site to WordPress@wmlulow – Typically it’s best to start your own topic instead of jumping into others.
The codex is full of info explaining how to do it all.
http://codex.wordpress.org/Theme_DevelopmentOr if it seems above your head you can always post a job
http://jobs.wordpress.net/Forum: Fixing WordPress
In reply to: Having trouble converting site to WordPressI won’t really give you specifics on what to do just some advice.
I have probably done 20+ jobs for converting HTML sites to WP. If someone asked me to do the one you linked to I would probably charge double than what I charged for all the others.
What I am trying to say is with that template it will be no easy job even for people with experience doing this. I understand you just want to help a friend and I wish you the best of luck.
Forum: Fixing WordPress
In reply to: Where do I find the articles I wrote and post on WPIn the database in the posts table.