Forum Replies Created

Viewing 20 posts - 13,481 through 13,500 (of 14,496 total)
  • Author
    Posts
  • in reply to: Why is web-page in portrait format? #5159
    Sakin
    Keymaster

    @thess: The site maximum size is 1140px so above that it will show the space. You can see in our demo page. Many theme even don’t support more than 1000px.

    in reply to: Header #5158
    Sakin
    Keymaster

    @theproductlab: Wow so many question at a time. ok I will try to answer the all. Add the following CSS in “Custom CSS” box in your Theme Options panel.

    /* To remove the Social and Search box at the top */
    #header .social-search { display: none; }

    /* To remove only for the Search Form then */
    #header .social-search form.searchform { display: none; padding: 0; }

    /* To Change the header background */
    #header { background: none #fff; }

    in reply to: When is a "pro"-version available for buying? #5157
    Sakin
    Keymaster

    @Cryptit: Yes we are planning for the end of March.

    Sakin
    Keymaster

    @Cryptit: We have featured image slider in all our paid version of theme. In recent update, we are adding in option to choose from “Featured Post Slider”, “Featured Page Slider”, “Featured Category Slider” and “Featured Image Slider”. We will have this option in Catch Everest Pro version.

    in reply to: Why is web-page in portrait format? #5153
    Sakin
    Keymaster

    @thess: Theme is responsive design, it adjust as per the screensize. The best options in the view the site and large screen and then scroll down. You will see various size.

    If you want site to be same in all screen sizes then just disable it through Theme Options panel.


    @wul
    : You cad add screenshot is anywhere and just post the link.

    in reply to: Setting Comments Link Hover to Transparent #5152
    Sakin
    Keymaster

    @Count Moriarty: Great that it worked for your. Thanks.

    in reply to: Padding around logo and search bar removal #5151
    Sakin
    Keymaster

    @[email protected]: I need your site URL and then will send you the css code. Did you try adding in the following css in “Custom CSS” box in your Theme Options panel.
    #header-right .widget_search { display: none; }

    in reply to: PHP file for front page blog posts listing #5150
    Sakin
    Keymaster

    @Robertf: It’s great that it worked for you.

    in reply to: Center menu/navigation #5149
    Sakin
    Keymaster
    in reply to: PHP file for front page blog posts listing #5145
    Sakin
    Keymaster

    @Robertf: Just change content.php in your child theme.

    in reply to: Social Links #5123
    Sakin
    Keymaster

    @golfer300: Yes there is missing file. Either re-upload all the files from Filezilla or WordPress admin panel. I have also emailed you. So, if you need my assistance then reply me email.

    in reply to: PHP file for front page blog posts listing #5094
    Sakin
    Keymaster

    @Robertf: So it’s solved right?

    in reply to: Center Logo? #5093
    Sakin
    Keymaster

    @futureblu: You can try adding in The following CSS in “Custom CSS” box in your Theme Options panel.

    #header-left { float: none; }
    #site-logo { float: none; text-align: center; }
    #site-logo a { display: inline-block; }

    in reply to: Remove Featured Image on Posts #5092
    Sakin
    Keymaster

    @futureblu: Yes the featured image in set as per the width of the screen. We need to thing about this in more details. If you want to hide featured image in the post then add the following css in “Custom CSS” box in theme options panel
    .single .featured-image { display: none; }

    in reply to: Center menu/navigation #5091
    Sakin
    Keymaster

    @micahrj: This theme is designed to make it menu left align. You might need to take hemp from tweaky or http://jobs.wordpress.net/.

    But first you can try the this solutions. I hope it works for you. Just add the following css in “Custom CSS” box in your Theme Options panel.

    #access ul { text-align: center;}
    #access ul li { display: inline-block; float: none; margin-bottom: 0; }
    #access ul li a { float: none; }

    in reply to: Social Links #5090
    Sakin
    Keymaster

    @golfer300: You have social icons in Footer but the image is missing. What did you do with the theme. As there is no version and all on the sytle.css and also image “social-profiles.png” is not found on folder image of theme.

    Please download the theme and then upload the files. This will bring back the social icons.

    in reply to: Setting Comments Link Hover to Transparent #5089
    Sakin
    Keymaster

    @Count Moriarty: For any css customization. You don’t need to build child theme. Just add the css in “Custom CSS” box in your Theme Options panel.

    in reply to: Menu Colors #5088
    Sakin
    Keymaster

    @micahrj: You have already change the color of menu. Great work.

    in reply to: Search bar in the header #5087
    Sakin
    Keymaster

    @TripleMoxy: The header Right is the space for Header Right Sidebar and Search on one of the widget. You can add other various widgets such as Social links and text.

    This is responsive design and we cannot center vertically but yes you can add padding top to move the search little down. But this might hamper the design in mobile devices.

    To add the padding top. You can add the following CSS in “Custom CSS” box in your theme Options panel.
    .sidebar-top { padding-top: 35px;}

    Sakin
    Keymaster

    @table26: You have header right and left margin set is 3%. Login to your WordPress Dashbaord and then go to “Theme Options => Theme Options => Header Options”. There in Header Right Margin and Header Left Margin make it both 0 and click on Save button.

    When you make the Margin 0 on all side. The Image shift to left as your the space will be 1000px when there is no margin and your image size is only 975px that is why it shows 25px white space at the right side. Just upload the image with the width 1000px and remove all the margin. Then it will be fine.

Viewing 20 posts - 13,481 through 13,500 (of 14,496 total)