WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get rid of page title on static front page?Add this to your CSS.
.home .entry-title { display: none; }Forum: Fixing WordPress
In reply to: How Can I Remove Latest Post Heading ? ? ? ?Can you clarify and maybe give a link to an example.
Not sure I fully understand what you want to do.
Forum: Fixing WordPress
In reply to: how to get into WP codingTry to deactivate all your plugins.
Forum: Fixing WordPress
In reply to: removing dotted line from custom menu widgetI don’t see where you added it at.
Forum: Fixing WordPress
In reply to: removing dotted line from custom menu widgetYou can just add at the end to make it work.
Forum: Fixing WordPress
In reply to: FTP won't log me inYou need to get with the person who gave you the access and verify it is correct and ask them how to connect to it.
Forum: Fixing WordPress
In reply to: removing dotted line from custom menu widgetEdit your CSS in style.css, child theme, or custom CSS in theme options with the below. I do not know your theme so I don’t know what methods are available for you.
#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-menu-item a { text-decoration: none; }Forum: Fixing WordPress
In reply to: help with side bar in fotogramForgot the </iframe> at the end.
Use
<iframe id="f76a8e46bfab2a" class="fb_ltr" scrolling="no" name="f1f43a18ba9c994" style="border: medium none; overflow: hidden; height: 300px; width: 220px;" src="http://www.facebook.com/plugins/likebox.php?api_key=&locale=en_US&sdk=joey&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df24b728bd277bae%26origin%3Dhttp%253A%252F%252Fwww.artvinylgraphics.com%252Ff10d3a01c0ae2a%26domain%3Dwww.artvinylgraphics.com%26relation%3Dparent.parent&height=300&header=false&show_faces=true&stream=false&width=220&href=https%3A%2F%2Fwww.facebook.com%2FArtvinylgraphics&colorscheme=light"></iframe>Forum: Fixing WordPress
In reply to: help with side bar in fotogramTo make your sidebar bigger you are going to have to redo images too. For your theme it is not very easy to do.
Put the below code in your site and see how it looks.
<iframe id="f76a8e46bfab2a" class="fb_ltr" scrolling="no" name="f1f43a18ba9c994" style="border: medium none; overflow: hidden; height: 300px; width: 220px;" src="http://www.facebook.com/plugins/likebox.php?api_key=&locale=en_US&sdk=joey&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df24b728bd277bae%26origin%3Dhttp%253A%252F%252Fwww.artvinylgraphics.com%252Ff10d3a01c0ae2a%26domain%3Dwww.artvinylgraphics.com%26relation%3Dparent.parent&height=300&header=false&show_faces=true&stream=false&width=220&href=https%3A%2F%2Fwww.facebook.com%2FArtvinylgraphics&colorscheme=light">Forum: Fixing WordPress
In reply to: Not showing the imagesSeems to be an issue your slider so I would contact the vendor you bought it from for support.
Forum: Fixing WordPress
In reply to: help with side bar in fotogramIf you are new to this it is probably better for you just to change the facebook size. In the code for facebook find.
height: 300px; width: 292px;A good width for your theme would be 220px. Change it and see if you like it.
Forum: Fixing WordPress
In reply to: SEO Counter. Is there a way….Google Analytics you can enter your own IP address and it wont count it.
Also whatever tracking code you are using shouldn’t be in the dashboard and tracked.
Not sure what you mean by “SEO Counter”. Is it a plugin or a term?
Forum: Fixing WordPress
In reply to: Removing Date from twentytwelve PostsDo it with CSS. Add/edit the below in style.css or your child theme and it will hide the date.
.entry-date { display: none; }Forum: Fixing WordPress
In reply to: justify excert and underlined link only on hoverTo remove them from ALL links you would do.
a { text-decoration: none; }to have them hover underline
a:hover { text-decoration: underline; }Forum: Fixing WordPress
In reply to: New static front page: error in connecting database problemI would rename the BLOG folder to BLOG1 or just delete it if you dont need it.