Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Mihaxxi: That’s great you have added it. For now you have to keep the backup of the change functions. So, you can just replace that function when there is update.
Let’s do this way. I will add your icons in next version update and you help me translate the theme in russian language.
Sakin
Keymaster@Mihaxxi: There cache installed in social link functions. So, either you have to wait for next day where it will be expired or you have to change any link in Soical options and then add back again. Changing any value in theme option will clear the cache.
Sakin
Keymaster@egnalc: For Catch Mustang Theme. I am confused weather it’s through out the header where it have black gradient. Or you just want to make the header logo cove the header wrapper. If only header wrapper then first update the header image with minimum width size 978px and then add the following CSS in “Appearance => Theme Options => Custom CSS box.
#header-content, #site-logo, #site-logo a img { padding: 0; }
@joecool3216: Thanks for your help but that is for different theme. The css depends on the Theme that you are using.May 27, 2013 at 9:47 am in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #9499Sakin
Keymaster@saadghauri: You can simple add the following CSS in “Appearance => Theme Option => Custom CSS” box.
#secondary { background-color: #472800; }Sakin
Keymaster@impresnet: I just check in your image. Yes you can do that. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap, #site-logo { padding: 0; }When you add in the above custom css. You need to remove your current custom css code as below:
#hgroup-wrap { padding-bottom: 10px; } #site-logo { padding-top: 10px; }Sakin
Keymaster@joecool3216: If you want to remove adjust it in all devices then just put the css outside
@media screen and (min-width: 1060px) { }. This code only apply css that are screensize of 1060px width minimum.So, it can be as below:
/* Padding Above Logo */ #site-logo { padding-top: 50px; } /* Padding Above Site Title */ #hgroup { padding-top: 50px; } /* Padding Below Site Description */ #hgroup-wrap { padding-bottom: 50px; }Sakin
Keymaster@impresnet: Since this is responsive them. You can adjust the padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will reduce the padding top in screen size minimum width 1060px.
@media screen and (min-width: 1060px) { .page #main { padding-top: 50px; } }Sakin
Keymaster@craftsmenind: Sorry. When you add the static front page. It will not show the Featured Image. As this option will show the page as it is. So, you have to insert the image inside your page.
Sakin
Keymaster@Mirko034: The option to disable featured image in current there only in Catch Everest Pro theme. You need to upgrade your theme.
But yes for free them you can hide it though custom CSS. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single .featured-image { display: none; }Sakin
Keymaster@jmott310: Sorry I don’t get it. Do you mean Featured Post Slider. Can you explain it and also send us your site URL.
Sakin
Keymaster@burgdani: You can download it from your account in Catch Themes. But if don’t find the download link in your account http://catchthemes.com/my-account/ then contact our sales and account section through http://catchthemes.com/contact-us/
Sakin
Keymaster@craftsmenind: You have set Static Front Page. So, this will now show the Featured Image. You need to add the image in the page itself.
Sakin
Keymaster@impresnet: Sorry I don’t get it what you mean. Can you explain it.
Sakin
KeymasterSakin
Keymaster@Elisabetta: Sorry this is not theme related issue. It’s your server issue. Check your file permission. The best option will be to ask your hosting server support forum. They will able to help you best as your site is hosted there and they know about the permission.
Sakin
Keymaster@ronjak: Footer widgets are for all page. Why don’t you just add page as the homepage. The idea is like this. Create the page called “Welcome” and add the content there. Then after that go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”, check to enable “Enable Latest Posts or Page”. Then go to “Settings => Reading” and click on “A static page (select below)” and select the page “Welcome” in Front page.
Sakin
Keymaster@shirleyl: Hello send me the link of the page for which you want full width. I will give you the css for that specific page to make it full width.
-
AuthorPosts
