Forum Replies Created
-
AuthorPosts
-
June 27, 2013 at 11:23 am in reply to: Reducing white space between content and bottom of page #11112
Sakin
Keymaster@HannahCatch: If you cannot send me the url. Then can you upload the screenshot of your development site and send me the url of screenshot.
June 27, 2013 at 2:16 am in reply to: Changing text colour in feautured content section of home page #11094Sakin
Keymaster@tychoweb:
I need to add an email address in the right header. Are you able to advise any way of just adding some text here?
— To add email address in the right header section. You need to use Catch Everest Pro theme and then you can add widgets in Header Right Sidebar.I am thinking of upgrading in the next month, will the sites I’m working on be upgraded or will I have to start them from scratch to use the new features?
— The upgrade process from Catch Everest Free to Catch Everest Pro is pretty smooth in you haven’t change any core theme functions and style. All your customization from Theme Options, posts, pages and everything will be upgraded smoothly.I realise this is the third “one question” but I am trying desperately to make the telephone bigger (it is h2), in the code below, whatever I set the font-size to isn’t making any difference at all. The ‘font-type’ works but I can’t make it bigger. Is there anything wrong with this code?
— Change the size in the following css and add it in “Appearance = theme Options => Custom CSS” box.#site-description { font-size: 13px; }Sakin
Keymaster@Raminder: I see that you have added the following CSS in “Custom CSS” box.
.page .entry-title { display: none; }Replace the above css with the following
.page .entry-header { display: none; }There is no option to add in the footer black space. You can add widget in Footer Widgets areas and sidebars.
But since you are using Catch Everest Pro theme, there is small trick. First add the social icon widgets in sidebar or footer widgets. Then get the view source and add the html code in the footer editor.
Sakin
Keymaster@PhaseZwei: Oh sorry we don’t have 4 to 5 sidebars. But you can use plugins to have custom sidebars for each pages and post. Search for plugin at http://wordpress.org/extend/plugins/
Sakin
Keymaster@Sebastiaan.Horn: I see that you are using Catch Everest Pro theme. You can change the color from “Appearance => Theme Options => Color Options”.
Sakin
Keymaster@svoelker: In the above css you can add the height attribute.
/* For Screen Size above 960px */
@media screen and (min-width: 960px) { .featured-text { width: 80%; height: 200px; } }Sakin
Keymaster@svoelker: In the above css you can add the height attribute.
/* For Screen Size above 960px */
@media screen and (min-width: 960px) { .featured-text { width: 80%; height: 200px; } }Sakin
Keymaster@empeyzee: the homepage sidebar work only if you have latest post or page in the homepage. Can you send me your Site URL? So, that I can check in your settings.
Sakin
Keymaster@sross00: you don’t need to convert it into zip file. You can just download the zip from your account at http://catchthemes.com/my-account/ and upload the zip file itself. I will also contact you through email, if you need further assistance.
Sakin
Keymaster@DesignerD: Sorry there is no option for this. You need to build child theme and manually edit the image. But you can also look for plugin for social icons of your choice at http://wordpress.org/extend/plugins/
Sakin
Keymaster@Potzas: That is css circles. You can change to graphic by adding the background image in the controller. Add in the image url where there is image path and also change the height and width as per the image added. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
#controllers a { background: url("image path") no-repeat scroll 0 0 transparent; height: 10px; width: 10px; } #controllers a:hover, #controllers a.active { background: url("image path") no-repeat scroll 0 0 transparent; }Sakin
Keymaster@aceenrichment: You can use “2. Catch Everest: Advertisement” widget, which accepts HTML code in Ads code space.
Sakin
Keymaster@hauaua: There is no option to make the logo on the left and menu on the right in the header. It’s design to make the logo and right sidebar in the header and then menu.
Yes you can try hiring the developer and do the customization. There might me one way to do that by changing the css value. I can just give you the hint and you have to find the developer to do the rest.
For assigning the Header wrap the width and float left and then menu width with float right. See the following css and add it in “Appearance => theme Options => Custom CSS” box and adjust as per your need.
#hgroup-wrap { display: inline-block; float: left; overflow: hidden; padding: 0 5%; width: 40%; } #header-menu { display: inline-block; float: right; width: 50%; } #main-slider, #main { clear: both; }Sakin
Keymaster@jwendell: Not sure about the excel form. But yes for contact form and all you can use Contact Form 7.
Ok I just search in WordPress plugin http://wordpress.org/extend/plugins/ and see the plugin http://wordpress.org/plugins/groupdocs-viewer/ . Maybe this will work. But I haven’t tried it.
Sakin
Keymaster@bigbipper: I don’t get it what you mean? You should be able to do it through custom menu and also check the link where there is instruction to add it.
Sakin
Keymaster@kz2284: You can customize the color from “Appearance => Theme Options => Color Options”
For more check out theme instruction http://catchthemes.com/theme-instructions/catch-mustang/
Sakin
Keymaster@Ellen: To change the image size with the php code will be difficult and you need to build child theme and edit. So, the easiest method will be to just the image with css. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main #content .post-img a { height: 160px; width: 160px; }Sakin
Keymaster@Danny: It has been fixed in version 2.1. See the change log http://catchthemes.com/changelogs/simple-catch-pro-theme/
-
AuthorPosts
