Forum Replies Created
-
AuthorPosts
-
June 2, 2014 at 11:43 pm in reply to: Pre-sales Question: Form placement on top banner possible..?? #33308
Sakin
Keymaster@Driven13: For this: you need to create blank
functions.phpfile and then copycatchkathmandu_featured_image()function fromcatchkathmandu-functions.phpfile and then edit that functions to add your form. Then you need to make make that form div position form CSS in your child themestyle.cssfile.June 2, 2014 at 11:31 pm in reply to: Button colour change & how to centre content in sidebar #33307Sakin
KeymasterHello Ian,
The site is opening and I see that you have changed the color by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#homepage-message .right-section a { background-color: #3a3d41; } /* Mouse Hover Background */ #homepage-message .right-section a:hover {background-color: #A16f3c; }Nice changes.
Regards,
SakinSakin
KeymasterHello Philippe,
Sorry your question is not so clear. Can you explain in reference with your site URL?
Regards,
SakinSakin
Keymaster@dmcleman: You can see it in style.css of parent theme. There is gradient background. So, you need to change as below:
#branding #access, #colophon #access-footer { background: #3d3d3d; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#585858, #3d3d3d); background: -o-linear-gradient(#585858, #3d3d3d); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */ background: -webkit-linear-gradient(#585858, #3d3d3d); }Or you need to change as:
#branding #access, #colophon #access-footer { background: none #3d3d3d; }Sakin
Keymaster@telexesposito: For that you need to activate WP-PageNavi plugin
Sakin
Keymaster@Janet: Oh sorry can you replace that css with the following
#main #featured-post { border: none; margin-bottom: 0; }Sakin
Keymaster@Navid: Yes, this is high level of customization and yes you are eligible for this after you purchase the support subscription. Yes, I will be helping you but you need to send the request through Support ticket at http://catchthemes.com/support/. You need to be logged in to send support ticket.
Sakin
KeymasterHi Yuliya,
1. Yes, you can use the theme in your two sites. You can use it for unlimited sites that you own. You are just not allowed to resell or redistribute it.
2. For Multi Language plugin like WMPL and qTranslate, I recommend to use Catch Everest Pro, Catch Kathmandu Pro and Catch Evolution Pro at this stage. These theme are WPML and qTranslate plugin ready.Regards,
SakinSakin
Keymaster@Dudley: Sorry this is not our theme.
Sakin
KeymasterHi Navid,
Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#logo-wrap { float: none; text-align: center; width: 100%; } #site-logo { display: block; float: none; margin: 0 auto; width: auto; }Regards,
SakinSakin
Keymaster@Anouk: You are doing good I guess. If you see in your page http://umaya.nl/werkwijze/.
For just a break you can add<br />code and for paragraph you can add<p>code and end</p>code after paragraph.Sakin
KeymasterHello Silvan,
I am totally lost with your question.
1. You have already change the text of the slider. You can manage position from following css:
#main-slider .entry-container { bottom: 15%; max-width: 50%; position: absolute; }2. This is your background slide plugin so you need to adjust there.
Sorry I think you need to hire customizer to work for you.
Regards,
SakinSakin
Keymaster@luismarioochoa: I check in your site with my Android devices and you menu looks so small as you have disable responsive design. That is why you are having trouble going to sub-menus. When I zoom in and click on About US, I am able to select “Our Cuisine”. So, it bit complex without responsive design.
Second I don’t understand your request. Like when I click on About us it show me “Our Cuisine, Our team and Chef’s Tips. There is no problem.
Sakin
Keymaster@dmcleman: For this check our your “Content layout” in “Appearance => Theme Options” and change it to “Show full content” then only your more link will work. Otherwise it will display the excerpt text with featured image that you have add in the post.
Sakin
KeymasterHello Silvan,
It’s cool that you fixed the background.
Another I don’t understand. If you want to disable Featured Slider then you can disable it from “Appearance => Theme Options => Featured Slider => Slider Options” and in “Enable Slider”, you can select “Disable” and save changes.
Regards,
SakinSakin
Keymaster@Janet:
1. Yes, there is about 15px margin about your css, which you can remove it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget { margin-top: 0; }2. The text below the slider, are you talking about Homepage Headline with the text “Lockhart’s Premier Rental Event Center”. For that you can change the text color from “Appearance => Theme Options => Color Options => Site Color Options” and change “Homepage Headline Color” and save changes.
3. I already gave you the css to change the contact button. You can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message .right-section a { background-color: #9bc23c; color: #fff; } #homepage-message .right-section a:hover { background-color: #87ae28; color: #fff; }4. To remove that white space, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post { border: none; margin-bottom: 0; }5. At the bottom of the page is the blue footer where the copyright is (and the copyright text is still in white).
— For copyright background color, you can change it from “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save change.
— Footer copyright text color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.#site-generator { color: #1B5F7D; } #site-generator a { color: #1B5F7D; }Sakin
Keymaster@drlapco: Already gave you direction. Sorry I think you might need to hire customizer to work on it.
Sakin
KeymasterIt’s not from Theme Options panel. It’s from
simplecatch_headerdetails()function which you can find it insimplecatch_functions.phpfile. If you want to edit this then it’s simple, just build child theme and then create blankfunctions.phpfile copysimplecatch_headerdetails()functions and edit it. -
AuthorPosts
