Forum Replies Created

Viewing 20 posts - 2,261 through 2,280 (of 14,492 total)
  • Author
    Posts
  • in reply to: Catch Updater Problem #66966
    Sakin
    Keymaster

    @Harry: I think you missed the step. First you need to activate catch update plugin. Then you need to download update zip theme file from your account at http://catchthemes.com/my-account and then you can update it from “Appearance => Themes => Add New => Uploads” to upload that zip file. Otherwise, either you need to use FTP and replace files/folder or you need to delete old theme first and upload new version.

    in reply to: Warning occurred #66965
    Sakin
    Keymaster

    @Sarah: This looks like plugin issue. So, can you contact to WP PageNavi plugin support for this.

    in reply to: Upgrade not working #66964
    Sakin
    Keymaster

    @Sarah: Please follow update instructions mentioned in http://catchthemes.com/theme-instructions/simple-catch-pro/#updating

    in reply to: Dark vs. Light Color Theme switch #66962
    Sakin
    Keymaster

    @Tomáš: Yes, you need to be administrator of that site to change color any any settings “Appearance => Theme Options”

    in reply to: Size of slider-picture changes in fullscreen #66924
    Sakin
    Keymaster

    @flp2001: In Page Slider, first you need to change featured image in your pages. Then you need to change setting in your customizer. Then you will see new image. If cannot be done from Media uploader. It need to be done from page featured image, Add Media.

    in reply to: change logo postion #66923
    Sakin
    Keymaster

    @yyyfor: Try adding following css in “Appearance => Theme Options => Custom CSS” box:

    div.layout-978 { position: relative; }
    #header .social-search form.searchform { left: 60px; position: absolute; top: 0; }
    in reply to: update 4.2 catch box #66922
    Sakin
    Keymaster

    @marcodimi: OK I will contact you through email and check in.

    in reply to: Image style #66921
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .wp-caption {
        border: none;
    }
    .wp-caption .wp-caption-text, 
    .gallery-caption, .entry-caption {
        font-style: normal;
    }
    in reply to: Navigation does not display on an iPhone #66920
    Sakin
    Keymaster

    @Christine: Please post in your site URL then I can check in from my iPhone

    in reply to: Site not updating & subscribe box doesn't look right #66919
    Sakin
    Keymaster

    @shaun.smudger.smith: I just check in your site and see that you have already changed to black box.

    in reply to: Size of slider-picture changes in fullscreen #66874
    Sakin
    Keymaster

    @flp2001: It is still showing different image sizes. How did you change that image?

    in reply to: Tag Cloud Widget – number of Tags #66870
    Sakin
    Keymaster

    @richtrcentrum-cz: Hello Tomas, We cannot control that as it’s from WordPress Core. You can search for Tag cloud plugin and change it.

    in reply to: only one featured content #66869
    Sakin
    Keymaster

    @Alexandre Yes, you can just add one featured content and send me your site URL then I will change it custom css. For example, if you choose three columns and then only add one then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #featured-content.layout-three .hentry {
        text-align: center;
        width: 100%;
    }
    in reply to: Images on Frontpage #66868
    Sakin
    Keymaster

    @Alexandre: It will take featured image instead of first image. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    But if you don’t like this then you can change the layout to “Show Full Content (No Featured Image)” Layout from “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout”. This will show all the image and content from your post. Then you can break content using <!--more--> more tag/ For more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: PHP in Footer #66867
    Sakin
    Keymaster

    @Alexandre: Yes, you can do that. But for what you need to build child theme and then copy footer.php file to your child theme and add your code. As if you edit/add code inside ‘catch-responsive-pro’ core theme directory, all your edits will be reverted back to original when you update the theme.

    in reply to: PHP in Footer #66865
    Sakin
    Keymaster

    @Alexandre: Sorry PHP code is not acceptable. To add in PHP code, you need to build child theme and edit the function.

    in reply to: Issue on the header part #66864
    Sakin
    Keymaster

    @kalatos: The CSS that I gave you is correct. But the css that you have got missing closing bracket }. Find the following css:

    #header #mainmenu ul li:hover > a {
    	background-color: #444;
    	color: #e3ba84;
    

    and then replace it with

    #header #mainmenu ul li:hover > a {
    	background-color: #444;
    	color: #e3ba84;
    }
    in reply to: Add Link to Footer #66863
    Sakin
    Keymaster

    @Alexandre: Sorry PHP code is not acceptable. To add in PHP code, you need to build child theme and edit the function.

    in reply to: Preview different from Actual Post #66858
    Sakin
    Keymaster

    @Antoinette: It depends on your server and cache setup.

    in reply to: Headings Font Size option (for slider) #66856
    Sakin
    Keymaster

    @Tomáš: Thanks a lot 🙂

Viewing 20 posts - 2,261 through 2,280 (of 14,492 total)