Forum Replies Created

Viewing 20 posts - 12,901 through 12,920 (of 14,500 total)
  • Author
    Posts
  • in reply to: Can I make header logo float over menu bar #7015
    Sakin
    Keymaster

    @fritzhesse: I don’t understand your first question.

    To remove the top white space so that your logo touches the top edge. Just add the following CSS in “Custom CSS” box in Theme Options panel.
    .site { margin-top: 0; }

    in reply to: How To Make Posts Appear On Blog Page? #7014
    Sakin
    Keymaster

    @onlibebjjproject: To add category posts in the page. You need to install the plugin for which you can search in http://wordpress.org/extend/plugins/

    But there is another options, just create the category names “Blog” and then add the post in that category. Then just add the Blog category in the menu through custom menu. See this on how to add custom menu http://en.support.wordpress.com/menus/

    in reply to: Empty space on side of featured post slider #7013
    Sakin
    Keymaster

    @alisonmckellar: I just check in your site and don’t find any white space on either side of the sliding image.

    in reply to: remove default post on home page #7012
    Sakin
    Keymaster

    @myellowhair: That is Homepage Featured Content which you can mange it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content”. From here you can either disable it for add your own content.

    in reply to: Footer design #7011
    Sakin
    Keymaster

    @frederikwa: This is more of customization work then just a normal support. So, please hire at http://jobs.wordpress.net/ or use tweaky services as shows in sidebar.

    You can change the background color of the elements and work around. We cannot help more then this.

    /* For Footer Sidebar Area */
    #supplementary { background-color: #eeeeee; }

    /* For Footer Description Area */
    #site-generator { background-color: #ffffff; }

    in reply to: Additional/Custom Social Links? #7010
    Sakin
    Keymaster

    @mook32: Oh for this one you need to edit the function catchbox_social_networks() which you will find in file catchbox-functions.php which in inside “inc” directory of your theme.

    after that you need to clear the cache of option panel. So, change any option in Theme Options and save it which will clear the cache and it will be fine.

    in reply to: Featured Slider Text and Link #7008
    Sakin
    Keymaster

    @jsvoboda: About the link in your site in bit confusing. We haven’t experienced that. So, I will contact you through email. I will need to look at your site.

    in reply to: Featured Slider Text and Link #7007
    Sakin
    Keymaster

    @jvargas84: If you just use the Featured Image Slider in the Catch Everest Pro. You have option not to add in the links.

    in reply to: Additional/Custom Social Links? #6987
    Sakin
    Keymaster

    @mook32: there is one trick that you can do. Just option the image social-profiles.png in theme “image” directory. Then change the icon with the one that you don’t use.

    Then in your Theme Options, social icons add the url. So, it will show the replaces image.

    in reply to: Featured Content #6986
    Sakin
    Keymaster

    @Samson81: That is not possible through custom css or easy tweak. You need to manually change the code. So better hire someone to do that task.

    in reply to: "Home" button on menu constantly black #6985
    Sakin
    Keymaster

    @bill: The home is active when you are in homepage. If you go to About us page then About us page will have active black.

    You can control or change the color of active menu by change the color code and adding the following css in “Custom CSS” box in Theme Options panel.
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000000; }

    in reply to: Margin Between Logo and Tab Bar #6984
    Sakin
    Keymaster

    @shanewasik: Yes, just add the following CSS in “Custom CSS” box in Theme options panel. You can increase the margin top.
    #header .social-search { margin-top: 100px; }

    in reply to: Please help. 7 questions about Catch Box #6983
    Sakin
    Keymaster

    @Luis: About this page http://alegriarestaurant.com/about-us/our-cuisine/. You have pasted the content with your dark color manually. This cannot be controlled through theme. You have manually make it blank.

    About your entry title. I just check in your custom css and it is like below:

    #branding ul.menu a { text-transform: uppercase; }
    .tinynav {text-transform:uppercase; }
    #branding ul.menu a { padding: 0 1.11em; }
    #branding ul.menu ul a { color: #FF0000; }
    #categoryposts-8 div.widget-title h3 { color: #006699; }
    #site-title, #site-description { margin: 0; text-align: center; }
    #branding hgroup { margin: 0; padding: 0; }\.entry-title,
    .entry-title a { color: #dddddd; text-align: center; }

    where you can see there in \ in front of the code. The Custom CSS should look like below:

    #branding ul.menu a { text-transform: uppercase; }
    .tinynav {text-transform:uppercase; }
    #branding ul.menu a { padding: 0 1.11em; }
    #branding ul.menu ul a { color: #FF0000; }
    #categoryposts-8 div.widget-title h3 { color: #006699; }
    #site-title, #site-description { margin: 0; text-align: center; }
    #branding hgroup { margin: 0; padding: 0; }
    .entry-title, .entry-title a { color: #dddddd; text-align: center; }

    in reply to: Rounded corners on the page #6982
    Sakin
    Keymaster

    @Samson81: That CSS is for @maevamena and it will not work for you.

    What are you trying to do it? Let me know and then I will send you another css.

    in reply to: Contact Us #6981
    Sakin
    Keymaster

    @palmer.lee: I have just contacted you through email. Please respond there.

    in reply to: White Space in the Header #6968
    Sakin
    Keymaster

    @Samson81: You have to adjust the following css. So, just adjust the padding 50px to whatever you need and add the following CSS in “Custom CSS” box in Theme Options panel.

    #site-logo { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px;}

    in reply to: another font family #6967
    Sakin
    Keymaster

    @korpinar: It will be reminded in Facebook and twitter.

    in reply to: Featured Images #6966
    Sakin
    Keymaster

    @lpompen: You have missed adding in the Featured Image in your post. Just add the featured image and you will see the image. See here on how to add featured image
    http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: decrease post padding css #6965
    Sakin
    Keymaster

    @bill: When you decrease it, you have to decrease it for different screen sizes. I will just give you hint and you can change it accordingly. Change the margin and padding as per your need.

    Just add the following css in “Custom CSS” box in Theme Options panel.

    .site-content article { margin-bottom: 40px; }
    @media screen and (min-width: 1190px) { { margin-bottom: 50px; } }
    @media screen and (max-width: 1060px) { { margin-bottom: 30px; } }
    @media screen and (max-width: 960px) { { margin-bottom: 20px; } }

    in reply to: Image Slider #6962
    Sakin
    Keymaster

    @Samson81: Sorry we don’t have different slider options in different pages. You might find that in plugin. Search plugin in http://wordpress.org/extend/plugins/

Viewing 20 posts - 12,901 through 12,920 (of 14,500 total)