WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….Not sure if I understand for sure. You want the orange to the left of the text gone?
If so find.
#nav ul li ul.sub-menu { background: none repeat scroll 0 0 #D46123; color: #FFFFFF; font-size: 10pt; left: -999em; position: absolute; text-align: left; width: 150px; }Remove
background: none repeat scroll 0 0 #D46123;Forum: Fixing WordPress
In reply to: Latest posts don't appear on homepageSince it is a custom theme it would be very hard to help without more detail. But homepage starts at index.php so what’s on that?
Forum: Fixing WordPress
In reply to: how can i remove "continue reading" ?The whole box you can just use
.post .below-content { display: none; }Forum: Fixing WordPress
In reply to: how can i remove "continue reading" ?Add at bottom of style.css
.read-more { display: none; }Forum: Meetups
In reply to: Hampton Roads WordPress MeetupI’m from VA Beach. Is this still active? Might come if it’s not too far away and I am free that day.
Forum: Fixing WordPress
In reply to: how can i remove "continue reading" ?Need a link to your site or the theme where I can see it in order to help. There are multiple themes with that name.
Forum: Fixing WordPress
In reply to: How to post long permalinkForum: Fixing WordPress
In reply to: Login forms designTry http://wordpress.org/support/topic/horizontal-login-box?replies=4 ? It is kind of old but might work still.
Forum: Fixing WordPress
In reply to: Database Issue- Please Help!!Is Godaddy your current host? Ask them through support. That’s why they get paid.
It would be hard to tell you how to fix it without access.
Forum: Fixing WordPress
In reply to: Is my affiliate links plugin making my site slow?I didn’t look at it but they can slow it down a ton.
Those plugins don’t change the content and add links to it permanently. So basically each time the page is loaded it will go through the whole content and find and replace the right words with links. This can slow it down but by 2 seconds that is a lot. There might be something else going on with that.
Disable the plugin. Test and find out.
Forum: Fixing WordPress
In reply to: Deleting adsense.php file doesn't actually delete the ad – help!Put adsense.php back where it was but leave it blank. Try that.
Forum: Fixing WordPress
In reply to: Adding Google AnalyticsPut it in footer.php right before </body>
Forum: Fixing WordPress
In reply to: instant wordpressGot a link to the post?
Did you edit in visual or html mode on the text editor? If you did it in visual swap to html to see if anything else was added besides just the text you want.
Forum: Fixing WordPress
In reply to: Remove "Leave a Reply" text.Think he wants just to remove that text. Not remove comments.
Forum: Fixing WordPress
In reply to: home link in navigation barThe top left box on that page either says your theme doesn’t support or it gives you an option to select which menu to use. What does it say in top left box?
Did you install the theme yourself? Did anyone else work on it?