Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Jeff: For that you need to build child theme and create functions.php file in your child theme. Then copy
catchevolution_featured_header()functions from custom-header.php file and edit the code as per your need.Sakin
Keymaster@jatco: Slight correction in the css.
#header .top-bg, #header .bottom-bg { display: none; } #header { background: url("http://isadoit.com/wp-content/uploads/2013/07/Screen-Shot-2013-12-09-at-4.55.30-PM.png") no-repeat scroll center top #000; border: none; height: 309px; }Sakin
Keymaster@Oceani5: Myriad Regular Condense is not free and GPL font so we are not allowed to add it in Font option. You need to purchase and then only can be added with font embed through fontsquirrel.com or typekit.com
Sakin
Keymaster@jatco: Your Custom CSS will be as below:
#header .top-bg, #header .bottom-bg { display: none; } #header { background: url("http://isadoit.com/wp-content/uploads/2013/07/Screen-Shot-2013-12-09-at-4.55.30-PM.png") no-repeat scroll center top #000); border: none; height: 309px; }Sakin
Keymaster@web-automobile: Sorry but you need to consider hiring developer to work for you. As our default theme works fine in IE but your customize site doesn’t work and I am having difficulty debugging it.
Sakin
Keymaster@Peter: Yes it was custom social icon issue. But when I check in your site now it looks file.
Otherwise, you can remove that custom social icon and add that flag image and link from Text Widget to the header right sidebar.Sakin
Keymaster@Betty: You can not supposed to add the function in Child Theme directly as this function is added through action hook and to make changes you need to do it from action hook. I don’t know why you need to adjust this function. If you are trying to change the image then you can change it from “Appearance => Header”.
Now you need to delete your child theme from FTP or Hosting Control panel.
Sakin
Keymaster@rbrt_bene: Yes let me know what you want to do it with your reference to your site URL.
Sakin
Keymaster@insanelydivine: I see that you have removed the border that is why it is showing big gap. You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box.
#content article { margin-bottom: 0; padding-top: 0; }Sakin
Keymaster@brooklynfunbus: You can add the text from Text Widget in the Footer Sidebar.
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to adjust the font size.
#footer-sidebar .widget-title { font-size: 14px; }Sakin
Keymaster@Jeff: Sorry your question is not clear. So, can you explain with reference to your site URL.
Sakin
Keymaster@youngwings: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.comments-title { margin-bottom: 15px; } .comments-area article { margin-bottom: 10px; padding-bottom: 10px; } .comments-area article header { margin-bottom: 10px; } .comments-area article p { margin-bottom: 10px; }Sakin
Keymaster@jatco: Sorry, I don’t understand your question properly. Do you mean to change the entire header that is grey background with your own image. Then first you need to upload the image in your site and then add the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS replace the text Your Image URL with the image url
#header { background-image: url("Your Image URL"); }Sakin
Keymaster@cowboy-mike: Yes, you can either update the theme from WP Admin or from FTP. But works fine and it will not effect your custom CSS and theme settings.
Sakin
Keymaster@Peter: It looks like the image you uploaded for custom social icon is small http://erp-training.nl/sap/wp-content/uploads/2013/12/ukflagW30.gif . You need to upload image with minimum 40px width and 40px height.
Sakin
Keymaster@blackkeys: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right { clear: both; }Sakin
KeymasterYour footer.php should be like this http://themes.svn.wordpress.org/catch-evolution/1.3/footer.php
Sakin
KeymasterHi Pawel,
Looks like you have issue with the translation .mo and .po file. All confused as it validate in our site. So, I have disable that again.
Regards,
SakinSakin
Keymaster@web-automobile: For Facebook open graph, it is best recommended to use plugin.
-
AuthorPosts
