WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to block certain urls from loading ? (Popads)For Plugins do a search for- search and replace
There are some Plugins that will do a site wide search and replace letting clean up that mess quicker. But it doesn’t fix the hack, just cleans it up.
Forum: Fixing WordPress
In reply to: Where do I find the articles I wrote and post on WPAre you talking files? If so they aren’t, they are stored in the database.
Forum: Fixing WordPress
In reply to: Privacy settings not visibleThey moved to another sub menu. I think the reading page.
Forum: Fixing WordPress
In reply to: user registrationOnly one that comes to mind is http://wordpress.org/extend/plugins/profile-builder/
But it may take the pro version to get what you want done.
Forum: Fixing WordPress
In reply to: Installing WordPress on new HostWell there are plenty of ways to do it but here is how I do it.
Old Server
Compress wp-content folder. Download
Export database.New Server
Install WP using your favorite method
Upload wp-content folder. Extract
Import database.
Browse to options and change the Site Address and WP Address URLs.Done
This way usually takes me about 5 minutes.
Forum: Fixing WordPress
In reply to: Installing WordPress on new HostI always install a WP instance on my live server and develop there. This way they can always see the status of the site.
When they say it is good to go I transfer it to their server.
Forum: Fixing WordPress
In reply to: post title doesn't show upAre you using wordpress.com or are you paying for hosting? This forms is for the self hosted WP installations.
Forum: Fixing WordPress
In reply to: Trouble w/ "Featured Image" on ThemeFor support on premium themes you need to ask them. We don’t have access to the template files and therefor can’t really help. This is why we only support free themes.
Forum: Fixing WordPress
In reply to: Shotcodes Not WorkingWhat shortcode are you trying to get to work?
Forum: Fixing WordPress
In reply to: Google Index my Test SiteForum: Fixing WordPress
In reply to: Blog is down due to recent update of Rating WidgetFollow these steps but just for that specific plugin until you can fix it.
Forum: Fixing WordPress
In reply to: navigation bar effect not working twenty eleven child themeDeleted my comment. 🙂
Forum: Fixing WordPress
In reply to: Comment bubble in odd place on home pageWell to simply get rid of it add this to your style.css
.comments-link a { display: none; }Forum: Fixing WordPress
In reply to: How to merge 2 sidebars from the end of them to the bottomUnfortunately I just looked up your theme and it is not a free one so you would need to ask for support through the vendor on themeforest.
Forum: Fixing WordPress
In reply to: How to merge 2 sidebars from the end of them to the bottomAre you asking to have just 1 sidebar which contains one on top of the other?