WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make equal spacing between pictures in posts?Can’t really help without seeing it. But my guess would be you need to adjust padding. Where? No idea without seeing the site.
Forum: Fixing WordPress
In reply to: Delay to a post been published – Please HelpThat’s very odd.
My only guess is cache. Clear your browser cache for the browsers you dont see it on and refresh.
Forum: Fixing WordPress
In reply to: How to link FB, Twitter etc. on bottom of page.This is a premium theme and support for that theme should be asked for on their site.
Forum: Themes and Templates
In reply to: want to show blog entries in sidebar on home page. possible?Custom Menu widget would probably be the best.
Just create a menu of the blog posts that you want then go to widgets and select that menu
Forum: Fixing WordPress
In reply to: add administratorConfused on what a MAC or PC has to do with it.
Are you talking about wp-admin? If so its under users and just click add users and select admin role.
Forum: Themes and Templates
In reply to: Different menu background color for each tabYou are trying to add it to this file
http://www.hispanicalliancesc.com/en/wp-content/themes/ACCH/style.css
Forum: Fixing WordPress
In reply to: All posts have vanishedAppears to be gone. I would check database to make sure though.
Forum: Fixing WordPress
In reply to: Transferring site to new host ISSUESDNS will fluctuate until it settles. One minute you might be looking at your new site, refresh and you will be looking at your old site.
Just need to give it time to settle.
Forum: Fixing WordPress
In reply to: Transferring site to new host ISSUESDNS changes can take up to 48 hours.
Give it some more time or call Godaddy. Their phone support is very helpful and at least they can verify you did it correctly.
Forum: Themes and Templates
In reply to: Different menu background color for each tabI don’t see that you added that code in style.css
Did you delete it? If so can you add it back so I can see.
Forum: Fixing WordPress
In reply to: MenuI’d ask the mega-menu plugin people since it is a paid plugin.
Forum: Themes and Templates
In reply to: Different menu background color for each tabYou have 5 different tabs and they all have different CSS classes. So you would have to make 5 new classes with the background-color for what you want.
Here the are from left to right.
menu-item-10
menu-item-11
menu-item-86
menu-item-251
menu-item-61Here’s what you would need to add for each one in style.css
.menu-item-10 { background-color: #333; }Forum: Developing with WordPress
In reply to: mysql or mysqli is best?Voting over? 🙂
I’d go with MYSQL too.
Forum: Themes and Templates
In reply to: Question about templateWhat is the question?
Forum: Fixing WordPress
In reply to: Unwanted element on front page and home button weirdBecause you have Settings -> Readings and front page set to a static page called Why Upstream?
That’s my guess