Forum Replies Created

Viewing 20 posts - 12,161 through 12,180 (of 14,505 total)
  • Author
    Posts
  • in reply to: Russia socials links #9554
    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.

    in reply to: Russia socials links #9516
    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.

    in reply to: Header question #9500
    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.

    Sakin
    Keymaster

    @saadghauri: You can simple add the following CSS in “Appearance => Theme Option => Custom CSS” box.

    #secondary {
        background-color: #472800;
    }
    in reply to: How to remove some things #9498
    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;
    }
    in reply to: Padding around logo and search bar removal #9497
    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;
    }
    in reply to: Decrease space #9496
    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;
    }
    }
    in reply to: Change Header Image Link #9495
    Sakin
    Keymaster

    @jmott310: Where are you sending email. I though you will post here. I

    in reply to: Homepage Featured Image #9492
    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.

    in reply to: Disabling featured image in post #9483
    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; }

    in reply to: Change Header Image Link #9482
    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.

    in reply to: Download of theme update #9481
    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/

    in reply to: Homepage Featured Image #9480
    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.

    in reply to: Decrease space #9479
    Sakin
    Keymaster

    @impresnet: Sorry I don’t get it what you mean. Can you explain it.

    in reply to: Social share links not responsive #9478
    Sakin
    Keymaster

    @dt2791: I need your site URL to check the issue.

    in reply to: Logo and title to line up #9477
    Sakin
    Keymaster

    @cumpleby: Yes creating the image in the best option as suggested by @dt2791. The will be title and site description for SEO purposes but hidden to normal visitor. So, you don’t have to worry about it.

    in reply to: error during uploads image file #9476
    Sakin
    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.

    in reply to: Footer Widget on Homepage Only? #9475
    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.

    in reply to: Page template inconsistencies #9474
    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.

    in reply to: Russia socials links #9473
    Sakin
    Keymaster

    @Mihaxxi: You can customize the function simplecatch_headersocialnetworks() in file simplecatch_functions.php inside “function” directory of Simple Catch Pro theme.

Viewing 20 posts - 12,161 through 12,180 (of 14,505 total)