Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Post Navigation Arrows

    #48937

    The easiest way is to hide it through Additional CSS:

    .singular .post-nav-top {
    	display: none;
    }
    
    Admin

    In reply to: Unwanted side effects of the recent update to graphene v2

    #48936

    Another side effect of the update is that the second line of the menu (based on categories) is now showing “help text” under the categories, thereby creating long gaps between the menu elements.
    How can I get rid of that line? I tried to suppress the description from the “Category” definitions, but this did not work: the old text is still displayed in the 2nd line menu.

    You can remove the description for the menu item in WP Admin > Appearance > Menus. If you don’t see the description field for each menu item there, click on the “Screen options” tab at the top right of the screen and tick the checkbox for description.

    Admin

    In reply to: GT V2.2 showing add on homepage

    #48929

    Those ads are being added by the Adsense plugin that you’re using. Check the settings that you have for that plugin.

    Admin

    In reply to: Removing FEATURED Image Border

    #48926

    Try this:

    .entry-content .excerpt-thumb img, 
    .child-page .excerpt-thumb img {
       border: none;
       box-shadow: none;
    }
    
    Admin

    In reply to: Search box text color

    #48923

    The search box simply applies a white background with 90% transparency. This ensures that it blends well with most colours one might choose for the top bar / main menu.

    To customize the search box to any particular colour, try this Additional CSS:

    #top_search input,
    #top_search .btn-default {
       background: #ffffff;
    }
    
    Admin

    In reply to: Home page formatting changed

    #48922

    Looks like there’s an issue with the particular post titled “Oracle set to buy Aconex“. If you open that particular post, you’ll see it’s single display is also malformed.

    Check the post for any HTML error, particularly for any </div> at the end of the post.

    Admin

    Customizer > Graphene: General > Home Page Panes > Disable homepage panes.

    Admin

    Is it the page titled “Expert Witness Consulting”? If yes, it doesn’t seem to be private since I can view even the full page.

    Admin

    In reply to: Post Page Category Headings

    #48911

    You can try using plugins such as this:

    Admin

    Link to site?

Viewing 10 posts - 561 through 570 (of 6,030 total)