Jump to content

kertoon

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by kertoon

  1. I have this social sharing buttons which appear in both blog post and the PAGES. How do I set it so that they do not appear on the pages?

     

    Here is the code:

     

    function crunchify_social_sharing_buttons($content) { // Show this on post and page only. Add filter is_home() for home page if(is_singular()){ // Get current page URL $shortURL = get_permalink(); // Get current page title $shortTitle = get_the_title();

  2. A few months ago, I changed my site to a new theme and I also changed the name of the site, description and keywords. Recently when I found out from the meta tags checker, the search results still using my old information.

     

    When I viewed its page source, it still has the old title, description and keywords,

     

    How do I fix this problem?

  3. Here is the code:

    <style type="text/css">ul#navbar {list-style-type: none;margin: 0;padding: 0;}ul { margin: 0 auto; display: inline-block;}ul#navbar li {float: left;border: 2px solid black;font-size:14px;text-align: center;}ul#navbar a {background-color: #CCC;color: #000;text-decoration: none;display: block;width: 96px;padding: 4px;}ul#navbar a:hover {background-color: #F3F781;text-decoration: underline;}ul#navbar ul {display: none;list-style-type: none;}ul#navbar li:hover ul {display: block;position: absolute;margin: 0;padding: 0;}ul#navbar li:hover li {float: none;}</style>

    From my laptop , when view with IE, the problem only happens to the homepage but not single post and pages.

  4. I have just put up this horizontal navigation bar. When view on my own laptop, it looks fine, but when I view it on my friend's laptop and also on IE on my own PC, it is shorten and the last portion of the menu continues just below the front part of the menu (as attached).

    post-174517-0-05697200-1404200518_thumb.jpg

×
×
  • Create New...