Forum Replies Created

Viewing 20 posts - 12,141 through 12,160 (of 14,500 total)
  • Author
    Posts
  • in reply to: Social share links not responsive #9575
    Sakin
    Keymaster

    @dt2791: I got your site link http://www.inhighdefinition.co.uk/what-do-i-like/. To correct that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #content .bottomcontainerBox {
        height: auto;
        width: 100%;
    }
    in reply to: Homepage Top sidebar widget #9574
    Sakin
    Keymaster

    @13alaise: I don’t see that widget in your site. Can you show me the page where you are using it.

    in reply to: Receiving an error on my site #9573
    Sakin
    Keymaster

    @mintamim: It’s cool that you have restore. But to make you clear, please don’t edit the core theme files and functions. If you want to change any functions then please build child theme and edit it. Or if you just want to change few line of css then you can use Custom CSS box at “Appearance => Theme Options => Custom CSS” box.

    in reply to: change depth of slider? #9572
    Sakin
    Keymaster

    @oly: If you use Pro version, then for slider you can use Featured Image slider. Featured Image slider allows you to upload the image of any size.

    in reply to: The word HOME on static home page #9568
    Sakin
    Keymaster

    @tutyga: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home #primary .entry-header { display: none; }

    in reply to: Simple Catch – Use Theme Option in Template #9567
    Sakin
    Keymaster

    @tpflanz: Cool. That is the way to get data from theme options panel.

    in reply to: Featured Post Grid plugin & Simple Catch Pro #9566
    Sakin
    Keymaster

    @Jos: Where are you trying to add this functions and why are you using this plugin to add code.

    To add any code in the theme core file, you need to build child theme and then edit the code so you won’t lose your customization when you perform updates.

    in reply to: Putting in new author template tags for Co-Authors Plus #9565
    Sakin
    Keymaster

    @RBT: You cannot directly print the the author functions. As we don’t use the_author_posts_link() but we use get_author_posts_url(). So, you need to ask the plugin author to send the function which just return the value but not print it.

    Then you can edit the function catchbox_posted_on() in fucntions.php. The best way to edit the theme will be to build child theme and just copy the function catchbox_posted_on() in your child theme functions.php and edit it.

    in reply to: Header Display Inconsistency #9564
    Sakin
    Keymaster

    @donal.leader: Yes, this will be fixed in new version update. For now you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding .searchform button { width: auto; }

    in reply to: How do you set a Default Slider Size for Images? #9563
    Sakin
    Keymaster

    @electricidee: It would have been easy for me to answer if you have posted your site URL. Looks like you are using Catch Box Free theme. If you see the theme instruction of Catch Box http://catchthemes.com/theme-instructions/catch-box/, it’s mentioned there that the best size for the featured slider is Width: 644px and Height: 320px.

    So, the best use will be adding the featured image of Width: 644px and Height: 320px and you will have all image same. If the image is bigger then the size mentioned it will automatically crop the size but if it is smaller then it will just show the smaller image.

    Another, is that if you have just change your theme from other theme then you need to regenerate the thumbnail.

    Sakin
    Keymaster

    @preetammeghai: This option is available only in Catch Everest Pro theme. In Pro version, there is option to add widget in Header Right Sidebar. See this for more details about Catch Everest Pro theme http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: arabic number in editor #9561
    Sakin
    Keymaster

    @RodC14: Catch Everest Pro is not translated in Arabic. So, you need to translate the theme and then only it will be compatible. Catch Everest Pro theme is translation ready. See this for translation http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/

    in reply to: Page titles #9560
    Sakin
    Keymaster

    @egnalc: Can you check in your site URL? I cannot open your site.

    in reply to: Center logo? #9559
    Sakin
    Keymaster

    @Bee1derful: Just send me your site URL and then I will send you the css that you can add in your custom css box.

    in reply to: fonts.googleapis.com return 404 #9558
    Sakin
    Keymaster

    @queberican351: Thanks for point out the issue. We will fix this issue in next version update. This issue exist only when have default setup in the font. So, to fix the issue in this version. Just follow the instruction as below:
    1. Go to “Appearance => Theme Options => Font Family Options” box. Then change any font and click on Save.
    2. Then after that you can go back to Font Family Options and Click on Reset Fonts and save it.

    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;
    }
Viewing 20 posts - 12,141 through 12,160 (of 14,500 total)