WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Move all Trashed Posts to Draft Status? (MySql or sth?)Ya I didn’t see you said draft. But yes you are correct.
Forum: Fixing WordPress
In reply to: Can menu hover simply display title tag and NOT direct to page?Label – FAQ
URL – #For the URL just put in the number/pound sign and it won’t be clickable.
Forum: Fixing WordPress
In reply to: remove wp register/membershipDo you have a plugin for membership installed? That could override the settings/general checkbox possibly.
Forum: Fixing WordPress
In reply to: Move all Trashed Posts to Draft Status? (MySql or sth?)Run this in phpmyadmin
UPDATE wp_posts SET post_status = 'published' WHERE post_status = 'trash'*edit – Did you just answer your own question???
Forum: Fixing WordPress
In reply to: Black shadow over the SUBMIT buttonWould need a link to your site in order to see and tell you how to fix it.
If you modified some of the templates we would have no idea what you have modified and therefor no idea on what to tell you to do to fix it.
Forum: Fixing WordPress
In reply to: Header image link to homepageGo to Appearance -> Editor and then select header.php on the right side.
Find the below code and see if it matches what you have.
<a href="<?php echo home_url(); ?>"> <img id="header-img" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> </a>Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)What you have below is correct.
'before_widget' => '<div class="widget">',But there are more widgets than just those 2 and I didn’t read what all of them did. So I would just add it to all before_widget lines on that page.
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)It didn’t add that class into the output so that might not be the right spot. There were some other ones below them too, i’d make sure you change them all just to try while you wait for their support.
Forum: Fixing WordPress
In reply to: Deleted my categories!If you don’t have a backup you need to manually enter them all.
If you don’t remember what they were you can do a Google search and get them if they have it indexed.
Search for
site:kijoeibon.com/category/Forum: Fixing WordPress
In reply to: New User Registration is SlowWell it is not WordPress that is the issue.
Could be a plugin. Are you using a plugin for the registration or the default WordPress way?
Forum: Fixing WordPress
In reply to: Deleted my categories!What are you looking for help on?
Forum: Fixing WordPress
In reply to: New User Registration is SlowContact your hosting company.
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginWhat about
<div id="ujiCountdown"'.$classh.'>We Start In:</div>Forum: Fixing WordPress
In reply to: How To Get My Homepage Back?Either way we don’t have access to the theme or the files so it wouldn’t be possible to help you. Every theme works different and I have no idea how this one works.
Forum: Fixing WordPress
In reply to: How To Get My Homepage Back?Your link is broken and this is a premuium theme so I would request help through Studio Press. These forums mainly just support the free themes.