Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Anja0625: I cannot access your site. It is showing Database Error. Please fix that and let me know it.
Sakin
Keymaster@nesciens: That’s nice. Yes, you can simply build child theme and add it like you have done it.
Sakin
Keymaster@kz2284: From color option in your Theme Options panel. Just change the color code of “Header Background Color”
Sakin
Keymaster@jwendell: Contact Form 7 is for creating contact form and all. For Excel, you need to search for other plugins. Try searching in Google.
Sakin
Keymaster@empeyzee: There is only one trick to do that.
1. Just create the page and add your image which you have it in your homepage featured content section.
2. Select that page as “Front page” from “Settings => Reading” and check “A static page (select below)” and select that page.
So this way you will have your page with sidebar.
3. Then you can disable your Featured Homepage Content from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.Sakin
Keymaster@Potzas: You don’t have to change anything is style.css . You should just add the following css in “Appearance => Theme Options => Custom CSS” box.
image path means the url of the image.Like the image path of our logo is http://i0.wp.com/catchthemes.com/wp-content/uploads/2012/06/logo.png
in the same way you need to add the image path. If for example, you want to add our logo then it will be as.
#controllers a { background: url("http://i0.wp.com/catchthemes.com/wp-content/uploads/2012/06/logo.png") no-repeat scroll 0 0 transparent; height: 10px; width: 10px; } #controllers a:hover, #controllers a.active { background: url("http://i0.wp.com/catchthemes.com/wp-content/uploads/2012/06/logo.png") no-repeat scroll 0 0 transparent; }Sakin
Keymaster@nesciens: Sorry I don’t understand all these. Can you tell me what are you trying to do in your site?
Sakin
Keymaster@acanthuroid: I am not sure what have you done to your site. Can you send me the site URL?
Sakin
Keymaster@nesciens: function.php is useless. You can just delete that and add all the css in your child theme style.css . When you are not disabling responsive, you don’t need to separate the css.
So, just delete your child theme function.php and merge your child theme responsive.css to style.css
Then send me your site URL. I will check in.
Sakin
Keymaster@mattematica: The Site link color are not control through Theme Options panel. It is controlled though WordPress Custom Header Function from “Appearance => Header”. But yes, if you want to add custom hover color then you have to add custom css in “Appearance => Theme Options => Custom CSS” box.
To change Font Family only for Site Title and Description, you can change it from “Appearance => Theme Options => Font Family Options”, where you can just change “Site Title & Description Font Family”.
Also when you post your question, try to post in your site URL so that it will be easy for us to look that you are doing.
June 27, 2013 at 11:23 am in reply to: Reducing white space between content and bottom of page #11112Sakin
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.
-
AuthorPosts
