Forum Replies Created

Viewing 20 posts - 11,861 through 11,880 (of 14,496 total)
  • Author
    Posts
  • in reply to: Problem with sub menu #10454
    Sakin
    Keymaster

    @impresnet: For that you need to customize the css so please take help from CSS developer. Sorry, this is beyond the scope of our site.

    in reply to: Remove "reply" #10453
    Sakin
    Keymaster

    @GranPaSmurf: You must have set the front page from the Settings. So, yo have to edit that page. When you edit the page you will see “Discussion” box. There you have to uncheck
    Allow comments.
    Allow trackbacks and pingbacks on this page.

    See this for more details http://en.support.wordpress.com/enable-disable-comments/

    in reply to: Page titles removed, how to reduce padding? #10443
    Sakin
    Keymaster

    @trentbuzz: You have just hidden the tile by using font size to 0 but with that you haven’t hide the title padding and the line height. So, the best way to hide the title will be by adding the following css.

    .page .entry-header {
        display: none;
    }

    This will make the sidebar and content align.

    in reply to: Header and Writing on Featured Post Slider #10442
    Sakin
    Keymaster

    @Raminder:

    1 – How do I eliminate the space between the menu and the University of Southampton Banner below the menu. How can I make this banner the same size as the menu bar too? The link to the specific page is http://soton-fifc.co.uk/register/gold-band/gold-band-example-company-1
    — You can add the following cs in “Appearance => Theme Options => Custom CSS” box to remove the padding in that particular page. `.page-id-423 #main {
    padding-top: 0;
    }`

    For features added in Catch Everest Pro theme. See this.
    http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Update to the latest version #10440
    Sakin
    Keymaster

    @poornima.uk: You can just update and refresh your browser to clear the cache.

    in reply to: Homepage Alignment #10439
    Sakin
    Keymaster

    @nwffuels: Looks like you are using Contact Form 7. to add contact from 7 contact form in Sidebar. Just go to “Appearance => Widgets”. Then drag and drop the “Text” widget. Then in the content of text widget. Add the form code [contact-form-7 id="124" title="Contact form 1"]

    in reply to: Sidebar posts #10438
    Sakin
    Keymaster

    @rbrt_bene: You can upload in any photo sharing site or use dropbox and paste the url here.

    in reply to: How to remove some things #10415
    Sakin
    Keymaster

    @impresnet: Your custom CSS box is little mess. Can you clean it up. For now, can you add the following css in the top of custom css box.
    #hgroup-wrap, #site-logo, #site-generator .site-info { padding: 0; }

    and delete the following css from Custom CSS box.

    #site-generator .site-info {
        padding: 0px 0;
    }
    /*@media screen and (min-width: 1060px) {  */
    /*.page #main {*/
       /* padding-top: 20px;*/
    /*}/*
    /*}*/
    
    #hgroup-wrap, #site-logo {
        padding: 0;
    }
    in reply to: Site not displaying correctly in IE #10414
    Sakin
    Keymaster

    @Tracie: I just test your site with the following real IE
    IE10: It’s working fine.
    IE9: It’s working fine.
    IE8: It’s working fine. But the site with is small as you haven’t updated to latest version of Catch Everest Pro.

    Can you refresh your browser and check it.

    in reply to: Page titles removed, how to reduce padding? #10413
    Sakin
    Keymaster

    Are you trying to hide the page title. If yes, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .page .entry-header {
        display: none;
    }
    in reply to: Sidebar posts #10409
    Sakin
    Keymaster

    @rbrt_bene: You need to send me something to help me understand the site u are designing and what you are trying to add back. Maybe screenshot.

    in reply to: Font Change #10408
    Sakin
    Keymaster

    @RyanOc360: Font options is only there in Catch Everest Pro theme. For more details about additional features in Catch Everest Pro. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Facebook "Like Box" Plug-in #10407
    Sakin
    Keymaster

    @arthidalgo: I am not so sure how you added the Facebook. You can do the same way.

    in reply to: Homepage Alignment #10405
    Sakin
    Keymaster

    @nwffuels: Please check your site URL. I cannot open it.

    in reply to: Facebook thumbnail #10404
    Sakin
    Keymaster

    @TanjaCrouch: When I share your site in Facebook as http://www.tanjacrouch.com/. It works fine.

    in reply to: disable meta data? #10403
    Sakin
    Keymaster

    @erikab1: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    in reply to: Search box #10402
    Sakin
    Keymaster

    @LogoSystems:
    1. Is there any way to put the search box in the right hand end of the menubar in Catch box pro ?
    — Sorry there is no option to add in the search to the right side of menubar. To add this, you need to build child theme and do the modification. It’s but complicated.

    2. Is there a quick way to stop all the page titles being links.
    — Just build child theme and then edit the file content-page.php . There you can just delete the link in heading.

    in reply to: Miulti language website #10401
    Sakin
    Keymaster

    @mloga94: This is not in theme Territory. You need to add in plugin if you need instant translation. There is ready to use translation in Polish, Chinese, Spanish and Italian language. But this is for different WordPress installation.

    in reply to: Problem with sub menu #10400
    Sakin
    Keymaster

    @impresnet: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a {
        white-space: normal;
    }
    in reply to: My own CSS file #10399
    Sakin
    Keymaster

    @madeleod: Custom CSS in the best way to add your own css. In this way when you update the theme you won’t loose your css.

    There is another option to add in your css. That is by Building Child theme and add in your own style.css

Viewing 20 posts - 11,861 through 11,880 (of 14,496 total)